>>> fnf: Building testing/fnf 0.1-r0 (using abuild 3.12.0-r4) started Sat, 09 Mar 2024 07:44:53 +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.074454) OK: 381 MiB in 105 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 >>> 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 deps/theft/theft.c: In function 'report_on_failure': deps/theft/theft.c:483:49: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 483 | fprintf(t->out, " Trial %u, Seed 0x%016llx\n", ti->trial, | ~~~~~~^ | | | long long unsigned int | %016lx 484 | (uint64_t)ti->seed); | ~~~~~~~~~~~~~~~~~~ | | | long unsigned int 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 (195 ticks, 0.000 sec) * Suite choices_suite: ...... 6 tests - 6 passed, 0 failed, 0 skipped (65972 ticks, 0.066 sec) * Suite properties_suite: .. 2 tests - 2 passed, 0 failed, 0 skipped (597269 ticks, 0.597 sec) Total: 32 tests (663485 ticks, 0.663 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-aarch64.so.1 >>> fnf*: Package size: 80.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 4s >>> fnf: Cleaning up srcdir >>> fnf: Cleaning up pkgdir >>> fnf: Uninstalling dependencies... (1/1) Purging .makedepends-fnf (20240309.074454) OK: 381 MiB in 104 packages >>> fnf: Updating the testing/aarch64 repository index... >>> fnf: Signing the index...