>>> fennel: Building community/fennel 1.0.0-r1 (using abuild 3.9.0-r0) started Wed, 20 Apr 2022 16:56:52 +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 (20220420.165655) Executing busybox-1.35.0-r8.trigger OK: 1278 MiB in 112 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 100 238k 100 238k 0 0 2502k 0 --:--:-- --:--:-- --:--:-- 2531k >>> 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 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 349k 100 349k 0 0 866k 0 --:--:-- --:--:-- --:--:-- 865k chmod 755 fennel 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 100 349k 100 349k 0 0 1992k 0 --:--:-- --:--:-- --:--:-- 1998k chmod 755 fennel 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 Wed Apr 20 16:57:02 2022 ok 1 test-booleans ok 2 test-hashfn ok 3 test-comment ok 4 test-method-calls ok 5 test-nest ok 6 test-calculations ok 7 test-conditionals ok 8 test-if ok 9 test-with-open ok 10 test-functions ok 11 test-destructuring ok 12 test-fennelview ok 13 test-comparisons ok 14 test-edge ok 15 test-core ok 16 test-mangling ok 17 test-quoted-source ok 18 test-autogensym ok 19 test-quote ok 20 test-ops ok 21 test-shifts ok 22 test-gaps ok 23 test-generated ok 24 test-fennelview-userdata-handling ok 25 test-utf8 ok 26 test-escapes ok 27 test-cycles ok 28 test-newline ok 29 test-control-codes ok 30 test-basics ok 31 test-comments ok 32 test-prefixes ok 33 test-macro-traces ok 34 test-macro ok 35 test-binding-fails ok 36 test-fn-fails ok 37 test-macro-fails ok 38 test-global-fails ok 39 test-parse-fails ok 40 test-suggestions ok 41 test-core-fails ok 42 test-no-undocumented ok 43 test-docstrings ok 44 test-reset ok 45 test-locals-saving ok 46 test-local-completion ok 47 test-code ok 48 test-apropos ok 49 test-source-offset ok 50 test-reload ok 51 test-byteoffset ok 52 test-macro-completion ok 53 test-method-completion ok 54 test-exit ok 55 test-help ok 56 test-options ok 57 test-plugins ok 58 test-cli ok 59 test-lua-flag ok 60 test-macrodebug ok 61 test-expand ok 62 test-import-macros ok 63 test-relative-macros ok 64 test-arrows ok 65 test-doto ok 66 test-disabled-sandbox-searcher ok 67 test-lua-module ok 68 test-match ok 69 test-inline-macros ok 70 test-macro-path ok 71 test-?. ok 72 test-eval-compiler ok 73 test-require-macros ok 74 test-missing-fn ok 75 test-arity-check ok 76 test-used ok 77 test-accumulate ok 78 test-conditions ok 79 test-comprehensions ok 80 test-each ok 81 test-for ok 82 test-traceback ok 83 test-empty-values ok 84 test-env-iteration ok 85 test-leak ok 86 test-include ok 87 test-global-mangling ok 88 test-runtime-quote ok 89 test-short-circuit # Ran 89 tests in 0.950 seconds, 89 successes, 0 failures >>> fennel: Testing for lua5.4... lua5.4 test/init.lua 1..89 # Started on Wed Apr 20 16:57:04 2022 ok 1 test-fennelview ok 2 test-core ok 3 test-functions ok 4 test-conditionals ok 5 test-comment ok 6 test-edge ok 7 test-method-calls ok 8 test-with-open ok 9 test-destructuring ok 10 test-booleans ok 11 test-if ok 12 test-hashfn ok 13 test-nest ok 14 test-comparisons ok 15 test-calculations ok 16 test-mangling ok 17 test-quote ok 18 test-autogensym ok 19 test-quoted-source ok 20 test-shifts ok 21 test-ops ok 22 test-newline ok 23 test-escapes ok 24 test-gaps ok 25 test-generated ok 26 test-cycles ok 27 test-utf8 ok 28 test-fennelview-userdata-handling ok 29 test-basics ok 30 test-control-codes ok 31 test-prefixes ok 32 test-comments ok 33 test-binding-fails ok 34 test-suggestions ok 35 test-macro-traces ok 36 test-global-fails ok 37 test-fn-fails ok 38 test-parse-fails ok 39 test-macro ok 40 test-core-fails ok 41 test-macro-fails ok 42 test-apropos ok 43 test-locals-saving ok 44 test-plugins ok 45 test-byteoffset ok 46 test-options ok 47 test-local-completion ok 48 test-docstrings ok 49 test-method-completion ok 50 test-code ok 51 test-source-offset ok 52 test-no-undocumented ok 53 test-reload ok 54 test-exit ok 55 test-macro-completion ok 56 test-reset ok 57 test-help ok 58 test-cli ok 59 test-lua-flag ok 60 test-eval-compiler ok 61 test-disabled-sandbox-searcher ok 62 test-arrows ok 63 test-inline-macros ok 64 test-expand ok 65 test-match ok 66 test-relative-macros ok 67 test-require-macros ok 68 test-macro-path ok 69 test-?. ok 70 test-macrodebug ok 71 test-lua-module ok 72 test-doto ok 73 test-import-macros ok 74 test-used ok 75 test-missing-fn ok 76 test-arity-check ok 77 test-each ok 78 test-for ok 79 test-accumulate ok 80 test-conditions ok 81 test-comprehensions ok 82 test-traceback ok 83 test-short-circuit ok 84 test-env-iteration ok 85 test-runtime-quote ok 86 test-empty-values ok 87 test-leak ok 88 test-include ok 89 test-global-mangling # Ran 89 tests in 0.739 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-x86_64.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-x86_64.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 Wed, 20 Apr 2022 16:57:06 +0000 elapsed time 0h 0m 14s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/9) Purging .makedepends-fennel (20220420.165655) (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: 1274 MiB in 103 packages >>> fennel: Updating the community/x86_64 repository index... >>> fennel: Signing the index...