>>> fennel: Building community/fennel 1.0.0-r1 (using abuild 3.9.0-r0) started Tue, 19 Apr 2022 01:03:05 +0000 >>> fennel: Checking sanity of /home/buildozer/aports/community/fennel/APKBUILD... >>> fennel: Analyzing dependencies... >>> fennel: Installing for build: build-base lua5.3 lua5.3-dev lua5.3-libs lua5.4 lua5.4-dev lua5.4-libs (1/9) Installing linenoise (1.0-r1) (2/9) Installing lua5.3-libs (5.3.6-r3) (3/9) Installing lua5.3 (5.3.6-r3) (4/9) Installing lua5.3-dev (5.3.6-r3) (5/9) Installing lua5.4-libs (5.4.4-r3) (6/9) Installing readline (8.1.2-r0) (7/9) Installing lua5.4 (5.4.4-r3) (8/9) Installing lua5.4-dev (5.4.4-r3) (9/9) Installing .makedepends-fennel (20220419.010307) Executing busybox-1.35.0-r8.trigger OK: 358 MiB in 98 packages >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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 87 238k 87 207k 0 0 243k 0 --:--:-- --:--:-- --:--:-- 243k 100 238k 100 238k 0 0 278k 0 --:--:-- --:--:-- --:--:-- 278k >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/fennel-1.0.0.tar.gz >>> fennel: Checking sha512sums... fennel-1.0.0.tar.gz: OK >>> fennel: Unpacking /var/cache/distfiles/v3.16/fennel-1.0.0.tar.gz... >>> fennel: Building for lua5.3... lua5.3 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --no-metadata --require-as-include --compile src/fennel.fnl > fennel.lua echo "#!/usr/bin/env lua5.3" > fennel curl https://www.lua.org/ftp/lua-5.4.3.tar.gz | tar xz lua5.3 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 --:--:-- --:--:-- --:--:-- 0chmod 755 fennel 0 349k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 349k 100 349k 0 0 255k 0 0:00:01 0:00:01 --:--:-- 255k FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/liblua-5.3.so.0.0.0 /home/buildozer/aports/community/fennel/src/fennel-1.0.0-5.3/lua-5.4.3/src >>> fennel: Building for lua5.4... lua5.4 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --no-metadata --require-as-include --compile src/fennel.fnl > fennel.lua 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 --:--:-- --:--:-- --:--:-- 0chmod 755 fennel 54 349k 54 192k 0 0 167k 0 0:00:02 0:00:01 0:00:01 167k 100 349k 100 349k 0 0 305k 0 0:00:01 0:00:01 --:--:-- 304k FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/liblua-5.4.so.0.0.0 /home/buildozer/aports/community/fennel/src/fennel-1.0.0-5.4/lua-5.4.3/src >>> fennel: Testing for lua5.3... lua5.3 test/init.lua 1..89 # Started on Tue Apr 19 01:03:14 2022 ok 1 test-fennelview ok 2 test-destructuring ok 3 test-comparisons ok 4 test-comment ok 5 test-booleans ok 6 test-method-calls ok 7 test-if ok 8 test-with-open ok 9 test-calculations ok 10 test-conditionals ok 11 test-core ok 12 test-hashfn ok 13 test-functions ok 14 test-nest 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-cycles ok 23 test-utf8 ok 24 test-generated ok 25 test-gaps ok 26 test-escapes ok 27 test-fennelview-userdata-handling ok 28 test-newline ok 29 test-basics ok 30 test-prefixes ok 31 test-comments ok 32 test-control-codes ok 33 test-core-fails ok 34 test-parse-fails ok 35 test-suggestions ok 36 test-binding-fails ok 37 test-fn-fails ok 38 test-macro-traces ok 39 test-global-fails ok 40 test-macro ok 41 test-macro-fails ok 42 test-no-undocumented ok 43 test-method-completion ok 44 test-apropos ok 45 test-plugins ok 46 test-code ok 47 test-source-offset ok 48 test-macro-completion ok 49 test-locals-saving ok 50 test-docstrings ok 51 test-local-completion ok 52 test-byteoffset ok 53 test-reload ok 54 test-options ok 55 test-reset ok 56 test-exit ok 57 test-help ok 58 test-cli ok 59 test-lua-flag ok 60 test-expand ok 61 test-require-macros ok 62 test-?. ok 63 test-relative-macros ok 64 test-disabled-sandbox-searcher ok 65 test-macrodebug ok 66 test-arrows ok 67 test-import-macros ok 68 test-eval-compiler ok 69 test-inline-macros ok 70 test-macro-path ok 71 test-lua-module ok 72 test-doto ok 73 test-match ok 74 test-missing-fn ok 75 test-arity-check ok 76 test-used ok 77 test-comprehensions ok 78 test-each ok 79 test-for ok 80 test-conditions ok 81 test-accumulate ok 82 test-short-circuit ok 83 test-traceback ok 84 test-leak ok 85 test-include ok 86 test-global-mangling ok 87 test-empty-values ok 88 test-runtime-quote ok 89 test-env-iteration # Ran 89 tests in 0.611 seconds, 89 successes, 0 failures >>> fennel: Testing for lua5.4... lua5.4 test/init.lua 1..89 # Started on Tue Apr 19 01:03:15 2022 ok 1 test-conditionals ok 2 test-method-calls ok 3 test-calculations ok 4 test-comment ok 5 test-comparisons ok 6 test-if ok 7 test-functions ok 8 test-edge ok 9 test-destructuring ok 10 test-hashfn ok 11 test-core ok 12 test-fennelview ok 13 test-with-open ok 14 test-booleans ok 15 test-nest ok 16 test-mangling ok 17 test-quote ok 18 test-quoted-source ok 19 test-autogensym ok 20 test-shifts ok 21 test-ops ok 22 test-newline ok 23 test-utf8 ok 24 test-cycles ok 25 test-generated ok 26 test-escapes ok 27 test-gaps ok 28 test-fennelview-userdata-handling ok 29 test-prefixes ok 30 test-comments ok 31 test-basics ok 32 test-control-codes ok 33 test-parse-fails ok 34 test-fn-fails ok 35 test-macro-fails ok 36 test-core-fails ok 37 test-binding-fails ok 38 test-macro ok 39 test-macro-traces ok 40 test-suggestions ok 41 test-global-fails ok 42 test-locals-saving ok 43 test-no-undocumented ok 44 test-reload ok 45 test-source-offset ok 46 test-macro-completion ok 47 test-exit ok 48 test-local-completion ok 49 test-options ok 50 test-byteoffset ok 51 test-plugins ok 52 test-docstrings ok 53 test-method-completion ok 54 test-code ok 55 test-help ok 56 test-reset ok 57 test-apropos ok 58 test-cli ok 59 test-lua-flag ok 60 test-arrows ok 61 test-eval-compiler ok 62 test-doto ok 63 test-disabled-sandbox-searcher ok 64 test-expand ok 65 test-lua-module ok 66 test-macrodebug ok 67 test-inline-macros ok 68 test-require-macros ok 69 test-import-macros ok 70 test-relative-macros ok 71 test-macro-path ok 72 test-?. ok 73 test-match ok 74 test-used ok 75 test-missing-fn ok 76 test-arity-check ok 77 test-for ok 78 test-accumulate ok 79 test-conditions ok 80 test-comprehensions ok 81 test-each ok 82 test-traceback ok 83 test-short-circuit ok 84 test-include ok 85 test-global-mangling ok 86 test-env-iteration ok 87 test-runtime-quote ok 88 test-leak ok 89 test-empty-values # Ran 89 tests in 0.566 seconds, 89 successes, 0 failures >>> fennel: Entering fakeroot... >>> fennel5.3*: Running split function _subpackage... >>> fennel5.3*: Preparing subpackage fennel5.3... >>> fennel5.3*: Stripping binaries >>> fennel5.3*: Running postcheck for fennel5.3 >>> fennel5.3-doc*: Running split function _doc... >>> fennel5.3-doc*: Preparing subpackage fennel5.3-doc... >>> fennel5.3-doc*: Running postcheck for fennel5.3-doc >>> fennel5.4*: Running split function _subpackage... >>> fennel5.4*: Preparing subpackage fennel5.4... >>> fennel5.4*: Stripping binaries >>> fennel5.4*: Running postcheck for fennel5.4 >>> fennel5.4-doc*: Running split function _doc... >>> fennel5.4-doc*: Preparing subpackage fennel5.4-doc... >>> fennel5.4-doc*: Running postcheck for fennel5.4-doc >>> 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*: Scanning shared objects >>> fennel5.3-doc*: Scanning shared objects >>> fennel5.3*: Scanning shared objects >>> fennel5.4-doc*: Scanning shared objects >>> fennel5.4*: Scanning shared objects >>> fennel*: Tracing dependencies... >>> fennel*: Package size: 4.0 KB >>> fennel*: Compressing data... >>> fennel*: Create checksum... >>> fennel*: Create fennel-1.0.0-r1.apk >>> fennel5.3-doc*: Tracing dependencies... >>> fennel5.3-doc*: Package size: 24.0 KB >>> fennel5.3-doc*: Compressing data... >>> fennel5.3-doc*: Create checksum... >>> fennel5.3-doc*: Create fennel5.3-doc-1.0.0-r1.apk >>> fennel5.3*: Tracing dependencies... lua5.3 so:libc.musl-aarch64.so.1 so:liblua-5.3.so.0 >>> fennel5.3*: Package size: 468.0 KB >>> fennel5.3*: Compressing data... >>> fennel5.3*: Create checksum... >>> fennel5.3*: Create fennel5.3-1.0.0-r1.apk >>> fennel5.4-doc*: Tracing dependencies... >>> fennel5.4-doc*: Package size: 24.0 KB >>> fennel5.4-doc*: Compressing data... >>> fennel5.4-doc*: Create checksum... >>> fennel5.4-doc*: Create fennel5.4-doc-1.0.0-r1.apk >>> fennel5.4*: Tracing dependencies... lua5.4 so:libc.musl-aarch64.so.1 so:liblua-5.4.so.0 >>> fennel5.4*: Package size: 468.0 KB >>> fennel5.4*: Compressing data... >>> fennel5.4*: Create checksum... >>> fennel5.4*: Create fennel5.4-1.0.0-r1.apk >>> fennel: Build complete at Tue, 19 Apr 2022 01:03:16 +0000 elapsed time 0h 0m 11s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/9) Purging .makedepends-fennel (20220419.010307) (2/9) Purging lua5.3-dev (5.3.6-r3) (3/9) Purging lua5.3 (5.3.6-r3) (4/9) Purging lua5.3-libs (5.3.6-r3) (5/9) Purging lua5.4-dev (5.4.4-r3) (6/9) Purging lua5.4 (5.4.4-r3) (7/9) Purging lua5.4-libs (5.4.4-r3) (8/9) Purging linenoise (1.0-r1) (9/9) Purging readline (8.1.2-r0) Executing busybox-1.35.0-r8.trigger OK: 353 MiB in 89 packages >>> fennel: Updating the community/aarch64 repository index... >>> fennel: Signing the index...