>>> fnf: Building testing/fnf 0.1-r0 (using abuild 3.12.0-r4) started Sat, 09 Mar 2024 07:44:52 +0000 >>> fnf: Checking sanity of /home/buildozer/aports/testing/fnf/APKBUILD... >>> fnf: Analyzing dependencies... >>> fnf: Installing for build: build-base (1/1) Installing .makedepends-fnf (20240309.074453) OK: 315 MiB in 103 packages >>> fnf: Cleaning up srcdir >>> fnf: Cleaning up pkgdir >>> fnf: Cleaning up tmpdir >>> fnf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fnf-0.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> fnf: Fetching fnf-0.1.tar.gz::https://github.com/leo-arch/fnf/archive/refs/tags/v0.1.tar.gz Connecting to github.com (140.82.113.3:443) Connecting to codeload.github.com (140.82.113.10:443) saving to '/var/cache/distfiles/fnf-0.1.tar.gz.part' fnf-0.1.tar.gz.part 100% |********************************| 52786 0:00:00 ETA '/var/cache/distfiles/fnf-0.1.tar.gz.part' saved >>> fnf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fnf-0.1.tar.gz >>> fnf: Checking sha512sums... fnf-0.1.tar.gz: OK >>> fnf: Unpacking /var/cache/distfiles/fnf-0.1.tar.gz... gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -DVERSION=\"1.1\" -D_GNU_SOURCE -c -o src/fnf.o src/fnf.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -DVERSION=\"1.1\" -D_GNU_SOURCE -c -o src/match.o src/match.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -DVERSION=\"1.1\" -D_GNU_SOURCE -c -o src/tty.o src/tty.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -DVERSION=\"1.1\" -D_GNU_SOURCE -c -o src/choices.o src/choices.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -DVERSION=\"1.1\" -D_GNU_SOURCE -c -o src/options.o src/options.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -DVERSION=\"1.1\" -D_GNU_SOURCE -c -o src/tty_interface.o src/tty_interface.c In file included from src/options.c:40: src/config.h:81: warning: "VERSION" redefined 81 | #define VERSION "0.1" | : note: this is the location of the previous definition In file included from src/tty.c:45: src/config.h:81: warning: "VERSION" redefined 81 | #define VERSION "0.1" | : note: this is the location of the previous definition In file included from src/bonus.h:35, from src/match.c:41: src/config.h:81: warning: "VERSION" redefined 81 | #define VERSION "0.1" | : note: this is the location of the previous definition In file included from src/tty_interface.c:39: src/config.h:81: warning: "VERSION" redefined 81 | #define VERSION "0.1" | : note: this is the location of the previous definition In file included from src/fnf.c:45: src/config.h:81: warning: "VERSION" redefined 81 | #define VERSION "0.1" | : note: this is the location of the previous definition gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -o fnf src/fnf.o src/match.o src/tty.o src/choices.o src/options.o src/tty_interface.o -lpthread gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -DVERSION=\"1.1\" -D_GNU_SOURCE -c -o deps/theft/theft.o deps/theft/theft.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -DVERSION=\"1.1\" -D_GNU_SOURCE -c -o deps/theft/theft_bloom.o deps/theft/theft_bloom.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -DVERSION=\"1.1\" -D_GNU_SOURCE -c -o deps/theft/theft_mt.o deps/theft/theft_mt.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -DVERSION=\"1.1\" -D_GNU_SOURCE -c -o deps/theft/theft_hash.o deps/theft/theft_hash.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla -Isrc -o test/fnftest test/fnftest.c test/test_properties.c test/test_choices.c test/test_match.c src/match.o src/choices.o src/options.o deps/theft/theft.o deps/theft/theft_bloom.o deps/theft/theft_mt.o deps/theft/theft_hash.o -lpthread ./test/fnftest * Suite match_suite: ........................ 24 tests - 24 passed, 0 failed, 0 skipped (202 ticks, 0.000 sec) * Suite choices_suite: ...... 6 tests - 6 passed, 0 failed, 0 skipped (74336 ticks, 0.074 sec) * Suite properties_suite: .. 2 tests - 2 passed, 0 failed, 0 skipped (776115 ticks, 0.776 sec) Total: 32 tests (850696 ticks, 0.851 sec), 102 assertions Pass: 32, fail: 0, skip: 0. >>> fnf: Entering fakeroot... mkdir -p /home/buildozer/aports/testing/fnf/pkg/fnf/usr/bin cp fnf /home/buildozer/aports/testing/fnf/pkg/fnf/usr/bin/ chmod 755 /home/buildozer/aports/testing/fnf/pkg/fnf/usr/bin/fnf mkdir -p /home/buildozer/aports/testing/fnf/pkg/fnf/usr/share/man/man1 cp fnf.1 /home/buildozer/aports/testing/fnf/pkg/fnf/usr/share/man/man1/ chmod 644 /home/buildozer/aports/testing/fnf/pkg/fnf/usr/share/man/man1/fnf.1 >>> fnf-doc*: Running split function doc... >>> fnf-doc*: Preparing subpackage fnf-doc... >>> fnf-doc*: Running postcheck for fnf-doc >>> fnf*: Running postcheck for fnf >>> fnf*: Preparing package fnf... >>> fnf*: Stripping binaries >>> fnf-doc*: Scanning shared objects >>> fnf*: Scanning shared objects >>> fnf-doc*: Tracing dependencies... >>> fnf-doc*: Package size: 36.0 KB >>> fnf-doc*: Compressing data... >>> fnf-doc*: Create checksum... >>> fnf-doc*: Create fnf-doc-0.1-r0.apk >>> fnf*: Tracing dependencies... so:libc.musl-armhf.so.1 >>> fnf*: Package size: 48.0 KB >>> fnf*: Compressing data... >>> fnf*: Create checksum... >>> fnf*: Create fnf-0.1-r0.apk >>> fnf: Build complete at Sat, 09 Mar 2024 07:44:57 +0000 elapsed time 0h 0m 5s >>> fnf: Cleaning up srcdir >>> fnf: Cleaning up pkgdir >>> fnf: Uninstalling dependencies... (1/1) Purging .makedepends-fnf (20240309.074453) OK: 315 MiB in 102 packages >>> fnf: Updating the testing/armhf repository index... >>> fnf: Signing the index...