>>> fennel: Building community/fennel 1.3.0-r0 (using abuild 3.10.0-r0) started Wed, 15 Feb 2023 04:28:31 +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-r11) (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-r7) (7/12) Installing readline (8.2.001-r0) (8/12) Installing lua5.4 (5.4.4-r7) (9/12) Installing lua5.4-dev (5.4.4-r7) (10/12) Installing luajit (2.1_p20210510-r3) (11/12) Installing luajit-dev (2.1_p20210510-r3) (12/12) Installing .makedepends-fennel (20230215.042831) Executing busybox-1.36.0-r4.trigger OK: 335 MiB in 108 packages >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fennel-1.3.0.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> fennel: Fetching fennel-1.3.0.tar.gz::https://git.sr.ht/~technomancy/fennel/archive/1.3.0.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 273k 0 273k 0 0 344k 0 --:--:-- --:--:-- --:--:-- 344k >>> 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.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..108 # Started on Wed Feb 15 04:28:44 2023 ok 1 test-if ok 2 test-method-calls ok 3 test-conditionals ok 4 test-nest ok 5 test-with-open ok 6 test-functions ok 7 test-sym ok 8 test-destructuring ok 9 test-comparisons ok 10 test-comment ok 11 test-hashfn ok 12 test-calculations ok 13 test-edge ok 14 test-booleans ok 15 test-core ok 16 test-mangling ok 17 test-quote ok 18 test-autogensym ok 19 test-quoted-source ok 20 test-generated ok 21 test-utf8 ok 22 test-once-skip-opts ok 23 test-cycles ok 24 test-seq-comments ok 25 test-fennelview-userdata-handling ok 26 test-gaps ok 27 test-newline ok 28 test-fennelview ok 29 test-escapes ok 30 test-basics ok 31 test-comments ok 32 test-prefixes ok 33 test-source-meta ok 34 test-control-codes ok 35 test-plugin-hooks ok 36 test-macro ok 37 test-parse-fails ok 38 test-core-fails ok 39 test-binding-fails ok 40 test-fn-fails ok 41 test-macro-fails ok 42 test-macro-traces ok 43 test-names ok 44 test-suggestions ok 45 test-match-fails ok 46 test-global-fails ok 47 test-plugins ok 48 test-exit ok 49 test-locals-saving ok 50 test-reset ok 51 test-help ok 52 test-sym-completion ok 53 test-options ok 54 test-byteoffset ok 55 test-code ok 56 test-custom-metadata ok 57 test-error-handling ok 58 test-docstrings ok 59 test-no-undocumented ok 60 test-macro-completion ok 61 test-method-completion ok 62 test-apropos ok 63 test-reload ok 64 test-reload-macros ok 65 test-cli ok 66 test-args ok 67 test-lua-flag ok 68 test-expand ok 69 test-disabled-sandbox-searcher ok 70 test-literal ok 71 test-import-macros ok 72 test-eval-compiler ok 73 test-doto ok 74 test-relative-filename ok 75 test-inline-macros ok 76 test-relative-chained-mac-mod-mac ok 77 test-relative-macros ok 78 test-arrows ok 79 test-match-try ok 80 test-case-try ok 81 test-lua-module ok 82 test-case ok 83 test-require-macros ok 84 test-match ok 85 test-?. ok 86 test-macrodebug ok 87 test-macro-path ok 88 test-var-never-set ok 89 test-used ok 90 test-arity-check ok 91 test-missing-fn ok 92 test-for ok 93 test-conditions ok 94 test-each ok 95 test-accumulate ok 96 test-comprehensions ok 97 test-global-mangling ok 98 test-empty-values ok 99 test-leak ok 100 test-env-iteration ok 101 test-runtime-quote ok 102 test-include ok 103 test-short-circuit ok 104 test-traceback ok 105 test-table ok 106 test-install ok 107 test-searcher-error-contains-fnl-files ok 108 test-api-exposure # Ran 108 tests in 1.120 seconds, 108 successes, 0 failures >>> fennel: Testing for lua5.3... lua5.3 test/init.lua 1..110 # Started on Wed Feb 15 04:28:46 2023 ok 1 test-functions ok 2 test-edge ok 3 test-nest ok 4 test-sym ok 5 test-with-open ok 6 test-conditionals ok 7 test-method-calls ok 8 test-comment ok 9 test-hashfn ok 10 test-if ok 11 test-calculations ok 12 test-destructuring ok 13 test-core ok 14 test-booleans ok 15 test-comparisons ok 16 test-mangling ok 17 test-quoted-source ok 18 test-quote ok 19 test-autogensym ok 20 test-ops ok 21 test-shifts ok 22 test-fennelview ok 23 test-fennelview-userdata-handling ok 24 test-newline ok 25 test-gaps ok 26 test-once-skip-opts ok 27 test-seq-comments ok 28 test-generated ok 29 test-escapes ok 30 test-utf8 ok 31 test-cycles ok 32 test-prefixes ok 33 test-basics ok 34 test-control-codes ok 35 test-plugin-hooks ok 36 test-comments ok 37 test-source-meta ok 38 test-binding-fails ok 39 test-core-fails ok 40 test-global-fails ok 41 test-parse-fails ok 42 test-macro-fails ok 43 test-names ok 44 test-macro ok 45 test-macro-traces ok 46 test-fn-fails ok 47 test-suggestions ok 48 test-match-fails ok 49 test-reset ok 50 test-error-handling ok 51 test-docstrings ok 52 test-locals-saving ok 53 test-byteoffset ok 54 test-reload ok 55 test-no-undocumented ok 56 test-help ok 57 test-method-completion ok 58 test-macro-completion ok 59 test-sym-completion ok 60 test-options ok 61 test-custom-metadata ok 62 test-code ok 63 test-reload-macros ok 64 test-apropos ok 65 test-exit ok 66 test-plugins ok 67 test-cli ok 68 test-lua-flag ok 69 test-args ok 70 test-case ok 71 test-expand ok 72 test-relative-macros ok 73 test-relative-filename ok 74 test-relative-chained-mac-mod-mac ok 75 test-macrodebug ok 76 test-import-macros ok 77 test-match ok 78 test-doto ok 79 test-require-macros ok 80 test-?. ok 81 test-eval-compiler ok 82 test-arrows ok 83 test-literal ok 84 test-lua-module ok 85 test-match-try ok 86 test-disabled-sandbox-searcher ok 87 test-macro-path ok 88 test-inline-macros ok 89 test-case-try ok 90 test-missing-fn ok 91 test-var-never-set ok 92 test-arity-check ok 93 test-used ok 94 test-accumulate ok 95 test-comprehensions ok 96 test-each ok 97 test-for ok 98 test-conditions ok 99 test-env-iteration ok 100 test-traceback ok 101 test-include ok 102 test-empty-values ok 103 test-global-mangling ok 104 test-leak ok 105 test-table ok 106 test-runtime-quote ok 107 test-short-circuit ok 108 test-searcher-error-contains-fnl-files ok 109 test-install ok 110 test-api-exposure # Ran 110 tests in 1.251 seconds, 110 successes, 0 failures >>> fennel: Testing for lua5.4... lua5.4 test/init.lua 1..110 # Started on Wed Feb 15 04:28:49 2023 ok 1 test-comment ok 2 test-method-calls ok 3 test-core ok 4 test-booleans ok 5 test-conditionals ok 6 test-sym ok 7 test-hashfn ok 8 test-edge ok 9 test-nest ok 10 test-with-open ok 11 test-if ok 12 test-destructuring ok 13 test-functions ok 14 test-calculations ok 15 test-comparisons ok 16 test-mangling ok 17 test-quoted-source ok 18 test-autogensym ok 19 test-quote ok 20 test-ops ok 21 test-shifts ok 22 test-fennelview ok 23 test-newline ok 24 test-cycles ok 25 test-gaps ok 26 test-once-skip-opts ok 27 test-seq-comments ok 28 test-utf8 ok 29 test-fennelview-userdata-handling ok 30 test-escapes ok 31 test-generated ok 32 test-source-meta ok 33 test-comments ok 34 test-basics ok 35 test-control-codes ok 36 test-plugin-hooks ok 37 test-prefixes ok 38 test-binding-fails ok 39 test-macro ok 40 test-core-fails ok 41 test-macro-fails ok 42 test-global-fails ok 43 test-parse-fails ok 44 test-fn-fails ok 45 test-macro-traces ok 46 test-names ok 47 test-match-fails ok 48 test-suggestions ok 49 test-code ok 50 test-apropos ok 51 test-exit ok 52 test-sym-completion ok 53 test-method-completion ok 54 test-locals-saving ok 55 test-byteoffset ok 56 test-no-undocumented ok 57 test-options ok 58 test-reset ok 59 test-reload ok 60 test-custom-metadata ok 61 test-macro-completion ok 62 test-docstrings ok 63 test-error-handling ok 64 test-plugins ok 65 test-reload-macros ok 66 test-help ok 67 test-lua-flag ok 68 test-cli ok 69 test-args ok 70 test-eval-compiler ok 71 test-relative-macros ok 72 test-doto ok 73 test-match ok 74 test-arrows ok 75 test-literal ok 76 test-import-macros ok 77 test-relative-chained-mac-mod-mac ok 78 test-relative-filename ok 79 test-disabled-sandbox-searcher ok 80 test-case-try ok 81 test-?. ok 82 test-match-try ok 83 test-expand ok 84 test-lua-module ok 85 test-macrodebug ok 86 test-case ok 87 test-macro-path ok 88 test-inline-macros ok 89 test-require-macros ok 90 test-var-never-set ok 91 test-missing-fn ok 92 test-used ok 93 test-arity-check ok 94 test-comprehensions ok 95 test-conditions ok 96 test-for ok 97 test-accumulate ok 98 test-each ok 99 test-env-iteration ok 100 test-runtime-quote ok 101 test-leak ok 102 test-include ok 103 test-empty-values ok 104 test-table ok 105 test-traceback ok 106 test-short-circuit ok 107 test-global-mangling ok 108 test-searcher-error-contains-fnl-files ok 109 test-install ok 110 test-api-exposure # Ran 110 tests in 1.144 seconds, 110 successes, 0 failures >>> fennel: Testing for luajit... luajit test/init.lua 1..110 # Started on Wed Feb 15 04:28:51 2023 ok 1 test-booleans ok 2 test-with-open ok 3 test-core ok 4 test-sym ok 5 test-nest ok 6 test-comment ok 7 test-destructuring ok 8 test-method-calls ok 9 test-edge ok 10 test-functions ok 11 test-if ok 12 test-hashfn ok 13 test-calculations ok 14 test-conditionals 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-utf8 ok 23 test-fennelview ok 24 test-generated ok 25 test-once-skip-opts ok 26 test-fennelview-userdata-handling ok 27 test-seq-comments ok 28 test-gaps ok 29 test-cycles ok 30 test-escapes ok 31 test-newline ok 32 test-source-meta ok 33 test-prefixes ok 34 test-comments ok 35 test-control-codes ok 36 test-plugin-hooks ok 37 test-basics ok 38 test-parse-fails ok 39 test-suggestions ok 40 test-fn-fails ok 41 test-binding-fails ok 42 test-names ok 43 test-macro-traces ok 44 test-global-fails ok 45 test-macro-fails ok 46 test-match-fails ok 47 test-core-fails ok 48 test-macro ok 49 test-reload ok 50 test-method-completion ok 51 test-code ok 52 test-help ok 53 test-byteoffset ok 54 test-apropos ok 55 test-custom-metadata ok 56 test-locals-saving ok 57 test-macro-completion ok 58 test-exit ok 59 test-no-undocumented ok 60 test-reload-macros ok 61 test-reset ok 62 test-docstrings ok 63 test-error-handling ok 64 test-sym-completion ok 65 test-plugins ok 66 test-options ok 67 test-lua-flag ok 68 test-args ok 69 test-cli ok 70 test-case ok 71 test-match-try ok 72 test-require-macros ok 73 test-macrodebug ok 74 test-inline-macros ok 75 test-macro-path ok 76 test-expand ok 77 test-lua-module ok 78 test-doto ok 79 test-relative-macros ok 80 test-?. ok 81 test-arrows ok 82 test-case-try ok 83 test-literal ok 84 test-relative-chained-mac-mod-mac ok 85 test-relative-filename ok 86 test-eval-compiler ok 87 test-import-macros ok 88 test-match 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-each ok 96 test-comprehensions ok 97 test-conditions ok 98 test-accumulate ok 99 test-traceback ok 100 test-global-mangling ok 101 test-table ok 102 test-runtime-quote ok 103 test-short-circuit ok 104 test-empty-values ok 105 test-leak ok 106 test-include ok 107 test-env-iteration ok 108 test-install ok 109 test-searcher-error-contains-fnl-files ok 110 test-api-exposure # Ran 110 tests in 0.415 seconds, 110 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.3.0-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.3.0-r0.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-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.3.0-r0.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-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.3.0-r0.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-r0.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-r0.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-r0.apk >>> fennel: Build complete at Wed, 15 Feb 2023 04:28:53 +0000 elapsed time 0h 0m 22s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/12) Purging .makedepends-fennel (20230215.042831) (2/12) Purging lua5.2-dev (5.2.4-r11) (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-r7) (7/12) Purging lua5.4 (5.4.4-r7) (8/12) Purging lua5.4-libs (5.4.4-r7) (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.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...