>>> fennel: Building community/fennel 1.4.2-r0 (using abuild 3.12.0-r3) started Sat, 24 Feb 2024 12:32:40 +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 (1/13) Installing lua5.1-libs (5.1.5-r13) (2/13) Installing lua5.1 (5.1.5-r13) (3/13) Installing lua5.1-dev (5.1.5-r13) (4/13) Installing lua5.2-dev (5.2.4-r13) (5/13) Installing linenoise (1.0-r4) (6/13) Installing lua5.3-libs (5.3.6-r6) (7/13) Installing lua5.3 (5.3.6-r6) (8/13) Installing lua5.3-dev (5.3.6-r6) (9/13) Installing lua5.4-libs (5.4.6-r1) (10/13) Installing readline (8.2.10-r0) (11/13) Installing lua5.4 (5.4.6-r1) (12/13) Installing lua5.4-dev (5.4.6-r1) (13/13) Installing .makedepends-fennel (20240224.123241) Executing busybox-1.36.1-r19.trigger OK: 354 MiB in 119 packages >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Cleaning up tmpdir >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/edge//fennel-1.4.2.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> fennel: Fetching fennel-1.4.2.tar.gz::https://git.sr.ht/~technomancy/fennel/archive/1.4.2.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 215k 0 215k 0 0 213k 0 --:--:-- 0:00:01 --:--:-- 213k 100 294k 0 294k 0 0 289k 0 --:--:-- 0:00:01 --:--:-- 289k >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/edge//fennel-1.4.2.tar.gz >>> fennel: Checking sha512sums... fennel-1.4.2.tar.gz: OK >>> fennel: Unpacking /var/cache/distfiles/edge/fennel-1.4.2.tar.gz... >>> fennel: Building for lua5.1... make: ./fennel: No such file or directory 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= ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/liblua.so /usr/include >>> fennel: Building for lua5.2... make: ./fennel: No such file or directory 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= ./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... make: ./fennel: No such file or directory 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= ./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... make: ./fennel: No such file or directory 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= ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/lua5.4/liblua.so /usr/include/lua5.4 >>> fennel: Testing for lua5.1... lua5.1 bootstrap/aot.lua test/faith.fnl > test/faith.lua fatal: not a git repository (or any of the parent directories): .git Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio Starting module test.core with 17 test(s) ................ Starting module test.mangling with 1 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 6 test(s) ...... Starting module test.failures with 11 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 4 test(s) .... Starting module test.loops with 6 test(s) ...... Starting module test.misc with 11 test(s) .......... Starting module test.searcher with 2 test(s) .. Starting module test.api with 1 test(s) . Testing finished in approximately 2 second(s) with 1616 assertion(s) 97 passed, 0 failed, 0 error(s), 0 skipped 1.01 second(s) of CPU time used >>> fennel: Testing for lua5.2... lua5.2 bootstrap/aot.lua test/faith.fnl > test/faith.lua fatal: not a git repository (or any of the parent directories): .git Starting module test.core with 17 test(s) ................ Starting module test.mangling with 1 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 6 test(s) ...... Starting module test.failures with 11 test(s) ........... Starting module test.repl with 25 test(s) ......................... Starting module test.cli with 3 test(s) ... Starting module test.macro with 24 test(s) ....................... Starting module test.linter with 4 test(s) .... Starting module test.loops with 6 test(s) ...... Starting module test.misc with 11 test(s) .......... Starting module test.searcher with 2 test(s) .. Starting module test.api with 1 test(s) . Testing finished in approximately 1 second(s) with 1822 assertion(s) 122 passed, 0 failed, 0 error(s), 0 skipped 1.07 second(s) of CPU time used >>> fennel: Testing for lua5.3... lua5.3 bootstrap/aot.lua test/faith.fnl > test/faith.lua fatal: not a git repository (or any of the parent directories): .git Starting module test.core with 17 test(s) ................ Starting module test.mangling with 1 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 6 test(s) ...... Starting module test.failures with 11 test(s) ........... Starting module test.repl with 25 test(s) ......................... Starting module test.cli with 3 test(s) ... Starting module test.macro with 24 test(s) ....................... Starting module test.linter with 4 test(s) .... Starting module test.loops with 6 test(s) ...... Starting module test.misc with 11 test(s) .......... Starting module test.searcher with 2 test(s) .. Starting module test.api with 1 test(s) . Testing finished in approximately 2 second(s) with 2152 assertion(s) 124 passed, 0 failed, 0 error(s), 0 skipped 1.05 second(s) of CPU time used >>> fennel: Testing for lua5.4... lua5.4 bootstrap/aot.lua test/faith.fnl > test/faith.lua fatal: not a git repository (or any of the parent directories): .git Starting module test.core with 17 test(s) ................ Starting module test.mangling with 1 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 6 test(s) ...... Starting module test.failures with 11 test(s) ........... Starting module test.repl with 25 test(s) ......................... Starting module test.cli with 3 test(s) ... Starting module test.macro with 24 test(s) ....................... Starting module test.linter with 4 test(s) .... Starting module test.loops with 6 test(s) ...... Starting module test.misc with 11 test(s) .......... Starting module test.searcher with 2 test(s) .. Starting module test.api with 1 test(s) . Testing finished in approximately 1 second(s) with 2152 assertion(s) 124 passed, 0 failed, 0 error(s), 0 skipped 0.94 second(s) of CPU time used >>> 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 >>> 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 >>> fennel-doc*: Tracing dependencies... >>> fennel-doc*: Package size: 84.0 KB >>> fennel-doc*: Compressing data... >>> fennel-doc*: Create checksum... >>> fennel-doc*: Create fennel-doc-1.4.2-r0.apk >>> fennel*: Tracing dependencies... >>> fennel*: Package size: 4.0 KB >>> fennel*: Compressing data... >>> fennel*: Create checksum... >>> fennel*: Create fennel-1.4.2-r0.apk >>> fennel5.1*: Tracing dependencies... lua5.1 so:libc.musl-s390x.so.1 so:liblua.so.5 >>> fennel5.1*: Package size: 552.0 KB >>> fennel5.1*: Compressing data... >>> fennel5.1*: Create checksum... >>> fennel5.1*: Create fennel5.1-1.4.2-r0.apk >>> fennel5.2*: Tracing dependencies... lua5.2 so:libc.musl-s390x.so.1 so:liblua-5.2.so.0 >>> fennel5.2*: Package size: 552.0 KB >>> fennel5.2*: Compressing data... >>> fennel5.2*: Create checksum... >>> fennel5.2*: Create fennel5.2-1.4.2-r0.apk >>> fennel5.3*: Tracing dependencies... lua5.3 so:libc.musl-s390x.so.1 so:liblua-5.3.so.0 >>> fennel5.3*: Package size: 552.0 KB >>> fennel5.3*: Compressing data... >>> fennel5.3*: Create checksum... >>> fennel5.3*: Create fennel5.3-1.4.2-r0.apk >>> fennel5.4*: Tracing dependencies... lua5.4 so:libc.musl-s390x.so.1 so:liblua-5.4.so.0 >>> fennel5.4*: Package size: 552.0 KB >>> fennel5.4*: Compressing data... >>> fennel5.4*: Create checksum... >>> fennel5.4*: Create fennel5.4-1.4.2-r0.apk >>> fennel: Build complete at Sat, 24 Feb 2024 12:33:03 +0000 elapsed time 0h 0m 23s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/13) Purging .makedepends-fennel (20240224.123241) (2/13) Purging lua5.1-dev (5.1.5-r13) (3/13) Purging lua5.1 (5.1.5-r13) (4/13) Purging lua5.1-libs (5.1.5-r13) (5/13) Purging lua5.2-dev (5.2.4-r13) (6/13) Purging lua5.3-dev (5.3.6-r6) (7/13) Purging lua5.3 (5.3.6-r6) (8/13) Purging lua5.3-libs (5.3.6-r6) (9/13) Purging lua5.4-dev (5.4.6-r1) (10/13) Purging lua5.4 (5.4.6-r1) (11/13) Purging lua5.4-libs (5.4.6-r1) (12/13) Purging linenoise (1.0-r4) (13/13) Purging readline (8.2.10-r0) Executing busybox-1.36.1-r19.trigger OK: 346 MiB in 106 packages >>> fennel: Updating the community/s390x repository index... >>> fennel: Signing the index...