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