>>> retroforth: Building community/retroforth 2024.1-r1 (using abuild 3.12.0-r3) started Sun, 11 Feb 2024 03:53:44 +0000 >>> retroforth: Checking sanity of /home/buildozer/aports/community/retroforth/APKBUILD... >>> retroforth: Analyzing dependencies... >>> retroforth: Installing for build: build-base (1/1) Installing .makedepends-retroforth (20240211.035353) OK: 227 MiB in 102 packages >>> retroforth: Cleaning up srcdir >>> retroforth: Cleaning up pkgdir >>> retroforth: Cleaning up tmpdir >>> retroforth: Fetching https://distfiles.alpinelinux.org/distfiles/edge/retroforth-2024.1.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 1263k 100 1263k 0 0 1922k 0 --:--:-- --:--:-- --:--:-- 1983k >>> retroforth: Fetching https://distfiles.alpinelinux.org/distfiles/edge/retroforth-2024.1.tar.gz >>> retroforth: Checking sha512sums... retroforth-2024.1.tar.gz: OK >>> retroforth: Unpacking /var/cache/distfiles/retroforth-2024.1.tar.gz... rm -f bin/* mkdir -p bin gcc -DUSE_UTF32 -DBIT64 -DMAKEFILE_CONFIG -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o bin/retro-embedimage tools/retro-embedimage.c cp tools/retro-document.sh bin/retro-document gcc -DUSE_UTF32 -DBIT64 -DMAKEFILE_CONFIG -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o bin/retro-extend tools/retro-extend.c gcc -DUSE_UTF32 -DBIT64 -DMAKEFILE_CONFIG -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o bin/retro-muri tools/retro-muri.c gcc -DUSE_UTF32 -DBIT64 -DMAKEFILE_CONFIG -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o bin/retro-unu tools/retro-unu.c cat tools/retro-describe.retro doc/words.tsv >bin/retro-describe chmod +x bin/retro-describe ./bin/retro-muri image/retro.muri Wrote 1249 cells to ngaImage ./bin/retro-extend ngaImage image/retro.forth image/build.retro Initial Image Size: 1536 + 5260 tokens from image/retro.forth + 3 tokens from image/build.retro New Image Size: 11617 MAX SP: 23, RP: 67 cp ngaImage rre.image ./bin/retro-extend rre.image interface/ll.retro interface/dedup.retro interface/sources.retro interface/devices.retro interface/floatingpoint.retro interface/filesystem.retro interface/unix.retro interface/rng.retro interface/clock.retro interface/scripting.retro interface/sockets.retro interface/multicore.retro interface/ffi.retro interface/unsigned.retro interface/future.retro interface/block.retro interface/deprecated.retro interface/error.retro interface/final.retro interface/library.retro interface/retro-unix.retro Initial Image Size: 11617 + 370 tokens from interface/ll.retro + 148 tokens from interface/dedup.retro + 921 tokens from interface/sources.retro + 198 tokens from interface/devices.retro + 1337 tokens from interface/floatingpoint.retro + 539 tokens from interface/filesystem.retro + 409 tokens from interface/unix.retro + 29 tokens from interface/rng.retro + 204 tokens from interface/clock.retro + 274 tokens from interface/scripting.retro + 296 tokens from interface/sockets.retro + 92 tokens from interface/multicore.retro + 74 tokens from interface/ffi.retro + 147 tokens from interface/unsigned.retro + 66 tokens from interface/future.retro + 61 tokens from interface/block.retro + 0 tokens from interface/deprecated.retro + 107 tokens from interface/error.retro + 20 tokens from interface/final.retro + 116 tokens from interface/library.retro + 142 tokens from interface/retro-unix.retro New Image Size: 20882 MAX SP: 15, RP: 110 ./bin/retro-embedimage rre.image >vm/nga-c/image.c cd vm/nga-c && gcc -DUSE_UTF32 -DBIT64 -DMAKEFILE_CONFIG -DENABLE_FLOATS -DENABLE_FILES -DENABLE_UNIX -DENABLE_RNG -DENABLE_CLOCK -DENABLE_SCRIPTING -DENABLE_SIGNALS -DENABLE_MULTICORE -DENABLE_ERROR -DENABLE_UNSIGNED -DENABLE_MALLOC -DENABLE_BLOCKS -DNEEDS_STRL -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o ../../bin/retro retro.c -lm -ldl cd package && ../bin/retro -u rre.image -f list.forth ./bin/retro-embedimage rre.image >vm/nga-c/image.c rm rre.image cd vm/nga-c && gcc -DUSE_UTF32 -DBIT64 -DMAKEFILE_CONFIG -DENABLE_FLOATS -DENABLE_FILES -DENABLE_UNIX -DENABLE_RNG -DENABLE_CLOCK -DENABLE_SCRIPTING -DENABLE_SIGNALS -DENABLE_MULTICORE -DENABLE_ERROR -DENABLE_UNSIGNED -DENABLE_MALLOC -DENABLE_BLOCKS -DNEEDS_STRL -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o ../../bin/retro retro.c -lm -ldl >>> retroforth: Entering fakeroot... mkdir -p bin cp tools/retro-document.sh bin/retro-document install -m 755 -d -- /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/RETRO12 install -m 755 -d -- /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/doc/RETRO12 install -m 755 -d -- /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/examples/RETRO12 install -m 755 -d -- /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1 install -c -m 644 tools/glossary.retro /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/RETRO12/glossary.retro install -c -m 644 README.md /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/doc/RETRO12/README.md cp -fpR example /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/examples/RETRO12 install -c -m 644 man/retro.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro.1 install -c -m 644 ngaImage /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/RETRO12/ngaImage install -c -m 644 RELEASE-NOTES /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/doc/RETRO12/RELEASE-NOTES cp -fpR tests /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/RETRO12/ install -c -m 644 man/retro-embedimage.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-embedimage.1 install -c -m 644 doc/RETRO-Book.md /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/doc/RETRO12/RETRO-Book.md install -c -m 644 man/retro-extend.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-extend.1 install -c -m 644 doc/words.tsv /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/doc/RETRO12/words.tsv install -c -m 644 doc/words.tsv /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/RETRO12/words.tsv install -c -m 644 man/retro-describe.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-describe.1 install -c -m 644 man/retro-document.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-document.1 install -c -m 644 man/retro-muri.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-muri.1 install -c -m 644 man/retro-unu.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-unu.1 install -c -m 644 man/retro-tags.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-tags.1 install -c -m 644 man/retro-locate.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-locate.1 install -m 755 -d -- /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin install -c -m 755 bin/retro-embedimage /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-embedimage install -c -m 755 bin/retro-extend /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-extend install -c -m 755 bin/retro-muri /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-muri install -c -m 755 bin/retro /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro install -c -m 755 bin/retro-unu /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-unu install -c -m 755 bin/retro-describe /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-describe install -c -m 755 bin/retro-document /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-document install -c -m 755 example/retro-tags.retro /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-tags install -c -m 755 example/retro-locate.retro /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-locate >>> retroforth-doc*: Running split function doc... >>> retroforth-doc*: Preparing subpackage retroforth-doc... >>> retroforth-doc*: Running postcheck for retroforth-doc >>> retroforth*: Running postcheck for retroforth >>> retroforth*: Preparing package retroforth... >>> retroforth*: Stripping binaries >>> retroforth-doc*: Scanning shared objects >>> retroforth*: Scanning shared objects >>> retroforth-doc*: Tracing dependencies... >>> retroforth-doc*: Package size: 312.0 KB >>> retroforth-doc*: Compressing data... >>> retroforth-doc*: Create checksum... >>> retroforth-doc*: Create retroforth-doc-2024.1-r1.apk >>> retroforth*: Tracing dependencies... so:libc.musl-riscv64.so.1 >>> retroforth*: Package size: 1.6 MB >>> retroforth*: Compressing data... >>> retroforth*: Create checksum... >>> retroforth*: Create retroforth-2024.1-r1.apk >>> retroforth: Build complete at Sun, 11 Feb 2024 03:55:07 +0000 elapsed time 0h 1m 23s >>> retroforth: Cleaning up srcdir >>> retroforth: Cleaning up pkgdir >>> retroforth: Uninstalling dependencies... (1/1) Purging .makedepends-retroforth (20240211.035353) OK: 227 MiB in 101 packages >>> retroforth: Updating the community/riscv64 repository index... >>> retroforth: Signing the index...