>>> fennel: Building community/fennel 1.1.0-r0 (using abuild 3.9.0-r0) started Fri, 22 Apr 2022 12:46:48 +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 (20220422.124648) Executing busybox-1.35.0-r8.trigger OK: 329 MiB in 98 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 18 255k 18 49134 0 0 111k 0 0:00:02 --:--:-- 0:00:02 111k 100 255k 100 255k 0 0 426k 0 --:--:-- --:--:-- --:--:-- 425k >>> 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 Fri Apr 22 12:46:56 2022 ok 1 test-calculations ok 2 test-nest ok 3 test-fennelview ok 4 test-functions ok 5 test-core ok 6 test-conditionals ok 7 test-booleans ok 8 test-hashfn ok 9 test-comparisons ok 10 test-comment ok 11 test-edge ok 12 test-method-calls ok 13 test-with-open ok 14 test-if ok 15 test-destructuring ok 16 test-mangling ok 17 test-autogensym ok 18 test-quoted-source ok 19 test-quote ok 20 test-utf8 ok 21 test-fennelview-userdata-handling ok 22 test-generated ok 23 test-newline ok 24 test-gaps ok 25 test-cycles ok 26 test-escapes ok 27 test-basics ok 28 test-prefixes ok 29 test-control-codes ok 30 test-comments ok 31 test-binding-fails ok 32 test-names ok 33 test-parse-fails ok 34 test-macro-traces ok 35 test-macro ok 36 test-fn-fails ok 37 test-core-fails ok 38 test-global-fails ok 39 test-macro-fails ok 40 test-suggestions ok 41 test-plugins ok 42 test-sym-completion ok 43 test-reload ok 44 test-exit ok 45 test-macro-completion ok 46 test-apropos ok 47 test-help ok 48 test-no-undocumented ok 49 test-locals-saving ok 50 test-code ok 51 test-reset ok 52 test-method-completion ok 53 test-source-offset ok 54 test-byteoffset ok 55 test-options ok 56 test-reload-macros ok 57 test-docstrings ok 58 test-cli ok 59 test-lua-flag ok 60 test-?. ok 61 test-match ok 62 test-import-macros ok 63 test-arrows ok 64 test-macrodebug ok 65 test-doto ok 66 test-relative-macros ok 67 test-require-macros ok 68 test-match-try ok 69 test-macro-path ok 70 test-expand ok 71 test-eval-compiler ok 72 test-disabled-sandbox-searcher ok 73 test-lua-module ok 74 test-inline-macros ok 75 test-missing-fn ok 76 test-used ok 77 test-arity-check ok 78 test-comprehensions ok 79 test-for ok 80 test-conditions ok 81 test-each ok 82 test-accumulate ok 83 test-include ok 84 test-runtime-quote ok 85 test-short-circuit ok 86 test-leak ok 87 test-traceback ok 88 test-global-mangling ok 89 test-empty-values ok 90 test-env-iteration ok 91 test-searcher-error-contains-fnl-files ok 92 test-api-exposure # Ran 92 tests in 0.560 seconds, 92 successes, 0 failures >>> fennel: Testing for lua5.3... lua5.3 test/init.lua 1..94 # Started on Fri Apr 22 12:46:57 2022 ok 1 test-comment ok 2 test-hashfn ok 3 test-booleans ok 4 test-nest ok 5 test-with-open ok 6 test-if ok 7 test-method-calls ok 8 test-functions ok 9 test-edge ok 10 test-destructuring ok 11 test-core ok 12 test-fennelview ok 13 test-comparisons ok 14 test-conditionals ok 15 test-calculations ok 16 test-mangling ok 17 test-autogensym ok 18 test-quoted-source ok 19 test-quote ok 20 test-ops ok 21 test-shifts ok 22 test-gaps ok 23 test-fennelview-userdata-handling ok 24 test-utf8 ok 25 test-generated ok 26 test-escapes ok 27 test-newline ok 28 test-cycles ok 29 test-prefixes ok 30 test-comments ok 31 test-control-codes ok 32 test-basics ok 33 test-macro ok 34 test-suggestions ok 35 test-core-fails ok 36 test-parse-fails ok 37 test-names ok 38 test-fn-fails ok 39 test-macro-traces ok 40 test-binding-fails ok 41 test-macro-fails ok 42 test-global-fails ok 43 test-reset ok 44 test-docstrings ok 45 test-code ok 46 test-reload ok 47 test-macro-completion ok 48 test-exit ok 49 test-apropos ok 50 test-reload-macros ok 51 test-options ok 52 test-byteoffset ok 53 test-plugins ok 54 test-help ok 55 test-sym-completion ok 56 test-no-undocumented ok 57 test-method-completion ok 58 test-source-offset ok 59 test-locals-saving ok 60 test-cli ok 61 test-lua-flag ok 62 test-?. ok 63 test-macrodebug ok 64 test-macro-path ok 65 test-require-macros ok 66 test-arrows ok 67 test-expand ok 68 test-lua-module ok 69 test-relative-macros ok 70 test-match ok 71 test-import-macros ok 72 test-disabled-sandbox-searcher ok 73 test-doto ok 74 test-eval-compiler ok 75 test-inline-macros ok 76 test-match-try ok 77 test-missing-fn ok 78 test-arity-check ok 79 test-used ok 80 test-each ok 81 test-accumulate ok 82 test-conditions ok 83 test-for ok 84 test-comprehensions ok 85 test-global-mangling ok 86 test-short-circuit ok 87 test-traceback ok 88 test-runtime-quote ok 89 test-env-iteration ok 90 test-include ok 91 test-leak ok 92 test-empty-values ok 93 test-searcher-error-contains-fnl-files ok 94 test-api-exposure # Ran 94 tests in 0.626 seconds, 94 successes, 0 failures >>> fennel: Testing for lua5.4... lua5.4 test/init.lua 1..94 # Started on Fri Apr 22 12:46:58 2022 ok 1 test-destructuring ok 2 test-conditionals ok 3 test-nest ok 4 test-comment ok 5 test-hashfn ok 6 test-fennelview ok 7 test-calculations ok 8 test-comparisons ok 9 test-edge ok 10 test-booleans ok 11 test-method-calls ok 12 test-with-open ok 13 test-if ok 14 test-core ok 15 test-functions 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-generated ok 23 test-utf8 ok 24 test-escapes ok 25 test-cycles ok 26 test-fennelview-userdata-handling ok 27 test-gaps ok 28 test-newline ok 29 test-control-codes ok 30 test-prefixes ok 31 test-comments ok 32 test-basics ok 33 test-binding-fails ok 34 test-macro-traces ok 35 test-suggestions ok 36 test-fn-fails ok 37 test-core-fails ok 38 test-parse-fails ok 39 test-macro ok 40 test-global-fails ok 41 test-names ok 42 test-macro-fails ok 43 test-macro-completion ok 44 test-reload-macros ok 45 test-plugins ok 46 test-docstrings ok 47 test-sym-completion ok 48 test-no-undocumented ok 49 test-byteoffset ok 50 test-code ok 51 test-options ok 52 test-exit ok 53 test-method-completion ok 54 test-locals-saving ok 55 test-source-offset ok 56 test-apropos ok 57 test-reload ok 58 test-reset ok 59 test-help ok 60 test-cli ok 61 test-lua-flag ok 62 test-arrows ok 63 test-lua-module ok 64 test-macro-path ok 65 test-match ok 66 test-require-macros ok 67 test-match-try ok 68 test-expand ok 69 test-disabled-sandbox-searcher ok 70 test-eval-compiler ok 71 test-?. ok 72 test-macrodebug ok 73 test-doto ok 74 test-relative-macros ok 75 test-import-macros ok 76 test-inline-macros ok 77 test-arity-check ok 78 test-used ok 79 test-missing-fn ok 80 test-for ok 81 test-comprehensions ok 82 test-conditions ok 83 test-each ok 84 test-accumulate ok 85 test-runtime-quote ok 86 test-env-iteration ok 87 test-leak ok 88 test-short-circuit ok 89 test-traceback ok 90 test-include ok 91 test-global-mangling ok 92 test-empty-values ok 93 test-searcher-error-contains-fnl-files ok 94 test-api-exposure # Ran 94 tests in 0.579 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: 740.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: 760.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: 792.0 KB >>> fennel5.4*: Compressing data... >>> fennel5.4*: Create checksum... >>> fennel5.4*: Create fennel5.4-1.1.0-r0.apk >>> fennel: Build complete at Fri, 22 Apr 2022 12:46:59 +0000 elapsed time 0h 0m 11s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/10) Purging .makedepends-fennel (20220422.124648) (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-r8.trigger OK: 324 MiB in 88 packages >>> fennel: Updating the community/s390x repository index... >>> fennel: Signing the index...