>>> dhex: Building testing/dhex 0.69-r1 (using abuild 3.10.0_rc1-r2) started Tue, 25 Oct 2022 01:36:09 +0000 >>> dhex: Checking sanity of /home/buildozer/aports/testing/dhex/APKBUILD... >>> dhex: Analyzing dependencies... >>> dhex: Installing for build: build-base ncurses-dev (1/2) Installing ncurses-dev (6.3_p20221008-r0) (2/2) Installing .makedepends-dhex (20221025.013611) Executing busybox-1.35.0-r27.trigger OK: 393 MiB in 100 packages >>> dhex: Cleaning up srcdir >>> dhex: Cleaning up pkgdir >>> dhex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dhex_0.69.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 57362 100 57362 0 0 435k 0 --:--:-- --:--:-- --:--:-- 437k >>> dhex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dhexrc_default % 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 639 100 639 0 0 5735 0 --:--:-- --:--:-- --:--:-- 5756 >>> dhex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dhexrc_green % 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 639 100 639 0 0 5599 0 --:--:-- --:--:-- --:--:-- 5605 >>> dhex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dhexrc_red % 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 628 100 628 0 0 5381 0 --:--:-- --:--:-- --:--:-- 5413 >>> dhex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dhexrc_white % 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 627 100 627 0 0 5142 0 --:--:-- --:--:-- --:--:-- 5181 >>> dhex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dhex_0.69.tar.gz >>> dhex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dhexrc_default >>> dhex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dhexrc_green >>> dhex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dhexrc_red >>> dhex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dhexrc_white >>> dhex: Checking sha512sums... dhex_0.69.tar.gz: OK dhexrc_default: OK dhexrc_green: OK dhexrc_red: OK dhexrc_white: OK >>> dhex: Unpacking /var/cache/distfiles/edge/dhex_0.69.tar.gz... gcc buffers.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall gcc configfile.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall gcc correlation.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall gcc gpl.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall gcc hexcalc.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall gcc input.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall gcc machine_type.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall gcc main.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall gcc markers.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall gcc menu.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall gcc output.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall gcc search.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall gcc ui.c -c -I. -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses -O3 -Wall correlation.c: In function 'find_longestmatch': correlation.c:30:60: warning: format '%lli' expects argument of type 'long long int', but argument 5 has type 'int' [-Wformat=] 30 | if (smallwin) mvwprintw(smallwin,4,1,"%18lli",0); | ~~~~~^ ~ | | | | | int | long long int | %18i correlation.c: In function 'find_bestmatch': correlation.c:118:60: warning: format '%lli' expects argument of type 'long long int', but argument 5 has type 'int' [-Wformat=] 118 | if (smallwin) mvwprintw(smallwin,4,1,"%18lli",0); | ~~~~~^ ~ | | | | | int | long long int | %18i hexcalc.c: In function 'hexcalc': hexcalc.c:85:95: warning: format '%i' expects argument of type 'int', but argument 5 has type 'tUInt64' {aka 'long long unsigned int'} [-Wformat=] 85 | if (x || !j) mvwprintw(output->win,offsy+18-i,offsx+76-j,"%i",(x&1)); | ~^ ~~~~~ | | | | int tUInt64 {aka long long unsigned int} | %lli hexcalc.c:99:85: warning: format '%i' expects argument of type 'int', but argument 5 has type 'tUInt64' {aka 'long long unsigned int'} [-Wformat=] 99 | if (x || !j) mvwprintw(output->win,offsy+19,offsx+76-j,"%i",(x&1)); | ~^ ~~~~~ | | | | int tUInt64 {aka long long unsigned int} | %lli output.c: In function 'printbuffersingle': output.c:126:82: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=] 126 | if (addrwidth==8) mvwprintw(output->win,i+1,0, "% 8X ",(tUInt32)(firstpos1+hBuf1->baseaddr)); | ^ output.c:127:84: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=] 127 | else mvwprintw(output->win,i+1,0,"% 16llX ",firstpos1+hBuf1->baseaddr); | ^ markers.c: In function 'gotomask': markers.c:172:72: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'int' [-Wformat=] 172 | mvwprintw(output->win,offsy+5+i,offsx+42,"%16llx",abs(markers->cursorpos[i]-actcursorpos)); | ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | int | long long unsigned int | %16x output.c: In function 'printbufferdiff': output.c:239:46: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'tInt64' {aka 'long long int'} [-Wformat=] 239 | mvwprintw(output->win,0,2,"%8X",(tUInt32)cursorpos1+hBuf1->baseaddr); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | unsigned int tInt64 {aka long long int} | %8llX output.c:240:47: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'tInt64' {aka 'long long int'} [-Wformat=] 240 | mvwprintw(output->win,0,11,"%8X",(tUInt32)hBuf1->bufsize+hBuf1->baseaddr); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | unsigned int tInt64 {aka long long int} | %8llX output.c:241:52: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'tInt64' {aka 'long long int'} [-Wformat=] 241 | mvwprintw(output->win,LINES/2,2,"%8X",(tUInt32)cursorpos2+hBuf2->baseaddr); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | unsigned int tInt64 {aka long long int} | %8llX output.c:242:53: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'tInt64' {aka 'long long int'} [-Wformat=] 242 | mvwprintw(output->win,LINES/2,11,"%8X",(tUInt32)hBuf2->bufsize+hBuf2->baseaddr); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | unsigned int tInt64 {aka long long int} | %8llX output.c:269:82: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=] 269 | if (addrwidth==8) mvwprintw(output->win,i+1,0, "% 8X ",(tUInt32)(cursorpos1+hBuf1->baseaddr)); | ^ output.c:270:84: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=] 270 | else mvwprintw(output->win,i+1,0,"% 16llX ",cursorpos1+hBuf1->baseaddr); | ^ output.c:341:90: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=] 341 | if (addrwidth==8) mvwprintw(output->win,i+1+LINES/2,0, "% 8X ",(tUInt32)(cursorpos2+hBuf2->baseaddr)); | ^ output.c:342:92: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=] 342 | else mvwprintw(output->win,i+1+LINES/2,0,"% 16llX ",cursorpos2+hBuf2->baseaddr); | ^ gcc -L/usr/lib -L/usr/local/lib -L/usr/lib/ncurses -L/usr/local/lib/ncurses -o dhex buffers.o configfile.o correlation.o gpl.o hexcalc.o input.o machine_type.o main.o markers.o menu.o output.o search.o ui.o -lncurses >>> dhex: Entering fakeroot... >>> dhex-doc*: Running split function doc... >>> dhex-doc*: Preparing subpackage dhex-doc... >>> dhex-doc*: Running postcheck for dhex-doc >>> dhex*: Running postcheck for dhex >>> dhex*: Preparing package dhex... >>> dhex*: Stripping binaries >>> dhex-doc*: Scanning shared objects >>> dhex*: Scanning shared objects >>> dhex-doc*: Tracing dependencies... >>> dhex-doc*: Package size: 44.0 KB >>> dhex-doc*: Compressing data... >>> dhex-doc*: Create checksum... >>> dhex-doc*: Create dhex-doc-0.69-r1.apk >>> dhex*: Tracing dependencies... ncurses-dev so:libc.musl-x86_64.so.1 so:libncursesw.so.6 >>> dhex*: Package size: 132.0 KB >>> dhex*: Compressing data... >>> dhex*: Create checksum... >>> dhex*: Create dhex-0.69-r1.apk >>> dhex: Build complete at Tue, 25 Oct 2022 01:36:13 +0000 elapsed time 0h 0m 4s >>> dhex: Cleaning up srcdir >>> dhex: Cleaning up pkgdir >>> dhex: Uninstalling dependencies... (1/2) Purging .makedepends-dhex (20221025.013611) (2/2) Purging ncurses-dev (6.3_p20221008-r0) Executing busybox-1.35.0-r27.trigger OK: 393 MiB in 98 packages >>> dhex: Updating the testing/x86_64 repository index... >>> dhex: Signing the index...