>>> fennel: Building community/fennel 1.5.1-r1 (using abuild 3.14.1-r1) started Fri, 01 Nov 2024 11:54:03 +0000 >>> fennel: Validating /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/14) Installing lua5.1-libs (5.1.5-r13) (2/14) Installing lua5.1 (5.1.5-r13) (3/14) Installing lua5.1-dev (5.1.5-r13) (4/14) Installing lua5.2-libs (5.2.4-r13) (5/14) Installing lua5.2 (5.2.4-r13) (6/14) Installing lua5.2-dev (5.2.4-r13) (7/14) Installing linenoise (1.0-r5) (8/14) Installing lua5.3-libs (5.3.6-r6) (9/14) Installing lua5.3 (5.3.6-r6) (10/14) Installing lua5.3-dev (5.3.6-r6) (11/14) Installing lua5.4-dev (5.4.7-r0) (12/14) Installing luajit (2.1_p20240314-r0) (13/14) Installing luajit-dev (2.1_p20240314-r0) (14/14) Installing .makedepends-fennel (20241101.115405) Executing busybox-1.37.0-r5.trigger OK: 280 MiB in 115 packages >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Cleaning up tmpdir >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/fennel-1.5.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> fennel: Fetching fennel-1.5.1.tar.gz::https://git.sr.ht/~technomancy/fennel/archive/1.5.1.tar.gz Connecting to git.sr.ht ([2a03:6000:1813:1337::155]:443) saving to '/var/cache/distfiles/v3.21/fennel-1.5.1.tar.gz.part' fennel-1.5.1.tar.gz. 100% |********************************| 299k 0:00:00 ETA '/var/cache/distfiles/v3.21/fennel-1.5.1.tar.gz.part' saved >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/fennel-1.5.1.tar.gz >>> fennel: Checking sha512sums... fennel-1.5.1.tar.gz: OK fix_make.patch: OK dont_run_git.patch: OK remove_math_acos_test.patch: OK >>> fennel: Unpacking /var/cache/distfiles/v3.21/fennel-1.5.1.tar.gz... >>> fennel: fix_make.patch patching file Makefile >>> fennel: dont_run_git.patch patching file test/irc.lua >>> fennel: remove_math_acos_test.patch patching file test/parser.fnl >>> 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 FENNEL_PATH=src/?.fnl lua5.1 bootstrap/aot.lua src/launcher.fnl --require-as-include >> fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= /usr/bin/lua5.1 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 FENNEL_PATH=src/?.fnl lua5.2 bootstrap/aot.lua src/launcher.fnl --require-as-include >> fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= /usr/bin/lua5.2 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 FENNEL_PATH=src/?.fnl lua5.3 bootstrap/aot.lua src/launcher.fnl --require-as-include >> fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= /usr/bin/lua5.3 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 FENNEL_PATH=src/?.fnl lua5.4 bootstrap/aot.lua src/launcher.fnl --require-as-include >> fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= /usr/bin/lua5.4 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 FENNEL_PATH=src/?.fnl luajit bootstrap/aot.lua src/launcher.fnl --require-as-include >> fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= /usr/bin/luajit 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 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio Starting module test.core with 18 test(s) .................. Starting module test.mangling with 2 test(s) .. Starting module test.quoting with 3 test(s) ... Starting module test.bit with 0 test(s) Starting module test.fennelview with 11 test(s) ........... Starting module test.parser with 7 test(s) ....... Starting module test.failures with 12 test(s) ............ Starting module test.repl with 0 test(s) Starting module test.cli with 3 test(s) ... Starting module test.macro with 24 test(s) ....................... Starting module test.linter with 5 test(s) .... Starting module test.loops with 6 test(s) ...... Starting module test.misc with 10 test(s) .......... Starting module test.searcher with 2 test(s) .. Starting module test.api with 1 test(s) . Starting module test.sourcemap with 2 test(s) .. Testing finished in approximately 1 second(s) with 1796 assertion(s) 104 passed, 0 failed, 0 error(s), 0 skipped 1.10 second(s) of CPU time used >>> fennel: Testing for lua5.2... lua5.2 bootstrap/aot.lua test/faith.fnl > test/faith.lua Starting module test.core with 18 test(s) .................. Starting module test.mangling with 2 test(s) .. Starting module test.quoting with 3 test(s) ... Starting module test.bit with 0 test(s) Starting module test.fennelview with 11 test(s) ........... Starting module test.parser with 7 test(s) ....... Starting module test.failures with 12 test(s) ............ Starting module test.repl with 26 test(s) .......................... Starting module test.cli with 3 test(s) ... Starting module test.macro with 24 test(s) ....................... Starting module test.linter with 5 test(s) .... Starting module test.loops with 6 test(s) ...... Starting module test.misc with 10 test(s) .......... Starting module test.searcher with 2 test(s) .. Starting module test.api with 1 test(s) . Starting module test.sourcemap with 2 test(s) .. Testing finished in approximately 1 second(s) with 2011 assertion(s) 130 passed, 0 failed, 0 error(s), 0 skipped 1.15 second(s) of CPU time used >>> fennel: Testing for lua5.3... lua5.3 bootstrap/aot.lua test/faith.fnl > test/faith.lua Starting module test.core with 18 test(s) .................. Starting module test.mangling with 2 test(s) .. Starting module test.quoting with 3 test(s) ... Starting module test.bit with 2 test(s) .. Starting module test.fennelview with 11 test(s) ........... Starting module test.parser with 7 test(s) ....... Starting module test.failures with 12 test(s) ............ Starting module test.repl with 26 test(s) .......................... Starting module test.cli with 3 test(s) ... Starting module test.macro with 24 test(s) ....................... Starting module test.linter with 5 test(s) .... Starting module test.loops with 6 test(s) ...... Starting module test.misc with 10 test(s) .......... Starting module test.searcher with 2 test(s) .. Starting module test.api with 1 test(s) . Starting module test.sourcemap with 2 test(s) .. Testing finished in approximately 1 second(s) with 2341 assertion(s) 132 passed, 0 failed, 0 error(s), 0 skipped 1.26 second(s) of CPU time used >>> fennel: Testing for lua5.4... lua5.4 bootstrap/aot.lua test/faith.fnl > test/faith.lua Starting module test.core with 18 test(s) .................. Starting module test.mangling with 2 test(s) .. Starting module test.quoting with 3 test(s) ... Starting module test.bit with 2 test(s) .. Starting module test.fennelview with 11 test(s) ........... Starting module test.parser with 7 test(s) ....... Starting module test.failures with 12 test(s) ............ Starting module test.repl with 26 test(s) .......................... Starting module test.cli with 3 test(s) ... Starting module test.macro with 24 test(s) ....................... Starting module test.linter with 5 test(s) .... Starting module test.loops with 6 test(s) ...... Starting module test.misc with 10 test(s) .......... Starting module test.searcher with 2 test(s) .. Starting module test.api with 1 test(s) . Starting module test.sourcemap with 2 test(s) .. Testing finished in approximately 1 second(s) with 2341 assertion(s) 132 passed, 0 failed, 0 error(s), 0 skipped 1.24 second(s) of CPU time used >>> fennel: Testing for luajit... luajit bootstrap/aot.lua test/faith.fnl > test/faith.lua Starting module test.core with 18 test(s) .................. Starting module test.mangling with 2 test(s) .. Starting module test.quoting with 3 test(s) ... Starting module test.bit with 2 test(s) .. Starting module test.fennelview with 11 test(s) ........... Starting module test.parser with 7 test(s) ....... Starting module test.failures with 12 test(s) ............ Starting module test.repl with 26 test(s) .......................... Starting module test.cli with 3 test(s) ... Starting module test.macro with 24 test(s) ....................... Starting module test.linter with 5 test(s) .... Starting module test.loops with 6 test(s) ...... Starting module test.misc with 10 test(s) .......... Starting module test.searcher with 2 test(s) .. Starting module test.api with 1 test(s) . Starting module test.sourcemap with 2 test(s) .. Testing finished in approximately 0 second(s) with 2038 assertion(s) 132 passed, 0 failed, 0 error(s), 0 skipped 0.51 second(s) of CPU time used >>> fennel: Entering fakeroot... >>> fennel-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/fennel/pkg/fennel-doc/usr/share/man' >>> fennel-doc*: Preparing subpackage fennel-doc... >>> fennel-doc*: Running postcheck for fennel-doc >>> fennel-lua*: Running split function _lua_common... >>> fennel-lua*: Preparing subpackage fennel-lua... >>> fennel-lua*: Stripping binaries >>> WARNING: fennel-lua*: No arch specific binaries found so arch should probably be set to "noarch" >>> fennel-lua*: Running postcheck for fennel-lua >>> 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-lua*: 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: 45.0 KB >>> fennel-doc*: Compressing data... >>> fennel-doc*: Create checksum... >>> fennel-doc*: Create fennel-doc-1.5.1-r1.apk >>> fennel-lua*: Tracing dependencies... >>> fennel-lua*: Package size: 249.0 KB >>> fennel-lua*: Compressing data... >>> fennel-lua*: Create checksum... >>> fennel-lua*: Create fennel-lua-1.5.1-r1.apk >>> fennel*: Tracing dependencies... >>> fennel*: Package size: 0.0 >>> fennel*: Compressing data... >>> fennel*: Create checksum... >>> fennel*: Create fennel-1.5.1-r1.apk >>> fennel5.1*: Tracing dependencies... lua5.1 so:libc.musl-armv7.so.1 so:liblua.so.5 >>> fennel5.1*: Package size: 538.1 KB >>> fennel5.1*: Compressing data... >>> fennel5.1*: Create checksum... >>> fennel5.1*: Create fennel5.1-1.5.1-r1.apk >>> fennel5.2*: Tracing dependencies... lua5.2 so:libc.musl-armv7.so.1 so:liblua-5.2.so.0 >>> fennel5.2*: Package size: 538.2 KB >>> fennel5.2*: Compressing data... >>> fennel5.2*: Create checksum... >>> fennel5.2*: Create fennel5.2-1.5.1-r1.apk >>> fennel5.3*: Tracing dependencies... lua5.3 so:libc.musl-armv7.so.1 so:liblua-5.3.so.0 >>> fennel5.3*: Package size: 538.2 KB >>> fennel5.3*: Compressing data... >>> fennel5.3*: Create checksum... >>> fennel5.3*: Create fennel5.3-1.5.1-r1.apk >>> fennel5.4*: Tracing dependencies... lua5.4 so:libc.musl-armv7.so.1 so:liblua-5.4.so.0 >>> fennel5.4*: Package size: 538.2 KB >>> fennel5.4*: Compressing data... >>> fennel5.4*: Create checksum... >>> fennel5.4*: Create fennel5.4-1.5.1-r1.apk >>> fenneljit*: Tracing dependencies... luajit so:libc.musl-armv7.so.1 so:libluajit-5.1.so.2 >>> fenneljit*: Package size: 538.1 KB >>> fenneljit*: Compressing data... >>> fenneljit*: Create checksum... >>> fenneljit*: Create fenneljit-1.5.1-r1.apk >>> fennel: Build complete at Fri, 01 Nov 2024 11:54:32 +0000 elapsed time 0h 0m 29s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/14) Purging .makedepends-fennel (20241101.115405) (2/14) Purging lua5.1-dev (5.1.5-r13) (3/14) Purging lua5.1 (5.1.5-r13) (4/14) Purging lua5.1-libs (5.1.5-r13) (5/14) Purging lua5.2-dev (5.2.4-r13) (6/14) Purging lua5.2 (5.2.4-r13) (7/14) Purging lua5.2-libs (5.2.4-r13) (8/14) Purging lua5.3-dev (5.3.6-r6) (9/14) Purging lua5.3 (5.3.6-r6) (10/14) Purging lua5.3-libs (5.3.6-r6) (11/14) Purging lua5.4-dev (5.4.7-r0) (12/14) Purging luajit-dev (2.1_p20240314-r0) (13/14) Purging luajit (2.1_p20240314-r0) (14/14) Purging linenoise (1.0-r5) Executing busybox-1.37.0-r5.trigger OK: 271 MiB in 101 packages >>> fennel: Updating the community/armv7 repository index... >>> fennel: Signing the index...