1956 | && ((mobj_t *)currentthinker)->type == MT_SKULL) | ^ p_enemy.c: In function 'A_BossDeath': p_enemy.c:2207:23: warning: cast increases required alignment of target type [-Wcast-align] 2207 | mobj_t *mo2 = (mobj_t *) th; | ^ p_enemy.c: In function 'P_SpawnBrainTargets': p_enemy.c:2321:21: warning: cast increases required alignment of target type [-Wcast-align] 2321 | mobj_t *m = (mobj_t *) thinker; | ^ /home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o doomdef.o doomdef.c /home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_spec.o p_spec.c p_spec.c: In function 'P_UpdateSpecials': p_spec.c:2391:18: warning: cast increases required alignment of target type [-Wcast-align] 2391 | so = (mobj_t *)&buttonlist[i].soundorg; | ^ p_spec.c: In function 'P_SpawnScrollers': p_spec.c:2806:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 2806 | if (special != 253) | ^ p_spec.c:2809:9: note: here 2809 | case 252: // carry objects on floor | ^~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_spec.c:42: p_spec.c: In function 'P_SpawnSpecials': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] 201 | inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) | ^~~~~~~~ p_spec.c:2738:7: note: called from here 2738 | d = FixedDiv(x, finesine[(tantoangle[FixedDiv(y,x) >> DBITS] + ANG90) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2739 | >> ANGLETOFINESHIFT]); | ~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_spec.c:42: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] 201 | inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) | ^~~~~~~~ p_spec.c:2738:40: note: called from here 2738 | d = FixedDiv(x, finesine[(tantoangle[FixedDiv(y,x) >> DBITS] + ANG90) | ^~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_spec.c:42: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] 201 | inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) | ^~~~~~~~ p_spec.c:2747:10: note: called from here 2747 | y = -FixedDiv(FixedMul(dx, l->dy) - FixedMul(dy, l->dx), d); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_spec.c:42: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] 201 | inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) | ^~~~~~~~ p_spec.c:2746:10: note: called from here 2746 | x = -FixedDiv(FixedMul(dy, l->dy) + FixedMul(dx, l->dx), d); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_patch.o r_patch.c r_patch.c: In function 'createPatch': r_patch.c:245:20: warning: cast increases required alignment of target type [-Wcast-align] 245 | patch->columns = (rcolumn_t*)((unsigned char*)patch->pixels + pixelDataSize); | ^ r_patch.c:246:18: warning: cast increases required alignment of target type [-Wcast-align] 246 | patch->posts = (rpost_t*)((unsigned char*)patch->columns + columnsDataSize); | ^ r_patch.c: In function 'createTextureCompositePatch': r_patch.c:470:30: warning: cast increases required alignment of target type [-Wcast-align] 470 | composite_patch->columns = (rcolumn_t*)((unsigned char*)composite_patch->pixels + pixelDataSize); | ^ r_patch.c:471:28: warning: cast increases required alignment of target type [-Wcast-align] 471 | composite_patch->posts = (rpost_t*)((unsigned char*)composite_patch->columns + columnsDataSize); | ^ /home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_maputl.o p_maputl.c In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: p_maputl.c: In function 'P_InterceptVector2': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] 201 | inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) | ^~~~~~~~ p_maputl.c:147:5: note: called from here 147 | FixedDiv(FixedMul((v1->x - v2->x)>>8, v1->dy) + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 148 | FixedMul((v2->y - v1->y)>>8, v1->dx), den) : 0; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: p_maputl.c: In function 'P_PathTraverse': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] 201 | inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) | ^~~~~~~~ p_maputl.c:608:15: note: called from here 608 | ystep = FixedDiv (y2-y1,D_abs(x2-x1)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] 201 | inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) | ^~~~~~~~ p_maputl.c:615:17: note: called from here 615 | ystep = FixedDiv (y2-y1,D_abs(x2-x1)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] 201 | inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) | ^~~~~~~~ p_maputl.c:630:15: note: called from here 630 | xstep = FixedDiv (x2-x1,D_abs(y2-y1)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] 201 | inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) | ^~~~~~~~ p_maputl.c:637:17: note: called from here 637 | xstep = FixedDiv (x2-x1,D_abs(y2-y1)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o f_finale.o f_finale.c /home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_saveg.o p_saveg.c p_saveg.c: In function 'P_ArchivePlayers': p_saveg.c:65:16: warning: cast increases required alignment of target type [-Wcast-align] 65 | dest = (player_t *) save_p; | ^ p_saveg.c: In function 'P_ArchiveWorld': p_saveg.c:136:9: warning: cast increases required alignment of target type [-Wcast-align] 136 | put = (short *)save_p; | ^ p_saveg.c: In function 'P_UnArchiveWorld': p_saveg.c:198:9: warning: cast increases required alignment of target type [-Wcast-align] 198 | get = (short *) save_p; | ^ p_saveg.c:206:22: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 206 | get = (void *)((char *) get + sizeof sec->floorheight); | ^ p_saveg.c:208:22: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 208 | get = (void *)((char *) get + sizeof sec->ceilingheight); | ^ p_saveg.c:237:22: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 237 | get = (void *)((char *) get + sizeof si->textureoffset); | ^ p_saveg.c:239:22: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 239 | get = (void *)((char *) get + sizeof si->rowoffset); | ^ p_saveg.c:246:12: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 246 | save_p = (byte *) get; | ^ p_saveg.c: In function 'P_ArchiveThinkers': p_saveg.c:321:16: warning: cast increases required alignment of target type [-Wcast-align] 321 | mobj = (mobj_t *)save_p; | ^ p_saveg.c:353:13: warning: cast increases required alignment of target type [-Wcast-align] 353 | (mobj_t *) mobj->target->thinker.prev : NULL; | ^ p_saveg.c:358:13: warning: cast increases required alignment of target type [-Wcast-align] 358 | (mobj_t *) mobj->tracer->thinker.prev : NULL; | ^ p_saveg.c:364:14: warning: cast increases required alignment of target type [-Wcast-align] 364 | if (((mobj_t*)th)->lastenemy && ((mobj_t*)th)->lastenemy->thinker.function == P_MobjThinker) { | ^ p_saveg.c:364:42: warning: cast increases required alignment of target type [-Wcast-align] 364 | if (((mobj_t*)th)->lastenemy && ((mobj_t*)th)->lastenemy->thinker.function == P_MobjThinker) { | ^ p_saveg.c:365:46: warning: cast increases required alignment of target type [-Wcast-align] 365 | memcpy (save_p + sizeof(void*), &(((mobj_t*)th)->lastenemy->thinker.prev), sizeof(void*)); | ^ p_saveg.c:389:18: warning: cast increases required alignment of target type [-Wcast-align] 389 | target = (mobj_t *) target->thinker.prev; | ^ p_saveg.c: In function 'P_UnArchiveThinkers': p_saveg.c:443:23: warning: cast increases required alignment of target type [-Wcast-align] 443 | P_RemoveMobj ((mobj_t *) th); | ^ p_saveg.c:527:24: warning: cast increases required alignment of target type [-Wcast-align] 527 | P_SetNewTarget(&((mobj_t *) th)->target, | ^ p_saveg.c:528:27: warning: cast increases required alignment of target type [-Wcast-align] 528 | mobj_p[P_GetMobj(((mobj_t *)th)->target,size)]); | ^ p_saveg.c:530:24: warning: cast increases required alignment of target type [-Wcast-align] 530 | P_SetNewTarget(&((mobj_t *) th)->tracer, | ^ p_saveg.c:531:27: warning: cast increases required alignment of target type [-Wcast-align] 531 | mobj_p[P_GetMobj(((mobj_t *)th)->tracer,size)]); | ^ p_saveg.c:533:24: warning: cast increases required alignment of target type [-Wcast-align] 533 | P_SetNewTarget(&((mobj_t *) th)->lastenemy, | ^ p_saveg.c:534:27: warning: cast increases required alignment of target type [-Wcast-align] 534 | mobj_p[P_GetMobj(((mobj_t *)th)->lastenemy,size)]); | ^ p_saveg.c: In function 'P_ArchiveSpecials': p_saveg.c:663:21: warning: cast increases required alignment of target type [-Wcast-align] 663 | ceiling = (ceiling_t *)save_p; | ^ p_saveg.c:675:18: warning: cast increases required alignment of target type [-Wcast-align] 675 | door = (vldoor_t *) save_p; | ^ p_saveg.c:689:19: warning: cast increases required alignment of target type [-Wcast-align] 689 | floor = (floormove_t *)save_p; | ^ p_saveg.c:702:18: warning: cast increases required alignment of target type [-Wcast-align] 702 | plat = (plat_t *)save_p; | ^ p_saveg.c:714:19: warning: cast increases required alignment of target type [-Wcast-align] 714 | flash = (lightflash_t *)save_p; | ^ p_saveg.c:726:20: warning: cast increases required alignment of target type [-Wcast-align] 726 | strobe = (strobe_t *)save_p; | ^ p_saveg.c:738:18: warning: cast increases required alignment of target type [-Wcast-align] 738 | glow = (glow_t *)save_p; | ^ p_saveg.c:751:21: warning: cast increases required alignment of target type [-Wcast-align] 751 | flicker = (fireflicker_t *)save_p; | ^ p_saveg.c:764:22: warning: cast increases required alignment of target type [-Wcast-align] 764 | elevator = (elevator_t *)save_p; | ^ /home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o m_bbox.o m_bbox.c /home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o prboom mmus2mid.o am_map.o g_game.o p_mobj.o r_demo.o r_segs.o hu_lib.o lprintf.o p_plats.o r_sky.o d_deh.o hu_stuff.o m_argv.o p_pspr.o m_bbox.o p_saveg.o r_things.o d_items.o m_cheat.o p_setup.o s_sound.o d_main.o p_sight.o sounds.o m_menu.o p_spec.o info.o st_lib.o m_misc.o p_switch.o p_telept.o st_stuff.o m_random.o p_tick.o tables.o p_user.o p_ceilng.o v_video.o doomdef.o p_doors.o p_enemy.o r_bsp.o version.o doomstat.o p_floor.o r_data.o w_wad.o p_genlin.o dstrings.o p_inter.o wi_stuff.o r_draw.o f_finale.o p_lights.o z_bmalloc.o p_map.o r_main.o f_wipe.o z_zone.o p_maputl.o r_plane.o md5.o p_checksum.o r_patch.o r_fps.o r_filter.o d_client.o w_mmap.o SDL/libsdldoom.a -lSDL_net -L/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib -lSDL -lpthread -lSDL_mixer -lm /home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o d_server.o d_server.c d_server.c: In function 'n_players_in_state': d_server.c:234:36: warning: comparison of integer expressions of different signedness: 'enum ' and 'int' [-Wsign-compare] 234 | if (playerstate[i] == ps) j++; | ^~ d_server.c: In function 'main': d_server.c:492:10: warning: cast increases required alignment of target type [-Wcast-align] 492 | n = *(short*)(packet+1); | ^ d_server.c:522:32: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] 522 | strcpy(sinfo->wadnames + extrabytes, wadname[i]); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~ | | | byte * {aka unsigned char *} In file included from /home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/features.h:490, from /home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/bits/libc-header-start.h:33, from /home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/stdio.h:27, from d_server.c:40: /home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:77:1: note: expected 'char * restrict' but argument is of type 'byte *' {aka 'unsigned char *'} 77 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ d_server.c:573:57: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 573 | if (verbose>2) printf("%d requests resend from %d\n", from, ptic(packet)); | ~^ ~~~~~~~~~~~~ | | | | int long int | %ld d_server.c:591:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 591 | if (verbose) printf("%d quits at %d (%d left)\n", from, ptic(packet),curplayers); | ~^ ~~~~~~~~~~~~ | | | | int long int | %ld d_server.c:578:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 578 | { | ^ d_server.c:596:5: note: here 596 | case PKT_EXTRA: | ^~~~ /home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o prboom-game-server d_server.o POSIX/libposixdoom.a SDL/i_network.o -lSDL_net -L/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib -lSDL -lpthread -lSDL_mixer -lm make[4]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0/src' make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0/src' Making all in ICONS make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0/ICONS' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0/ICONS' Making all in VisualC8 make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0/VisualC8' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0/VisualC8' Making all in VisualC6 make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0/VisualC6' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0/VisualC6' make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0' make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0' make[2]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0' make[1]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0' >>> prboom 2.5.0 Installing to target /usr/bin/install -D /home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0/src/prboom /home/autobuild/autobuild/instance-8/output-1/target/usr/games/prboom /usr/bin/install -D /home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0/src/prboom-game-server /home/autobuild/autobuild/instance-8/output-1/target/usr/games/prboom-game-server /usr/bin/install -D /home/autobuild/autobuild/instance-8/output-1/build/prboom-2.5.0/data/prboom.wad /home/autobuild/autobuild/instance-8/output-1/target/usr/share/games/doom/prboom.wad >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-8/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%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-8/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-8/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-8/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-8/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-8/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-8/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-8/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-8/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-8/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-8/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-8/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-8/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-8/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-8/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-8/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-8/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-8/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/include /home/autobuild/autobuild/instance-8/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-8/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-8/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-8/output-1/target/usr/doc find /home/autobuild/autobuild/instance-8/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-8/output-1/target/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-8/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-8/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/man /home/autobuild/autobuild/instance-8/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/info /home/autobuild/autobuild/instance-8/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/doc /home/autobuild/autobuild/instance-8/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-8/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-8/output-1/target/lib/debug /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-8/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-8/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-8/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-8/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-8/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-495-g716b8c4e7b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-8/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-8/output-1/per-package /home/autobuild/autobuild/instance-8/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-8/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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" /home/autobuild/autobuild/instance-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 391 objects. stage 2: creating image '/home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2' [ ] 1/391 0% [ ] 2/391 0% [ ] 3/391 0% [ ] 4/391 1% [ ] 5/391 1% [ ] 6/391 1% [= ] 7/391 1% [= ] 8/391 2% [= ] 9/391 2% [= ] 10/391 2% [= ] 11/391 2% [= ] 12/391 3% [== ] 13/391 3% [== ] 14/391 3% [== ] 15/391 3% [== ] 16/391 4% [== ] 17/391 4% [== ] 18/391 4% [=== ] 19/391 4% [=== ] 20/391 5% [=== ] 21/391 5% [=== ] 22/391 5% [=== ] 23/391 5% [=== ] 24/391 6% [==== ] 25/391 6% [==== ] 26/391 6% [==== ] 27/391 6% [==== ] 28/391 7% [==== ] 29/391 7% [==== ] 30/391 7% [===== ] 31/391 7% [===== ] 32/391 8% [===== ] 33/391 8% [===== ] 34/391 8% [===== ] 35/391 8% [===== ] 36/391 9% [====== ] 37/391 9% [====== ] 38/391 9% [====== ] 39/391 9% [====== ] 40/391 10% [====== ] 41/391 10% [====== ] 42/391 10% [======= ] 43/391 10% [======= ] 44/391 11% [======= ] 45/391 11% [======= ] 46/391 11% [======= ] 47/391 12% [======= ] 48/391 12% [======== ] 49/391 12% [======== ] 50/391 12% [======== ] 51/391 13% [======== ] 52/391 13% [======== ] 53/391 13% [======== ] 54/391 13% [========= ] 55/391 14% [========= ] 56/391 14% [========= ] 57/391 14% [========= ] 58/391 14% [========= ] 59/391 15% [========= ] 60/391 15% [========= ] 61/391 15% [========== ] 62/391 15% [========== ] 63/391 16% [========== ] 64/391 16% [========== ] 65/391 16% [========== ] 66/391 16% [========== ] 67/391 17% [=========== ] 68/391 17% [=========== ] 69/391 17% [=========== ] 70/391 17% [=========== ] 71/391 18% [=========== ] 72/391 18% [=========== ] 73/391 18% [============ ] 74/391 18% [============ ] 75/391 19% [============ ] 76/391 19% [============ ] 77/391 19% [============ ] 78/391 19% [============ ] 79/391 20% [============= ] 80/391 20% [============= ] 81/391 20% [============= ] 82/391 20% [============= ] 83/391 21% [============= ] 84/391 21% [============= ] 85/391 21% [============== ] 86/391 21% [============== ] 87/391 22% [============== ] 88/391 22% [============== ] 89/391 22% [============== ] 90/391 23% [============== ] 91/391 23% [=============== ] 92/391 23% [=============== ] 93/391 23% [=============== ] 94/391 24% [=============== ] 95/391 24% [=============== ] 96/391 24% [=============== ] 97/391 24% [================ ] 98/391 25% [================ ] 99/391 25% [================ ] 100/391 25% [================ ] 101/391 25% [================ ] 102/391 26% [================ ] 103/391 26% [================= ] 104/391 26% [================= ] 105/391 26% [================= ] 106/391 27% [================= ] 107/391 27% [================= ] 108/391 27% [================= ] 109/391 27% [================== ] 110/391 28% [================== ] 111/391 28% [================== ] 112/391 28% [================== ] 113/391 28% [================== ] 114/391 29% [================== ] 115/391 29% [================== ] 116/391 29% [=================== ] 117/391 29% [=================== ] 118/391 30% [=================== ] 119/391 30% [=================== ] 120/391 30% [=================== ] 121/391 30% [=================== ] 122/391 31% [==================== ] 123/391 31% [==================== ] 124/391 31% [==================== ] 125/391 31% [==================== ] 126/391 32% [==================== ] 127/391 32% [==================== ] 128/391 32% [===================== ] 129/391 32% [===================== ] 130/391 33% [===================== ] 131/391 33% [===================== ] 132/391 33% [===================== ] 133/391 34% [===================== ] 134/391 34% [====================== ] 135/391 34% [====================== ] 136/391 34% [====================== ] 137/391 35% [====================== ] 138/391 35% [====================== ] 139/391 35% [====================== ] 140/391 35% [======================= ] 141/391 36% [======================= ] 142/391 36% [======================= ] 143/391 36% [======================= ] 144/391 36% [======================= ] 145/391 37% [======================= ] 146/391 37% [======================== ] 147/391 37% [======================== ] 148/391 37% [======================== ] 149/391 38% [======================== ] 150/391 38% [======================== ] 151/391 38% [======================== ] 152/391 38% [========================= ] 153/391 39% [========================= ] 154/391 39% [========================= ] 155/391 39% [========================= ] 156/391 39% [========================= ] 157/391 40% [========================= ] 158/391 40% [========================== ] 159/391 40% [========================== ] 160/391 40% [========================== ] 161/391 41% [========================== ] 162/391 41% [========================== ] 163/391 41% [========================== ] 164/391 41% [=========================== ] 165/391 42% [=========================== ] 166/391 42% [=========================== ] 167/391 42% [=========================== ] 168/391 42% [=========================== ] 169/391 43% [=========================== ] 170/391 43% [=========================== ] 171/391 43% [============================ ] 172/391 43% [============================ ] 173/391 44% [============================ ] 174/391 44% [============================ ] 175/391 44% [============================ ] 176/391 45% [============================ ] 177/391 45% [============================= ] 178/391 45% [============================= ] 179/391 45% [============================= ] 180/391 46% [============================= ] 181/391 46% [============================= ] 182/391 46% [============================= ] 183/391 46% [============================== ] 184/391 47% [============================== ] 185/391 47% [============================== ] 186/391 47% [============================== ] 187/391 47% [============================== ] 188/391 48% [============================== ] 189/391 48% [=============================== ] 190/391 48% [=============================== ] 191/391 48% [=============================== ] 192/391 49% [=============================== ] 193/391 49% [=============================== ] 194/391 49% [=============================== ] 195/391 49% [================================ ] 196/391 50% [================================ ] 197/391 50% [================================ ] 198/391 50% [================================ ] 199/391 50% [================================ ] 200/391 51% [================================ ] 201/391 51% [================================= ] 202/391 51% [================================= ] 203/391 51% [================================= ] 204/391 52% [================================= ] 205/391 52% [================================= ] 206/391 52% [================================= ] 207/391 52% [================================== ] 208/391 53% [================================== ] 209/391 53% [================================== ] 210/391 53% [================================== ] 211/391 53% [================================== ] 212/391 54% [================================== ] 213/391 54% [=================================== ] 214/391 54% [=================================== ] 215/391 54% [=================================== ] 216/391 55% [=================================== ] 217/391 55% [=================================== ] 218/391 55% [=================================== ] 219/391 56% [==================================== ] 220/391 56% [==================================== ] 221/391 56% [==================================== ] 222/391 56% [==================================== ] 223/391 57% [==================================== ] 224/391 57% [==================================== ] 225/391 57% [==================================== ] 226/391 57% [===================================== ] 227/391 58% [===================================== ] 228/391 58% [===================================== ] 229/391 58% [===================================== ] 230/391 58% [===================================== ] 231/391 59% [===================================== ] 232/391 59% [====================================== ] 233/391 59% [====================================== ] 234/391 59% [====================================== ] 235/391 60% [====================================== ] 236/391 60% [====================================== ] 237/391 60% [====================================== ] 238/391 60% [======================================= ] 239/391 61% [======================================= ] 240/391 61% [======================================= ] 241/391 61% [======================================= ] 242/391 61% [======================================= ] 243/391 62% [======================================= ] 244/391 62% [======================================== ] 245/391 62% [======================================== ] 246/391 62% [======================================== ] 247/391 63% [======================================== ] 248/391 63% [======================================== ] 249/391 63% [======================================== ] 250/391 63% [========================================= ] 251/391 64% [========================================= ] 252/391 64% [========================================= ] 253/391 64% [========================================= ] 254/391 64% [========================================= ] 255/391 65% [========================================= ] 256/391 65% [========================================== ] 257/391 65% [========================================== ] 258/391 65% [========================================== ] 259/391 66% [========================================== ] 260/391 66% [========================================== ] 261/391 66% [========================================== ] 262/391 67% [=========================================== ] 263/391 67% [=========================================== ] 264/391 67% [=========================================== ] 265/391 67% [=========================================== ] 266/391 68% [=========================================== ] 267/391 68% [=========================================== ] 268/391 68% [============================================ ] 269/391 68% [============================================ ] 270/391 69% [============================================ ] 271/391 69% [============================================ ] 272/391 69% [============================================ ] 273/391 69% [============================================ ] 274/391 70% [============================================= ] 275/391 70% [============================================= ] 276/391 70% [============================================= ] 277/391 70% [============================================= ] 278/391 71% [============================================= ] 279/391 71% [============================================= ] 280/391 71% [============================================= ] 281/391 71% [============================================== ] 282/391 72% [============================================== ] 283/391 72% [============================================== ] 284/391 72% [============================================== ] 285/391 72% [============================================== ] 286/391 73% [============================================== ] 287/391 73% [=============================================== ] 288/391 73% [=============================================== ] 289/391 73% [=============================================== ] 290/391 74% [=============================================== ] 291/391 74% [=============================================== ] 292/391 74% [=============================================== ] 293/391 74% [================================================ ] 294/391 75% [================================================ ] 295/391 75% [================================================ ] 296/391 75% [================================================ ] 297/391 75% [================================================ ] 298/391 76% [================================================ ] 299/391 76% [================================================= ] 300/391 76% [================================================= ] 301/391 76% [================================================= ] 302/391 77% [================================================= ] 303/391 77% [================================================= ] 304/391 77% [================================================= ] 305/391 78% [================================================== ] 306/391 78% [================================================== ] 307/391 78% [================================================== ] 308/391 78% [================================================== ] 309/391 79% [================================================== ] 310/391 79% [================================================== ] 311/391 79% [=================================================== ] 312/391 79% [=================================================== ] 313/391 80% [=================================================== ] 314/391 80% [=================================================== ] 315/391 80% [=================================================== ] 316/391 80% [=================================================== ] 317/391 81% [==================================================== ] 318/391 81% [==================================================== ] 319/391 81% [==================================================== ] 320/391 81% [==================================================== ] 321/391 82% [==================================================== ] 322/391 82% [==================================================== ] 323/391 82% [===================================================== ] 324/391 82% [===================================================== ] 325/391 83% [===================================================== ] 326/391 83% [===================================================== ] 327/391 83% [===================================================== ] 328/391 83% [===================================================== ] 329/391 84% [====================================================== ] 330/391 84% [====================================================== ] 331/391 84% [====================================================== ] 332/391 84% [====================================================== ] 333/391 85% [====================================================== ] 334/391 85% [====================================================== ] 335/391 85% [====================================================== ] 336/391 85% [======================================================= ] 337/391 86% [======================================================= ] 338/391 86% [======================================================= ] 339/391 86% [======================================================= ] 340/391 86% [======================================================= ] 341/391 87% [======================================================= ] 342/391 87% [======================================================== ] 343/391 87% [======================================================== ] 344/391 87% [======================================================== ] 345/391 88% [======================================================== ] 346/391 88% [======================================================== ] 347/391 88% [======================================================== ] 348/391 89% [========================================================= ] 349/391 89% [========================================================= ] 350/391 89% [========================================================= ] 351/391 89% [========================================================= ] 352/391 90% [========================================================= ] 353/391 90% [========================================================= ] 354/391 90% [========================================================== ] 355/391 90% [========================================================== ] 356/391 91% [========================================================== ] 357/391 91% [========================================================== ] 358/391 91% [========================================================== ] 359/391 91% [========================================================== ] 360/391 92% [=========================================================== ] 361/391 92% [=========================================================== ] 362/391 92% [=========================================================== ] 363/391 92% [=========================================================== ] 364/391 93% [=========================================================== ] 365/391 93% [=========================================================== ] 366/391 93% [============================================================ ] 367/391 93% [============================================================ ] 368/391 94% [============================================================ ] 369/391 94% [============================================================ ] 370/391 94% [============================================================ ] 371/391 94% [============================================================ ] 372/391 95% [============================================================= ] 373/391 95% [============================================================= ] 374/391 95% [============================================================= ] 375/391 95% [============================================================= ] 376/391 96% [============================================================= ] 377/391 96% [============================================================= ] 378/391 96% [============================================================== ] 379/391 96% [============================================================== ] 380/391 97% [============================================================== ] 381/391 97% [============================================================== ] 382/391 97% [============================================================== ] 383/391 97% [============================================================== ] 384/391 98% [=============================================================== ] 385/391 98% [=============================================================== ] 386/391 98% [=============================================================== ] 387/391 98% [=============================================================== ] 388/391 99% [=============================================================== ] 389/391 99% [=============================================================== ] 390/391 99% [================================================================] 391/391 100% operation complete, 391 objects in 4788 NAND pages. ln -snf /home/autobuild/autobuild/instance-8/output-1/host/mipsel-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-8/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-8/buildroot' >>> Buildroot 2022.08-495-g716b8c4e7b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 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) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> ifupdown-scripts Collecting legal info >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> host-kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-8/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot'