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