>>> retroforth: Building testing/retroforth 2022.8-r0 (using abuild 3.10.0-r0) started Thu, 15 Dec 2022 23:09:58 +0000 >>> retroforth: Checking sanity of /home/buildozer/aports/testing/retroforth/APKBUILD... >>> retroforth: Analyzing dependencies... >>> retroforth: Installing for build: build-base (1/1) Installing .makedepends-retroforth (20221215.231001) OK: 271 MiB in 97 packages >>> retroforth: Cleaning up srcdir >>> retroforth: Cleaning up pkgdir >>> retroforth: Fetching https://distfiles.alpinelinux.org/distfiles/edge/retroforth-2022.8.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> retroforth: Fetching retroforth-2022.8.tar.gz::https://git.sr.ht/~crc_/retroforth/archive/2022.8.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 1274k 0 1274k 0 0 502k 0 --:--:-- 0:00:02 --:--:-- 509k >>> retroforth: Fetching https://distfiles.alpinelinux.org/distfiles/edge/retroforth-2022.8.tar.gz >>> retroforth: Checking sha512sums... retroforth-2022.8.tar.gz: OK >>> retroforth: Unpacking /var/cache/distfiles/retroforth-2022.8.tar.gz... mkdir -p bin gcc -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o bin/retro-embedimage tools/retro-embedimage.c gcc -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o bin/retro-extend tools/retro-extend.c gcc -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o bin/retro-muri tools/retro-muri.c cp tools/retro-document.sh bin/retro-document gcc -Os -fomit-frame-pointer -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 1242 cells to ngaImage ./bin/retro-extend ngaImage image/retro.forth image/build.retro Initial Image Size: 1536 + 5034 tokens from image/retro.forth + 3 tokens from image/build.retro New Image Size: 11150 MAX SP: 23, RP: 67 cp ngaImage rre.image ./bin/retro-extend rre.image interface/floatingpoint.retro interface/filesystem.retro interface/unix.retro interface/rng.retro interface/clock.retro interface/scripting.retro interface/sources.retro interface/multicore.retro interface/unsigned.retro interface/ffi.retro interface/retro-napia.retro interface/block.retro interface/deprecated.retro interface/double.retro interface/malloc.retro interface/retro-unix.retro Initial Image Size: 11150 + 1505 tokens from interface/floatingpoint.retro + 480 tokens from interface/filesystem.retro + 418 tokens from interface/unix.retro + 31 tokens from interface/rng.retro + 204 tokens from interface/clock.retro + 234 tokens from interface/scripting.retro + 1448 tokens from interface/sources.retro + 92 tokens from interface/multicore.retro + 147 tokens from interface/unsigned.retro + 68 tokens from interface/ffi.retro + 65 tokens from interface/retro-napia.retro + 124 tokens from interface/block.retro + 30 tokens from interface/deprecated.retro + 47 tokens from interface/double.retro + 111 tokens from interface/malloc.retro + 601 tokens from interface/retro-unix.retro New Image Size: 18156 MAX SP: 19, RP: 77 ./bin/retro-embedimage rre.image >vm/nga-c/image.c cd vm/nga-c && gcc -DENABLE_FLOATS -DENABLE_FILES -DENABLE_UNIX -DENABLE_RNG -DENABLE_CLOCK -DENABLE_SCRIPTING -DENABLE_SIGNALS -DENABLE_MULTICORE -DENABLE_FFI -DENABLE_UNSIGNED -DENABLE_MALLOC -DNEEDS_STRL -Os -fomit-frame-pointer -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 -DENABLE_FLOATS -DENABLE_FILES -DENABLE_UNIX -DENABLE_RNG -DENABLE_CLOCK -DENABLE_SCRIPTING -DENABLE_SIGNALS -DENABLE_MULTICORE -DENABLE_FFI -DENABLE_UNSIGNED -DENABLE_MALLOC -DNEEDS_STRL -Os -fomit-frame-pointer -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/testing/retroforth/pkg/retroforth/usr/share/RETRO12 install -m 755 -d -- /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/doc/RETRO12 install -m 755 -d -- /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/examples/RETRO12 install -m 755 -d -- /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/man/man1 install -c -m 644 tools/glossary.retro /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/RETRO12/glossary.retro install -c -m 644 README.md /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/doc/RETRO12/README.md cp -fpR example /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/examples/RETRO12 install -c -m 644 man/retro.1 /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/man/man1/retro.1 install -c -m 644 ngaImage /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/RETRO12/ngaImage install -c -m 644 RELEASE-NOTES /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/doc/RETRO12/RELEASE-NOTES install -c -m 644 man/retro-embedimage.1 /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/man/man1/retro-embedimage.1 cp -fpR tests /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/RETRO12/ install -c -m 644 doc/RETRO-Book.md /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/doc/RETRO12/RETRO-Book.md install -c -m 644 man/retro-extend.1 /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/man/man1/retro-extend.1 install -c -m 644 doc/words.tsv /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/doc/RETRO12/words.tsv install -c -m 644 man/retro-describe.1 /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/man/man1/retro-describe.1 install -c -m 644 doc/words.tsv /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/RETRO12/words.tsv install -c -m 644 man/retro-document.1 /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/man/man1/retro-document.1 install -c -m 644 man/retro-muri.1 /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/man/man1/retro-muri.1 install -c -m 644 man/retro-unu.1 /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/man/man1/retro-unu.1 install -c -m 644 man/retro-tags.1 /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/man/man1/retro-tags.1 install -c -m 644 man/retro-locate.1 /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/share/man/man1/retro-locate.1 install -m 755 -d -- /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/bin install -c -m 755 bin/retro-embedimage /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/bin/retro-embedimage install -c -m 755 bin/retro-extend /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/bin/retro-extend install -c -m 755 bin/retro-muri /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/bin/retro-muri install -c -m 755 bin/retro /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/bin/retro install -c -m 755 bin/retro-unu /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/bin/retro-unu install -c -m 755 bin/retro-describe /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/bin/retro-describe install -c -m 755 bin/retro-document /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/bin/retro-document install -c -m 755 example/retro-tags.retro /home/buildozer/aports/testing/retroforth/pkg/retroforth/usr/bin/retro-tags install -c -m 755 example/retro-locate.retro /home/buildozer/aports/testing/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: 304.0 KB >>> retroforth-doc*: Compressing data... >>> retroforth-doc*: Create checksum... >>> retroforth-doc*: Create retroforth-doc-2022.8-r0.apk >>> retroforth*: Tracing dependencies... so:libc.musl-riscv64.so.1 >>> retroforth*: Package size: 1.4 MB >>> retroforth*: Compressing data... >>> retroforth*: Create checksum... >>> retroforth*: Create retroforth-2022.8-r0.apk >>> retroforth: Build complete at Thu, 15 Dec 2022 23:10:44 +0000 elapsed time 0h 0m 46s >>> retroforth: Cleaning up srcdir >>> retroforth: Cleaning up pkgdir >>> retroforth: Uninstalling dependencies... (1/1) Purging .makedepends-retroforth (20221215.231001) OK: 271 MiB in 96 packages >>> retroforth: Updating the testing/riscv64 repository index... >>> retroforth: Signing the index...