>>> fennel: Building community/fennel 1.2.1-r1 (using abuild 3.10.0-r0) started Tue, 29 Nov 2022 21:21:35 +0000 >>> fennel: Checking sanity of /home/buildozer/aports/community/fennel/APKBUILD... >>> fennel: Analyzing dependencies... >>> fennel: Installing for build: build-base lua5.2 lua5.2-dev lua5.2-libs lua5.3 lua5.3-dev lua5.3-libs lua5.4 lua5.4-dev lua5.4-libs luajit luajit-dev (1/11) Installing lua5.2-dev (5.2.4-r10) (2/11) Installing linenoise (1.0-r2) (3/11) Installing lua5.3-libs (5.3.6-r4) (4/11) Installing lua5.3 (5.3.6-r4) (5/11) Installing lua5.3-dev (5.3.6-r4) (6/11) Installing lua5.4-libs (5.4.4-r6) (7/11) Installing lua5.4 (5.4.4-r6) (8/11) Installing lua5.4-dev (5.4.4-r6) (9/11) Installing luajit (2.1_p20210510-r3) (10/11) Installing luajit-dev (2.1_p20210510-r3) (11/11) Installing .makedepends-fennel (20221129.212136) Executing busybox-1.35.0-r29.trigger OK: 343 MiB in 112 packages >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/fennel-1.2.1.tar.gz >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/fennel-1.2.1.tar.gz >>> fennel: Checking sha512sums... fennel-1.2.1.tar.gz: OK >>> fennel: Unpacking /var/cache/distfiles/v3.17/fennel-1.2.1.tar.gz... >>> 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.2... lua5.2 test/init.lua 1..102 # Started on Tue Nov 29 21:21:46 2022 ok 1 test-if ok 2 test-sym ok 3 test-conditionals ok 4 test-hashfn ok 5 test-core ok 6 test-destructuring ok 7 test-functions ok 8 test-comment ok 9 test-booleans ok 10 test-nest ok 11 test-fennelview ok 12 test-method-calls ok 13 test-with-open ok 14 test-edge ok 15 test-comparisons ok 16 test-calculations ok 17 test-mangling ok 18 test-autogensym ok 19 test-quoted-source ok 20 test-quote ok 21 test-seq-comments ok 22 test-cycles ok 23 test-fennelview-userdata-handling ok 24 test-utf8 ok 25 test-generated ok 26 test-newline ok 27 test-escapes ok 28 test-gaps ok 29 test-basics ok 30 test-prefixes ok 31 test-control-codes ok 32 test-comments ok 33 test-plugin-hooks ok 34 test-source-meta ok 35 test-fn-fails ok 36 test-suggestions ok 37 test-macro ok 38 test-global-fails ok 39 test-macro-fails ok 40 test-parse-fails ok 41 test-names ok 42 test-core-fails ok 43 test-binding-fails ok 44 test-macro-traces ok 45 test-reload-macros ok 46 test-macro-completion ok 47 test-reset ok 48 test-help ok 49 test-apropos ok 50 test-no-undocumented ok 51 test-code ok 52 test-plugins ok 53 test-options ok 54 test-exit ok 55 test-sym-completion ok 56 test-docstrings ok 57 test-locals-saving ok 58 test-method-completion ok 59 test-error-handling ok 60 test-byteoffset ok 61 test-reload ok 62 test-lua-flag ok 63 test-args --WARNING: plugin fennel/linter does not support Fennel version 1.2.1 ok 64 test-cli ok 65 test-match-try ok 66 test-inline-macros ok 67 test-expand ok 68 test-import-macros ok 69 test-require-macros ok 70 test-eval-compiler ok 71 test-doto ok 72 test-relative-macros ok 73 test-?. ok 74 test-disabled-sandbox-searcher ok 75 test-relative-filename ok 76 test-macrodebug ok 77 test-relative-chained-mac-mod-mac ok 78 test-arrows ok 79 test-literal ok 80 test-lua-module ok 81 test-match ok 82 test-macro-path ok 83 test-arity-check ok 84 test-used ok 85 test-missing-fn ok 86 test-var-never-set ok 87 test-comprehensions ok 88 test-conditions ok 89 test-accumulate ok 90 test-each ok 91 test-for ok 92 test-include ok 93 test-runtime-quote ok 94 test-global-mangling ok 95 test-traceback ok 96 test-env-iteration ok 97 test-short-circuit ok 98 test-empty-values ok 99 test-leak ok 100 test-install ok 101 test-searcher-error-contains-fnl-files ok 102 test-api-exposure # Ran 102 tests in 0.831 seconds, 102 successes, 0 failures >>> fennel: Testing for lua5.3... lua5.3 test/init.lua 1..104 # Started on Tue Nov 29 21:21:47 2022 ok 1 test-fennelview ok 2 test-comparisons ok 3 test-with-open ok 4 test-method-calls ok 5 test-edge ok 6 test-comment ok 7 test-nest ok 8 test-destructuring ok 9 test-calculations ok 10 test-if ok 11 test-booleans ok 12 test-conditionals ok 13 test-hashfn ok 14 test-sym ok 15 test-functions ok 16 test-core ok 17 test-mangling ok 18 test-quoted-source ok 19 test-autogensym ok 20 test-quote ok 21 test-ops ok 22 test-shifts ok 23 test-utf8 ok 24 test-generated ok 25 test-cycles ok 26 test-escapes ok 27 test-seq-comments ok 28 test-newline ok 29 test-gaps ok 30 test-fennelview-userdata-handling ok 31 test-source-meta ok 32 test-plugin-hooks ok 33 test-basics ok 34 test-prefixes ok 35 test-comments ok 36 test-control-codes ok 37 test-names ok 38 test-global-fails ok 39 test-parse-fails ok 40 test-binding-fails ok 41 test-macro ok 42 test-macro-traces ok 43 test-macro-fails ok 44 test-fn-fails ok 45 test-suggestions ok 46 test-core-fails ok 47 test-plugins ok 48 test-reload-macros ok 49 test-exit ok 50 test-docstrings ok 51 test-code ok 52 test-no-undocumented ok 53 test-byteoffset ok 54 test-locals-saving ok 55 test-sym-completion ok 56 test-reset ok 57 test-macro-completion ok 58 test-error-handling ok 59 test-reload ok 60 test-apropos ok 61 test-help ok 62 test-method-completion ok 63 test-options ok 64 test-lua-flag --WARNING: plugin fennel/linter does not support Fennel version 1.2.1 ok 65 test-cli ok 66 test-args ok 67 test-inline-macros ok 68 test-macro-path ok 69 test-relative-macros ok 70 test-require-macros ok 71 test-?. ok 72 test-arrows ok 73 test-relative-chained-mac-mod-mac ok 74 test-match-try ok 75 test-macrodebug ok 76 test-doto ok 77 test-lua-module ok 78 test-disabled-sandbox-searcher ok 79 test-import-macros ok 80 test-expand ok 81 test-relative-filename ok 82 test-match ok 83 test-literal ok 84 test-eval-compiler ok 85 test-used ok 86 test-var-never-set ok 87 test-arity-check ok 88 test-missing-fn ok 89 test-each ok 90 test-accumulate ok 91 test-for ok 92 test-conditions ok 93 test-comprehensions ok 94 test-include ok 95 test-runtime-quote ok 96 test-global-mangling ok 97 test-traceback ok 98 test-short-circuit ok 99 test-env-iteration ok 100 test-leak ok 101 test-empty-values ok 102 test-searcher-error-contains-fnl-files ok 103 test-install ok 104 test-api-exposure # Ran 104 tests in 0.882 seconds, 104 successes, 0 failures >>> fennel: Testing for lua5.4... lua5.4 test/init.lua 1..104 # Started on Tue Nov 29 21:21:49 2022 ok 1 test-functions ok 2 test-booleans ok 3 test-destructuring ok 4 test-conditionals ok 5 test-comment ok 6 test-with-open ok 7 test-fennelview ok 8 test-calculations ok 9 test-comparisons ok 10 test-edge ok 11 test-sym ok 12 test-method-calls ok 13 test-if ok 14 test-hashfn ok 15 test-core ok 16 test-nest ok 17 test-mangling ok 18 test-quote ok 19 test-quoted-source ok 20 test-autogensym ok 21 test-shifts ok 22 test-ops ok 23 test-escapes ok 24 test-utf8 ok 25 test-gaps ok 26 test-generated ok 27 test-cycles ok 28 test-fennelview-userdata-handling ok 29 test-seq-comments ok 30 test-newline ok 31 test-plugin-hooks ok 32 test-source-meta ok 33 test-prefixes ok 34 test-comments ok 35 test-basics ok 36 test-control-codes ok 37 test-macro ok 38 test-fn-fails ok 39 test-names ok 40 test-global-fails ok 41 test-parse-fails ok 42 test-macro-fails ok 43 test-suggestions ok 44 test-binding-fails ok 45 test-core-fails ok 46 test-macro-traces ok 47 test-reset ok 48 test-docstrings ok 49 test-apropos ok 50 test-locals-saving ok 51 test-no-undocumented ok 52 test-macro-completion ok 53 test-method-completion ok 54 test-help ok 55 test-code ok 56 test-sym-completion ok 57 test-error-handling ok 58 test-exit ok 59 test-reload ok 60 test-byteoffset ok 61 test-plugins ok 62 test-options ok 63 test-reload-macros ok 64 test-args --WARNING: plugin fennel/linter does not support Fennel version 1.2.1 ok 65 test-cli ok 66 test-lua-flag ok 67 test-doto ok 68 test-?. ok 69 test-match ok 70 test-relative-filename ok 71 test-macrodebug ok 72 test-relative-macros ok 73 test-match-try ok 74 test-expand ok 75 test-import-macros ok 76 test-disabled-sandbox-searcher ok 77 test-lua-module ok 78 test-macro-path ok 79 test-inline-macros ok 80 test-arrows ok 81 test-literal ok 82 test-eval-compiler ok 83 test-require-macros ok 84 test-relative-chained-mac-mod-mac ok 85 test-var-never-set ok 86 test-used ok 87 test-missing-fn ok 88 test-arity-check ok 89 test-each ok 90 test-conditions ok 91 test-comprehensions ok 92 test-for ok 93 test-accumulate ok 94 test-empty-values ok 95 test-runtime-quote ok 96 test-traceback ok 97 test-short-circuit ok 98 test-include ok 99 test-env-iteration ok 100 test-leak ok 101 test-global-mangling ok 102 test-searcher-error-contains-fnl-files ok 103 test-install ok 104 test-api-exposure # Ran 104 tests in 0.835 seconds, 104 successes, 0 failures >>> fennel: Testing for luajit... luajit test/init.lua 1..104 # Started on Tue Nov 29 21:21:50 2022 ok 1 test-booleans ok 2 test-hashfn ok 3 test-calculations ok 4 test-nest ok 5 test-comment ok 6 test-fennelview ok 7 test-functions ok 8 test-method-calls ok 9 test-if ok 10 test-with-open ok 11 test-sym ok 12 test-destructuring ok 13 test-edge ok 14 test-conditionals ok 15 test-comparisons ok 16 test-core ok 17 test-mangling ok 18 test-quote ok 19 test-quoted-source ok 20 test-autogensym ok 21 test-shifts ok 22 test-ops ok 23 test-cycles ok 24 test-seq-comments ok 25 test-utf8 ok 26 test-gaps ok 27 test-generated ok 28 test-fennelview-userdata-handling ok 29 test-newline ok 30 test-escapes ok 31 test-plugin-hooks ok 32 test-source-meta ok 33 test-control-codes ok 34 test-basics ok 35 test-comments ok 36 test-prefixes ok 37 test-macro-traces ok 38 test-macro-fails ok 39 test-core-fails ok 40 test-parse-fails ok 41 test-binding-fails ok 42 test-suggestions ok 43 test-names ok 44 test-macro ok 45 test-fn-fails ok 46 test-global-fails ok 47 test-method-completion ok 48 test-sym-completion ok 49 test-apropos ok 50 test-exit ok 51 test-reload-macros ok 52 test-code ok 53 test-plugins ok 54 test-options ok 55 test-locals-saving ok 56 test-docstrings ok 57 test-no-undocumented ok 58 test-macro-completion ok 59 test-reload ok 60 test-error-handling ok 61 test-reset ok 62 test-byteoffset ok 63 test-help --WARNING: plugin fennel/linter does not support Fennel version 1.2.1 ok 64 test-cli ok 65 test-lua-flag ok 66 test-args ok 67 test-inline-macros ok 68 test-macrodebug ok 69 test-macro-path ok 70 test-import-macros ok 71 test-lua-module ok 72 test-expand ok 73 test-relative-macros ok 74 test-relative-chained-mac-mod-mac ok 75 test-doto ok 76 test-literal ok 77 test-?. ok 78 test-match ok 79 test-arrows ok 80 test-disabled-sandbox-searcher ok 81 test-eval-compiler ok 82 test-require-macros ok 83 test-match-try ok 84 test-relative-filename ok 85 test-arity-check ok 86 test-var-never-set ok 87 test-missing-fn ok 88 test-used ok 89 test-each ok 90 test-comprehensions ok 91 test-accumulate ok 92 test-conditions ok 93 test-for ok 94 test-empty-values ok 95 test-short-circuit ok 96 test-traceback ok 97 test-global-mangling ok 98 test-runtime-quote ok 99 test-env-iteration ok 100 test-leak ok 101 test-include ok 102 test-searcher-error-contains-fnl-files ok 103 test-install ok 104 test-api-exposure # Ran 104 tests in 0.339 seconds, 104 successes, 0 failures >>> fennel: Entering fakeroot... >>> 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.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.2.1-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.2.1-r1.apk >>> fennel5.2*: Tracing dependencies... lua5.2 so:libc.musl-aarch64.so.1 so:liblua-5.2.so.0 >>> fennel5.2*: Package size: 516.0 KB >>> fennel5.2*: Compressing data... >>> fennel5.2*: Create checksum... >>> fennel5.2*: Create fennel5.2-1.2.1-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.2.1-r1.apk >>> fennel5.3*: Tracing dependencies... lua5.3 so:libc.musl-aarch64.so.1 so:liblua-5.3.so.0 >>> fennel5.3*: Package size: 516.0 KB >>> fennel5.3*: Compressing data... >>> fennel5.3*: Create checksum... >>> fennel5.3*: Create fennel5.3-1.2.1-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.2.1-r1.apk >>> fennel5.4*: Tracing dependencies... lua5.4 so:libc.musl-aarch64.so.1 so:liblua-5.4.so.0 >>> fennel5.4*: Package size: 516.0 KB >>> fennel5.4*: Compressing data... >>> fennel5.4*: Create checksum... >>> fennel5.4*: Create fennel5.4-1.2.1-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.2.1-r1.apk >>> fenneljit*: Tracing dependencies... luajit so:libc.musl-aarch64.so.1 so:libluajit-5.1.so.2 >>> fenneljit*: Package size: 516.0 KB >>> fenneljit*: Compressing data... >>> fenneljit*: Create checksum... >>> fenneljit*: Create fenneljit-1.2.1-r1.apk >>> fennel: Build complete at Tue, 29 Nov 2022 21:21:53 +0000 elapsed time 0h 0m 18s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/11) Purging .makedepends-fennel (20221129.212136) (2/11) Purging lua5.2-dev (5.2.4-r10) (3/11) Purging lua5.3-dev (5.3.6-r4) (4/11) Purging lua5.3 (5.3.6-r4) (5/11) Purging lua5.3-libs (5.3.6-r4) (6/11) Purging lua5.4-dev (5.4.4-r6) (7/11) Purging lua5.4 (5.4.4-r6) (8/11) Purging lua5.4-libs (5.4.4-r6) (9/11) Purging luajit-dev (2.1_p20210510-r3) (10/11) Purging luajit (2.1_p20210510-r3) (11/11) Purging linenoise (1.0-r2) Executing busybox-1.35.0-r29.trigger OK: 332 MiB in 101 packages >>> fennel: Updating the community/aarch64 repository index... >>> fennel: Signing the index...