514 | snprintf(name, sizeof(name), "BTN %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 515 | assignment->num + 1); | ~~~~~~~~~~~~~~~~~~~~ src/joystick.c:519:49: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 5 [-Wformat-truncation=] 519 | snprintf(name, sizeof(name), "H %d%c%c", | ^~ src/joystick.c:519:46: note: directive argument in the range [-2147483647, 2147483647] 519 | snprintf(name, sizeof(name), "H %d%c%c", | ^~~~~~~~~~ src/joystick.c:519:17: note: 'snprintf' output between 6 and 16 bytes into a destination of size 7 519 | snprintf(name, sizeof(name), "H %d%c%c", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 520 | assignment->num + 1, | ~~~~~~~~~~~~~~~~~~~~ 521 | assignment->x_axis ? 'X' : 'Y', | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 522 | assignment->negative_axis ? '-' : '+'); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/joystick.c:508:50: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 4 [-Wformat-truncation=] 508 | snprintf(name, sizeof(name), "AX %d%c", | ^~ src/joystick.c:508:46: note: directive argument in the range [-2147483647, 2147483647] 508 | snprintf(name, sizeof(name), "AX %d%c", | ^~~~~~~~~ src/joystick.c:508:17: note: 'snprintf' output between 6 and 16 bytes into a destination of size 7 508 | snprintf(name, sizeof(name), "AX %d%c", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | assignment->num + 1, | ~~~~~~~~~~~~~~~~~~~~ 510 | assignment->negative_axis ? '-' : '+'); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/jukebox.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/jukebox.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/keyboard.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/keyboard.c src/keyboard.c: In function 'service_SDL_events': src/keyboard.c:212:36: warning: this statement may fall through [-Wimplicit-fallthrough=] 212 | if (!input_grab_enabled) | ^ src/keyboard.c:218:25: note: here 218 | case SDL_MOUSEBUTTONUP: | ^~~~ /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/lds_play.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/lds_play.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/loudness.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/loudness.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/lvllib.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/lvllib.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/lvlmast.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/lvlmast.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/mainint.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/mainint.c src/mainint.c: In function 'JE_highScoreCheck': src/mainint.c:1630:74: warning: this statement may fall through [-Wimplicit-fallthrough=] 1630 | validkey = true; | ^ src/mainint.c:1631:57: note: here 1631 | default: | ^~~~~~~ src/mainint.c: In function 'JE_operation': src/mainint.c:2461:58: warning: this statement may fall through [-Wimplicit-fallthrough=] 2461 | validkey = true; | ^ src/mainint.c:2462:41: note: here 2462 | default: | ^~~~~~~ src/mainint.c: In function 'JE_playerCollide': src/mainint.c:4402:75: warning: '%s' directive writing up to 839 bytes into a region of size 256 [-Wformat-overflow=] 4402 | sprintf(tempStr, "%s %s %s", JE_getName(1), miscTextB[4-1], miscText[45-1]); | ^~ src/mainint.c:4402:57: note: 'sprintf' output between 3 and 893 bytes into a destination of size 256 4402 | sprintf(tempStr, "%s %s %s", JE_getName(1), miscTextB[4-1], miscText[45-1]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mainint.c:4415:75: warning: '%s' directive writing up to 797 bytes into a region of size 256 [-Wformat-overflow=] 4415 | sprintf(tempStr, "%s %s %s", JE_getName(2), miscTextB[4-1], miscText[46-1]); | ^~ src/mainint.c:4415:57: note: 'sprintf' output between 3 and 851 bytes into a destination of size 256 4415 | sprintf(tempStr, "%s %s %s", JE_getName(2), miscTextB[4-1], miscText[46-1]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mainint.c:4321:83: warning: '%s' directive writing up to 839 bytes into a region of size 256 [-Wformat-overflow=] 4321 | sprintf(tempStr, "%s %s %s", JE_getName(1), miscTextB[4-1], weaponPort[evalue - 30000].name); | ^~ src/mainint.c:4321:65: note: 'sprintf' output 3 or more bytes (assuming 852) into a destination of size 256 4321 | sprintf(tempStr, "%s %s %s", JE_getName(1), miscTextB[4-1], weaponPort[evalue - 30000].name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mainint.c:4294:83: warning: '%s' directive writing up to 797 bytes into a region of size 256 [-Wformat-overflow=] 4294 | sprintf(tempStr, "%s %s %s", JE_getName(2), miscTextB[4-1], weaponPort[evalue - 31000].name); | ^~ src/mainint.c:4294:65: note: 'sprintf' output 3 or more bytes (assuming 810) into a destination of size 256 4294 | sprintf(tempStr, "%s %s %s", JE_getName(2), miscTextB[4-1], weaponPort[evalue - 31000].name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mainint.c:4245:83: warning: '%s' directive writing up to 797 bytes into a region of size 256 [-Wformat-overflow=] 4245 | sprintf(tempStr, "%s %s %s", JE_getName(2), miscTextB[4-1], options[evalue - 32000].name); | ^~ src/mainint.c:4245:65: note: 'sprintf' output 3 or more bytes (assuming 810) into a destination of size 256 4245 | sprintf(tempStr, "%s %s %s", JE_getName(2), miscTextB[4-1], options[evalue - 32000].name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mainint.c:4229:83: warning: '%s' directive writing up to 839 bytes into a region of size 256 [-Wformat-overflow=] 4229 | sprintf(tempStr, "%s %s %s", JE_getName(1), miscTextB[4-1], special[evalue - 32100].name); | ^~ src/mainint.c:4229:65: note: 'sprintf' output 3 or more bytes (assuming 852) into a destination of size 256 4229 | sprintf(tempStr, "%s %s %s", JE_getName(1), miscTextB[4-1], special[evalue - 32100].name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/menus.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/menus.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/mouse.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/mouse.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/mtrand.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/mtrand.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/musmast.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/musmast.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/network.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/network.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/nortsong.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/nortsong.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/nortvars.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/nortvars.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/opentyr.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/opentyr.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/opl.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/opl.c src/opl.c: In function 'adlib_getsample': src/opl.c:1156:71: warning: storing the address of local variable 'trem_lut' in 'tremval1' [-Wdangling-pointer=] 1156 | if (cptr[9].tremolo) tremval1 = trem_lut; // tremolo enabled, use table | ~~~~~~~~~^~~~~~~~~~ src/opl.c:1116:16: note: 'trem_lut' declared here 1116 | Bit32s trem_lut[BLOCKBUF_SIZE]; | ^~~~~~~~ src/opl.c:202:16: note: 'tremval1' declared here 202 | static Bit32s *tremval1, *tremval2, *tremval3, *tremval4; | ^~~~~~~~ src/opl.c:1184:71: warning: storing the address of local variable 'trem_lut' in 'tremval2' [-Wdangling-pointer=] 1184 | if (cptr[9].tremolo) tremval2 = trem_lut; // tremolo enabled, use table | ~~~~~~~~~^~~~~~~~~~ src/opl.c:1116:16: note: 'trem_lut' declared here 1116 | Bit32s trem_lut[BLOCKBUF_SIZE]; | ^~~~~~~~ src/opl.c:202:27: note: 'tremval2' declared here 202 | static Bit32s *tremval1, *tremval2, *tremval3, *tremval4; | ^~~~~~~~ src/opl.c:1212:63: warning: storing the address of local variable 'trem_lut' in 'tremval3' [-Wdangling-pointer=] 1212 | if (cptr[0].tremolo) tremval3 = trem_lut; // tremolo enabled, use table | ~~~~~~~~~^~~~~~~~~~ src/opl.c:1116:16: note: 'trem_lut' declared here 1116 | Bit32s trem_lut[BLOCKBUF_SIZE]; | ^~~~~~~~ src/opl.c:202:38: note: 'tremval3' declared here 202 | static Bit32s *tremval1, *tremval2, *tremval3, *tremval4; | ^~~~~~~~ src/opl.c:1252:63: warning: storing the address of local variable 'trem_lut' in 'tremval4' [-Wdangling-pointer=] 1252 | if (cptr[9].tremolo) tremval4 = trem_lut; // tremolo enabled, use table | ~~~~~~~~~^~~~~~~~~~ src/opl.c:1116:16: note: 'trem_lut' declared here 1116 | Bit32s trem_lut[BLOCKBUF_SIZE]; | ^~~~~~~~ src/opl.c:202:49: note: 'tremval4' declared here 202 | static Bit32s *tremval1, *tremval2, *tremval3, *tremval4; | ^~~~~~~~ src/opl.c: In function 'adlib_write': src/opl.c:832:51: warning: array subscript 22 is above array bounds of 'const Bit8u[22]' {aka 'const unsigned char[22]'} [-Warray-bounds=] 832 | Bitu modop = regbase2modop[second_set?(base+22):base]; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/opl.c:238:20: note: while referencing 'regbase2modop' 238 | static const Bit8u regbase2modop[22] = { | ^~~~~~~~~~~~~ src/opl.c:802:51: warning: array subscript 22 is above array bounds of 'const Bit8u[22]' {aka 'const unsigned char[22]'} [-Warray-bounds=] 802 | Bitu modop = regbase2modop[second_set?(base+22):base]; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/opl.c:238:20: note: while referencing 'regbase2modop' 238 | static const Bit8u regbase2modop[22] = { | ^~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/palette.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/palette.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/params.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/params.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/pcxload.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/pcxload.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/pcxmast.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/pcxmast.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/picload.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/picload.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/player.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/player.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/scroller.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/scroller.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/setup.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/setup.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/shots.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/shots.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/sizebuf.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/sizebuf.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/sndmast.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/sndmast.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/sprite.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/sprite.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/starlib.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/starlib.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/std_support.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/std_support.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/tyrian2.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/tyrian2.c src/tyrian2.c: In function 'JE_main': src/tyrian2.c:2093:47: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] 2093 | sprintf(tempStr, "%s%c", tempStr, smoothies[temp] + 48); | ^ src/tyrian2.c:2093:25: note: 'sprintf' output between 2 and 32 bytes into a destination of size 31 2093 | sprintf(tempStr, "%s%c", tempStr, smoothies[temp] + 48); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tyrian2.c:2093:25: warning: 'sprintf' argument 3 overlaps destination object 'tempStr' [-Wrestrict] src/tyrian2.c:69:6: note: destination object referenced by 'restrict'-qualified argument 1 was declared here 69 | char tempStr[31]; | ^~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/varz.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/varz.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/vga256d.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/vga256d.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/vga_palette.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/vga_palette.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/video.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/video.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/video_scale.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/video_scale.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/video_scale_hqNx.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/video_scale_hqNx.c src/video_scale_hqNx.c: In function 'diff': src/video_scale_hqNx.c:125:20: warning: taking the absolute value of unsigned type 'Uint32' {aka 'unsigned int'} has no effect [-Wabsolute-value] 125 | return ( ( abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || | ^~~ src/video_scale_hqNx.c:126:20: warning: taking the absolute value of unsigned type 'Uint32' {aka 'unsigned int'} has no effect [-Wabsolute-value] 126 | ( abs((YUV1 & Umask) - (YUV2 & Umask)) > trU ) || | ^~~ src/video_scale_hqNx.c:127:20: warning: taking the absolute value of unsigned type 'Uint32' {aka 'unsigned int'} has no effect [-Wabsolute-value] 127 | ( abs((YUV1 & Vmask) - (YUV2 & Vmask)) > trV ) ); | ^~~ /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -c -o obj/xmas.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/xmas.c /home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -o opentyrian -Wl,-elf2flt=-r -static -lm obj/animlib.o obj/arg_parse.o obj/backgrnd.o obj/config.o obj/config_file.o obj/destruct.o obj/editship.o obj/episodes.o obj/file.o obj/font.o obj/fonthand.o obj/game_menu.o obj/helptext.o obj/joystick.o obj/jukebox.o obj/keyboard.o obj/lds_play.o obj/loudness.o obj/lvllib.o obj/lvlmast.o obj/mainint.o obj/menus.o obj/mouse.o obj/mtrand.o obj/musmast.o obj/network.o obj/nortsong.o obj/nortvars.o obj/opentyr.o obj/opl.o obj/palette.o obj/params.o obj/pcxload.o obj/pcxmast.o obj/picload.o obj/player.o obj/scroller.o obj/setup.o obj/shots.o obj/sizebuf.o obj/sndmast.o obj/sprite.o obj/starlib.o obj/std_support.o obj/tyrian2.o obj/varz.o obj/vga256d.o obj/vga_palette.o obj/video.o obj/video_scale.o obj/video_scale_hqNx.o obj/xmas.o -lm -L/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/lib -lSDL -lpthread -lm -lpthread /bin/true opentyrian make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/opentyrian-cf5dbeb69eebd9ef9afc4473088d9469b79589eb' >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Installing to target /usr/bin/install -D -m 0755 /home/autobuild/autobuild/instance-15/output-1/build/opentyrian-cf5dbeb69eebd9ef9afc4473088d9469b79589eb/opentyrian /home/autobuild/autobuild/instance-15/output-1/target/usr/bin/opentyrian >>> host-patchelf 0.13 Downloading wget -nd -t 3 -O '/home/autobuild/autobuild/instance-15/output-1/build/.patchelf-0.13.tar.bz2.hNW4Kt/output' 'https://github.com/NixOS/patchelf/releases/download/0.13/patchelf-0.13.tar.bz2' --2024-06-04 18:51:26-- https://github.com/NixOS/patchelf/releases/download/0.13/patchelf-0.13.tar.bz2 Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving github.com (github.com)... 140.82.112.3 Connecting to github.com (github.com)|140.82.112.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/2928164/01108d9f-4a05-4c47-b476-3d77195d9e68?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240604%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240604T185127Z&X-Amz-Expires=300&X-Amz-Signature=573d0655010bf7dbb3566f69d65ba8d0c3445cdacb0be29b9cae1edd7212b83d&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=2928164&response-content-disposition=attachment%3B%20filename%3Dpatchelf-0.13.tar.bz2&response-content-type=application%2Foctet-stream [following] --2024-06-04 18:51:27-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/2928164/01108d9f-4a05-4c47-b476-3d77195d9e68?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240604%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240604T185127Z&X-Amz-Expires=300&X-Amz-Signature=573d0655010bf7dbb3566f69d65ba8d0c3445cdacb0be29b9cae1edd7212b83d&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=2928164&response-content-disposition=attachment%3B%20filename%3Dpatchelf-0.13.tar.bz2&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.111.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 172499 (168K) [application/octet-stream] Saving to: '/home/autobuild/autobuild/instance-15/output-1/build/.patchelf-0.13.tar.bz2.hNW4Kt/output' 0K .......... .......... .......... .......... .......... 29% 4.95M 0s 50K .......... .......... .......... .......... .......... 59% 12.2M 0s 100K .......... .......... .......... .......... .......... 89% 1.20M 0s 150K .......... ........ 100% 178M=0.05s 2024-06-04 18:51:27 (3.01 MB/s) - '/home/autobuild/autobuild/instance-15/output-1/build/.patchelf-0.13.tar.bz2.hNW4Kt/output' saved [172499/172499] patchelf-0.13.tar.bz2: OK (sha256: 4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed) >>> host-patchelf 0.13 Extracting bzcat /home/autobuild/autobuild/instance-15/dl/patchelf/patchelf-0.13.tar.bz2 | tar --strip-components=1 -C /home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13 -xf - >>> host-patchelf 0.13 Patching Applying 0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 45 (offset -1 lines). Hunk #2 succeeded at 85 with fuzz 1 (offset 4 lines). Hunk #3 succeeded at 244 with fuzz 2 (offset 14 lines). Hunk #4 succeeded at 1318 with fuzz 2 (offset 226 lines). Hunk #5 succeeded at 1385 (offset 218 lines). Hunk #6 succeeded at 1419 (offset 223 lines). Hunk #7 succeeded at 1861 (offset 323 lines). Hunk #8 succeeded at 1887 (offset 322 lines). Hunk #9 succeeded at 1950 (offset 313 lines). Hunk #10 succeeded at 2021 with fuzz 1 (offset 325 lines). >>> host-patchelf 0.13 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.13 Patching libtool >>> host-patchelf 0.13 Configuring (cd /home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; GIT_DIR=. PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-15/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-15/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-15/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/autobuild/autobuild/instance-15/output-1/host/include" CFLAGS="-O2 -I/home/autobuild/autobuild/instance-15/output-1/host/include" CXXFLAGS="-O2 -I/home/autobuild/autobuild/instance-15/output-1/host/include" LDFLAGS="-L/home/autobuild/autobuild/instance-15/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-15/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/autobuild/autobuild/instance-15/output-1/host/include" LDFLAGS="-L/home/autobuild/autobuild/instance-15/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-15/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/autobuild/autobuild/instance-15/output-1/host" --sysconfdir="/home/autobuild/autobuild/instance-15/output-1/host/etc" --localstatedir="/home/autobuild/autobuild/instance-15/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking dependency style of /usr/bin/gcc... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.13 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-15/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-15/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-15/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.13.20210805.a949ff2\" -DPACKAGE_STRING=\"patchelf\ 0.13.20210805.a949ff2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.13.20210805.a949ff2\" -I. -I/home/autobuild/autobuild/instance-15/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/autobuild/autobuild/instance-15/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/autobuild/autobuild/instance-15/output-1/host/include -L/home/autobuild/autobuild/instance-15/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-15/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory GIT_DIR=. PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-15/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-15/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-15/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/src' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-15/output-1/host/bin' /usr/bin/install -c patchelf '/home/autobuild/autobuild/instance-15/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-15/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 README.md '/home/autobuild/autobuild/instance-15/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-15/output-1/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/home/autobuild/autobuild/instance-15/output-1/host/share/man/man1' make[3]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-patchelf-0.13' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-15/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%5208%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-15/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-15/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-15/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-15/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-15/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-15/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%5208%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-15/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-15/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-15/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-15/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-15/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-15/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-15/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-15/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-15/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-15/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-15/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-15/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-15/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-15/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-15/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-15/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-15/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/include /home/autobuild/autobuild/instance-15/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-15/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-15/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-15/output-1/target/usr/doc find /home/autobuild/autobuild/instance-15/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-15/output-1/target/lib/ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-15/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-15/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-15/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/man /home/autobuild/autobuild/instance-15/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/info /home/autobuild/autobuild/instance-15/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/doc /home/autobuild/autobuild/instance-15/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-15/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-15/output-1/target/lib/debug /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-15/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-15/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-15/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-15/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-rc1-54-gbaaf7f738a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-rc1\"" \ ) > /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-15/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-15/output-1/per-package \ /home/autobuild/autobuild/instance-15/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-15/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-15/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot /home/autobuild/autobuild/instance-15/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-15/buildroot' >>> Buildroot 2024.05-rc1-54-gbaaf7f738a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-bare-metal-buildroot Collecting legal info >>> host-skeleton Collecting legal info >>> newlib-bare-metal 4.4.0.20231231 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.LIBGLOSS: OK (sha256: f3b7f3e4426b1fa6f60198dae7adfedd94b77b28db2d108adc0253575011e0ff) COPYING.NEWLIB: OK (sha256: 9a59b4ee3af067045fe0ea78786201c42d54756fe48cbccf44f3dfc398474717) >>> host-gcc-bare-metal 14.1.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils-bare-metal 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-isl 0.26 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-elf2flt 2024.02 Collecting legal info LICENSE.TXT: OK (sha256: f20bc5007904094e3a4e9fbcc3526cdd40893f91d458c3139b308e5c4c0899c6) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> uclibc 1.0.48 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.8.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> toolchain Collecting legal info >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-composer 2.5.8 Collecting legal info LICENSE: OK (sha256: c8cce4b6b9729f264ffdf9296d505d63432497feeed1f586d1902b942197e024) >>> host-php 8.3.7 Collecting legal info LICENSE: OK (sha256: b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a) >>> host-oniguruma 6.9.9 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> flashrom 1.3.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> initscripts Collecting legal info >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-15/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot'