-e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/nvme/rc-buildroot-test/scripts/instance-0/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 >>> uboot-tools 2020.04 Installing to target wireless_tools.30.pre9.tar.gz: OK (sha256: abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63) >>> wireless_tools 30.pre9 Extracting gzip -d -c /nvme/rc-buildroot-test/scripts/instance-0/dl/wireless_tools/wireless_tools.30.pre9.tar.gz | tar --strip-components=1 -C /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/wireless_tools-30.pre9 -xf - >>> wireless_tools 30.pre9 Patching Applying 0001-remove-bzero.patch using patch: patching file ifrename.c patching file iwlib.c >>> wireless_tools 30.pre9 Configuring >>> wireless_tools 30.pre9 Building PATH="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/aws/bin:/root/bin" /usr/bin/make -j4 -C /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/wireless_tools-30.pre9 CC="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2" iwmulticall make[1]: Entering directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/wireless_tools-30.pre9' cp wireless.22.h wireless.h /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -MMD -c iwmulticall.c In file included from iwmulticall.c:59: iwlib.c: In function 'iw_enum_devices': iwlib.c:263:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buff, sizeof(buff), fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iwlib.c:264:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buff, sizeof(buff), fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iwlib.c: In function 'iw_get_kernel_we_version': iwlib.c:346:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buff, sizeof(buff), fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iwlib.c:362:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buff, sizeof(buff), fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -Wl,-s -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -MMD -o iwmulticall iwmulticall.o -lm make[1]: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/wireless_tools-30.pre9' >>> wireless_tools 30.pre9 Installing to staging directory >>> wireless_tools 30.pre9 Fixing libtool files for la in $(find /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvme/rc-buildroot-test/scripts/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/nvme/rc-buildroot-test/scripts/instance-0/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@:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/nvme/rc-buildroot-test/scripts/instance-0/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 >>> wireless_tools 30.pre9 Installing to target PATH="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/aws/bin:/root/bin" /usr/bin/make -j4 -C /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/wireless_tools-30.pre9 PREFIX="/nvme/rc-buildroot-test/scripts/instance-0/output-1/target" LDCONFIG=/bin/true install-iwmulticall make[1]: Entering directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/wireless_tools-30.pre9' install -m 755 -d /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/sbin install -m 755 iwmulticall /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/sbin/iwconfig ( cd /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/sbin ; \ ln -f -s iwconfig iwlist ; \ ln -f -s iwconfig iwspy ; \ ln -f -s iwconfig iwpriv ; \ ln -f -s iwconfig iwgetid ) make[1]: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/wireless_tools-30.pre9' zstd-1.4.8.tar.gz: OK (sha256: 32478297ca1500211008d596276f5367c54198495cf677e9439f4791a4c69f24) >>> host-zstd 1.4.8 Extracting gzip -d -c /nvme/rc-buildroot-test/scripts/instance-0/dl/zstd/zstd-1.4.8.tar.gz | tar --strip-components=1 -C /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8 -xf - >>> host-zstd 1.4.8 Patching >>> host-zstd 1.4.8 Configuring >>> host-zstd 1.4.8 Building PATH="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/aws/bin:/root/bin" PKG_CONFIG="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/pkgconfig:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/share/pkgconfig" PATH="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/aws/bin:/root/bin" PKG_CONFIG="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/pkgconfig:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/include" CFLAGS="-O2 -I/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/include" LDFLAGS="-L/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib -Wl,-rpath,/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/lib libzstd.a libzstd make[1]: Entering directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/lib' make[2]: Entering directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/lib' make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[2]: Entering directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/lib' make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/debug.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/debug.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/entropy_common.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/entropy_common.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/error_private.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/error_private.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/fse_decompress.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/fse_decompress.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/pool.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/pool.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/threading.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/xxhash.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/threading.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/xxhash.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_common.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_common.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/fse_compress.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/fse_compress.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/hist.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/hist.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/huf_compress.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/huf_compress.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_compress.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_compress.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_compress_literals.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_compress_sequences.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_compress_literals.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_compress_sequences.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_compress_superblock.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_compress_superblock.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_double_fast.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_double_fast.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_fast.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_fast.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_lazy.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_lazy.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_ldm.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_ldm.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_opt.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_opt.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstdmt_compress.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/huf_decompress.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstdmt_compress.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/huf_decompress.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_ddict.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_decompress.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_decompress_block.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_ddict.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_decompress.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zbuff_common.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zbuff_compress.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zbuff_decompress.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/cover.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_decompress_block.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/divsufsort.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zbuff_common.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zbuff_compress.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zbuff_decompress.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/cover.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/fastcover.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/divsufsort.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zdict.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_v05.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/fastcover.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zdict.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_v06.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_v05.o CC obj/conf_f2b7196b3897b0e4bac19052f3e4f17a/dynamic/zstd_v07.o CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_v06.o compiling dynamic library 1.4.8 creating versioned links make[2]: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/lib' CC obj/conf_06f4b06a91352c9931e3228ab419b67e/static/zstd_v07.o compiling static library make[2]: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/lib' make[1]: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/lib' PATH="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/aws/bin:/root/bin" PKG_CONFIG="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/pkgconfig:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/share/pkgconfig" PATH="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/aws/bin:/root/bin" PKG_CONFIG="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/pkgconfig:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/include" CFLAGS="-O2 -I/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/include" LDFLAGS="-L/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib -Wl,-rpath,/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8 zstd make[1]: Entering directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8' make[2]: Entering directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/programs' make[3]: Entering directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/programs' make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/debug.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/entropy_common.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/error_private.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/fse_decompress.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/pool.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/threading.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/xxhash.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_common.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/fse_compress.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/hist.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/huf_compress.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_compress.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_compress_literals.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_compress_sequences.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_compress_superblock.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_double_fast.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_fast.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_lazy.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_ldm.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_opt.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstdmt_compress.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/huf_decompress.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_ddict.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_decompress.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_decompress_block.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/cover.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/divsufsort.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/fastcover.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zdict.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_v05.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_v06.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstd_v07.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/dibio.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/timefn.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/fileio.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/benchzstd.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/zstdcli.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/datagen.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/util.o CC obj/conf_7c96c50cc70cdb8349f799d1b4aa0f44/benchfn.o ==> 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_7c96c50cc70cdb8349f799d1b4aa0f44/zstd zstd build completed make[3]: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/programs' make[2]: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/programs' make[1]: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8' >>> host-zstd 1.4.8 Installing to host directory PATH="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/aws/bin:/root/bin" PKG_CONFIG="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/pkgconfig:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/share/pkgconfig" PATH="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/aws/bin:/root/bin" PKG_CONFIG="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/pkgconfig:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/include" CFLAGS="-O2 -I/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/include" LDFLAGS="-L/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib -Wl,-rpath,/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 DESTDIR=/nvme/rc-buildroot-test/scripts/instance-0/output-1/host PREFIX=/usr -C /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/lib install make[1]: Entering directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/lib' creating pkgconfig Installing includes Installing static library Installing shared library zstd static and shared library installed make[1]: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/lib' PATH="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/aws/bin:/root/bin" PKG_CONFIG="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/pkgconfig:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/share/pkgconfig" PATH="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/aws/bin:/root/bin" PKG_CONFIG="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/pkgconfig:/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/include" CFLAGS="-O2 -I/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/include" LDFLAGS="-L/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib -Wl,-rpath,/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 DESTDIR=/nvme/rc-buildroot-test/scripts/instance-0/output-1/host PREFIX=/usr -C /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/programs install make[1]: Entering directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/programs' Installing binaries Installing man pages zstd installation completed make[1]: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/output-1/build/host-zstd-1.4.8/programs' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-%g' -e 's%@TARGET_ARCH@%nds32le%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', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/nvme/rc-buildroot-test/scripts/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/nvme/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/etc/meson/cross-compilation.conf mkdir -p /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/etc echo "buildroot" > /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/etc/hosts mkdir -p /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/etc/shadow rm -f /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/locales.nopurge for dir in /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/locale /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/X11/locale /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /nvme/rc-buildroot-test/scripts/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/include /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/aclocal \ /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/lib/pkgconfig /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/pkgconfig \ /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/lib/cmake /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/cmake \ /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/doc find /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/lib/ /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/lib/ /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/gdb rm -rf /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/bash-completion rm -rf /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/etc/bash_completion.d rm -rf /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/zsh rm -rf /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/man /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/man rm -rf /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/info /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/info rm -rf /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/doc /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/doc rm -rf /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/gtk-doc rmdir /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/lib/debug /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/lib/debug find /nvme/rc-buildroot-test/scripts/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /nvme/rc-buildroot-test/scripts/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.02-4433-g1a78af4d10"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.02-git\"" \ ) > /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvme/rc-buildroot-test/scripts/instance-0/output-1/per-package /nvme/rc-buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target touch /nvme/rc-buildroot-test/scripts/instance-0/output-1/target/usr ln -snf /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot /nvme/rc-buildroot-test/scripts/instance-0/output-1/staging make: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/buildroot' make: Entering directory '/nvme/rc-buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2020.02-4433-g1a78af4d10 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> 18xx-ti-utils 8.8 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 4th 3.62.5 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.62.5 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-aespipe 2.4f Collecting legal info >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> libselinux 3.1 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.1 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> 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) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.10 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> blktrace 1.2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libaio 0.3.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dav1d 0.8.0 Collecting legal info COPYING: OK (sha256: b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9) >>> host-meson 0.56.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.15.5 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-python3 3.9.0 Collecting legal info LICENSE: OK (sha256: 1dceef1677a39befa8bf0285ab2db441ba117520bb2de839547ace006a17750d) >>> host-expat 2.2.10 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> 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) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropbear 2020.81 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> ell 0.35 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> execline 2.6.1.0 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> skalibs 2.9.2.1 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> exim 4.94 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> hdparm 9.60 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> imagemagick 7.0.10-51 Collecting legal info LICENSE: OK (sha256: 7b43ee798e835f5e0dc03c92c52d288b46a771c4561d57ef2a9a8b2c76bf33cb) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> webp 1.1.0 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> iwd 1.10 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> libarchive 3.4.3 Collecting legal info COPYING: OK (sha256: e1e3d4ba9d0b0ccba333b5f5539f7c6c9a3ef3d57a96cd165d2c45eaa1cd026d) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libdnet 1.11 Collecting legal info LICENSE: OK (sha256: 1e94df12cb3701fa64e07eeb60284bb16a3544815d5a39860dacff7b86610584) >>> libhdhomerun 20200907 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> liblockfile 1.09 Collecting legal info COPYRIGHT: OK (sha256: 5fffcc11f94a05a7cff02ff792407737eb1cba840767cc1a71b67fbb19695dd3) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info LICENSE: OK (sha256: 0ac7d61c52aff5717c02250ca0adf0ef35019e2c0838a3479b8fce597aea6fde) >>> libshout 2.4.3 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libunistring 0.9.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lockfile-progs 0.1.18 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1i Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openresolv 3.10.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opkg 0.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> s6-linux-init 1.0.3.1 Collecting legal info COPYING: OK (sha256: 487e89990a571700bcdf7c0cbbde2859446f79e85e8b59791adab98fff6b1889) >>> s6 2.9.0.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> s6-linux-utils 2.5.1.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> s6-portable-utils 2.2.2.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> snort 2.9.17 Collecting legal info LICENSE: OK (sha256: f98260a6d3e5ef4ede8a2a6b698e5ac91d64c09243f7171e1c5b17b920a835c7) COPYING: OK (sha256: 3f1cbfb20bb2c608e1a474421880d08b8cba6abb00ab7736d22c481d71656a6d) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> uboot-tools 2020.04 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-zstd 1.4.8 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) Legal info produced in /nvme/rc-buildroot-test/scripts/instance-0/output-1/legal-info make: Leaving directory '/nvme/rc-buildroot-test/scripts/instance-0/buildroot'