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