^ z_zone.c: In function 'Z_Free': z_zone.c:459:23: warning: cast increases required alignment of target type [-Wcast-align] memblock_t *block = (memblock_t *)((char *) p - HEADER_SIZE); ^ z_zone.c: In function 'Z_ChangeTag': z_zone.c:562:23: warning: cast increases required alignment of target type [-Wcast-align] memblock_t *block = (memblock_t *)((char *) ptr - HEADER_SIZE); ^ z_zone.c: In function 'Z_Realloc': z_zone.c:646:27: warning: cast increases required alignment of target type [-Wcast-align] memblock_t *block = (memblock_t *)((char *) ptr - HEADER_SIZE); ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_map.c:1417:13: warning: called from here [-Winline] slope = FixedDiv (openbottom - shootz , dist); ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_map.c:1424:13: warning: called from here [-Winline] slope = FixedDiv (opentop - shootz , dist); ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_map.c:1453:17: warning: called from here [-Winline] thingtopslope = FixedDiv (th->z+th->height - shootz , dist); ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_map.c:1458:20: warning: called from here [-Winline] thingbottomslope = FixedDiv (th->z - shootz, dist); ^ /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-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 -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/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o md5.o md5.c In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ r_plane.c:214:16: warning: called from here [-Winline] baseyscale = FixedDiv (viewcos,projection); ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ r_plane.c:213:16: warning: called from here [-Winline] basexscale = FixedDiv (viewsin,projection); ^ /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-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 -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/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_checksum.o p_checksum.c In file included from p_pspr.h:40:0, from d_player.h:44, from doomstat.h:43, from p_map.c:35: p_map.c: In function 'PTR_ShootTraverse': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_map.c:1509:68: warning: called from here [-Winline] if ((li->frontsector->floorheight==li->backsector->floorheight || ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_map.c:1511:72: warning: called from here [-Winline] (li->frontsector->ceilingheight==li->backsector->ceilingheight || ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_map.c:1519:23: warning: called from here [-Winline] frac = in->frac - FixedDiv (4*FRACUNIT,attackrange); ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_map.c:1563:17: warning: called from here [-Winline] thingtopslope = FixedDiv (th->z+th->height - shootz , dist); ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_map.c:1568:20: warning: called from here [-Winline] thingbottomslope = FixedDiv (th->z - shootz, dist); ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_map.c:1576:21: warning: called from here [-Winline] frac = in->frac - FixedDiv (10*FRACUNIT,attackrange); ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_maputl.c:148:57: warning: called from here [-Winline] FixedMul((v2->y - v1->y)>>8, v1->dx), den) : 0; ^ r_draw.c: In function 'R_InitBuffer': r_draw.c:1009:28: warning: cast increases required alignment of target type [-Wcast-align] drawvars.short_topleft = (unsigned short *)(screens[0].data) + viewwindowy*screens[0].short_pitch + viewwindowx; ^ r_draw.c:1010:26: warning: cast increases required alignment of target type [-Wcast-align] drawvars.int_topleft = (unsigned int *)(screens[0].data) + viewwindowy*screens[0].int_pitch + viewwindowx; ^ 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] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^ /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-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 -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/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_patch.o r_patch.c /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-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 -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/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_fps.o r_fps.c /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-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 -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/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_filter.o r_filter.c In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_maputl.c:608:13: warning: called from here [-Winline] ystep = FixedDiv (y2-y1,D_abs(x2-x1)); ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_maputl.c:615:15: warning: called from here [-Winline] ystep = FixedDiv (y2-y1,D_abs(x2-x1)); ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_maputl.c:630:13: warning: called from here [-Winline] xstep = FixedDiv (x2-x1,D_abs(y2-y1)); ^ In file included from p_pspr.h:40:0, 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] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^ p_maputl.c:637:15: warning: called from here [-Winline] xstep = FixedDiv (x2-x1,D_abs(y2-y1)); ^ /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-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 -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/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o d_client.o d_client.c r_filter.c:35:52: warning: missing braces around initializer [-Wmissing-braces] byte filter_ditherMatrix[DITHER_DIM][DITHER_DIM] = { ^ r_filter.c:35:52: note: (near initialization for 'filter_ditherMatrix') r_filter.c: In function 'R_FilterInit': r_filter.c:79:3: warning: multi-line comment [-Wcomment] // /4 \ ^ /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-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 -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/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o w_mmap.o w_mmap.c r_patch.c: In function 'createPatch': r_patch.c:245:20: warning: cast increases required alignment of target type [-Wcast-align] patch->columns = (rcolumn_t*)((unsigned char*)patch->pixels + pixelDataSize); ^ r_patch.c:246:18: warning: cast increases required alignment of target type [-Wcast-align] 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] 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] composite_patch->posts = (rpost_t*)((unsigned char*)composite_patch->columns + columnsDataSize); ^ /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-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 -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/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o d_server.o d_server.c d_client.c: In function 'D_InitNetGame': d_client.c:148:17: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *p = sinfo->wadnames; ^ d_client.c: In function 'CheckQueuedPackets': d_client.c:420:14: warning: cast increases required alignment of target type [-Wcast-align] int *p = (int*)(queuedpacket[i]+1); ^ d_server.c: In function 'n_players_in_state': d_server.c:234:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] 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] n = *(short*)(packet+1); ^ d_server.c:522:16: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(sinfo->wadnames + extrabytes, wadname[i]); ^ In file included from d_server.c:44:0: /nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/string.h:83:14: note: expected 'char * restrict' but argument is of type 'byte * {aka unsigned char *}' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ d_server.c:573:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] if (verbose>2) printf("%d requests resend from %d\n", from, ptic(packet)); ^ d_server.c:591:24: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] if (verbose) printf("%d quits at %d (%d left)\n", from, ptic(packet),curplayers); ^ /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/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/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib -lSDL -lpthread -lSDL_mixer -lm /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/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/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib -lSDL -lpthread -lSDL_mixer -lm make[4]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0/src' Making all in ICONS make[3]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0/ICONS' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0/ICONS' Making all in VisualC8 make[3]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0/VisualC8' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0/VisualC8' Making all in VisualC6 make[3]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0/VisualC6' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0/VisualC6' make[3]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0' >>> prboom 2.5.0 Installing to target /usr/bin/install -D /nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0/src/prboom /nvmedata/autobuild/instance-2/output-1/target/usr/games/prboom /usr/bin/install -D /nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0/src/prboom-game-server /nvmedata/autobuild/instance-2/output-1/target/usr/games/prboom-game-server /usr/bin/install -D /nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0/data/prboom.wad /nvmedata/autobuild/instance-2/output-1/target/usr/share/games/doom/prboom.wad vmtouch-1.3.1.tar.gz: OK (sha256: d57b7b3ae1146c4516429ab7d6db6f2122401db814ddd9cdaad10980e9c8428c) >>> vmtouch 1.3.1 Extracting gzip -d -c /nvmedata/autobuild/instance-2/dl/vmtouch/vmtouch-1.3.1.tar.gz | /nvmedata/autobuild/instance-2/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-2/output-1/build/vmtouch-1.3.1 -xf - >>> vmtouch 1.3.1 Patching >>> vmtouch 1.3.1 Configuring >>> vmtouch 1.3.1 Building PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-ar" AS="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-as" LD="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-ld" NM="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-nm" CC="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-gcc" GCC="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-gcc" CPP="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-cpp" CXX="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-g++" FC="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-gfortran" F77="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-gfortran" RANLIB="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-ranlib" READELF="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-readelf" STRIP="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-strip" OBJCOPY="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-objcopy" OBJDUMP="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j8 -C /nvmedata/autobuild/instance-2/output-1/build/vmtouch-1.3.1 make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/vmtouch-1.3.1' /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -O2 -g -std=c99 -o vmtouch vmtouch.c pod2man --section 8 --center "System Manager's Manual" --release " " vmtouch.pod > vmtouch.8 make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/vmtouch-1.3.1' >>> vmtouch 1.3.1 Installing to target PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-ar" AS="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-as" LD="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-ld" NM="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-nm" CC="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-gcc" GCC="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-gcc" CPP="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-cpp" CXX="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-g++" FC="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-gfortran" F77="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-gfortran" RANLIB="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-ranlib" READELF="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-readelf" STRIP="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-strip" OBJCOPY="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-objcopy" OBJDUMP="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j8 -C /nvmedata/autobuild/instance-2/output-1/build/vmtouch-1.3.1 install DESTDIR=/nvmedata/autobuild/instance-2/output-1/target PREFIX=/usr make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/vmtouch-1.3.1' install -Dm 0755 vmtouch /nvmedata/autobuild/instance-2/output-1/target/usr/bin/vmtouch install -Dm 0644 vmtouch.8 /nvmedata/autobuild/instance-2/output-1/target/usr/share/man/man8/vmtouch.8 make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/vmtouch-1.3.1' >>> Finalizing host directory >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-2/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-2/output-1/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /nvmedata/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.xml /nvmedata/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.dtd /nvmedata/autobuild/instance-2/output-1/host/bin/glib-compile-schemas /nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/nvmedata/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /nvmedata/autobuild/instance-2/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-2/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-2/output-1/target/etc/shadow rm -f /nvmedata/autobuild/instance-2/output-1/target/bin/sh if [ -x /nvmedata/autobuild/instance-2/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab; fi rm -f /nvmedata/autobuild/instance-2/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /nvmedata/autobuild/instance-2/output-1/build/locales.nopurge; done for dir in /nvmedata/autobuild/instance-2/output-1/target/usr/share/locale /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale /nvmedata/autobuild/instance-2/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##*/}" /nvmedata/autobuild/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/include /nvmedata/autobuild/instance-2/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-2/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-2/output-1/target/usr/doc find /nvmedata/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-2/output-1/target/lib/ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/ /nvmedata/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/man /nvmedata/autobuild/instance-2/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/info /nvmedata/autobuild/instance-2/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/doc /nvmedata/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true find /nvmedata/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /nvmedata/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /nvmedata/autobuild/instance-2/output-1/host/bin/or1k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /nvmedata/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-2/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 /nvmedata/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-git-00418-gaf90a104c0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-git\"" \ ) > /nvmedata/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-2/output-1/per-package /nvmedata/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-2/output-1/target/usr cat /nvmedata/autobuild/instance-2/output-1/build/arp-scan-1.9.7/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/bluez5_utils-5.52/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/busybox-1.31.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/cantarell-0.0.25/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/cryptsetup-2.2.2/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/cwiid-fadf11e89b579bcc0336a0692ac15c93785f3f82/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/dbus-1.12.16/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/expat-2.2.9/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/fbv-1.0b/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/initscripts/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/json-c-0.13.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libaio-0.3.111/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libargon2-20171227/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libbson-1.9.5/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libffi-3.3/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libglib2-2.64.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libmhash-0.9.9.9/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libpcap-1.9.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libqrencode-4.0.2/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libzlib-1.2.11/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/lvm2-2.02.185/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/pcre-8.44/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/popt-1.16/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/prboom-2.5.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/sdl-1.2.15/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/sdl_mixer-1.2.12/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/sdl_net-1.2.8/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/skeleton-init-common/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/skeleton-init-sysv/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/skeleton/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain-external-custom/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain-external/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/util-linux-2.35.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/vmtouch-1.3.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/zlib/.files-list.txt > \ /nvmedata/autobuild/instance-2/output-1/build/packages-file-list.txt cat /nvmedata/autobuild/instance-2/output-1/build/host-autoconf-2.69/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-automake-1.15.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-bison-3.4.2/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-expat-2.2.9/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-flex-2.6.4/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-gettext/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libffi-3.3/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libglib2-2.64.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libtool-2.4.6/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-lpc3250loader-1.0/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-m4-1.4.18/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-meson-0.53.2/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-ninja-1.10.0/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-patchelf-0.9/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-pcre-8.44/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python3-3.8.2/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python3-setuptools-41.4.0/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-skeleton/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-tar-1.29/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-zlib/.files-list-host.txt > \ /nvmedata/autobuild/instance-2/output-1/build/packages-file-list-host.txt cat /nvmedata/autobuild/instance-2/output-1/build/bluez5_utils-5.52/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/bluez5_utils-headers-5.52/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/cryptsetup-2.2.2/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/cwiid-fadf11e89b579bcc0336a0692ac15c93785f3f82/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/dbus-1.12.16/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/expat-2.2.9/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/json-c-0.13.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libaio-0.3.111/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libargon2-20171227/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libbson-1.9.5/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libffi-3.3/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libglib2-2.64.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libmhash-0.9.9.9/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libpcap-1.9.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libqrencode-4.0.2/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libzlib-1.2.11/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/lvm2-2.02.185/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/pcre-8.44/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/popt-1.16/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/sdl-1.2.15/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/sdl_mixer-1.2.12/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/sdl_net-1.2.8/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/skeleton-init-common/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain-external-custom/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/util-linux-2.35.1/.files-list-staging.txt > \ /nvmedata/autobuild/instance-2/output-1/build/packages-file-list-staging.txt ln -snf /nvmedata/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-2/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-2/buildroot' make: Entering directory '/nvmedata/autobuild/instance-2/buildroot' >>> Buildroot 2020.05-git-00418-gaf90a104c0 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> arp-scan 1.9.7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> bluez5_utils-headers 5.52 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bluez5_utils 5.52 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.16 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libglib2 2.64.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.53.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cryptsetup 2.2.2 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20171227 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> cwiid fadf11e89b579bcc0336a0692ac15c93785f3f82 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> initscripts Collecting legal info >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libqrencode 4.0.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> host-patchelf 0.9 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 1.2.12 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 1.2.8 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-2/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-2/buildroot'