>>> nbsdgames: Building testing/nbsdgames 5-r0 (using abuild 3.9.0-r0) started Wed, 04 May 2022 13:20:26 +0000 >>> nbsdgames: Checking sanity of /home/buildozer/aports/testing/nbsdgames/APKBUILD... >>> nbsdgames: Analyzing dependencies... >>> nbsdgames: Installing for build: build-base ncurses-dev (1/2) Installing ncurses-dev (6.3_p20220423-r0) (2/2) Installing .makedepends-nbsdgames (20220504.132026) Executing busybox-1.35.0-r10.trigger OK: 325 MiB in 95 packages >>> nbsdgames: Cleaning up srcdir >>> nbsdgames: Cleaning up pkgdir >>> nbsdgames: Fetching https://distfiles.alpinelinux.org/distfiles/edge//nbsdgames-5.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 >>> nbsdgames: Fetching nbsdgames-5.tar.gz::https://github.com/abakh/nbsdgames/archive/refs/tags/v5.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 100 58893 0 58893 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k >>> nbsdgames: Fetching https://distfiles.alpinelinux.org/distfiles/edge//nbsdgames-5.tar.gz >>> nbsdgames: Checking sha512sums... nbsdgames-5.tar.gz: OK fix-makefile-path.patch: OK >>> nbsdgames: Unpacking /var/cache/distfiles/edge/nbsdgames-5.tar.gz... >>> nbsdgames: fix-makefile-path.patch patching file Makefile patching file Makefile Hunk #1 succeeded at 20 with fuzz 1. gcc nbsdgames.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./nbsdgames gcc jewels.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./jewels gcc sudoku.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./sudoku gcc mines.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./mines gcc reversi.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./reversi gcc checkers.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./checkers gcc battleship.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./battleship jewels.c: In function 'draw': jewels.c:233:30: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 233 | mvprintw(0,0,"Score:%d",score); | ~^ ~~~~~ | | | | | long int | int | %ld nbsdgames.c: In function 'show_scores': nbsdgames.c:152:62: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 152 | mvprintw(2+rank,COLS-1-digit_count(pscore),"%d",pscore); | ~^ ~~~~~~ | | | | | long int | int | %ld gcc rabbithole.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./rabbithole gcc sos.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./sos gcc pipes.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./pipes rabbithole.c: In function 'main': rabbithole.c:302:77: warning: format '%d' expects argument of type 'int', but argument 5 has type 'time_t' {aka 'long int'} [-Wformat=] 302 | mvprintw(len*2+4,0,"You gathered %2.1f%% of the carrots in %d seconds.",(float) carrots_found*100/carrot_count,giventime); | ~^ ~~~~~~~~~ | | | | int time_t {aka long int} | %ld gcc fifteen.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./fifteen gcc memoblocks.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./memoblocks gcc fisher.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./fisher memoblocks.c: In function 'main': memoblocks.c:247:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'time_t' {aka 'long int'} [-Wformat=] 247 | mvprintw(size+7,0,"Time spent: %d:%2d:%2d",now/3600,(now%3600)/60,now%60); | ~^ ~~~~~~~~ | | | | int time_t {aka long int} | %ld memoblocks.c:247:45: warning: format '%d' expects argument of type 'int', but argument 5 has type 'time_t' {aka 'long int'} [-Wformat=] 247 | mvprintw(size+7,0,"Time spent: %d:%2d:%2d",now/3600,(now%3600)/60,now%60); | ~~^ ~~~~~~~~~~~~~ | | | | int time_t {aka long int} | %2ld memoblocks.c:247:49: warning: format '%d' expects argument of type 'int', but argument 6 has type 'time_t' {aka 'long int'} [-Wformat=] 247 | mvprintw(size+7,0,"Time spent: %d:%2d:%2d",now/3600,(now%3600)/60,now%60); | ~~^ ~~~~~~ | | | | int time_t {aka long int} | %2ld gcc muncher.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./muncher fisher.c: In function 'draw': fisher.c:84:40: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] 84 | mvprintw(1,0,"|__ Score:%d",score); | ~^ ~~~~~ | | | | | long unsigned int | int | %ld fisher.c: In function 'show_scores': fisher.c:236:63: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 236 | mvprintw(2+2*rank,WID-1-digit_count(pscore),"%d",pscore); | ~^ ~~~~~~ | | | | | long int | int | %ld gcc miketron.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./miketron gcc redsquare.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./redsquare gcc darrt.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./darrt miketron.c: In function 'main': miketron.c:391:51: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 391 | mvprintw(2,12,"Immunity:%ld",immunity); | ~~^ ~~~~~~~~ | | | | | int | long int | %d miketron.c:393:49: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 393 | mvprintw(2,12,"Flight:%ld",flight); | ~~^ ~~~~~~ | | | | | int | long int | %d miketron.c:395:50: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 395 | mvprintw(2,12,"NoTrail:%ld",notrail); | ~~^ ~~~~~~~ | | | | | int | long int | %d gcc snakeduel.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./snakeduel gcc tugow.c -Wl,--as-needed,-O1,--sort-common -lncurses -lm -Os -fomit-frame-pointer -Wno-unused-result -D SCORES_DIR=\"/var/games\" -o ./tugow darrt.c: In function 'draw': darrt.c:251:31: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 251 | mvprintw(5,0,"Score: %d",score); | ~^ ~~~~~ | | | | | long int | int | %ld darrt.c: In function 'end_scene': darrt.c:273:31: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 273 | mvprintw(5,0,"Score: %d",score); | ~^ ~~~~~ | | | | | long int | int | %ld darrt.c: In function 'show_scores': darrt.c:339:63: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 339 | mvprintw(2+2*rank,WID-1-digit_count(pscore),"%d",pscore); | ~^ ~~~~~~ | | | | | long int | int | %ld tugow.c: In function 'draw': tugow.c:159:46: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] 159 | mvprintw(11+level,offset-10,"Score: %d",score); | ~^ ~~~~~ | | | | | long unsigned int | int | %ld tugow.c: In function 'show_scores': tugow.c:221:63: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 221 | mvprintw(2+2*rank,WID-1-digit_count(pscore),"%d",pscore); | ~^ ~~~~~~ | | | | | long int | int | %ld >>> nbsdgames: Entering fakeroot... cp man/* /home/buildozer/aports/testing/nbsdgames/pkg/nbsdgames/usr/share/man/man6 cp nbsdgames jewels sudoku mines reversi checkers battleship rabbithole sos pipes fifteen memoblocks fisher muncher miketron redsquare darrt snakeduel tugow /home/buildozer/aports/testing/nbsdgames/pkg/nbsdgames/usr/bin >>> nbsdgames-doc*: Running split function doc... >>> nbsdgames-doc*: Preparing subpackage nbsdgames-doc... >>> nbsdgames-doc*: Running postcheck for nbsdgames-doc >>> nbsdgames*: Running postcheck for nbsdgames >>> nbsdgames*: Preparing package nbsdgames... >>> nbsdgames*: Stripping binaries >>> nbsdgames-doc*: Scanning shared objects >>> nbsdgames*: Scanning shared objects >>> nbsdgames-doc*: Tracing dependencies... >>> nbsdgames-doc*: Package size: 100.0 KB >>> nbsdgames-doc*: Compressing data... >>> nbsdgames-doc*: Create checksum... >>> nbsdgames-doc*: Create nbsdgames-doc-5-r0.apk >>> nbsdgames*: Tracing dependencies... so:libc.musl-s390x.so.1 so:libncursesw.so.6 >>> nbsdgames*: Package size: 412.0 KB >>> nbsdgames*: Compressing data... >>> nbsdgames*: Create checksum... >>> nbsdgames*: Create nbsdgames-5-r0.apk >>> nbsdgames: Build complete at Wed, 04 May 2022 13:20:28 +0000 elapsed time 0h 0m 2s >>> nbsdgames: Cleaning up srcdir >>> nbsdgames: Cleaning up pkgdir >>> nbsdgames: Uninstalling dependencies... (1/2) Purging .makedepends-nbsdgames (20220504.132026) (2/2) Purging ncurses-dev (6.3_p20220423-r0) Executing busybox-1.35.0-r10.trigger OK: 325 MiB in 93 packages >>> nbsdgames: Updating the testing/s390x repository index... >>> nbsdgames: Signing the index...