make[3]: Entering directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-4/output-1/build/yajl-2.1.0' Scanning dependencies of target gen-extra-close Scanning dependencies of target yajl_test Scanning dependencies of target json_reformat Scanning dependencies of target json_verify make[3]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' Scanning dependencies of target parse_config make[3]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' Scanning dependencies of target perftest make[3]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-4/output-1/build/yajl-2.1.0' [ 52%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o [ 56%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o [ 56%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o [ 60%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o [ 65%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o [ 69%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o [ 73%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o [ 78%] Linking C executable gen-extra-close [ 82%] Linking C executable parse_config make[3]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' [ 82%] Built target gen-extra-close [ 86%] Linking C executable json_verify [ 86%] Built target parse_config [ 91%] Linking C executable perftest make[3]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' [ 91%] Built target json_verify make[3]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' [ 91%] Built target perftest [ 95%] Linking C executable yajl_test [100%] Linking C executable json_reformat make[3]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' [100%] Built target yajl_test make[3]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' [100%] Built target json_reformat make[2]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' make[1]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' >>> yajl 2.1.0 Installing to staging directory PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot install/fast -C /tmp/instance-4/output-1/build/yajl-2.1.0/ make[1]: Entering directory '/tmp/instance-4/output-1/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.a -- Installing: /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_common.h -- Installing: /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_version.h -- Installing: /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/bin/json_reformat -- Installing: /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/bin/json_verify make[1]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' >>> yajl 2.1.0 Fixing libtool files for la in $(find /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-4/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-4/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-4/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-4/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 >>> yajl 2.1.0 Installing to target PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-4/output-1/target install/fast -C /tmp/instance-4/output-1/build/yajl-2.1.0/ make[1]: Entering directory '/tmp/instance-4/output-1/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-4/output-1/target/usr/lib/libyajl.a -- Installing: /tmp/instance-4/output-1/target/usr/include/yajl/yajl_parse.h -- Installing: /tmp/instance-4/output-1/target/usr/include/yajl/yajl_gen.h -- Installing: /tmp/instance-4/output-1/target/usr/include/yajl/yajl_common.h -- Installing: /tmp/instance-4/output-1/target/usr/include/yajl/yajl_tree.h -- Installing: /tmp/instance-4/output-1/target/usr/include/yajl/yajl_version.h -- Installing: /tmp/instance-4/output-1/target/usr/share/pkgconfig/yajl.pc -- Installing: /tmp/instance-4/output-1/target/usr/bin/json_reformat -- Installing: /tmp/instance-4/output-1/target/usr/bin/json_verify make[1]: Leaving directory '/tmp/instance-4/output-1/build/yajl-2.1.0' zstd-1.4.9.tar.gz: OK (sha256: 29ac74e19ea28659017361976240c4b5c5c24db3b89338731a6feb97c038d293) >>> zstd 1.4.9 Extracting gzip -d -c /tmp/instance-4/dl/zstd/zstd-1.4.9.tar.gz | tar --strip-components=1 -C /tmp/instance-4/output-1/build/zstd-1.4.9 -xf - >>> zstd 1.4.9 Patching >>> zstd 1.4.9 Configuring >>> zstd 1.4.9 Building PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-4/output-1/host/bin/sh4-linux-ar" AS="/tmp/instance-4/output-1/host/bin/sh4-linux-as" LD="/tmp/instance-4/output-1/host/bin/sh4-linux-ld" NM="/tmp/instance-4/output-1/host/bin/sh4-linux-nm" CC="/tmp/instance-4/output-1/host/bin/sh4-linux-gcc" GCC="/tmp/instance-4/output-1/host/bin/sh4-linux-gcc" CPP="/tmp/instance-4/output-1/host/bin/sh4-linux-cpp" CXX="/tmp/instance-4/output-1/host/bin/sh4-linux-g++" FC="/tmp/instance-4/output-1/host/bin/sh4-linux-gfortran" F77="/tmp/instance-4/output-1/host/bin/sh4-linux-gfortran" RANLIB="/tmp/instance-4/output-1/host/bin/sh4-linux-ranlib" READELF="/tmp/instance-4/output-1/host/bin/sh4-linux-readelf" STRIP="/tmp/instance-4/output-1/host/bin/sh4-linux-strip" OBJCOPY="/tmp/instance-4/output-1/host/bin/sh4-linux-objcopy" OBJDUMP="/tmp/instance-4/output-1/host/bin/sh4-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/tmp/instance-4/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-4/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-4/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-4/output-1/host/lib -Wl,-rpath,/tmp/instance-4/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-4/output-1/host/bin/sh4-linux-as" DEFAULT_LINKER="/tmp/instance-4/output-1/host/bin/sh4-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 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static" LDFLAGS=" -static" FCFLAGS=" -Os -static" FFLAGS=" -Os -static" PKG_CONFIG="/tmp/instance-4/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j96 HAVE_THREAD=1 HAVE_ZLIB=1 HAVE_LZMA=0 HAVE_LZ4=0 -C /tmp/instance-4/output-1/build/zstd-1.4.9/lib libzstd.a-mt make[1]: Entering directory '/tmp/instance-4/output-1/build/zstd-1.4.9/lib' CC obj/conf_d5974a27c784611b6036892f14af188d/static/debug.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/entropy_common.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/error_private.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/fse_decompress.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/pool.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/threading.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/xxhash.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_common.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_trace.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/fse_compress.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/hist.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/huf_compress.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_compress.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_compress_literals.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_compress_sequences.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_compress_superblock.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_double_fast.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_fast.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_lazy.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_ldm.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_opt.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstdmt_compress.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/huf_decompress.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_ddict.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_decompress.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_decompress_block.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zbuff_common.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zbuff_compress.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zbuff_decompress.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/cover.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/divsufsort.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/fastcover.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zdict.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_v05.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_v06.o CC obj/conf_d5974a27c784611b6036892f14af188d/static/zstd_v07.o compiling static library multi-threading build completed make[1]: Leaving directory '/tmp/instance-4/output-1/build/zstd-1.4.9/lib' PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-4/output-1/host/bin/sh4-linux-ar" AS="/tmp/instance-4/output-1/host/bin/sh4-linux-as" LD="/tmp/instance-4/output-1/host/bin/sh4-linux-ld" NM="/tmp/instance-4/output-1/host/bin/sh4-linux-nm" CC="/tmp/instance-4/output-1/host/bin/sh4-linux-gcc" GCC="/tmp/instance-4/output-1/host/bin/sh4-linux-gcc" CPP="/tmp/instance-4/output-1/host/bin/sh4-linux-cpp" CXX="/tmp/instance-4/output-1/host/bin/sh4-linux-g++" FC="/tmp/instance-4/output-1/host/bin/sh4-linux-gfortran" F77="/tmp/instance-4/output-1/host/bin/sh4-linux-gfortran" RANLIB="/tmp/instance-4/output-1/host/bin/sh4-linux-ranlib" READELF="/tmp/instance-4/output-1/host/bin/sh4-linux-readelf" STRIP="/tmp/instance-4/output-1/host/bin/sh4-linux-strip" OBJCOPY="/tmp/instance-4/output-1/host/bin/sh4-linux-objcopy" OBJDUMP="/tmp/instance-4/output-1/host/bin/sh4-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/tmp/instance-4/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-4/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-4/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-4/output-1/host/lib -Wl,-rpath,/tmp/instance-4/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-4/output-1/host/bin/sh4-linux-as" DEFAULT_LINKER="/tmp/instance-4/output-1/host/bin/sh4-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 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static" LDFLAGS=" -static" FCFLAGS=" -Os -static" FFLAGS=" -Os -static" PKG_CONFIG="/tmp/instance-4/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j96 HAVE_THREAD=1 HAVE_ZLIB=1 HAVE_LZMA=0 HAVE_LZ4=0 -C /tmp/instance-4/output-1/build/zstd-1.4.9 zstd make[1]: Entering directory '/tmp/instance-4/output-1/build/zstd-1.4.9' make[2]: Entering directory '/tmp/instance-4/output-1/build/zstd-1.4.9/programs' CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/debug.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/entropy_common.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/error_private.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/fse_decompress.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/pool.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/threading.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/xxhash.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_common.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_trace.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/fse_compress.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/hist.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/huf_compress.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_compress.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_compress_literals.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_compress_sequences.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_compress_superblock.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_double_fast.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_fast.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_lazy.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_ldm.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_opt.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstdmt_compress.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/huf_decompress.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_ddict.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_decompress.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_decompress_block.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/cover.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/divsufsort.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/fastcover.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zdict.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_v05.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_v06.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd_v07.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/dibio.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/datagen.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/fileio.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/benchzstd.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstdcli_trace.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/timefn.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstdcli.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/util.o CC obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/benchfn.o In file included from util.c:19: util.c: In function 'UTIL_mirrorSourceFilesDirectories': util.h:122:19: warning: implicit declaration of function 'strdup' [-Wimplicit-function-declaration] 122 | #define STRDUP(s) strdup(s) | ^~~~~~ util.c:969:27: note: in expansion of macro 'STRDUP' 969 | char* fname = STRDUP(inFileNames[i]); | ^~~~~~ util.h:122:19: warning: incompatible implicit declaration of built-in function 'strdup' 122 | #define STRDUP(s) strdup(s) | ^~~~~~ util.c:969:27: note: in expansion of macro 'STRDUP' 969 | char* fname = STRDUP(inFileNames[i]); | ^~~~~~ ==> building with threading support ==> building zstd with .gz compression support ==> no liblzma, building zstd without .xz/.lzma support ==> no liblz4, building zstd without .lz4 support LINK obj/conf_d89d4766ab3958ccbe7e902e6bb32cd6/zstd zstd build completed make[2]: Leaving directory '/tmp/instance-4/output-1/build/zstd-1.4.9/programs' make[1]: Leaving directory '/tmp/instance-4/output-1/build/zstd-1.4.9' >>> zstd 1.4.9 Installing to staging directory PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-4/output-1/host/bin/sh4-linux-ar" AS="/tmp/instance-4/output-1/host/bin/sh4-linux-as" LD="/tmp/instance-4/output-1/host/bin/sh4-linux-ld" NM="/tmp/instance-4/output-1/host/bin/sh4-linux-nm" CC="/tmp/instance-4/output-1/host/bin/sh4-linux-gcc" GCC="/tmp/instance-4/output-1/host/bin/sh4-linux-gcc" CPP="/tmp/instance-4/output-1/host/bin/sh4-linux-cpp" CXX="/tmp/instance-4/output-1/host/bin/sh4-linux-g++" FC="/tmp/instance-4/output-1/host/bin/sh4-linux-gfortran" F77="/tmp/instance-4/output-1/host/bin/sh4-linux-gfortran" RANLIB="/tmp/instance-4/output-1/host/bin/sh4-linux-ranlib" READELF="/tmp/instance-4/output-1/host/bin/sh4-linux-readelf" STRIP="/tmp/instance-4/output-1/host/bin/sh4-linux-strip" OBJCOPY="/tmp/instance-4/output-1/host/bin/sh4-linux-objcopy" OBJDUMP="/tmp/instance-4/output-1/host/bin/sh4-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/tmp/instance-4/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-4/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-4/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-4/output-1/host/lib -Wl,-rpath,/tmp/instance-4/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-4/output-1/host/bin/sh4-linux-as" DEFAULT_LINKER="/tmp/instance-4/output-1/host/bin/sh4-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 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static" LDFLAGS=" -static" FCFLAGS=" -Os -static" FFLAGS=" -Os -static" PKG_CONFIG="/tmp/instance-4/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j96 HAVE_THREAD=1 HAVE_ZLIB=1 HAVE_LZMA=0 HAVE_LZ4=0 DESTDIR=/tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot PREFIX=/usr -C /tmp/instance-4/output-1/build/zstd-1.4.9/lib install-pc install-includes install-static make[1]: Entering directory '/tmp/instance-4/output-1/build/zstd-1.4.9/lib' creating pkgconfig Installing includes Installing static library make[1]: Leaving directory '/tmp/instance-4/output-1/build/zstd-1.4.9/lib' >>> zstd 1.4.9 Fixing libtool files for la in $(find /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-4/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-4/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-4/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-4/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 >>> zstd 1.4.9 Installing to target PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-4/output-1/host/bin/sh4-linux-ar" AS="/tmp/instance-4/output-1/host/bin/sh4-linux-as" LD="/tmp/instance-4/output-1/host/bin/sh4-linux-ld" NM="/tmp/instance-4/output-1/host/bin/sh4-linux-nm" CC="/tmp/instance-4/output-1/host/bin/sh4-linux-gcc" GCC="/tmp/instance-4/output-1/host/bin/sh4-linux-gcc" CPP="/tmp/instance-4/output-1/host/bin/sh4-linux-cpp" CXX="/tmp/instance-4/output-1/host/bin/sh4-linux-g++" FC="/tmp/instance-4/output-1/host/bin/sh4-linux-gfortran" F77="/tmp/instance-4/output-1/host/bin/sh4-linux-gfortran" RANLIB="/tmp/instance-4/output-1/host/bin/sh4-linux-ranlib" READELF="/tmp/instance-4/output-1/host/bin/sh4-linux-readelf" STRIP="/tmp/instance-4/output-1/host/bin/sh4-linux-strip" OBJCOPY="/tmp/instance-4/output-1/host/bin/sh4-linux-objcopy" OBJDUMP="/tmp/instance-4/output-1/host/bin/sh4-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/tmp/instance-4/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-4/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-4/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-4/output-1/host/lib -Wl,-rpath,/tmp/instance-4/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-4/output-1/host/bin/sh4-linux-as" DEFAULT_LINKER="/tmp/instance-4/output-1/host/bin/sh4-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 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static" LDFLAGS=" -static" FCFLAGS=" -Os -static" FFLAGS=" -Os -static" PKG_CONFIG="/tmp/instance-4/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j96 HAVE_THREAD=1 HAVE_ZLIB=1 HAVE_LZMA=0 HAVE_LZ4=0 DESTDIR=/tmp/instance-4/output-1/target PREFIX=/usr -C /tmp/instance-4/output-1/build/zstd-1.4.9/programs install make[1]: Entering directory '/tmp/instance-4/output-1/build/zstd-1.4.9/programs' Installing binaries Installing man pages zstd installation completed make[1]: Leaving directory '/tmp/instance-4/output-1/build/zstd-1.4.9/programs' PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-4/output-1/host/bin/sh4-linux-ar" AS="/tmp/instance-4/output-1/host/bin/sh4-linux-as" LD="/tmp/instance-4/output-1/host/bin/sh4-linux-ld" NM="/tmp/instance-4/output-1/host/bin/sh4-linux-nm" CC="/tmp/instance-4/output-1/host/bin/sh4-linux-gcc" GCC="/tmp/instance-4/output-1/host/bin/sh4-linux-gcc" CPP="/tmp/instance-4/output-1/host/bin/sh4-linux-cpp" CXX="/tmp/instance-4/output-1/host/bin/sh4-linux-g++" FC="/tmp/instance-4/output-1/host/bin/sh4-linux-gfortran" F77="/tmp/instance-4/output-1/host/bin/sh4-linux-gfortran" RANLIB="/tmp/instance-4/output-1/host/bin/sh4-linux-ranlib" READELF="/tmp/instance-4/output-1/host/bin/sh4-linux-readelf" STRIP="/tmp/instance-4/output-1/host/bin/sh4-linux-strip" OBJCOPY="/tmp/instance-4/output-1/host/bin/sh4-linux-objcopy" OBJDUMP="/tmp/instance-4/output-1/host/bin/sh4-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/tmp/instance-4/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-4/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-4/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-4/output-1/host/lib -Wl,-rpath,/tmp/instance-4/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-4/output-1/host/bin/sh4-linux-as" DEFAULT_LINKER="/tmp/instance-4/output-1/host/bin/sh4-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 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static" LDFLAGS=" -static" FCFLAGS=" -Os -static" FFLAGS=" -Os -static" PKG_CONFIG="/tmp/instance-4/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j96 HAVE_THREAD=1 HAVE_ZLIB=1 HAVE_LZMA=0 HAVE_LZ4=0 DESTDIR=/tmp/instance-4/output-1/target PREFIX=/usr -C /tmp/instance-4/output-1/build/zstd-1.4.9/lib install-static make[1]: Entering directory '/tmp/instance-4/output-1/build/zstd-1.4.9/lib' Installing static library make[1]: Leaving directory '/tmp/instance-4/output-1/build/zstd-1.4.9/lib' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-4/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-4/output-1/host/bin/sh4-linux-%g' -e 's%@TARGET_ARCH@%sh4%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-static', '-static'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-4/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%true%g' package/meson//cross-compilation.conf.in > /tmp/instance-4/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-4/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-4/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-4/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-4/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-4/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-4/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-4/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-4/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-4/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-4/output-1/target/etc/shells; fi rm -f /tmp/instance-4/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-4/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-4/output-1/host/bin/glib-compile-schemas /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-4/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-4/output-1/target/etc echo "buildroot" > /tmp/instance-4/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-4/output-1/target/etc/hosts mkdir -p /tmp/instance-4/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-4/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-4/output-1/target/etc/shadow rm -f /tmp/instance-4/output-1/target/bin/sh if [ -x /tmp/instance-4/output-1/target/sbin/swapon -a -x /tmp/instance-4/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-4/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-4/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-4/output-1/build/locales.nopurge for dir in /tmp/instance-4/output-1/target/usr/share/locale /tmp/instance-4/output-1/target/usr/share/X11/locale /tmp/instance-4/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##*/}" /tmp/instance-4/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-4/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-4/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-4/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-4/output-1/target/usr/include /tmp/instance-4/output-1/target/usr/share/aclocal \ /tmp/instance-4/output-1/target/usr/lib/pkgconfig /tmp/instance-4/output-1/target/usr/share/pkgconfig \ /tmp/instance-4/output-1/target/usr/lib/cmake /tmp/instance-4/output-1/target/usr/share/cmake \ /tmp/instance-4/output-1/target/usr/doc find /tmp/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-4/output-1/target/lib/ /tmp/instance-4/output-1/target/usr/lib/ /tmp/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-4/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-4/output-1/target/usr/share/gdb rm -rf /tmp/instance-4/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-4/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-4/output-1/target/usr/share/zsh rm -rf /tmp/instance-4/output-1/target/usr/man /tmp/instance-4/output-1/target/usr/share/man rm -rf /tmp/instance-4/output-1/target/usr/info /tmp/instance-4/output-1/target/usr/share/info rm -rf /tmp/instance-4/output-1/target/usr/doc /tmp/instance-4/output-1/target/usr/share/doc rm -rf /tmp/instance-4/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-4/output-1/target/lib/debug /tmp/instance-4/output-1/target/usr/lib/debug find /tmp/instance-4/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-4/output-1/host/bin/sh4-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-4/output-1/host/bin/sh4-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-4/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-4/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 /tmp/instance-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-75-gf5b86cf2ce"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.05"; \ echo "PRETTY_NAME=\"Buildroot 2021.05\"" \ ) > /tmp/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-4/output-1/per-package /tmp/instance-4/buildroot/support/scripts/fix-rpath target touch /tmp/instance-4/output-1/target/usr ln -snf /tmp/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot /tmp/instance-4/output-1/staging make: Leaving directory '/tmp/instance-4/buildroot' make: Entering directory '/tmp/instance-4/buildroot' >>> Buildroot 2021.05-75-gf5b86cf2ce Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-automake 1.15.1 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) >>> bitwise 0.42 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> boost 1.75.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-nfs-utils 2.5.3 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> evtest 1.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-fatcat 1.1.0 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> fb-test-app rosetta-1.1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gtest 1.10.0 Collecting legal info googletest/LICENSE: OK (sha256: 9702de7e4117a8e2b20dafab11ffda58c198aede066406496bef670d40a22138) >>> initscripts Collecting legal info >>> iozone 3_490 Collecting legal info >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> kvazaar 1.2.0 Collecting legal info COPYING: OK (sha256: 531712277c3543b9ee86c4c4e0e424f531b893a44cc021c74a24b038d8de4d2a) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.77.0 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> openssl Collecting legal info >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> libglib2 2.66.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.66.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.57.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.36.2 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) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libidn 1.36 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmicrohttpd 0.9.72 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libnpupnp 4.1.4 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libtorrent-rasterbar 1.2.12 Collecting legal info COPYING: OK (sha256: f3a5dd1558cce616b12edad521427ec8976ce2bb0af33f7f359cfa648bf55ad8) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxmlrpc 1.51.06 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> ltp-testsuite 20210121 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> matio 1.5.18 Collecting legal info COPYING: OK (sha256: 19494e9c9154a5e3f834e99d65fab0653b84280df7c98d1886a98d2bd28369c1) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> nbd 3.20 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.36 Collecting legal info LICENCE: OK (sha256: 8937734bbb1ba65d9f8ac7a7c8fc9016759a09aa2fb37d2175c06c9e7a856a24) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> sngrep 1.4.7 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> speexdsp SpeexDSP-1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tiff 4.2.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> tinyxml2 8.0.0 Collecting legal info LICENSE.txt: OK (sha256: 9332252e9b9e46db8285d4a3f0bf25f139bf1dca6781b956d57f2302efca6432) >>> host-uboot-tools 2021.04 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> zstd 1.4.9 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: iozone-3_490: cannot save license (IOZONE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-4/output-1/legal-info make: Leaving directory '/tmp/instance-4/buildroot'