[106/173] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_create.c.o [107/173] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_common.c.o [108/173] Compiling C object test/read_single_chunk.p/.._src_lib_dl_range.c.o [109/173] Linking target test/optelems [110/173] Compiling C object test/read_single_chunk.p/.._src_lib_io.c.o [111/173] Compiling C object test/read_single_chunk.p/.._src_lib_compint.c.o [112/173] Compiling C object test/invalid_input_checksum.p/.._src_lib_dl_dl.c.o [113/173] Compiling C object test/read_single_chunk.p/.._src_lib_hash_hash.c.o [114/173] Compiling C object test/read_single_chunk.p/.._src_lib_dl_multipart.c.o [115/173] Compiling C object test/read_single_chunk.p/.._src_lib_log.c.o [116/173] Compiling C object test/read_single_chunk.p/lib_util.c.o [117/173] Compiling C object test/invalid_input_checksum.p/.._src_lib_index_index_read.c.o [118/173] Generating symbol file src/lib/libzck.so.1.2.2.p/libzck.so.1.2.2.symbols [119/173] Compiling C object test/read_single_chunk.p/.._src_lib_error.c.o [120/173] Linking target test/copy_chunks [121/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_buzhash_buzhash.c.o [122/173] Compiling C object test/read_single_chunk.p/.._src_lib_comp_comp.c.o [123/173] Compiling C object test/read_single_chunk.p/.._src_lib_zck.c.o [124/173] Compiling C object test/read_single_chunk.p/.._src_lib_header.c.o [125/173] Compiling C object test/read_single_comp_chunk.p/read_single_comp_chunk.c.o [126/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_nocomp_nocomp.c.o [127/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_common.c.o [128/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_io.c.o [129/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_log.c.o [130/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_compint.c.o [131/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_error.c.o [132/173] Compiling C object test/read_single_comp_chunk.p/lib_util.c.o [133/173] Compiling C object test/read_single_chunk.p/.._src_lib_dl_dl.c.o [134/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_create.c.o [135/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_range.c.o [136/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_multipart.c.o [137/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_zck.c.o [138/173] Compiling C object test/shacheck.p/shacheck.c.o [139/173] Compiling C object test/shacheck.p/.._src_lib_buzhash_buzhash.c.o [140/173] Compiling C object test/shacheck.p/.._src_lib_comp_nocomp_nocomp.c.o [141/173] Linking target src/zck [142/173] Linking target src/unzck [143/173] Linking target src/zck_gen_zdict [144/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_comp.c.o [145/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_hash_hash.c.o [146/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_dl.c.o [147/173] Compiling C object test/shacheck.p/.._src_lib_index_index_create.c.o [148/173] Linking target test/invalid_input_checksum [149/173] Linking target src/zck_read_header [150/173] Linking target src/zck_delta_size [151/173] Compiling C object test/shacheck.p/.._src_lib_index_index_common.c.o [152/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_header.c.o [153/173] Linking target src/zckdl [154/173] Compiling C object test/shacheck.p/.._src_lib_comp_comp.c.o [155/173] Compiling C object test/shacheck.p/.._src_lib_log.c.o [156/173] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_read.c.o [157/173] Compiling C object test/shacheck.p/.._src_lib_dl_multipart.c.o [158/173] Compiling C object test/shacheck.p/lib_util.c.o [159/173] Compiling C object test/shacheck.p/.._src_lib_dl_range.c.o [160/173] Compiling C object test/shacheck.p/.._src_lib_error.c.o [161/173] Compiling C object test/shacheck.p/.._src_lib_hash_hash.c.o [162/173] Compiling C object test/shacheck.p/.._src_lib_compint.c.o [163/173] Compiling C object test/shacheck.p/.._src_lib_io.c.o [164/173] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_read.c.o [165/173] Compiling C object test/zck_cmp_uncomp.p/zck_cmp_uncomp.c.o ../test/zck_cmp_uncomp.c: In function 'main': ../test/zck_cmp_uncomp.c:219:21: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'ssize_t' {aka 'int'} [-Wformat=] 219 | printf("%12lu %s %s %12lu %12lu\n", | ~~~~^ | | | long unsigned int | %12u 220 | zck_get_chunk_number(iter), | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | ssize_t {aka int} ../test/zck_cmp_uncomp.c:219:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'ssize_t' {aka 'int'} [-Wformat=] 219 | printf("%12lu %s %s %12lu %12lu\n", | ~~~~^ | | | long unsigned int | %12u ...... 223 | zck_get_chunk_start(iter), | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | ssize_t {aka int} ../test/zck_cmp_uncomp.c:219:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 219 | printf("%12lu %s %s %12lu %12lu\n", | ~~~~^ | | | long unsigned int | %12u ...... 224 | zck_get_chunk_size(iter)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | ssize_t {aka int} ../test/zck_cmp_uncomp.c:235:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 235 | printf("\n\nTotal to be reused : %12lu\n", reuse); | ~~~~^ ~~~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %12u ../test/zck_cmp_uncomp.c:236:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 236 | printf("Total to be downloaded : %12lu\n", todwl); | ~~~~^ ~~~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %12u [166/173] Linking target test/read_single_chunk [167/173] Linking target test/zck_cmp_uncomp [168/173] Compiling C object test/shacheck.p/.._src_lib_zck.c.o [169/173] Compiling C object test/shacheck.p/.._src_lib_header.c.o [170/173] Linking target test/read_single_comp_chunk [171/173] Compiling C object test/shacheck.p/.._src_lib_dl_dl.c.o [172/173] Compiling C object test/shacheck.p/.._src_lib_index_index_read.c.o [173/173] Linking target test/shacheck >>> zchunk 1.2.2 Installing to staging directory PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot PYTHONNOUSERSITE=y /home/thomas/autobuild/instance-3/output-1/host/bin/ninja -C /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2//build' [0/1] Installing files. Installing src/lib/libzck.so.1.2.2 to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib Installing src/zck to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin Installing src/unzck to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin Installing src/zck_gen_zdict to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin Installing src/zck_read_header to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin Installing src/zck_delta_size to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin Installing src/zckdl to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/build/include/zck.h to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/ Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/unzck.1 to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck.1 to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.2.2 to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libzck.so >>> zchunk 1.2.2 Fixing libtool files for la in $(find /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/thomas/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/thomas/autobuild/instance-3/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zchunk 1.2.2 Installing to target PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/home/thomas/autobuild/instance-3/output-1/target PYTHONNOUSERSITE=y /home/thomas/autobuild/instance-3/output-1/host/bin/ninja -C /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2//build' [0/1] Installing files. Installing src/lib/libzck.so.1.2.2 to /home/thomas/autobuild/instance-3/output-1/target/usr/lib Installing src/zck to /home/thomas/autobuild/instance-3/output-1/target/usr/bin Installing src/unzck to /home/thomas/autobuild/instance-3/output-1/target/usr/bin Installing src/zck_gen_zdict to /home/thomas/autobuild/instance-3/output-1/target/usr/bin Installing src/zck_read_header to /home/thomas/autobuild/instance-3/output-1/target/usr/bin Installing src/zck_delta_size to /home/thomas/autobuild/instance-3/output-1/target/usr/bin Installing src/zckdl to /home/thomas/autobuild/instance-3/output-1/target/usr/bin Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/build/include/zck.h to /home/thomas/autobuild/instance-3/output-1/target/usr/include/ Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/unzck.1 to /home/thomas/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck.1 to /home/thomas/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /home/thomas/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /home/thomas/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /home/thomas/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /home/thomas/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/thomas/autobuild/instance-3/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /home/thomas/autobuild/instance-3/output-1/target/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.2.2 to /home/thomas/autobuild/instance-3/output-1/target/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /home/thomas/autobuild/instance-3/output-1/target/usr/lib/libzck.so zerofree-1.1.1.tgz: OK (sha256: 956bc861b55ba0a2b7593c58d32339dab1a0e7da6ea2b813d27c80f08b723867) >>> zerofree 1.1.1 Extracting gzip -d -c /home/thomas/autobuild/instance-3/dl/zerofree/zerofree-1.1.1.tgz | tar --strip-components=1 -C /home/thomas/autobuild/instance-3/output-1/build/zerofree-1.1.1 -xf - >>> zerofree 1.1.1 Patching >>> zerofree 1.1.1 Configuring >>> zerofree 1.1.1 Building /usr/bin/make -j4 PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-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/home/thomas/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/thomas/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/thomas/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/thomas/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/thomas/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-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 -O1 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O1 -g0" FFLAGS=" -O1 -g0" PKG_CONFIG="/home/thomas/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=2 " -C /home/thomas/autobuild/instance-3/output-1/build/zerofree-1.1.1 make[1]: Entering directory '/home/thomas/autobuild/instance-3/output-1/build/zerofree-1.1.1' /home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=2 -o zerofree zerofree.c -lext2fs make[1]: Leaving directory '/home/thomas/autobuild/instance-3/output-1/build/zerofree-1.1.1' >>> zerofree 1.1.1 Installing to target /usr/bin/install -D -m 0755 /home/thomas/autobuild/instance-3/output-1/build/zerofree-1.1.1/zerofree /home/thomas/autobuild/instance-3/output-1/target/usr/bin/zerofree >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=2'@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', '-O1', '-g0', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-3/output-1/host/bin/mips-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@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-3/output-1/host/bin/mips-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@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/thomas/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/dash" >> /home/thomas/autobuild/instance-3/output-1/target/etc/shells rm -f /home/thomas/autobuild/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/thomas/autobuild/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/thomas/autobuild/instance-3/output-1/host/bin/glib-compile-schemas /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/thomas/autobuild/instance-3/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -f -r /home/thomas/autobuild/instance-3/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /home/thomas/autobuild/instance-3/output-1/target/etc/conf.d/agetty.console ln -sf agetty /home/thomas/autobuild/instance-3/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /home/thomas/autobuild/instance-3/output-1/target/etc/runlevels/default/agetty.console mkdir -p /home/thomas/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/thomas/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-3/output-1/target/etc/shells ln -sf dash /home/thomas/autobuild/instance-3/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/thomas/autobuild/instance-3/output-1/target/etc/passwd rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/include /home/thomas/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-3/output-1/target/usr/doc find /home/thomas/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-3/output-1/target/lib/ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/ /home/thomas/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/man /home/thomas/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/info /home/thomas/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/doc /home/thomas/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-3/output-1/target/lib/debug /home/thomas/autobuild/instance-3/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-3/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/thomas/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-3/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/thomas/autobuild/instance-3/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/thomas/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-3168-gb100440bff"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/thomas/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-3/output-1/per-package /home/thomas/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-3/output-1/target/usr ln -snf /home/thomas/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-3/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot' make: Entering directory '/home/thomas/autobuild/instance-3/buildroot' >>> Buildroot 2022.08-rc1-3168-gb100440bff Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa 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-gawk 5.2.0 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 4.14.307 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> curlftpfs 0.9.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 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.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 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) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> gamin 0.1.10 Collecting legal info COPYING: OK (sha256: 7f9ffc38883325f011f331a9d6074ffd0175fbcecd57f69c577fb3845f333876) >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> kvmtool f77d646ba01d04be5aad9449ac00719c043fe36e Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) >>> less 608 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> host-nodejs 16.18.1 Collecting legal info LICENSE: OK (sha256: 0bec08634ba79b5404f6b7f92ea850f3c2a06e27e6f83f2267e4f5e55ae33334) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sngrep 1.6.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> vuejs 3.2.45 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> wireless-regdb 2023.02.13 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> xkeyboard-config 2.37 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.4 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) 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) WARNING: linux-headers-4.14.307: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot'