>>> femto: Building testing/femto 2.21.7-r0 (using abuild 3.15.0-r1) started Fri, 20 Jun 2025 01:26:19 +0000 >>> femto: Validating /home/buildozer/aports/testing/femto/APKBUILD... >>> femto: Analyzing dependencies... >>> femto: Installing for build: build-base ncurses-dev (1/6) Installing libformw (6.5_p20250503-r0) (2/6) Installing libmenuw (6.5_p20250503-r0) (3/6) Installing libpanelw (6.5_p20250503-r0) (4/6) Installing libncurses++ (6.5_p20250503-r0) (5/6) Installing ncurses-dev (6.5_p20250503-r0) (6/6) Installing .makedepends-femto (20250620.012620) Executing busybox-1.37.0-r18.trigger OK: 276 MiB in 110 packages >>> femto: Cleaning up srcdir >>> femto: Cleaning up pkgdir >>> femto: Cleaning up tmpdir >>> femto: Fetching https://distfiles.alpinelinux.org/distfiles/edge/femto-2.21.7.tar.gz >>> femto: Fetching https://distfiles.alpinelinux.org/distfiles/edge/femto-2.21.7.tar.gz >>> femto: Checking sha512sums... femto-2.21.7.tar.gz: OK >>> femto: Unpacking /var/cache/distfiles/edge/femto-2.21.7.tar.gz... cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c command.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c display.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c complete.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c data.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c gap.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c key.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c search.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c buffer.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c replace.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c window.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c undo.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c funcmap.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c utils.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -c hilite.c cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g -D FLISP_FEMTO_EXTENSION -c lisp.c -o femto_lisp.o cc -D_DEFAULT_SOURCE -D_BSD_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -O0 -std=c11 -Wall -pedantic -pedantic-errors -g \ -D E_SCRIPTDIR=/usr/share/femto \ -D E_INITFILE=/usr/share/femto/femto.rc \ -c main.c ./sht femto.sht >femto.rc lisp.c: In function 'gc': lisp.c:273:53: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 273 | fl_debug(interp, "collecting garbage, memory: %lu/%lu", interp->memory->fromOffset, interp->memory->capacity); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int size_t {aka unsigned int} | %u lisp.c:273:57: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 273 | fl_debug(interp, "collecting garbage, memory: %lu/%lu", interp->memory->fromOffset, interp->memory->capacity); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int size_t {aka unsigned int} | %u lisp.c:335:35: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 335 | fl_debug(interp, "collected %lu objects, skipped %lu, constants %lu, saved %lu bytes, memory: %lu/%lu", | ~~^ | | | long unsigned int | %u 336 | stats.moved, stats.skipped, stats.constant, | ~~~~~~~~~~~ | | | size_t {aka unsigned int} lisp.c:335:56: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 335 | fl_debug(interp, "collected %lu objects, skipped %lu, constants %lu, saved %lu bytes, memory: %lu/%lu", | ~~^ | | | long unsigned int | %u 336 | stats.moved, stats.skipped, stats.constant, | ~~~~~~~~~~~~~ | | | size_t {aka unsigned int} lisp.c:335:71: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 335 | fl_debug(interp, "collected %lu objects, skipped %lu, constants %lu, saved %lu bytes, memory: %lu/%lu", | ~~^ | | | long unsigned int | %u 336 | stats.moved, stats.skipped, stats.constant, | ~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} lisp.c:335:82: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 335 | fl_debug(interp, "collected %lu objects, skipped %lu, constants %lu, saved %lu bytes, memory: %lu/%lu", | ~~^ | | | long unsigned int | %u 336 | stats.moved, stats.skipped, stats.constant, 337 | interp->memory->fromOffset - interp->memory->toOffset, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} lisp.c:335:101: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 335 | fl_debug(interp, "collected %lu objects, skipped %lu, constants %lu, saved %lu bytes, memory: %lu/%lu", | ~~^ | | | long unsigned int | %u ...... 338 | interp->memory->toOffset, interp->memory->capacity | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} lisp.c:335:105: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 335 | fl_debug(interp, "collected %lu objects, skipped %lu, constants %lu, saved %lu bytes, memory: %lu/%lu", | ~~^ | | | long unsigned int | %u ...... 338 | interp->memory->toOffset, interp->memory->capacity | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} lisp.c: In function 'newStreamObject': lisp.c:605:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 605 | exception(interp, FLISP_OOM, "failed to allocate %lu bytes for stream path", len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | size_t {aka unsigned int} lisp.c:156:87: note: in definition of macro 'exception' 156 | #define exception(interp, result, ...) exceptionWithObject(interp, nil, result, __VA_ARGS__) | ^~~~~~~~~~~ lisp.c:605:60: note: format string is defined here 605 | exception(interp, FLISP_OOM, "failed to allocate %lu bytes for stream path", len); | ~~^ | | | long unsigned int | %u lisp.c: In function 'addCharToBuf': lisp.c:793:42: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 793 | exception(interp, FLISP_OOM, "failed to allocate %ld bytes for readString buffer", interp->capacity); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} lisp.c:156:87: note: in definition of macro 'exception' 156 | #define exception(interp, result, ...) exceptionWithObject(interp, nil, result, __VA_ARGS__) | ^~~~~~~~~~~ lisp.c:793:64: note: format string is defined here 793 | exception(interp, FLISP_OOM, "failed to allocate %ld bytes for readString buffer", interp->capacity); | ~~^ | | | long int | %d cc -o femto command.o display.o complete.o data.o gap.o key.o search.o buffer.o replace.o window.o undo.o funcmap.o utils.o hilite.o femto_lisp.o main.o -lncursesw >>> femto: Entering fakeroot... mkdir -p /home/buildozer/aports/testing/femto/pkg/femto/usr/bin cp femto /home/buildozer/aports/testing/femto/pkg/femto/usr/bin mkdir -p /home/buildozer/aports/testing/femto/pkg/femto/usr/share/femto mkdir -p /home/buildozer/aports/testing/femto/pkg/femto/usr/share/doc/femto/examples cp femto.rc lisp/startup.lsp lisp/defmacro.lsp lisp/bufmenu.lsp lisp/dired.lsp lisp/grep.lsp lisp/git.lsp lisp/oxo.lsp lisp/flisp.lsp lisp/femto.lsp lisp/info.lsp /home/buildozer/aports/testing/femto/pkg/femto/usr/share/femto cp BUGS CHANGE.LOG.md README.md pdoc/flisp.html /home/buildozer/aports/testing/femto/pkg/femto/usr/share/doc/femto cp lisp/examples/*.lsp /home/buildozer/aports/testing/femto/pkg/femto/usr/share/doc/femto/examples for f in README.html docs/flisp.md; do [ -f $f ] && cp $f /home/buildozer/aports/testing/femto/pkg/femto/usr/share/doc/femto; done; true >>> femto-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/testing/femto/pkg/femto-doc/usr/share/doc' >>> femto-doc*: Preparing subpackage femto-doc... >>> femto-doc*: Running postcheck for femto-doc >>> femto*: Running postcheck for femto >>> femto*: Preparing package femto... >>> femto*: Stripping binaries >>> femto-doc*: Scanning shared objects >>> femto*: Scanning shared objects >>> femto-doc*: Tracing dependencies... >>> femto-doc*: Package size: 84.7 KB >>> femto-doc*: Compressing data... >>> femto-doc*: Create checksum... >>> femto-doc*: Create femto-doc-2.21.7-r0.apk >>> femto*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libncursesw.so.6 >>> femto*: Package size: 132.4 KB >>> femto*: Compressing data... >>> femto*: Create checksum... >>> femto*: Create femto-2.21.7-r0.apk >>> femto: Build complete at Fri, 20 Jun 2025 01:26:21 +0000 elapsed time 0h 0m 2s >>> femto: Cleaning up srcdir >>> femto: Cleaning up pkgdir >>> femto: Uninstalling dependencies... (1/6) Purging .makedepends-femto (20250620.012620) (2/6) Purging ncurses-dev (6.5_p20250503-r0) (3/6) Purging libncurses++ (6.5_p20250503-r0) (4/6) Purging libpanelw (6.5_p20250503-r0) (5/6) Purging libformw (6.5_p20250503-r0) (6/6) Purging libmenuw (6.5_p20250503-r0) Executing busybox-1.37.0-r18.trigger OK: 275 MiB in 104 packages >>> femto: Updating the testing/armv7 repository index... >>> femto: Signing the index...