>>> fennel: Building community/fennel 1.0.0-r0 (using abuild 3.9.0_rc2-r1) started Mon, 15 Nov 2021 18:16:53 +0000 >>> fennel: Checking sanity of /home/buildozer/aports/community/fennel/APKBUILD... >>> fennel: Analyzing dependencies... >>> fennel: Installing for build: build-base lua5.4 lua5.4-dev lua5.4-libs (1/5) Installing lua5.4-libs (5.4.3-r0) (2/5) Installing readline (8.1.1-r0) (3/5) Installing lua5.4 (5.4.3-r0) (4/5) Installing lua5.4-dev (5.4.3-r0) (5/5) Installing .makedepends-fennel (20211115.181653) Executing busybox-1.34.1-r2.trigger OK: 342 MiB in 104 packages >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/fennel-1.0.0.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 341 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> fennel: Fetching fennel-1.0.0.tar.gz::https://git.sr.ht/~technomancy/fennel/archive/1.0.0.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 238k 0 238k 0 0 390k 0 --:--:-- --:--:-- --:--:-- 390k >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/fennel-1.0.0.tar.gz >>> fennel: Checking sha512sums... fennel-1.0.0.tar.gz: OK >>> fennel: Unpacking /var/cache/distfiles/v3.15/fennel-1.0.0.tar.gz... echo "#!/usr/bin/env lua5.4" > fennel curl https://www.lua.org/ftp/lua-5.4.3.tar.gz | tar xz lua5.4 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --no-metadata --require-as-include --compile src/launcher.fnl >> fennel % 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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 349k 100 349k 0 0 1574k 0 --:--:-- --:--:-- --:--:-- 1568k make -C /home/buildozer/aports/community/fennel/src/fennel-1.0.0/lua-5.4.3/src clean liblua.a make[1]: Entering directory '/home/buildozer/aports/community/fennel/src/fennel-1.0.0/lua-5.4.3/src' rm -f liblua.a lua luac lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lcorolib.o ldblib.o liolib.o lmathlib.o loadlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o linit.o lua.o luac.o gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lapi.o lapi.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -c lcode.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lctype.o lctype.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o ldebug.o ldebug.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o ldo.o ldo.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o ldump.o ldump.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lfunc.o lfunc.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lgc.o lgc.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -c llex.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lmem.o lmem.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lobject.o lobject.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lopcodes.o lopcodes.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -c lparser.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lstate.o lstate.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lstring.o lstring.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o ltable.o ltable.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o ltm.o ltm.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lundump.o lundump.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lvm.o lvm.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lzio.o lzio.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lauxlib.o lauxlib.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lbaselib.o lbaselib.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lcorolib.o lcorolib.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o ldblib.o ldblib.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o liolib.o liolib.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lmathlib.o lmathlib.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o loadlib.o loadlib.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o loslib.o loslib.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lstrlib.o lstrlib.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o ltablib.o ltablib.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o lutf8lib.o lutf8lib.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -Os -fomit-frame-pointer -c -o linit.o linit.c chmod 755 fennel ar rcu liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lcorolib.o ldblib.o liolib.o lmathlib.o loadlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o linit.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib liblua.a make[1]: Leaving directory '/home/buildozer/aports/community/fennel/src/fennel-1.0.0/lua-5.4.3/src' mv /home/buildozer/aports/community/fennel/src/fennel-1.0.0/lua-5.4.3/src/liblua.a /home/buildozer/aports/community/fennel/src/fennel-1.0.0/lua-5.4.3/src/liblua-native.a FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /home/buildozer/aports/community/fennel/src/fennel-1.0.0/lua-5.4.3/src/liblua-native.a /home/buildozer/aports/community/fennel/src/fennel-1.0.0/lua-5.4.3/src lua5.4 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --no-metadata --require-as-include --compile src/fennel.fnl > fennel.lua lua5.4 test/init.lua 1..89 # Started on Mon Nov 15 18:17:02 2021 ok 1 test-core ok 2 test-nest ok 3 test-comment ok 4 test-method-calls ok 5 test-destructuring ok 6 test-fennelview ok 7 test-booleans ok 8 test-if ok 9 test-hashfn ok 10 test-conditionals ok 11 test-calculations ok 12 test-comparisons ok 13 test-functions ok 14 test-with-open ok 15 test-edge ok 16 test-mangling ok 17 test-quoted-source ok 18 test-quote ok 19 test-autogensym ok 20 test-ops ok 21 test-shifts ok 22 test-generated ok 23 test-escapes ok 24 test-cycles ok 25 test-utf8 ok 26 test-fennelview-userdata-handling ok 27 test-gaps ok 28 test-newline ok 29 test-basics ok 30 test-prefixes ok 31 test-comments ok 32 test-control-codes ok 33 test-global-fails ok 34 test-macro-traces ok 35 test-parse-fails ok 36 test-core-fails ok 37 test-macro-fails ok 38 test-binding-fails ok 39 test-macro ok 40 test-suggestions ok 41 test-fn-fails ok 42 test-reload ok 43 test-plugins ok 44 test-exit ok 45 test-method-completion ok 46 test-locals-saving ok 47 test-docstrings ok 48 test-code ok 49 test-help ok 50 test-byteoffset ok 51 test-source-offset ok 52 test-options ok 53 test-reset ok 54 test-local-completion ok 55 test-no-undocumented ok 56 test-macro-completion ok 57 test-apropos ok 58 test-cli ok 59 test-lua-flag ok 60 test-match ok 61 test-arrows ok 62 test-import-macros ok 63 test-doto ok 64 test-lua-module ok 65 test-?. ok 66 test-disabled-sandbox-searcher ok 67 test-macrodebug ok 68 test-inline-macros ok 69 test-relative-macros ok 70 test-expand ok 71 test-eval-compiler ok 72 test-require-macros ok 73 test-macro-path ok 74 test-missing-fn ok 75 test-used ok 76 test-arity-check ok 77 test-comprehensions ok 78 test-conditions ok 79 test-accumulate ok 80 test-for ok 81 test-each ok 82 test-global-mangling ok 83 test-empty-values ok 84 test-short-circuit ok 85 test-leak ok 86 test-runtime-quote ok 87 test-env-iteration ok 88 test-include ok 89 test-traceback # Ran 89 tests in 0.918 seconds, 89 successes, 0 failures >>> fennel: Entering fakeroot... >>> fennel-doc*: Running split function doc... >>> fennel-doc*: Preparing subpackage fennel-doc... >>> fennel-doc*: Running postcheck for fennel-doc >>> fennel*: Running postcheck for fennel >>> fennel*: Preparing package fennel... >>> fennel*: Stripping binaries >>> fennel-doc*: Scanning shared objects >>> fennel*: Scanning shared objects >>> fennel-doc*: Tracing dependencies... >>> fennel-doc*: Package size: 28.0 KB >>> fennel-doc*: Compressing data... >>> fennel-doc*: Create checksum... >>> fennel-doc*: Create fennel-doc-1.0.0-r0.apk >>> fennel*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> fennel*: Package size: 688.0 KB >>> fennel*: Compressing data... >>> fennel*: Create checksum... >>> fennel*: Create fennel-1.0.0-r0.apk >>> fennel: Build complete at Mon, 15 Nov 2021 18:17:03 +0000 elapsed time 0h 0m 10s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/5) Purging .makedepends-fennel (20211115.181653) (2/5) Purging lua5.4-dev (5.4.3-r0) (3/5) Purging lua5.4 (5.4.3-r0) (4/5) Purging lua5.4-libs (5.4.3-r0) (5/5) Purging readline (8.1.1-r0) Executing busybox-1.34.1-r2.trigger OK: 340 MiB in 99 packages >>> fennel: Updating the community/x86_64 repository index... >>> fennel: Signing the index...