>>> fennel: Building community/fennel 1.0.0-r1 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 08:11:58 +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.3-r1) (6/9) Installing readline (8.1.2-r0) (7/9) Installing lua5.4 (5.4.3-r1) (8/9) Installing lua5.4-dev (5.4.3-r1) (9/9) Installing .makedepends-fennel (20220414.081200) Executing busybox-1.35.0-r8.trigger OK: 258 MiB in 97 packages >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/fennel-1.0.0.tar.gz >>> 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 --:--:-- --:--:-- --:--:-- 0chmod 755 fennel 0 349k 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 349k 100 349k 0 0 220k 0 0:00:01 0:00:01 --:--:-- 220k 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 --:--:-- --:--:-- --:--:-- 0chmod 755 fennel 9 349k 9 32768 0 0 36333 0 0:00:09 --:--:-- 0:00:09 36328 100 349k 100 349k 0 0 302k 0 0:00:01 0:00:01 --:--:-- 302k 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 Thu Apr 14 08:12:06 2022 ok 1 test-edge ok 2 test-comparisons ok 3 test-method-calls ok 4 test-calculations ok 5 test-destructuring ok 6 test-core ok 7 test-hashfn ok 8 test-conditionals ok 9 test-with-open ok 10 test-fennelview ok 11 test-comment ok 12 test-functions ok 13 test-nest ok 14 test-booleans ok 15 test-if ok 16 test-mangling ok 17 test-autogensym ok 18 test-quote ok 19 test-quoted-source ok 20 test-shifts ok 21 test-ops ok 22 test-utf8 ok 23 test-cycles ok 24 test-newline ok 25 test-generated ok 26 test-escapes ok 27 test-gaps ok 28 test-fennelview-userdata-handling ok 29 test-comments ok 30 test-prefixes ok 31 test-control-codes ok 32 test-basics ok 33 test-binding-fails ok 34 test-fn-fails ok 35 test-global-fails ok 36 test-macro ok 37 test-core-fails ok 38 test-macro-traces ok 39 test-parse-fails ok 40 test-suggestions ok 41 test-macro-fails ok 42 test-no-undocumented ok 43 test-docstrings ok 44 test-help ok 45 test-locals-saving ok 46 test-code ok 47 test-source-offset ok 48 test-reload ok 49 test-macro-completion ok 50 test-byteoffset ok 51 test-apropos ok 52 test-exit ok 53 test-reset ok 54 test-local-completion ok 55 test-options ok 56 test-plugins ok 57 test-method-completion ok 58 test-cli ok 59 test-lua-flag ok 60 test-require-macros ok 61 test-relative-macros ok 62 test-macrodebug ok 63 test-lua-module ok 64 test-macro-path ok 65 test-disabled-sandbox-searcher ok 66 test-arrows ok 67 test-?. ok 68 test-import-macros ok 69 test-expand ok 70 test-inline-macros ok 71 test-eval-compiler ok 72 test-match ok 73 test-doto ok 74 test-used ok 75 test-missing-fn ok 76 test-arity-check ok 77 test-each ok 78 test-accumulate ok 79 test-comprehensions ok 80 test-conditions ok 81 test-for ok 82 test-empty-values ok 83 test-include ok 84 test-short-circuit ok 85 test-traceback ok 86 test-global-mangling ok 87 test-env-iteration ok 88 test-runtime-quote ok 89 test-leak # Ran 89 tests in 0.635 seconds, 89 successes, 0 failures >>> fennel: Testing for lua5.4... lua5.4 test/init.lua 1..89 # Started on Thu Apr 14 08:12:07 2022 ok 1 test-hashfn ok 2 test-nest ok 3 test-core ok 4 test-calculations ok 5 test-fennelview ok 6 test-comment ok 7 test-destructuring ok 8 test-functions ok 9 test-if ok 10 test-with-open ok 11 test-method-calls ok 12 test-edge ok 13 test-booleans ok 14 test-comparisons ok 15 test-conditionals ok 16 test-mangling ok 17 test-quoted-source ok 18 test-autogensym ok 19 test-quote ok 20 test-shifts ok 21 test-ops ok 22 test-fennelview-userdata-handling ok 23 test-escapes ok 24 test-utf8 ok 25 test-generated ok 26 test-gaps ok 27 test-newline ok 28 test-cycles ok 29 test-basics ok 30 test-comments ok 31 test-prefixes ok 32 test-control-codes ok 33 test-suggestions ok 34 test-fn-fails ok 35 test-global-fails ok 36 test-macro-fails ok 37 test-macro-traces ok 38 test-macro ok 39 test-core-fails ok 40 test-binding-fails ok 41 test-parse-fails ok 42 test-macro-completion ok 43 test-no-undocumented ok 44 test-docstrings ok 45 test-source-offset ok 46 test-locals-saving ok 47 test-code ok 48 test-byteoffset ok 49 test-plugins ok 50 test-local-completion ok 51 test-options ok 52 test-help ok 53 test-apropos ok 54 test-exit ok 55 test-reload ok 56 test-reset ok 57 test-method-completion ok 58 test-lua-flag ok 59 test-cli ok 60 test-?. ok 61 test-eval-compiler ok 62 test-disabled-sandbox-searcher ok 63 test-expand ok 64 test-inline-macros ok 65 test-relative-macros ok 66 test-lua-module ok 67 test-arrows ok 68 test-doto ok 69 test-import-macros ok 70 test-match ok 71 test-macro-path ok 72 test-macrodebug ok 73 test-require-macros ok 74 test-arity-check ok 75 test-missing-fn ok 76 test-used ok 77 test-for ok 78 test-conditions ok 79 test-comprehensions ok 80 test-accumulate ok 81 test-each ok 82 test-short-circuit ok 83 test-include ok 84 test-runtime-quote ok 85 test-env-iteration ok 86 test-empty-values ok 87 test-leak ok 88 test-traceback ok 89 test-global-mangling # Ran 89 tests in 0.593 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-armv7.so.1 so:liblua-5.3.so.0 >>> fennel5.3*: Package size: 464.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-armv7.so.1 so:liblua-5.4.so.0 >>> fennel5.4*: Package size: 464.0 KB >>> fennel5.4*: Compressing data... >>> fennel5.4*: Create checksum... >>> fennel5.4*: Create fennel5.4-1.0.0-r1.apk >>> fennel: Build complete at Thu, 14 Apr 2022 08:12:08 +0000 elapsed time 0h 0m 10s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/9) Purging .makedepends-fennel (20220414.081200) (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.3-r1) (6/9) Purging lua5.4 (5.4.3-r1) (7/9) Purging lua5.4-libs (5.4.3-r1) (8/9) Purging linenoise (1.0-r1) (9/9) Purging readline (8.1.2-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> fennel: Updating the community/armv7 repository index... >>> fennel: Signing the index...