>>> fennel: Building community/fennel 1.3.0-r3 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 10:30:15 +0000 >>> fennel: Checking sanity of /home/buildozer/aports/community/fennel/APKBUILD... >>> fennel: Analyzing dependencies... >>> fennel: Installing for build: build-base lua5.1-dev lua5.2-dev lua5.3-dev lua5.4-dev (1/13) Installing lua5.1-libs (5.1.5-r12) (2/13) Installing lua5.1 (5.1.5-r12) (3/13) Installing lua5.1-dev (5.1.5-r12) (4/13) Installing lua5.2-dev (5.2.4-r12) (5/13) Installing linenoise (1.0-r3) (6/13) Installing lua5.3-libs (5.3.6-r5) (7/13) Installing lua5.3 (5.3.6-r5) (8/13) Installing lua5.3-dev (5.3.6-r5) (9/13) Installing lua5.4-libs (5.4.4-r8) (10/13) Installing readline (8.2.1-r1) (11/13) Installing lua5.4 (5.4.4-r8) (12/13) Installing lua5.4-dev (5.4.4-r8) (13/13) Installing .makedepends-fennel (20230425.103016) Executing busybox-1.36.0-r8.trigger OK: 379 MiB in 111 packages >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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 100 273k 100 273k 0 0 468k 0 --:--:-- --:--:-- --:--:-- 468k >>> fennel: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/fennel-1.3.0.tar.gz >>> fennel: Checking sha512sums... fennel-1.3.0.tar.gz: OK >>> fennel: Unpacking /var/cache/distfiles/v3.18/fennel-1.3.0.tar.gz... >>> fennel: Building for lua5.1... lua5.1 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.1" > fennel lua5.1 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/liblua.so /usr/include >>> 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.1... lua5.1 test/init.lua 1..90 # Started on Tue Apr 25 10:30:28 2023 ok 1 test-nest ok 2 test-if ok 3 test-sym ok 4 test-comparisons ok 5 test-comment ok 6 test-method-calls ok 7 test-hashfn ok 8 test-functions ok 9 test-with-open ok 10 test-edge ok 11 test-destructuring ok 12 test-core ok 13 test-booleans 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-generated ok 21 test-once-skip-opts ok 22 test-gaps ok 23 test-fennelview ok 24 test-seq-comments ok 25 test-newline ok 26 test-utf8 ok 27 test-cycles ok 28 test-fennelview-userdata-handling ok 29 test-escapes ok 30 test-source-meta ok 31 test-control-codes ok 32 test-plugin-hooks ok 33 test-prefixes ok 34 test-comments ok 35 test-basics ok 36 test-match-fails ok 37 test-fn-fails ok 38 test-core-fails ok 39 test-macro-traces ok 40 test-names ok 41 test-parse-fails ok 42 test-macro-fails ok 43 test-macro ok 44 test-binding-fails ok 45 test-global-fails ok 46 test-suggestions ok 47 test-args ok 48 test-cli ok 49 test-lua-flag ok 50 test-relative-macros ok 51 test-?. ok 52 test-macro-path ok 53 test-lua-module ok 54 test-require-macros ok 55 test-relative-filename ok 56 test-eval-compiler ok 57 test-expand ok 58 test-inline-macros ok 59 test-case ok 60 test-doto ok 61 test-arrows ok 62 test-case-try ok 63 test-match ok 64 test-import-macros ok 65 test-disabled-sandbox-searcher ok 66 test-relative-chained-mac-mod-mac ok 67 test-macrodebug ok 68 test-literal ok 69 test-match-try ok 70 test-used ok 71 test-arity-check ok 72 test-missing-fn ok 73 test-var-never-set ok 74 test-each ok 75 test-accumulate ok 76 test-for ok 77 test-comprehensions ok 78 test-conditions ok 79 test-env-iteration ok 80 test-leak ok 81 test-include ok 82 test-table ok 83 test-runtime-quote ok 84 test-short-circuit ok 85 test-empty-values ok 86 test-global-mangling ok 87 test-traceback ok 88 test-searcher-error-contains-fnl-files ok 89 test-install ok 90 test-api-exposure # Ran 90 tests in 1.006 seconds, 90 successes, 0 failures >>> fennel: Testing for lua5.2... lua5.2 test/init.lua 1..108 # Started on Tue Apr 25 10:30:30 2023 ok 1 test-nest ok 2 test-conditionals ok 3 test-hashfn ok 4 test-functions ok 5 test-destructuring ok 6 test-calculations ok 7 test-booleans ok 8 test-with-open ok 9 test-if ok 10 test-comparisons ok 11 test-method-calls ok 12 test-comment ok 13 test-sym ok 14 test-edge ok 15 test-core ok 16 test-mangling ok 17 test-autogensym ok 18 test-quoted-source ok 19 test-quote ok 20 test-escapes ok 21 test-fennelview ok 22 test-gaps ok 23 test-newline ok 24 test-fennelview-userdata-handling ok 25 test-cycles ok 26 test-seq-comments ok 27 test-generated ok 28 test-utf8 ok 29 test-once-skip-opts ok 30 test-plugin-hooks ok 31 test-source-meta ok 32 test-comments ok 33 test-basics ok 34 test-prefixes ok 35 test-control-codes ok 36 test-core-fails ok 37 test-match-fails ok 38 test-parse-fails ok 39 test-fn-fails ok 40 test-global-fails ok 41 test-names ok 42 test-macro-traces ok 43 test-macro ok 44 test-macro-fails ok 45 test-suggestions ok 46 test-binding-fails ok 47 test-reload-macros ok 48 test-custom-metadata ok 49 test-exit ok 50 test-error-handling ok 51 test-apropos ok 52 test-code ok 53 test-sym-completion ok 54 test-byteoffset ok 55 test-reset ok 56 test-method-completion ok 57 test-reload ok 58 test-options ok 59 test-locals-saving ok 60 test-macro-completion ok 61 test-no-undocumented ok 62 test-docstrings ok 63 test-plugins ok 64 test-help ok 65 test-args ok 66 test-lua-flag ok 67 test-cli ok 68 test-relative-chained-mac-mod-mac ok 69 test-macrodebug ok 70 test-relative-macros ok 71 test-require-macros ok 72 test-lua-module ok 73 test-?. ok 74 test-macro-path ok 75 test-doto ok 76 test-expand ok 77 test-arrows ok 78 test-import-macros ok 79 test-literal ok 80 test-inline-macros ok 81 test-relative-filename ok 82 test-case-try ok 83 test-disabled-sandbox-searcher ok 84 test-match-try ok 85 test-case ok 86 test-match ok 87 test-eval-compiler ok 88 test-var-never-set ok 89 test-missing-fn ok 90 test-arity-check ok 91 test-used ok 92 test-accumulate ok 93 test-for ok 94 test-conditions ok 95 test-comprehensions ok 96 test-each ok 97 test-env-iteration ok 98 test-empty-values ok 99 test-global-mangling ok 100 test-short-circuit ok 101 test-include ok 102 test-runtime-quote ok 103 test-table ok 104 test-leak ok 105 test-traceback ok 106 test-install ok 107 test-searcher-error-contains-fnl-files ok 108 test-api-exposure # Ran 108 tests in 1.022 seconds, 108 successes, 0 failures >>> fennel: Testing for lua5.3... lua5.3 test/init.lua 1..110 # Started on Tue Apr 25 10:30:32 2023 ok 1 test-method-calls ok 2 test-sym ok 3 test-booleans ok 4 test-nest ok 5 test-calculations ok 6 test-comparisons ok 7 test-destructuring ok 8 test-comment ok 9 test-hashfn ok 10 test-functions ok 11 test-with-open ok 12 test-if ok 13 test-edge ok 14 test-core ok 15 test-conditionals ok 16 test-mangling ok 17 test-autogensym ok 18 test-quote ok 19 test-quoted-source ok 20 test-shifts ok 21 test-ops ok 22 test-fennelview ok 23 test-utf8 ok 24 test-newline ok 25 test-seq-comments ok 26 test-cycles ok 27 test-fennelview-userdata-handling ok 28 test-once-skip-opts ok 29 test-gaps ok 30 test-escapes ok 31 test-generated ok 32 test-control-codes ok 33 test-source-meta ok 34 test-basics ok 35 test-plugin-hooks ok 36 test-prefixes ok 37 test-comments ok 38 test-macro-fails ok 39 test-fn-fails ok 40 test-suggestions ok 41 test-names ok 42 test-global-fails ok 43 test-binding-fails ok 44 test-core-fails ok 45 test-macro-traces ok 46 test-parse-fails ok 47 test-macro ok 48 test-match-fails ok 49 test-reload-macros ok 50 test-code ok 51 test-reload ok 52 test-macro-completion ok 53 test-custom-metadata ok 54 test-plugins ok 55 test-method-completion ok 56 test-no-undocumented ok 57 test-apropos ok 58 test-exit ok 59 test-help ok 60 test-sym-completion ok 61 test-error-handling ok 62 test-docstrings ok 63 test-byteoffset ok 64 test-options ok 65 test-locals-saving ok 66 test-reset ok 67 test-cli ok 68 test-lua-flag ok 69 test-args ok 70 test-?. ok 71 test-literal ok 72 test-case ok 73 test-case-try ok 74 test-relative-chained-mac-mod-mac ok 75 test-disabled-sandbox-searcher ok 76 test-import-macros ok 77 test-arrows ok 78 test-match-try ok 79 test-macrodebug ok 80 test-expand ok 81 test-lua-module ok 82 test-require-macros ok 83 test-match ok 84 test-macro-path ok 85 test-inline-macros ok 86 test-eval-compiler ok 87 test-relative-filename ok 88 test-doto ok 89 test-relative-macros ok 90 test-var-never-set ok 91 test-missing-fn ok 92 test-arity-check ok 93 test-used ok 94 test-comprehensions ok 95 test-conditions ok 96 test-each ok 97 test-for ok 98 test-accumulate ok 99 test-table ok 100 test-env-iteration ok 101 test-runtime-quote ok 102 test-leak ok 103 test-include ok 104 test-empty-values ok 105 test-short-circuit ok 106 test-traceback ok 107 test-global-mangling ok 108 test-install ok 109 test-searcher-error-contains-fnl-files ok 110 test-api-exposure # Ran 110 tests in 1.025 seconds, 110 successes, 0 failures >>> fennel: Testing for lua5.4... lua5.4 test/init.lua 1..110 # Started on Tue Apr 25 10:30:34 2023 ok 1 test-method-calls ok 2 test-comparisons ok 3 test-hashfn ok 4 test-core ok 5 test-booleans ok 6 test-nest ok 7 test-sym ok 8 test-comment ok 9 test-with-open ok 10 test-edge ok 11 test-conditionals ok 12 test-functions ok 13 test-calculations ok 14 test-if ok 15 test-destructuring 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-newline ok 23 test-utf8 ok 24 test-once-skip-opts ok 25 test-seq-comments ok 26 test-gaps ok 27 test-fennelview ok 28 test-generated ok 29 test-cycles ok 30 test-escapes ok 31 test-fennelview-userdata-handling ok 32 test-plugin-hooks ok 33 test-comments ok 34 test-basics ok 35 test-control-codes ok 36 test-source-meta ok 37 test-prefixes ok 38 test-binding-fails ok 39 test-parse-fails ok 40 test-names ok 41 test-fn-fails ok 42 test-macro-traces ok 43 test-suggestions ok 44 test-macro ok 45 test-global-fails ok 46 test-core-fails ok 47 test-macro-fails ok 48 test-match-fails ok 49 test-error-handling ok 50 test-plugins ok 51 test-reset ok 52 test-help ok 53 test-no-undocumented ok 54 test-options ok 55 test-apropos ok 56 test-sym-completion ok 57 test-exit ok 58 test-docstrings ok 59 test-reload ok 60 test-custom-metadata ok 61 test-locals-saving ok 62 test-code ok 63 test-byteoffset ok 64 test-macro-completion ok 65 test-reload-macros ok 66 test-method-completion ok 67 test-lua-flag ok 68 test-cli ok 69 test-args ok 70 test-eval-compiler ok 71 test-case ok 72 test-lua-module ok 73 test-expand ok 74 test-match-try ok 75 test-require-macros ok 76 test-match ok 77 test-import-macros ok 78 test-macrodebug ok 79 test-literal ok 80 test-disabled-sandbox-searcher ok 81 test-doto ok 82 test-relative-filename ok 83 test-case-try ok 84 test-macro-path ok 85 test-relative-macros ok 86 test-relative-chained-mac-mod-mac ok 87 test-inline-macros ok 88 test-arrows ok 89 test-?. ok 90 test-used ok 91 test-missing-fn ok 92 test-var-never-set ok 93 test-arity-check ok 94 test-comprehensions ok 95 test-each ok 96 test-accumulate ok 97 test-for ok 98 test-conditions ok 99 test-leak ok 100 test-include ok 101 test-short-circuit ok 102 test-empty-values ok 103 test-env-iteration ok 104 test-global-mangling ok 105 test-traceback ok 106 test-runtime-quote ok 107 test-table ok 108 test-install ok 109 test-searcher-error-contains-fnl-files ok 110 test-api-exposure # Ran 110 tests in 0.918 seconds, 110 successes, 0 failures >>> fennel: Entering fakeroot... >>> fennel5.1*: Running split function _subpackage... >>> fennel5.1*: Preparing subpackage fennel5.1... >>> fennel5.1*: Stripping binaries >>> fennel5.1*: Running postcheck for fennel5.1 >>> fennel5.1-doc*: Running split function _doc... >>> fennel5.1-doc*: Preparing subpackage fennel5.1-doc... >>> fennel5.1-doc*: Running postcheck for fennel5.1-doc >>> 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.1-doc*: Scanning shared objects >>> fennel5.1*: 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.3.0-r3.apk >>> fennel5.1-doc*: Tracing dependencies... >>> fennel5.1-doc*: Package size: 24.0 KB >>> fennel5.1-doc*: Compressing data... >>> fennel5.1-doc*: Create checksum... >>> fennel5.1-doc*: Create fennel5.1-doc-1.3.0-r3.apk >>> fennel5.1*: Tracing dependencies... lua5.1 so:libc.musl-s390x.so.1 so:liblua.so.5 >>> fennel5.1*: Package size: 540.0 KB >>> fennel5.1*: Compressing data... >>> fennel5.1*: Create checksum... >>> fennel5.1*: Create fennel5.1-1.3.0-r3.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-r3.apk >>> fennel5.2*: Tracing dependencies... lua5.2 so:libc.musl-s390x.so.1 so:liblua-5.2.so.0 >>> fennel5.2*: Package size: 540.0 KB >>> fennel5.2*: Compressing data... >>> fennel5.2*: Create checksum... >>> fennel5.2*: Create fennel5.2-1.3.0-r3.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-r3.apk >>> fennel5.3*: Tracing dependencies... lua5.3 so:libc.musl-s390x.so.1 so:liblua-5.3.so.0 >>> fennel5.3*: Package size: 540.0 KB >>> fennel5.3*: Compressing data... >>> fennel5.3*: Create checksum... >>> fennel5.3*: Create fennel5.3-1.3.0-r3.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-r3.apk >>> fennel5.4*: Tracing dependencies... lua5.4 so:libc.musl-s390x.so.1 so:liblua-5.4.so.0 >>> fennel5.4*: Package size: 540.0 KB >>> fennel5.4*: Compressing data... >>> fennel5.4*: Create checksum... >>> fennel5.4*: Create fennel5.4-1.3.0-r3.apk >>> fennel: Build complete at Tue, 25 Apr 2023 10:30:36 +0000 elapsed time 0h 0m 21s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/13) Purging .makedepends-fennel (20230425.103016) (2/13) Purging lua5.1-dev (5.1.5-r12) (3/13) Purging lua5.1 (5.1.5-r12) (4/13) Purging lua5.1-libs (5.1.5-r12) (5/13) Purging lua5.2-dev (5.2.4-r12) (6/13) Purging lua5.3-dev (5.3.6-r5) (7/13) Purging lua5.3 (5.3.6-r5) (8/13) Purging lua5.3-libs (5.3.6-r5) (9/13) Purging lua5.4-dev (5.4.4-r8) (10/13) Purging lua5.4 (5.4.4-r8) (11/13) Purging lua5.4-libs (5.4.4-r8) (12/13) Purging linenoise (1.0-r3) (13/13) Purging readline (8.2.1-r1) Executing busybox-1.36.0-r8.trigger OK: 371 MiB in 98 packages >>> fennel: Updating the community/s390x repository index... >>> fennel: Signing the index...