In file included from r_draw.c:215: r_drawflush.inl: In function 'R_FlushQuad8': r_drawflush.inl:253:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 253 | if ((sizeof(int) == 4) && (((int)source % 4) == 0) && (((int)dest % 4) == 0)) { | ^ r_drawflush.inl:253:60: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 253 | if ((sizeof(int) == 4) && (((int)source % 4) == 0) && (((int)dest % 4) == 0)) { | ^ /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_lights.o p_lights.c p_lights.c: In function 'EV_LightTurnOn': p_lights.c:387:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 387 | if ((temp = getNextSector(sector->lines[j],sector)) && | ^~ p_lights.c:391:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 391 | sector->lightlevel = tbright; | ^~~~~~ wi_stuff.c: In function 'WI_loadData': wi_stuff.c:1850:33: warning: '%.2d' directive writing between 2 and 10 bytes into a region of size between 0 and 5 [-Wformat-overflow=] 1850 | sprintf(name, "WIA%d%.2d%.2d", wbs->epsd, j, i); | ^~~~ wi_stuff.c:1850:27: note: directive argument in the range [0, 2147483647] 1850 | sprintf(name, "WIA%d%.2d%.2d", wbs->epsd, j, i); | ^~~~~~~~~~~~~~~ wi_stuff.c:1850:27: note: directive argument in the range [0, 2147483647] wi_stuff.c:1850:13: note: 'sprintf' output between 9 and 35 bytes into a destination of size 9 1850 | sprintf(name, "WIA%d%.2d%.2d", wbs->epsd, j, i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o z_bmalloc.o z_bmalloc.c /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_map.o p_map.c /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_main.o r_main.c p_map.c: In function 'P_GetMoveFactor': p_map.c:201:10: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 201 | ((mobj_t*)mo)->movefactor = ORIG_FRICTION_FACTOR; // reset | ^ p_map.c:220:10: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 220 | ((mobj_t*)mo)->movefactor = ORIG_FRICTION_FACTOR; // reset | ^ p_map.c: In function 'PTR_ShootTraverse': p_map.c:1499:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1499 | if (li->special) | ^~ p_map.c:1502:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1502 | if (li->flags & ML_TWOSIDED) | ^~ /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o f_wipe.o f_wipe.c r_main.c: In function 'R_ShowStats': r_main.c:540:5: warning: "USE_SDL" is not defined, evaluates to 0 [-Wundef] 540 | #if USE_SDL | ^~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: p_map.c: In function 'PIT_ApplyTorque': 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_map.c:930:30: note: called from here 930 | y = finesine[(tantoangle[FixedDiv(y,x)>>DBITS] + | ^~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: 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_map.c:941:12: note: called from here 941 | dist = FixedDiv(FixedMul(dist, (mo->gear < OVERDRIVE) ? | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 942 | y << -(mo->gear - OVERDRIVE) : | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 943 | y >> +(mo->gear - OVERDRIVE)), x); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: p_map.c: In function 'PTR_AimTraverse': 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_map.c:1417:15: note: called from here 1417 | slope = FixedDiv (openbottom - shootz , dist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: 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_map.c:1424:15: note: called from here 1424 | slope = FixedDiv (opentop - shootz , dist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: 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_map.c:1453:19: note: called from here 1453 | thingtopslope = FixedDiv (th->z+th->height - shootz , dist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: 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_map.c:1458:22: note: called from here 1458 | thingbottomslope = FixedDiv (th->z - shootz, dist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_main.c:43: r_main.c: In function 'R_ExecuteSetViewSize': 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) | ^~~~~~~~ r_main.c:257:17: note: called from here 257 | focallength = FixedDiv(centerxfrac, finetangent[FINEANGLES/4+FIELDOFVIEW/2]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_main.c:43: 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) | ^~~~~~~~ r_main.c:417:19: note: called from here 417 | yslope[i] = FixedDiv(projectiony, dy); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_main.c:43: 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) | ^~~~~~~~ r_main.c:423:22: note: called from here 423 | distscale[i] = FixedDiv(FRACUNIT,cosadj); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_main.c:43: r_main.c: In function 'R_Init': 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) | ^~~~~~~~ r_main.c:324:23: note: called from here 324 | int scale = FixedDiv ((320/2*FRACUNIT), (j+1)<= aimslope)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: 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_map.c:1519:23: note: called from here 1519 | frac = in->frac - FixedDiv (4*FRACUNIT,attackrange); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: 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_map.c:1563:19: note: called from here 1563 | thingtopslope = FixedDiv (th->z+th->height - shootz , dist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: 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_map.c:1568:22: note: called from here 1568 | thingbottomslope = FixedDiv (th->z - shootz, dist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: 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_map.c:1576:21: note: called from here 1576 | frac = in->frac - FixedDiv (10*FRACUNIT,attackrange); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o z_zone.o z_zone.c /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-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; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_plane.o r_plane.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_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)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_plane.c:53: r_plane.c: In function 'R_ClearPlanes': 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) | ^~~~~~~~ r_plane.c:214:16: note: called from here 214 | baseyscale = FixedDiv (viewcos,projection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_plane.c:53: 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) | ^~~~~~~~ r_plane.c:213:16: note: called from here 213 | basexscale = FixedDiv (viewsin,projection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o md5.o md5.c md5.c: In function 'MD5Final': md5.c:134:30: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 134 | memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ | ^ /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_checksum.o p_checksum.c /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_patch.o r_patch.c /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_fps.o r_fps.c /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_filter.o r_filter.c r_filter.c:35:52: warning: missing braces around initializer [-Wmissing-braces] 35 | byte filter_ditherMatrix[DITHER_DIM][DITHER_DIM] = { | ^ 36 | 0*DMR, 14*DMR, 3*DMR, 13*DMR, 11*DMR, 5*DMR, 8*DMR, 6*DMR, | { } { } 37 | 12*DMR, 2*DMR, 15*DMR, 1*DMR, 7*DMR, 9*DMR, 4*DMR, 10*DMR | { } { 38 | }; | } r_filter.c: In function 'R_FilterInit': r_filter.c:79:3: warning: multi-line comment [-Wcomment] 79 | // /4 \ | ^ /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o d_client.o d_client.c /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o w_mmap.o w_mmap.c d_client.c: In function 'D_InitNetGame': d_client.c:148:17: warning: pointer targets in initialization of 'char *' from 'byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 148 | char *p = sinfo->wadnames; | ^~~~~ /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-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 -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-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:22: 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: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 d_server.c:44: /home/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/string.h:122:14: note: expected 'char * restrict' but argument is of type 'byte *' {aka 'unsigned char *'} 122 | extern char *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:38: 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/test/autobuild/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -lSDL -lpthread -lSDL_mixer -lm /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -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/test/autobuild/instance-0/output-1/host/aarch64-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/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -lSDL -lpthread -lSDL_mixer -lm make[4]: Leaving directory '/home/test/autobuild/instance-0/output-1/build/prboom-2.5.0/src' make[3]: Leaving directory '/home/test/autobuild/instance-0/output-1/build/prboom-2.5.0/src' Making all in ICONS make[3]: Entering directory '/home/test/autobuild/instance-0/output-1/build/prboom-2.5.0/ICONS' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/test/autobuild/instance-0/output-1/build/prboom-2.5.0/ICONS' Making all in VisualC8 make[3]: Entering directory '/home/test/autobuild/instance-0/output-1/build/prboom-2.5.0/VisualC8' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/test/autobuild/instance-0/output-1/build/prboom-2.5.0/VisualC8' Making all in VisualC6 make[3]: Entering directory '/home/test/autobuild/instance-0/output-1/build/prboom-2.5.0/VisualC6' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/test/autobuild/instance-0/output-1/build/prboom-2.5.0/VisualC6' make[3]: Entering directory '/home/test/autobuild/instance-0/output-1/build/prboom-2.5.0' make[3]: Leaving directory '/home/test/autobuild/instance-0/output-1/build/prboom-2.5.0' make[2]: Leaving directory '/home/test/autobuild/instance-0/output-1/build/prboom-2.5.0' make[1]: Leaving directory '/home/test/autobuild/instance-0/output-1/build/prboom-2.5.0' >>> prboom 2.5.0 Installing to target /usr/bin/install -D /home/test/autobuild/instance-0/output-1/build/prboom-2.5.0/src/prboom /home/test/autobuild/instance-0/output-1/target/usr/games/prboom /usr/bin/install -D /home/test/autobuild/instance-0/output-1/build/prboom-2.5.0/src/prboom-game-server /home/test/autobuild/instance-0/output-1/target/usr/games/prboom-game-server /usr/bin/install -D /home/test/autobuild/instance-0/output-1/build/prboom-2.5.0/data/prboom.wad /home/test/autobuild/instance-0/output-1/target/usr/share/games/doom/prboom.wad >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/test/autobuild/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-linux-gnu-%g' -e 's%@TARGET_ARCH@%aarch64%g' -e 's%@TARGET_CPU@%cortex-a72%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g2'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g2'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/home/test/autobuild/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/home/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /home/test/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /home/test/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /home/test/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/test/autobuild/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/test/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/test/autobuild/instance-0/output-1/build/busybox-1.32.0/.config; then grep -qsE '^/bin/ash$' /home/test/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/test/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/test/autobuild/instance-0/output-1/build/busybox-1.32.0/.config; then grep -qsE '^/bin/hush$' /home/test/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/test/autobuild/instance-0/output-1/target/etc/shells; fi mkdir -p /home/test/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/test/autobuild/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/test/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/test/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/test/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/test/autobuild/instance-0/output-1/target/etc/shadow rm -f /home/test/autobuild/instance-0/output-1/target/bin/sh if [ -x /home/test/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/test/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/test/autobuild/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/test/autobuild/instance-0/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/test/autobuild/instance-0/output-1/build/locales.nopurge for dir in /home/test/autobuild/instance-0/output-1/target/usr/share/locale /home/test/autobuild/instance-0/output-1/target/usr/share/X11/locale /home/test/autobuild/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/test/autobuild/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/test/autobuild/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/test/autobuild/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/test/autobuild/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/test/autobuild/instance-0/output-1/target/usr/include /home/test/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/test/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/test/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/test/autobuild/instance-0/output-1/target/usr/lib/cmake /home/test/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/test/autobuild/instance-0/output-1/target/usr/doc find /home/test/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/test/autobuild/instance-0/output-1/target/lib/ /home/test/autobuild/instance-0/output-1/target/usr/lib/ /home/test/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: `/home/test/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/test/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/test/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/test/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/test/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/test/autobuild/instance-0/output-1/target/usr/man /home/test/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/test/autobuild/instance-0/output-1/target/usr/info /home/test/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/test/autobuild/instance-0/output-1/target/usr/doc /home/test/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/test/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/test/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/test/autobuild/instance-0/output-1/target/lib/debug /home/test/autobuild/instance-0/output-1/target/usr/lib/debug find /home/test/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/test/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/test/autobuild/instance-0/output-1/host/bin/aarch64-none-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/test/autobuild/instance-0/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/test/autobuild/instance-0/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/test/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-1322-g9ef54b7"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.11-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2020.11-rc3\"" \ ) > /home/test/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/test/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/test/autobuild/instance-0/output-1/per-package /home/test/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/test/autobuild/instance-0/output-1/target/usr ln -snf /home/test/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot /home/test/autobuild/instance-0/output-1/staging make: Leaving directory '/home/test/autobuild/instance-0/buildroot' make: Entering directory '/home/test/autobuild/instance-0/buildroot' >>> Buildroot 2020.08-1322-g9ef54b7 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-arm-aarch64 2019.12 Collecting legal info >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> toolchain Collecting legal info >>> busybox 1.32.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dump1090 bff92c4ad772a0a8d433f788d39dae97e00e4dbe Collecting legal info anet.h: OK (sha256: 29046ef7ee0b7b127bcc64faf135035820906dea2b379b2efcfc119131a39f7a) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-cmake 3.15.5 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> gnu-efi 3.0.10 Collecting legal info README.efilib: OK (sha256: 42d352e9c28dd446fd0209cd6f75588c8e41f0934540bb382bbd61c752360265) >>> hans 1.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> initscripts Collecting legal info >>> libargtable2 13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer 1.2.12 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 1.2.8 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-arm-aarch64-2019.12: cannot save license (TOOLCHAIN_EXTERNAL_ARM_AARCH64_LICENSE_FILES not defined) Legal info produced in /home/test/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/test/autobuild/instance-0/buildroot'