>>> fennel: Building community/fennel 1.1.0-r0 (using abuild 3.9.0-r0) started Thu, 21 Apr 2022 09:34:37 +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-r9) (2/10) Installing linenoise (1.0-r1) (3/10) Installing lua5.3-libs (5.3.6-r3) (4/10) Installing lua5.3 (5.3.6-r3) (5/10) Installing lua5.3-dev (5.3.6-r3) (6/10) Installing lua5.4-libs (5.4.4-r3) (7/10) Installing readline (8.1.2-r0) (8/10) Installing lua5.4 (5.4.4-r3) (9/10) Installing lua5.4-dev (5.4.4-r3) (10/10) Installing .makedepends-fennel (20220421.093438) Executing busybox-1.35.0-r10.trigger OK: 325 MiB in 99 packages >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/fennel-1.1.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.1.0.tar.gz::https://git.sr.ht/~technomancy/fennel/archive/1.1.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 100 119k 0 119k 0 0 209k 0 --:--:-- --:--:-- --:--:-- 209k 100 255k 0 255k 0 0 418k 0 --:--:-- --:--:-- --:--:-- 418k >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/fennel-1.1.0.tar.gz >>> fennel: Checking sha512sums... fennel-1.1.0.tar.gz: OK >>> fennel: Unpacking /var/cache/distfiles/v3.16/fennel-1.1.0.tar.gz... >>> fennel: Building for lua5.2... lua5.2 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --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 --no-metadata --require-as-include --compile src/launcher.fnl >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS=-static ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/lua5.2/liblua.a /usr/include/lua5.2 >>> fennel: Building for lua5.3... lua5.3 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --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 --no-metadata --require-as-include --compile src/launcher.fnl >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS=-static ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/lua5.3/liblua.a /usr/include/lua5.3 >>> fennel: Building for lua5.4... lua5.4 bootstrap/launcher.lua --no-compiler-sandbox --add-fennel-path src/?.fnl --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 --no-metadata --require-as-include --compile src/launcher.fnl >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS=-static ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/lua5.4/liblua.a /usr/include/lua5.4 >>> fennel: Testing for lua5.2... lua5.2 test/init.lua 1..92 # Started on Thu Apr 21 09:34:54 2022 ok 1 test-nest ok 2 test-conditionals ok 3 test-comment ok 4 test-with-open ok 5 test-comparisons ok 6 test-destructuring ok 7 test-functions ok 8 test-method-calls ok 9 test-if ok 10 test-booleans ok 11 test-calculations ok 12 test-edge ok 13 test-hashfn ok 14 test-fennelview ok 15 test-core ok 16 test-mangling ok 17 test-quote ok 18 test-quoted-source ok 19 test-autogensym ok 20 test-gaps ok 21 test-utf8 ok 22 test-generated ok 23 test-newline ok 24 test-cycles ok 25 test-escapes ok 26 test-fennelview-userdata-handling ok 27 test-comments ok 28 test-prefixes ok 29 test-control-codes ok 30 test-basics ok 31 test-fn-fails ok 32 test-macro ok 33 test-global-fails ok 34 test-suggestions ok 35 test-parse-fails ok 36 test-names ok 37 test-binding-fails ok 38 test-macro-traces ok 39 test-macro-fails ok 40 test-core-fails ok 41 test-help ok 42 test-apropos ok 43 test-reload-macros ok 44 test-reset ok 45 test-no-undocumented ok 46 test-byteoffset ok 47 test-source-offset ok 48 test-plugins ok 49 test-reload ok 50 test-method-completion ok 51 test-sym-completion ok 52 test-docstrings ok 53 test-locals-saving ok 54 test-macro-completion ok 55 test-exit ok 56 test-options ok 57 test-code ok 58 test-cli ok 59 test-lua-flag ok 60 test-macrodebug ok 61 test-arrows ok 62 test-import-macros ok 63 test-require-macros ok 64 test-macro-path ok 65 test-match-try ok 66 test-expand ok 67 test-?. ok 68 test-disabled-sandbox-searcher ok 69 test-lua-module ok 70 test-match ok 71 test-eval-compiler ok 72 test-inline-macros ok 73 test-doto ok 74 test-relative-macros ok 75 test-used ok 76 test-arity-check ok 77 test-missing-fn ok 78 test-accumulate ok 79 test-conditions ok 80 test-comprehensions ok 81 test-each ok 82 test-for ok 83 test-env-iteration ok 84 test-leak ok 85 test-empty-values ok 86 test-traceback ok 87 test-short-circuit ok 88 test-runtime-quote ok 89 test-include ok 90 test-global-mangling ok 91 test-searcher-error-contains-fnl-files ok 92 test-api-exposure # Ran 92 tests in 1.218 seconds, 92 successes, 0 failures >>> fennel: Testing for lua5.3... lua5.3 test/init.lua 1..94 # Started on Thu Apr 21 09:34:57 2022 ok 1 test-calculations ok 2 test-edge ok 3 test-method-calls ok 4 test-fennelview ok 5 test-hashfn ok 6 test-destructuring ok 7 test-functions ok 8 test-core ok 9 test-with-open ok 10 test-comment ok 11 test-if ok 12 test-booleans ok 13 test-comparisons ok 14 test-nest ok 15 test-conditionals ok 16 test-mangling ok 17 test-quoted-source ok 18 test-quote ok 19 test-autogensym ok 20 test-shifts ok 21 test-ops ok 22 test-generated ok 23 test-gaps ok 24 test-newline ok 25 test-fennelview-userdata-handling ok 26 test-utf8 ok 27 test-escapes ok 28 test-cycles ok 29 test-control-codes ok 30 test-comments ok 31 test-basics ok 32 test-prefixes ok 33 test-global-fails ok 34 test-macro-traces ok 35 test-parse-fails ok 36 test-binding-fails ok 37 test-macro ok 38 test-core-fails ok 39 test-names ok 40 test-macro-fails ok 41 test-fn-fails ok 42 test-suggestions ok 43 test-reload ok 44 test-plugins ok 45 test-help ok 46 test-exit ok 47 test-locals-saving ok 48 test-sym-completion ok 49 test-macro-completion ok 50 test-method-completion ok 51 test-code ok 52 test-apropos ok 53 test-docstrings ok 54 test-reset ok 55 test-source-offset ok 56 test-no-undocumented ok 57 test-reload-macros ok 58 test-byteoffset ok 59 test-options ok 60 test-cli ok 61 test-lua-flag ok 62 test-macro-path ok 63 test-arrows ok 64 test-require-macros ok 65 test-lua-module ok 66 test-import-macros ok 67 test-expand ok 68 test-match ok 69 test-relative-macros ok 70 test-match-try ok 71 test-doto ok 72 test-disabled-sandbox-searcher ok 73 test-inline-macros ok 74 test-eval-compiler ok 75 test-?. ok 76 test-macrodebug ok 77 test-missing-fn ok 78 test-used ok 79 test-arity-check ok 80 test-each ok 81 test-for ok 82 test-comprehensions ok 83 test-accumulate ok 84 test-conditions ok 85 test-short-circuit ok 86 test-runtime-quote ok 87 test-empty-values ok 88 test-global-mangling ok 89 test-traceback ok 90 test-leak ok 91 test-env-iteration ok 92 test-include ok 93 test-searcher-error-contains-fnl-files ok 94 test-api-exposure # Ran 94 tests in 1.471 seconds, 94 successes, 0 failures >>> fennel: Testing for lua5.4... lua5.4 test/init.lua 1..94 # Started on Thu Apr 21 09:34:59 2022 ok 1 test-method-calls ok 2 test-hashfn ok 3 test-fennelview ok 4 test-calculations ok 5 test-comment ok 6 test-comparisons ok 7 test-with-open ok 8 test-core ok 9 test-nest ok 10 test-destructuring ok 11 test-conditionals ok 12 test-functions ok 13 test-booleans ok 14 test-if ok 15 test-edge 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-gaps ok 23 test-utf8 ok 24 test-generated ok 25 test-cycles ok 26 test-newline ok 27 test-fennelview-userdata-handling ok 28 test-escapes ok 29 test-control-codes ok 30 test-prefixes ok 31 test-basics ok 32 test-comments ok 33 test-global-fails ok 34 test-binding-fails ok 35 test-macro-fails ok 36 test-macro ok 37 test-macro-traces ok 38 test-names ok 39 test-fn-fails ok 40 test-parse-fails ok 41 test-core-fails ok 42 test-suggestions ok 43 test-code ok 44 test-method-completion ok 45 test-reload-macros ok 46 test-reset ok 47 test-reload ok 48 test-help ok 49 test-locals-saving ok 50 test-options ok 51 test-docstrings ok 52 test-source-offset ok 53 test-sym-completion ok 54 test-plugins ok 55 test-macro-completion ok 56 test-byteoffset ok 57 test-apropos ok 58 test-no-undocumented ok 59 test-exit ok 60 test-cli ok 61 test-lua-flag ok 62 test-arrows ok 63 test-macrodebug ok 64 test-match-try ok 65 test-doto ok 66 test-import-macros ok 67 test-expand ok 68 test-disabled-sandbox-searcher ok 69 test-macro-path ok 70 test-eval-compiler ok 71 test-?. ok 72 test-match ok 73 test-lua-module ok 74 test-inline-macros ok 75 test-require-macros ok 76 test-relative-macros ok 77 test-arity-check ok 78 test-used ok 79 test-missing-fn ok 80 test-each ok 81 test-accumulate ok 82 test-conditions ok 83 test-for ok 84 test-comprehensions ok 85 test-traceback ok 86 test-env-iteration ok 87 test-include ok 88 test-empty-values ok 89 test-short-circuit ok 90 test-runtime-quote ok 91 test-leak ok 92 test-global-mangling ok 93 test-searcher-error-contains-fnl-files ok 94 test-api-exposure # Ran 94 tests in 1.215 seconds, 94 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.1.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.1.0-r0.apk >>> fennel5.2*: Tracing dependencies... >>> fennel5.2*: Package size: 724.0 KB >>> fennel5.2*: Compressing data... >>> fennel5.2*: Create checksum... >>> fennel5.2*: Create fennel5.2-1.1.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.1.0-r0.apk >>> fennel5.3*: Tracing dependencies... >>> fennel5.3*: Package size: 748.0 KB >>> fennel5.3*: Compressing data... >>> fennel5.3*: Create checksum... >>> fennel5.3*: Create fennel5.3-1.1.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.1.0-r0.apk >>> fennel5.4*: Tracing dependencies... >>> fennel5.4*: Package size: 780.0 KB >>> fennel5.4*: Compressing data... >>> fennel5.4*: Create checksum... >>> fennel5.4*: Create fennel5.4-1.1.0-r0.apk >>> fennel: Build complete at Thu, 21 Apr 2022 09:35:03 +0000 elapsed time 0h 0m 26s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/10) Purging .makedepends-fennel (20220421.093438) (2/10) Purging lua5.2-dev (5.2.4-r9) (3/10) Purging lua5.3-dev (5.3.6-r3) (4/10) Purging lua5.3 (5.3.6-r3) (5/10) Purging lua5.3-libs (5.3.6-r3) (6/10) Purging lua5.4-dev (5.4.4-r3) (7/10) Purging lua5.4 (5.4.4-r3) (8/10) Purging lua5.4-libs (5.4.4-r3) (9/10) Purging linenoise (1.0-r1) (10/10) Purging readline (8.1.2-r0) Executing busybox-1.35.0-r10.trigger OK: 322 MiB in 89 packages >>> fennel: Updating the community/x86 repository index... >>> fennel: Signing the index...