>>> fennel: Building community/fennel 1.3.0-r1 (using abuild 3.10.0-r0) started Wed, 15 Feb 2023 05:07:25 +0000 >>> fennel: Checking sanity of /home/buildozer/aports/community/fennel/APKBUILD... >>> fennel: Analyzing dependencies... >>> fennel: Installing for build: build-base lua5.1-dev lua5.2-dev lua5.3-dev lua5.4-dev luajit-dev (1/15) Installing lua5.1-libs (5.1.5-r11) (2/15) Installing lua5.1 (5.1.5-r11) (3/15) Installing lua5.1-dev (5.1.5-r11) (4/15) Installing lua5.2-dev (5.2.4-r11) (5/15) Installing linenoise (1.0-r2) (6/15) Installing lua5.3-libs (5.3.6-r4) (7/15) Installing lua5.3 (5.3.6-r4) (8/15) Installing lua5.3-dev (5.3.6-r4) (9/15) Installing lua5.4-libs (5.4.4-r7) (10/15) Installing readline (8.2.001-r0) (11/15) Installing lua5.4 (5.4.4-r7) (12/15) Installing lua5.4-dev (5.4.4-r7) (13/15) Installing luajit (2.1_p20210510-r3) (14/15) Installing luajit-dev (2.1_p20210510-r3) (15/15) Installing .makedepends-fennel (20230215.050726) Executing busybox-1.36.0-r4.trigger OK: 336 MiB in 111 packages >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fennel-1.3.0.tar.gz >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fennel-1.3.0.tar.gz >>> fennel: Checking sha512sums... fennel-1.3.0.tar.gz: OK >>> fennel: Unpacking /var/cache/distfiles/edge/fennel-1.3.0.tar.gz... >>> fennel: Building for lua5.1... lua5.1 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --globals _G --no-metadata --require-as-include --compile src/fennel.fnl > fennel.lua echo "#!/usr/bin/env lua5.1" > fennel lua5.1 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --globals _G --no-metadata --require-as-include --compile src/launcher.fnl >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/liblua.so /usr/include >>> fennel: Building for lua5.2... lua5.2 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --globals _G --no-metadata --require-as-include --compile src/fennel.fnl > fennel.lua echo "#!/usr/bin/env lua5.2" > fennel lua5.2 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --globals _G --no-metadata --require-as-include --compile src/launcher.fnl >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/lua5.2/liblua.so /usr/include/lua5.2 >>> fennel: Building for lua5.3... lua5.3 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --globals _G --no-metadata --require-as-include --compile src/fennel.fnl > fennel.lua echo "#!/usr/bin/env lua5.3" > fennel lua5.3 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --globals _G --no-metadata --require-as-include --compile src/launcher.fnl >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/lua5.3/liblua.so /usr/include/lua5.3 >>> fennel: Building for lua5.4... lua5.4 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --globals _G --no-metadata --require-as-include --compile src/fennel.fnl > fennel.lua echo "#!/usr/bin/env lua5.4" > fennel lua5.4 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --globals _G --no-metadata --require-as-include --compile src/launcher.fnl >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/lua5.4/liblua.so /usr/include/lua5.4 >>> fennel: Building for luajit... luajit bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --globals _G --no-metadata --require-as-include --compile src/fennel.fnl > fennel.lua echo "#!/usr/bin/env luajit" > fennel luajit bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --globals _G --no-metadata --require-as-include --compile src/launcher.fnl >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/libluajit-5.1.so /usr/include/luajit-2.1 >>> fennel: Testing for lua5.1... lua5.1 test/init.lua 1..90 # Started on Wed Feb 15 05:07:41 2023 ok 1 test-nest ok 2 test-if ok 3 test-sym ok 4 test-comparisons ok 5 test-comment ok 6 test-method-calls ok 7 test-hashfn ok 8 test-functions ok 9 test-with-open ok 10 test-edge ok 11 test-destructuring ok 12 test-core ok 13 test-booleans ok 14 test-conditionals ok 15 test-calculations ok 16 test-mangling ok 17 test-autogensym ok 18 test-quoted-source ok 19 test-quote ok 20 test-generated ok 21 test-once-skip-opts ok 22 test-gaps ok 23 test-fennelview ok 24 test-seq-comments ok 25 test-newline ok 26 test-utf8 ok 27 test-cycles ok 28 test-fennelview-userdata-handling ok 29 test-escapes ok 30 test-source-meta ok 31 test-control-codes ok 32 test-plugin-hooks ok 33 test-prefixes ok 34 test-comments ok 35 test-basics ok 36 test-match-fails ok 37 test-fn-fails ok 38 test-core-fails ok 39 test-macro-traces ok 40 test-names ok 41 test-parse-fails ok 42 test-macro-fails ok 43 test-macro ok 44 test-binding-fails ok 45 test-global-fails ok 46 test-suggestions ok 47 test-args ok 48 test-cli ok 49 test-lua-flag ok 50 test-relative-macros ok 51 test-?. ok 52 test-macro-path ok 53 test-lua-module ok 54 test-require-macros ok 55 test-relative-filename ok 56 test-eval-compiler ok 57 test-expand ok 58 test-inline-macros ok 59 test-case ok 60 test-doto ok 61 test-arrows ok 62 test-case-try ok 63 test-match ok 64 test-import-macros ok 65 test-disabled-sandbox-searcher ok 66 test-relative-chained-mac-mod-mac ok 67 test-macrodebug ok 68 test-literal ok 69 test-match-try ok 70 test-used ok 71 test-arity-check ok 72 test-missing-fn ok 73 test-var-never-set ok 74 test-each ok 75 test-accumulate ok 76 test-for ok 77 test-comprehensions ok 78 test-conditions ok 79 test-env-iteration ok 80 test-leak ok 81 test-include ok 82 test-table ok 83 test-runtime-quote ok 84 test-short-circuit ok 85 test-empty-values ok 86 test-global-mangling ok 87 test-traceback ok 88 test-searcher-error-contains-fnl-files ok 89 test-install ok 90 test-api-exposure # Ran 90 tests in 1.085 seconds, 90 successes, 0 failures >>> fennel: Testing for lua5.2... lua5.2 test/init.lua 1..108 # Started on Wed Feb 15 05:07:43 2023 ok 1 test-hashfn ok 2 test-method-calls ok 3 test-edge ok 4 test-functions ok 5 test-destructuring ok 6 test-sym ok 7 test-core ok 8 test-comparisons ok 9 test-calculations ok 10 test-with-open ok 11 test-conditionals ok 12 test-comment ok 13 test-nest ok 14 test-if ok 15 test-booleans ok 16 test-mangling ok 17 test-quote ok 18 test-autogensym ok 19 test-quoted-source ok 20 test-cycles ok 21 test-generated ok 22 test-gaps ok 23 test-newline ok 24 test-escapes ok 25 test-fennelview ok 26 test-once-skip-opts ok 27 test-fennelview-userdata-handling ok 28 test-seq-comments ok 29 test-utf8 ok 30 test-prefixes ok 31 test-source-meta ok 32 test-plugin-hooks ok 33 test-basics ok 34 test-control-codes ok 35 test-comments ok 36 test-macro-fails ok 37 test-parse-fails ok 38 test-binding-fails ok 39 test-global-fails ok 40 test-fn-fails ok 41 test-names ok 42 test-match-fails ok 43 test-macro-traces ok 44 test-core-fails ok 45 test-macro ok 46 test-suggestions ok 47 test-docstrings ok 48 test-method-completion ok 49 test-options ok 50 test-apropos ok 51 test-byteoffset ok 52 test-macro-completion ok 53 test-sym-completion ok 54 test-custom-metadata ok 55 test-code ok 56 test-error-handling ok 57 test-no-undocumented ok 58 test-help ok 59 test-exit ok 60 test-reload-macros ok 61 test-reload ok 62 test-plugins ok 63 test-locals-saving ok 64 test-reset ok 65 test-cli ok 66 test-args ok 67 test-lua-flag ok 68 test-arrows ok 69 test-doto ok 70 test-relative-macros ok 71 test-lua-module ok 72 test-expand ok 73 test-case ok 74 test-macrodebug ok 75 test-import-macros ok 76 test-literal ok 77 test-require-macros ok 78 test-relative-chained-mac-mod-mac ok 79 test-case-try ok 80 test-match-try ok 81 test-macro-path ok 82 test-relative-filename ok 83 test-match ok 84 test-inline-macros ok 85 test-disabled-sandbox-searcher ok 86 test-eval-compiler ok 87 test-?. ok 88 test-used ok 89 test-missing-fn ok 90 test-arity-check ok 91 test-var-never-set ok 92 test-each ok 93 test-comprehensions ok 94 test-for ok 95 test-conditions ok 96 test-accumulate ok 97 test-table ok 98 test-empty-values ok 99 test-include ok 100 test-global-mangling ok 101 test-short-circuit ok 102 test-leak ok 103 test-runtime-quote ok 104 test-traceback ok 105 test-env-iteration ok 106 test-searcher-error-contains-fnl-files ok 107 test-install ok 108 test-api-exposure # Ran 108 tests in 1.148 seconds, 108 successes, 0 failures >>> fennel: Testing for lua5.3... lua5.3 test/init.lua 1..110 # Started on Wed Feb 15 05:07:46 2023 ok 1 test-nest ok 2 test-conditionals ok 3 test-comment ok 4 test-sym ok 5 test-method-calls ok 6 test-booleans ok 7 test-with-open ok 8 test-functions ok 9 test-if ok 10 test-edge ok 11 test-destructuring ok 12 test-hashfn ok 13 test-calculations ok 14 test-core ok 15 test-comparisons 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-escapes ok 23 test-fennelview-userdata-handling ok 24 test-once-skip-opts ok 25 test-cycles ok 26 test-fennelview ok 27 test-utf8 ok 28 test-newline ok 29 test-seq-comments ok 30 test-gaps ok 31 test-generated ok 32 test-control-codes ok 33 test-plugin-hooks ok 34 test-basics ok 35 test-source-meta ok 36 test-prefixes ok 37 test-comments ok 38 test-core-fails ok 39 test-macro ok 40 test-match-fails ok 41 test-macro-fails ok 42 test-global-fails ok 43 test-suggestions ok 44 test-macro-traces ok 45 test-fn-fails ok 46 test-binding-fails ok 47 test-names ok 48 test-parse-fails ok 49 test-method-completion ok 50 test-help ok 51 test-byteoffset ok 52 test-docstrings ok 53 test-code ok 54 test-apropos ok 55 test-macro-completion ok 56 test-plugins ok 57 test-reload ok 58 test-no-undocumented ok 59 test-exit ok 60 test-reload-macros ok 61 test-custom-metadata ok 62 test-locals-saving ok 63 test-sym-completion ok 64 test-options ok 65 test-error-handling ok 66 test-reset ok 67 test-args ok 68 test-lua-flag ok 69 test-cli ok 70 test-?. ok 71 test-inline-macros ok 72 test-require-macros ok 73 test-eval-compiler ok 74 test-lua-module ok 75 test-match-try ok 76 test-doto ok 77 test-match ok 78 test-relative-macros ok 79 test-arrows ok 80 test-relative-chained-mac-mod-mac ok 81 test-case-try ok 82 test-relative-filename ok 83 test-macrodebug ok 84 test-macro-path ok 85 test-expand ok 86 test-literal ok 87 test-disabled-sandbox-searcher ok 88 test-import-macros ok 89 test-case ok 90 test-var-never-set ok 91 test-missing-fn ok 92 test-used ok 93 test-arity-check ok 94 test-accumulate ok 95 test-for ok 96 test-each ok 97 test-conditions ok 98 test-comprehensions ok 99 test-leak ok 100 test-runtime-quote ok 101 test-empty-values ok 102 test-traceback ok 103 test-global-mangling ok 104 test-env-iteration ok 105 test-include ok 106 test-short-circuit ok 107 test-table ok 108 test-install ok 109 test-searcher-error-contains-fnl-files ok 110 test-api-exposure # Ran 110 tests in 1.282 seconds, 110 successes, 0 failures >>> fennel: Testing for lua5.4... lua5.4 test/init.lua 1..110 # Started on Wed Feb 15 05:07:49 2023 ok 1 test-if ok 2 test-core ok 3 test-edge ok 4 test-conditionals ok 5 test-with-open ok 6 test-nest ok 7 test-destructuring ok 8 test-hashfn ok 9 test-method-calls ok 10 test-sym ok 11 test-comment ok 12 test-booleans ok 13 test-functions 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-generated ok 23 test-escapes ok 24 test-once-skip-opts ok 25 test-fennelview ok 26 test-seq-comments ok 27 test-cycles ok 28 test-utf8 ok 29 test-newline ok 30 test-gaps ok 31 test-fennelview-userdata-handling ok 32 test-plugin-hooks ok 33 test-control-codes ok 34 test-prefixes ok 35 test-comments ok 36 test-source-meta ok 37 test-basics ok 38 test-macro ok 39 test-names ok 40 test-binding-fails ok 41 test-macro-fails ok 42 test-global-fails ok 43 test-match-fails ok 44 test-macro-traces ok 45 test-parse-fails ok 46 test-core-fails ok 47 test-suggestions ok 48 test-fn-fails ok 49 test-no-undocumented ok 50 test-options ok 51 test-method-completion ok 52 test-docstrings ok 53 test-apropos ok 54 test-reload-macros ok 55 test-reset ok 56 test-reload ok 57 test-macro-completion ok 58 test-plugins ok 59 test-exit ok 60 test-code ok 61 test-custom-metadata ok 62 test-locals-saving ok 63 test-help ok 64 test-error-handling ok 65 test-sym-completion ok 66 test-byteoffset ok 67 test-cli ok 68 test-args ok 69 test-lua-flag ok 70 test-eval-compiler ok 71 test-match ok 72 test-doto ok 73 test-require-macros ok 74 test-literal ok 75 test-case-try ok 76 test-match-try ok 77 test-expand ok 78 test-relative-macros ok 79 test-macrodebug ok 80 test-case ok 81 test-relative-chained-mac-mod-mac ok 82 test-macro-path ok 83 test-lua-module ok 84 test-relative-filename ok 85 test-import-macros ok 86 test-?. ok 87 test-inline-macros ok 88 test-arrows ok 89 test-disabled-sandbox-searcher ok 90 test-var-never-set ok 91 test-used ok 92 test-missing-fn ok 93 test-arity-check ok 94 test-for ok 95 test-comprehensions ok 96 test-conditions ok 97 test-accumulate ok 98 test-each ok 99 test-env-iteration ok 100 test-short-circuit ok 101 test-traceback ok 102 test-include ok 103 test-empty-values ok 104 test-global-mangling ok 105 test-runtime-quote ok 106 test-leak ok 107 test-table ok 108 test-searcher-error-contains-fnl-files ok 109 test-install ok 110 test-api-exposure # Ran 110 tests in 1.165 seconds, 110 successes, 0 failures >>> fennel: Testing for luajit... luajit test/init.lua 1..110 # Started on Wed Feb 15 05:07:50 2023 ok 1 test-with-open ok 2 test-booleans ok 3 test-edge ok 4 test-core ok 5 test-nest ok 6 test-method-calls ok 7 test-comment ok 8 test-conditionals ok 9 test-comparisons ok 10 test-functions ok 11 test-destructuring ok 12 test-hashfn ok 13 test-sym ok 14 test-calculations 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-gaps ok 23 test-generated ok 24 test-escapes ok 25 test-once-skip-opts ok 26 test-fennelview-userdata-handling ok 27 test-fennelview ok 28 test-seq-comments ok 29 test-utf8 ok 30 test-newline ok 31 test-cycles ok 32 test-control-codes ok 33 test-basics ok 34 test-plugin-hooks ok 35 test-source-meta ok 36 test-prefixes ok 37 test-comments ok 38 test-parse-fails ok 39 test-names ok 40 test-macro-traces ok 41 test-global-fails ok 42 test-fn-fails ok 43 test-binding-fails ok 44 test-macro-fails ok 45 test-match-fails ok 46 test-core-fails ok 47 test-suggestions ok 48 test-macro ok 49 test-code ok 50 test-apropos ok 51 test-custom-metadata ok 52 test-exit ok 53 test-locals-saving ok 54 test-byteoffset ok 55 test-sym-completion ok 56 test-method-completion ok 57 test-plugins ok 58 test-docstrings ok 59 test-error-handling ok 60 test-no-undocumented ok 61 test-reload ok 62 test-reset ok 63 test-reload-macros ok 64 test-macro-completion ok 65 test-options ok 66 test-help ok 67 test-args ok 68 test-lua-flag ok 69 test-cli ok 70 test-macrodebug ok 71 test-macro-path ok 72 test-match ok 73 test-case ok 74 test-lua-module ok 75 test-disabled-sandbox-searcher ok 76 test-expand ok 77 test-match-try ok 78 test-case-try ok 79 test-literal ok 80 test-arrows ok 81 test-doto ok 82 test-?. ok 83 test-import-macros ok 84 test-require-macros ok 85 test-relative-macros ok 86 test-relative-chained-mac-mod-mac ok 87 test-relative-filename ok 88 test-eval-compiler ok 89 test-inline-macros ok 90 test-used ok 91 test-missing-fn ok 92 test-var-never-set ok 93 test-arity-check ok 94 test-accumulate ok 95 test-conditions ok 96 test-for ok 97 test-each ok 98 test-comprehensions ok 99 test-table ok 100 test-leak ok 101 test-include ok 102 test-traceback ok 103 test-global-mangling ok 104 test-short-circuit ok 105 test-empty-values ok 106 test-runtime-quote ok 107 test-env-iteration ok 108 test-searcher-error-contains-fnl-files ok 109 test-install ok 110 test-api-exposure # Ran 110 tests in 0.431 seconds, 110 successes, 0 failures >>> fennel: Entering fakeroot... >>> fennel5.1*: Running split function _subpackage... >>> fennel5.1*: Preparing subpackage fennel5.1... >>> fennel5.1*: Stripping binaries >>> fennel5.1*: Running postcheck for fennel5.1 >>> fennel5.1-doc*: Running split function _doc... >>> fennel5.1-doc*: Preparing subpackage fennel5.1-doc... >>> fennel5.1-doc*: Running postcheck for fennel5.1-doc >>> fennel5.2*: Running split function _subpackage... >>> fennel5.2*: Preparing subpackage fennel5.2... >>> fennel5.2*: Stripping binaries >>> fennel5.2*: Running postcheck for fennel5.2 >>> fennel5.2-doc*: Running split function _doc... >>> fennel5.2-doc*: Preparing subpackage fennel5.2-doc... >>> fennel5.2-doc*: Running postcheck for fennel5.2-doc >>> 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 >>> fenneljit*: Running split function _subpackage... >>> fenneljit*: Preparing subpackage fenneljit... >>> fenneljit*: Stripping binaries >>> fenneljit*: Running postcheck for fenneljit >>> fenneljit-doc*: Running split function _doc... >>> fenneljit-doc*: Preparing subpackage fenneljit-doc... >>> fenneljit-doc*: Running postcheck for fenneljit-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.1-doc*: Scanning shared objects >>> fennel5.1*: Scanning shared objects >>> fennel5.2-doc*: Scanning shared objects >>> fennel5.2*: 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 >>> fenneljit-doc*: Scanning shared objects >>> fenneljit*: Scanning shared objects >>> fennel*: Tracing dependencies... >>> fennel*: Package size: 4.0 KB >>> fennel*: Compressing data... >>> fennel*: Create checksum... >>> fennel*: Create fennel-1.3.0-r1.apk >>> fennel5.1-doc*: Tracing dependencies... >>> fennel5.1-doc*: Package size: 24.0 KB >>> fennel5.1-doc*: Compressing data... >>> fennel5.1-doc*: Create checksum... >>> fennel5.1-doc*: Create fennel5.1-doc-1.3.0-r1.apk >>> fennel5.1*: Tracing dependencies... lua5.1 so:libc.musl-armhf.so.1 so:liblua.so.5 >>> fennel5.1*: Package size: 536.0 KB >>> fennel5.1*: Compressing data... >>> fennel5.1*: Create checksum... >>> fennel5.1*: Create fennel5.1-1.3.0-r1.apk >>> fennel5.2-doc*: Tracing dependencies... >>> fennel5.2-doc*: Package size: 24.0 KB >>> fennel5.2-doc*: Compressing data... >>> fennel5.2-doc*: Create checksum... >>> fennel5.2-doc*: Create fennel5.2-doc-1.3.0-r1.apk >>> fennel5.2*: Tracing dependencies... lua5.2 so:libc.musl-armhf.so.1 so:liblua-5.2.so.0 >>> fennel5.2*: Package size: 536.0 KB >>> fennel5.2*: Compressing data... >>> fennel5.2*: Create checksum... >>> fennel5.2*: Create fennel5.2-1.3.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.3.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: 536.0 KB >>> fennel5.3*: Compressing data... >>> fennel5.3*: Create checksum... >>> fennel5.3*: Create fennel5.3-1.3.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.3.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: 536.0 KB >>> fennel5.4*: Compressing data... >>> fennel5.4*: Create checksum... >>> fennel5.4*: Create fennel5.4-1.3.0-r1.apk >>> fenneljit-doc*: Tracing dependencies... >>> fenneljit-doc*: Package size: 24.0 KB >>> fenneljit-doc*: Compressing data... >>> fenneljit-doc*: Create checksum... >>> fenneljit-doc*: Create fenneljit-doc-1.3.0-r1.apk >>> fenneljit*: Tracing dependencies... luajit so:libc.musl-armhf.so.1 so:libluajit-5.1.so.2 >>> fenneljit*: Package size: 536.0 KB >>> fenneljit*: Compressing data... >>> fenneljit*: Create checksum... >>> fenneljit*: Create fenneljit-1.3.0-r1.apk >>> fennel: Build complete at Wed, 15 Feb 2023 05:07:53 +0000 elapsed time 0h 0m 28s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/15) Purging .makedepends-fennel (20230215.050726) (2/15) Purging lua5.1-dev (5.1.5-r11) (3/15) Purging lua5.1 (5.1.5-r11) (4/15) Purging lua5.1-libs (5.1.5-r11) (5/15) Purging lua5.2-dev (5.2.4-r11) (6/15) Purging lua5.3-dev (5.3.6-r4) (7/15) Purging lua5.3 (5.3.6-r4) (8/15) Purging lua5.3-libs (5.3.6-r4) (9/15) Purging lua5.4-dev (5.4.4-r7) (10/15) Purging lua5.4 (5.4.4-r7) (11/15) Purging lua5.4-libs (5.4.4-r7) (12/15) Purging luajit-dev (2.1_p20210510-r3) (13/15) Purging luajit (2.1_p20210510-r3) (14/15) Purging linenoise (1.0-r2) (15/15) Purging readline (8.2.001-r0) Executing busybox-1.36.0-r4.trigger OK: 326 MiB in 96 packages >>> fennel: Updating the community/armhf repository index... >>> fennel: Signing the index...