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