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