-- Performing Test HAVE_GCC_VISIBILITY -- Performing Test HAVE_GCC_VISIBILITY - Success -- Looking for isnan in c -- Looking for isnan in c - found CMake Warning (dev) at src/CMakeLists.txt:83 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. running /home/buildroot/instance-0/output-1/host/bin/cmake -E copy_if_different /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/api/yajl_parse.h /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 CMake Warning (dev) at src/CMakeLists.txt:83 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. running /home/buildroot/instance-0/output-1/host/bin/cmake -E copy_if_different /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/api/yajl_gen.h /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 CMake Warning (dev) at src/CMakeLists.txt:83 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. running /home/buildroot/instance-0/output-1/host/bin/cmake -E copy_if_different /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/api/yajl_common.h /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 CMake Warning (dev) at src/CMakeLists.txt:83 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. running /home/buildroot/instance-0/output-1/host/bin/cmake -E copy_if_different /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/api/yajl_tree.h /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 CMake Warning (dev) at reformatter/CMakeLists.txt:42 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "json_reformat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at verify/CMakeLists.txt:36 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "json_verify". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. !! doxygen not found, not generating documentation -- Configuring done (0.5s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS CMAKE_INSTALL_RUNSTATEDIR -- Build files have been written to: /home/buildroot/instance-0/output-1/build/yajl-2.1.0 >>> yajl 2.1.0 Building GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/output-1/host/bin/cmake --build /home/buildroot/instance-0/output-1/build/yajl-2.1.0/ -j17 -- make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' [ 4%] Building C object src/CMakeFiles/yajl_s.dir/yajl.c.o [ 13%] Building C object src/CMakeFiles/yajl_s.dir/yajl_parser.c.o [ 13%] Building C object src/CMakeFiles/yajl_s.dir/yajl_lex.c.o [ 17%] Building C object src/CMakeFiles/yajl_s.dir/yajl_buf.c.o [ 21%] Building C object src/CMakeFiles/yajl_s.dir/yajl_gen.c.o [ 26%] Building C object src/CMakeFiles/yajl_s.dir/yajl_encode.c.o [ 39%] Building C object src/CMakeFiles/yajl_s.dir/yajl_tree.c.o [ 39%] Building C object src/CMakeFiles/yajl_s.dir/yajl_version.c.o [ 39%] Building C object src/CMakeFiles/yajl_s.dir/yajl_alloc.c.o /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/yajl_parser.c: In function 'yajl_do_parse': /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/yajl_parser.c:334:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 334 | if (yajl_bs_current(hand->stateStack) == | ^ /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/yajl_parser.c:347:17: note: here 347 | case yajl_tok_colon: | ^~~~ /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/yajl_parser.c:405:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 405 | if (yajl_bs_current(hand->stateStack) == | ^ /home/buildroot/instance-0/output-1/build/yajl-2.1.0/src/yajl_parser.c:414:17: note: here 414 | default: | ^~~~~~~ [ 43%] Linking C static library ../yajl-2.1.0/lib/libyajl.a make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' [ 43%] Built target yajl_s make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' [ 52%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o [ 52%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o [ 56%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o [ 65%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o [ 65%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o [ 69%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o [ 73%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o [ 78%] Linking C executable gen-extra-close [ 82%] Linking C executable parse_config [ 86%] Linking C executable json_verify [ 91%] Linking C executable perftest [ 95%] Linking C executable yajl_test [100%] Linking C executable json_reformat make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' [100%] Built target gen-extra-close make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' [100%] Built target json_verify make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' [100%] Built target perftest make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' [100%] Built target parse_config make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' [100%] Built target yajl_test make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' [100%] Built target json_reformat make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/yajl-2.1.0' >>> yajl 2.1.0 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot /home/buildroot/instance-0/output-1/host/bin/cmake --install /home/buildroot/instance-0/output-1/build/yajl-2.1.0/ -- Install configuration: "Release" -- Installing: /home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.a -- Installing: /home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_common.h -- Installing: /home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_version.h -- Installing: /home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot/usr/bin/json_reformat -- Installing: /home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot/usr/bin/json_verify >>> yajl 2.1.0 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/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/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/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 >>> yajl 2.1.0 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/buildroot/instance-0/output-1/target /home/buildroot/instance-0/output-1/host/bin/cmake --install /home/buildroot/instance-0/output-1/build/yajl-2.1.0/ -- Install configuration: "Release" -- Installing: /home/buildroot/instance-0/output-1/target/usr/lib/libyajl.a -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/yajl/yajl_parse.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/yajl/yajl_gen.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/yajl/yajl_common.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/yajl/yajl_tree.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/yajl/yajl_version.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/share/pkgconfig/yajl.pc -- Installing: /home/buildroot/instance-0/output-1/target/usr/bin/json_reformat -- Installing: /home/buildroot/instance-0/output-1/target/usr/bin/json_verify >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/instance-0/output-1/host/bin/riscv32-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/instance-0/output-1/host/bin/riscv32-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%riscv32%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%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/buildroot/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/instance-0/output-1/host/bin/riscv32-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/instance-0/output-1/host/bin/riscv32-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%riscv32%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/instance-0/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/instance-0/output-1/target/etc/shells; fi mkdir -p /home/buildroot/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/instance-0/output-1/target/etc/shells if [ -x /home/buildroot/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/instance-0/output-1/target/etc/inittab; fi rm -rf /home/buildroot/instance-0/output-1/target/usr/include /home/buildroot/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/instance-0/output-1/target/usr/lib/cmake /home/buildroot/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/instance-0/output-1/target/usr/lib/rpm /home/buildroot/instance-0/output-1/target/usr/doc find /home/buildroot/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/instance-0/output-1/target/lib/ /home/buildroot/instance-0/output-1/target/usr/lib/ /home/buildroot/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/instance-0/output-1/target/usr/man /home/buildroot/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/instance-0/output-1/target/usr/info /home/buildroot/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/instance-0/output-1/target/usr/doc /home/buildroot/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/instance-0/output-1/target/lib/debug /home/buildroot/instance-0/output-1/target/usr/lib/debug find /home/buildroot/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 /bin/true 2>/dev/null || true find /home/buildroot/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.11-778-gdfa0e723cd"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2025.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2025.02-git\"" \ ) > /home/buildroot/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=17 \ PER_PACKAGE_DIR=/home/buildroot/instance-0/output-1/per-package \ /home/buildroot/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/instance-0/output-1/images rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/instance-0/output-1/target/ /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/buildroot/support/scripts/mkusers /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/instance-0/output-1/host/bin/makedevs -d /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 692 objects. stage 2: creating image '/home/buildroot/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/692 0% [ ] 2/692 0% [ ] 3/692 0% [ ] 4/692 0% [ ] 5/692 0% [ ] 6/692 0% [ ] 7/692 1% [ ] 8/692 1% [ ] 9/692 1% [ ] 10/692 1% [= ] 11/692 1% [= ] 12/692 1% [= ] 13/692 1% [= ] 14/692 2% [= ] 15/692 2% [= ] 16/692 2% [= ] 17/692 2% [= ] 18/692 2% [= ] 19/692 2% [= ] 20/692 2% [= ] 21/692 3% [== ] 22/692 3% [== ] 23/692 3% [== ] 24/692 3% [== ] 25/692 3% [== ] 26/692 3% [== ] 27/692 3% [== ] 28/692 4% [== ] 29/692 4% [== ] 30/692 4% [== ] 31/692 4% [== ] 32/692 4% [=== ] 33/692 4% [=== ] 34/692 4% [=== ] 35/692 5% [=== ] 36/692 5% [=== ] 37/692 5% [=== ] 38/692 5% [=== ] 39/692 5% [=== ] 40/692 5% [=== ] 41/692 5% [=== ] 42/692 6% [=== ] 43/692 6% [==== ] 44/692 6% [==== ] 45/692 6% [==== ] 46/692 6% [==== ] 47/692 6% [==== ] 48/692 6% [==== ] 49/692 7% [==== ] 50/692 7% [==== ] 51/692 7% [==== ] 52/692 7% [==== ] 53/692 7% [==== ] 54/692 7% [===== ] 55/692 7% [===== ] 56/692 8% [===== ] 57/692 8% [===== ] 58/692 8% [===== ] 59/692 8% [===== ] 60/692 8% [===== ] 61/692 8% [===== ] 62/692 8% [===== ] 63/692 9% [===== ] 64/692 9% [====== ] 65/692 9% [====== ] 66/692 9% [====== ] 67/692 9% [====== ] 68/692 9% [====== ] 69/692 9% [====== ] 70/692 10% [====== ] 71/692 10% [====== ] 72/692 10% [====== ] 73/692 10% [====== ] 74/692 10% [====== ] 75/692 10% [======= ] 76/692 10% [======= ] 77/692 11% [======= ] 78/692 11% [======= ] 79/692 11% [======= ] 80/692 11% [======= ] 81/692 11% [======= ] 82/692 11% [======= ] 83/692 11% [======= ] 84/692 12% [======= ] 85/692 12% [======= ] 86/692 12% [======== ] 87/692 12% [======== ] 88/692 12% [======== ] 89/692 12% [======== ] 90/692 13% [======== ] 91/692 13% [======== ] 92/692 13% [======== ] 93/692 13% [======== ] 94/692 13% [======== ] 95/692 13% [======== ] 96/692 13% [======== ] 97/692 14% [========= ] 98/692 14% [========= ] 99/692 14% [========= ] 100/692 14% [========= ] 101/692 14% [========= ] 102/692 14% [========= ] 103/692 14% [========= ] 104/692 15% [========= ] 105/692 15% [========= ] 106/692 15% [========= ] 107/692 15% [========= ] 108/692 15% [========== ] 109/692 15% [========== ] 110/692 15% [========== ] 111/692 16% [========== ] 112/692 16% [========== ] 113/692 16% [========== ] 114/692 16% [========== ] 115/692 16% [========== ] 116/692 16% [========== ] 117/692 16% [========== ] 118/692 17% [=========== ] 119/692 17% [=========== ] 120/692 17% [=========== ] 121/692 17% [=========== ] 122/692 17% [=========== ] 123/692 17% [=========== ] 124/692 17% [=========== ] 125/692 18% [=========== ] 126/692 18% [=========== ] 127/692 18% [=========== ] 128/692 18% [=========== ] 129/692 18% [============ ] 130/692 18% [============ ] 131/692 18% [============ ] 132/692 19% [============ ] 133/692 19% [============ ] 134/692 19% [============ ] 135/692 19% [============ ] 136/692 19% [============ ] 137/692 19% [============ ] 138/692 19% [============ ] 139/692 20% [============ ] 140/692 20% [============= ] 141/692 20% [============= ] 142/692 20% [============= ] 143/692 20% [============= ] 144/692 20% [============= ] 145/692 20% [============= ] 146/692 21% [============= ] 147/692 21% [============= ] 148/692 21% [============= ] 149/692 21% [============= ] 150/692 21% [============= ] 151/692 21% [============== ] 152/692 21% [============== ] 153/692 22% [============== ] 154/692 22% [============== ] 155/692 22% [============== ] 156/692 22% [============== ] 157/692 22% [============== ] 158/692 22% [============== ] 159/692 22% [============== ] 160/692 23% [============== ] 161/692 23% [============== ] 162/692 23% [=============== ] 163/692 23% [=============== ] 164/692 23% [=============== ] 165/692 23% [=============== ] 166/692 23% [=============== ] 167/692 24% [=============== ] 168/692 24% [=============== ] 169/692 24% [=============== ] 170/692 24% [=============== ] 171/692 24% [=============== ] 172/692 24% [================ ] 173/692 25% [================ ] 174/692 25% [================ ] 175/692 25% [================ ] 176/692 25% [================ ] 177/692 25% [================ ] 178/692 25% [================ ] 179/692 25% [================ ] 180/692 26% [================ ] 181/692 26% [================ ] 182/692 26% [================ ] 183/692 26% [================= ] 184/692 26% [================= ] 185/692 26% [================= ] 186/692 26% [================= ] 187/692 27% [================= ] 188/692 27% [================= ] 189/692 27% [================= ] 190/692 27% [================= ] 191/692 27% [================= ] 192/692 27% [================= ] 193/692 27% [================= ] 194/692 28% [================== ] 195/692 28% [================== ] 196/692 28% [================== ] 197/692 28% [================== ] 198/692 28% [================== ] 199/692 28% [================== ] 200/692 28% [================== ] 201/692 29% [================== ] 202/692 29% [================== ] 203/692 29% [================== ] 204/692 29% [================== ] 205/692 29% [=================== ] 206/692 29% [=================== ] 207/692 29% [=================== ] 208/692 30% [=================== ] 209/692 30% [=================== ] 210/692 30% [=================== ] 211/692 30% [=================== ] 212/692 30% [=================== ] 213/692 30% [=================== ] 214/692 30% [=================== ] 215/692 31% [=================== ] 216/692 31% [==================== ] 217/692 31% [==================== ] 218/692 31% [==================== ] 219/692 31% [==================== ] 220/692 31% [==================== ] 221/692 31% [==================== ] 222/692 32% [==================== ] 223/692 32% [==================== ] 224/692 32% [==================== ] 225/692 32% [==================== ] 226/692 32% [==================== ] 227/692 32% [===================== ] 228/692 32% [===================== ] 229/692 33% [===================== ] 230/692 33% [===================== ] 231/692 33% [===================== ] 232/692 33% [===================== ] 233/692 33% [===================== ] 234/692 33% [===================== ] 235/692 33% [===================== ] 236/692 34% [===================== ] 237/692 34% [====================== ] 238/692 34% [====================== ] 239/692 34% [====================== ] 240/692 34% [====================== ] 241/692 34% [====================== ] 242/692 34% [====================== ] 243/692 35% [====================== ] 244/692 35% [====================== ] 245/692 35% [====================== ] 246/692 35% [====================== ] 247/692 35% [====================== ] 248/692 35% [======================= ] 249/692 35% [======================= ] 250/692 36% [======================= ] 251/692 36% [======================= ] 252/692 36% [======================= ] 253/692 36% [======================= ] 254/692 36% [======================= ] 255/692 36% [======================= ] 256/692 36% [======================= ] 257/692 37% [======================= ] 258/692 37% [======================= ] 259/692 37% [======================== ] 260/692 37% [======================== ] 261/692 37% [======================== ] 262/692 37% [======================== ] 263/692 38% [======================== ] 264/692 38% [======================== ] 265/692 38% [======================== ] 266/692 38% [======================== ] 267/692 38% [======================== ] 268/692 38% [======================== ] 269/692 38% [======================== ] 270/692 39% [========================= ] 271/692 39% [========================= ] 272/692 39% [========================= ] 273/692 39% [========================= ] 274/692 39% [========================= ] 275/692 39% [========================= ] 276/692 39% [========================= ] 277/692 40% [========================= ] 278/692 40% [========================= ] 279/692 40% [========================= ] 280/692 40% [========================= ] 281/692 40% [========================== ] 282/692 40% [========================== ] 283/692 40% [========================== ] 284/692 41% [========================== ] 285/692 41% [========================== ] 286/692 41% [========================== ] 287/692 41% [========================== ] 288/692 41% [========================== ] 289/692 41% [========================== ] 290/692 41% [========================== ] 291/692 42% [=========================== ] 292/692 42% [=========================== ] 293/692 42% [=========================== ] 294/692 42% [=========================== ] 295/692 42% [=========================== ] 296/692 42% [=========================== ] 297/692 42% [=========================== ] 298/692 43% [=========================== ] 299/692 43% [=========================== ] 300/692 43% [=========================== ] 301/692 43% [=========================== ] 302/692 43% [============================ ] 303/692 43% [============================ ] 304/692 43% [============================ ] 305/692 44% [============================ ] 306/692 44% [============================ ] 307/692 44% [============================ ] 308/692 44% [============================ ] 309/692 44% [============================ ] 310/692 44% [============================ ] 311/692 44% [============================ ] 312/692 45% [============================ ] 313/692 45% [============================= ] 314/692 45% [============================= ] 315/692 45% [============================= ] 316/692 45% [============================= ] 317/692 45% [============================= ] 318/692 45% [============================= ] 319/692 46% [============================= ] 320/692 46% [============================= ] 321/692 46% [============================= ] 322/692 46% [============================= ] 323/692 46% [============================= ] 324/692 46% [============================== ] 325/692 46% [============================== ] 326/692 47% [============================== ] 327/692 47% [============================== ] 328/692 47% [============================== ] 329/692 47% [============================== ] 330/692 47% [============================== ] 331/692 47% [============================== ] 332/692 47% [============================== ] 333/692 48% [============================== ] 334/692 48% [============================== ] 335/692 48% [=============================== ] 336/692 48% [=============================== ] 337/692 48% [=============================== ] 338/692 48% [=============================== ] 339/692 48% [=============================== ] 340/692 49% [=============================== ] 341/692 49% [=============================== ] 342/692 49% [=============================== ] 343/692 49% [=============================== ] 344/692 49% [=============================== ] 345/692 49% [================================ ] 346/692 50% [================================ ] 347/692 50% [================================ ] 348/692 50% [================================ ] 349/692 50% [================================ ] 350/692 50% [================================ ] 351/692 50% [================================ ] 352/692 50% [================================ ] 353/692 51% [================================ ] 354/692 51% [================================ ] 355/692 51% [================================ ] 356/692 51% [================================= ] 357/692 51% [================================= ] 358/692 51% [================================= ] 359/692 51% [================================= ] 360/692 52% [================================= ] 361/692 52% [================================= ] 362/692 52% [================================= ] 363/692 52% [================================= ] 364/692 52% [================================= ] 365/692 52% [================================= ] 366/692 52% [================================= ] 367/692 53% [================================== ] 368/692 53% [================================== ] 369/692 53% [================================== ] 370/692 53% [================================== ] 371/692 53% [================================== ] 372/692 53% [================================== ] 373/692 53% [================================== ] 374/692 54% [================================== ] 375/692 54% [================================== ] 376/692 54% [================================== ] 377/692 54% [================================== ] 378/692 54% [=================================== ] 379/692 54% [=================================== ] 380/692 54% [=================================== ] 381/692 55% [=================================== ] 382/692 55% [=================================== ] 383/692 55% [=================================== ] 384/692 55% [=================================== ] 385/692 55% [=================================== ] 386/692 55% [=================================== ] 387/692 55% [=================================== ] 388/692 56% [=================================== ] 389/692 56% [==================================== ] 390/692 56% [==================================== ] 391/692 56% [==================================== ] 392/692 56% [==================================== ] 393/692 56% [==================================== ] 394/692 56% [==================================== ] 395/692 57% [==================================== ] 396/692 57% [==================================== ] 397/692 57% [==================================== ] 398/692 57% [==================================== ] 399/692 57% [==================================== ] 400/692 57% [===================================== ] 401/692 57% [===================================== ] 402/692 58% [===================================== ] 403/692 58% [===================================== ] 404/692 58% [===================================== ] 405/692 58% [===================================== ] 406/692 58% [===================================== ] 407/692 58% [===================================== ] 408/692 58% [===================================== ] 409/692 59% [===================================== ] 410/692 59% [====================================== ] 411/692 59% [====================================== ] 412/692 59% [====================================== ] 413/692 59% [====================================== ] 414/692 59% [====================================== ] 415/692 59% [====================================== ] 416/692 60% [====================================== ] 417/692 60% [====================================== ] 418/692 60% [====================================== ] 419/692 60% [====================================== ] 420/692 60% [====================================== ] 421/692 60% [======================================= ] 422/692 60% [======================================= ] 423/692 61% [======================================= ] 424/692 61% [======================================= ] 425/692 61% [======================================= ] 426/692 61% [======================================= ] 427/692 61% [======================================= ] 428/692 61% [======================================= ] 429/692 61% [======================================= ] 430/692 62% [======================================= ] 431/692 62% [======================================= ] 432/692 62% [======================================== ] 433/692 62% [======================================== ] 434/692 62% [======================================== ] 435/692 62% [======================================== ] 436/692 63% [======================================== ] 437/692 63% [======================================== ] 438/692 63% [======================================== ] 439/692 63% [======================================== ] 440/692 63% [======================================== ] 441/692 63% [======================================== ] 442/692 63% [======================================== ] 443/692 64% [========================================= ] 444/692 64% [========================================= ] 445/692 64% [========================================= ] 446/692 64% [========================================= ] 447/692 64% [========================================= ] 448/692 64% [========================================= ] 449/692 64% [========================================= ] 450/692 65% [========================================= ] 451/692 65% [========================================= ] 452/692 65% [========================================= ] 453/692 65% [========================================= ] 454/692 65% [========================================== ] 455/692 65% [========================================== ] 456/692 65% [========================================== ] 457/692 66% [========================================== ] 458/692 66% [========================================== ] 459/692 66% [========================================== ] 460/692 66% [========================================== ] 461/692 66% [========================================== ] 462/692 66% [========================================== ] 463/692 66% [========================================== ] 464/692 67% [=========================================== ] 465/692 67% [=========================================== ] 466/692 67% [=========================================== ] 467/692 67% [=========================================== ] 468/692 67% [=========================================== ] 469/692 67% [=========================================== ] 470/692 67% [=========================================== ] 471/692 68% [=========================================== ] 472/692 68% [=========================================== ] 473/692 68% [=========================================== ] 474/692 68% [=========================================== ] 475/692 68% [============================================ ] 476/692 68% [============================================ ] 477/692 68% [============================================ ] 478/692 69% [============================================ ] 479/692 69% [============================================ ] 480/692 69% [============================================ ] 481/692 69% [============================================ ] 482/692 69% [============================================ ] 483/692 69% [============================================ ] 484/692 69% [============================================ ] 485/692 70% [============================================ ] 486/692 70% [============================================= ] 487/692 70% [============================================= ] 488/692 70% [============================================= ] 489/692 70% [============================================= ] 490/692 70% [============================================= ] 491/692 70% [============================================= ] 492/692 71% [============================================= ] 493/692 71% [============================================= ] 494/692 71% [============================================= ] 495/692 71% [============================================= ] 496/692 71% [============================================= ] 497/692 71% [============================================== ] 498/692 71% [============================================== ] 499/692 72% [============================================== ] 500/692 72% [============================================== ] 501/692 72% [============================================== ] 502/692 72% [============================================== ] 503/692 72% [============================================== ] 504/692 72% [============================================== ] 505/692 72% [============================================== ] 506/692 73% [============================================== ] 507/692 73% [============================================== ] 508/692 73% [=============================================== ] 509/692 73% [=============================================== ] 510/692 73% [=============================================== ] 511/692 73% [=============================================== ] 512/692 73% [=============================================== ] 513/692 74% [=============================================== ] 514/692 74% [=============================================== ] 515/692 74% [=============================================== ] 516/692 74% [=============================================== ] 517/692 74% [=============================================== ] 518/692 74% [================================================ ] 519/692 75% [================================================ ] 520/692 75% [================================================ ] 521/692 75% [================================================ ] 522/692 75% [================================================ ] 523/692 75% [================================================ ] 524/692 75% [================================================ ] 525/692 75% [================================================ ] 526/692 76% [================================================ ] 527/692 76% [================================================ ] 528/692 76% [================================================ ] 529/692 76% [================================================= ] 530/692 76% [================================================= ] 531/692 76% [================================================= ] 532/692 76% [================================================= ] 533/692 77% [================================================= ] 534/692 77% [================================================= ] 535/692 77% [================================================= ] 536/692 77% [================================================= ] 537/692 77% [================================================= ] 538/692 77% [================================================= ] 539/692 77% [================================================= ] 540/692 78% [================================================== ] 541/692 78% [================================================== ] 542/692 78% [================================================== ] 543/692 78% [================================================== ] 544/692 78% [================================================== ] 545/692 78% [================================================== ] 546/692 78% [================================================== ] 547/692 79% [================================================== ] 548/692 79% [================================================== ] 549/692 79% [================================================== ] 550/692 79% [================================================== ] 551/692 79% [=================================================== ] 552/692 79% [=================================================== ] 553/692 79% [=================================================== ] 554/692 80% [=================================================== ] 555/692 80% [=================================================== ] 556/692 80% [=================================================== ] 557/692 80% [=================================================== ] 558/692 80% [=================================================== ] 559/692 80% [=================================================== ] 560/692 80% [=================================================== ] 561/692 81% [=================================================== ] 562/692 81% [==================================================== ] 563/692 81% [==================================================== ] 564/692 81% [==================================================== ] 565/692 81% [==================================================== ] 566/692 81% [==================================================== ] 567/692 81% [==================================================== ] 568/692 82% [==================================================== ] 569/692 82% [==================================================== ] 570/692 82% [==================================================== ] 571/692 82% [==================================================== ] 572/692 82% [==================================================== ] 573/692 82% [===================================================== ] 574/692 82% [===================================================== ] 575/692 83% [===================================================== ] 576/692 83% [===================================================== ] 577/692 83% [===================================================== ] 578/692 83% [===================================================== ] 579/692 83% [===================================================== ] 580/692 83% [===================================================== ] 581/692 83% [===================================================== ] 582/692 84% [===================================================== ] 583/692 84% [====================================================== ] 584/692 84% [====================================================== ] 585/692 84% [====================================================== ] 586/692 84% [====================================================== ] 587/692 84% [====================================================== ] 588/692 84% [====================================================== ] 589/692 85% [====================================================== ] 590/692 85% [====================================================== ] 591/692 85% [====================================================== ] 592/692 85% [====================================================== ] 593/692 85% [====================================================== ] 594/692 85% [======================================================= ] 595/692 85% [======================================================= ] 596/692 86% [======================================================= ] 597/692 86% [======================================================= ] 598/692 86% [======================================================= ] 599/692 86% [======================================================= ] 600/692 86% [======================================================= ] 601/692 86% [======================================================= ] 602/692 86% [======================================================= ] 603/692 87% [======================================================= ] 604/692 87% [======================================================= ] 605/692 87% [======================================================== ] 606/692 87% [======================================================== ] 607/692 87% [======================================================== ] 608/692 87% [======================================================== ] 609/692 88% [======================================================== ] 610/692 88% [======================================================== ] 611/692 88% [======================================================== ] 612/692 88% [======================================================== ] 613/692 88% [======================================================== ] 614/692 88% [======================================================== ] 615/692 88% [======================================================== ] 616/692 89% [========================================================= ] 617/692 89% [========================================================= ] 618/692 89% [========================================================= ] 619/692 89% [========================================================= ] 620/692 89% [========================================================= ] 621/692 89% [========================================================= ] 622/692 89% [========================================================= ] 623/692 90% [========================================================= ] 624/692 90% [========================================================= ] 625/692 90% [========================================================= ] 626/692 90% [========================================================= ] 627/692 90% [========================================================== ] 628/692 90% [========================================================== ] 629/692 90% [========================================================== ] 630/692 91% [========================================================== ] 631/692 91% [========================================================== ] 632/692 91% [========================================================== ] 633/692 91% [========================================================== ] 634/692 91% [========================================================== ] 635/692 91% [========================================================== ] 636/692 91% [========================================================== ] 637/692 92% [=========================================================== ] 638/692 92% [=========================================================== ] 639/692 92% [=========================================================== ] 640/692 92% [=========================================================== ] 641/692 92% [=========================================================== ] 642/692 92% [=========================================================== ] 643/692 92% [=========================================================== ] 644/692 93% [=========================================================== ] 645/692 93% [=========================================================== ] 646/692 93% [=========================================================== ] 647/692 93% [=========================================================== ] 648/692 93% [============================================================ ] 649/692 93% [============================================================ ] 650/692 93% [============================================================ ] 651/692 94% [============================================================ ] 652/692 94% [============================================================ ] 653/692 94% [============================================================ ] 654/692 94% [============================================================ ] 655/692 94% [============================================================ ] 656/692 94% [============================================================ ] 657/692 94% [============================================================ ] 658/692 95% [============================================================ ] 659/692 95% [============================================================= ] 660/692 95% [============================================================= ] 661/692 95% [============================================================= ] 662/692 95% [============================================================= ] 663/692 95% [============================================================= ] 664/692 95% [============================================================= ] 665/692 96% [============================================================= ] 666/692 96% [============================================================= ] 667/692 96% [============================================================= ] 668/692 96% [============================================================= ] 669/692 96% [============================================================= ] 670/692 96% [============================================================== ] 671/692 96% [============================================================== ] 672/692 97% [============================================================== ] 673/692 97% [============================================================== ] 674/692 97% [============================================================== ] 675/692 97% [============================================================== ] 676/692 97% [============================================================== ] 677/692 97% [============================================================== ] 678/692 97% [============================================================== ] 679/692 98% [============================================================== ] 680/692 98% [============================================================== ] 681/692 98% [=============================================================== ] 682/692 98% [=============================================================== ] 683/692 98% [=============================================================== ] 684/692 98% [=============================================================== ] 685/692 98% [=============================================================== ] 686/692 99% [=============================================================== ] 687/692 99% [=============================================================== ] 688/692 99% [=============================================================== ] 689/692 99% [=============================================================== ] 690/692 99% [=============================================================== ] 691/692 99% [================================================================] 692/692 100% operation complete, 692 objects in 5612 NAND pages. ln -snf /home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/sysroot /home/buildroot/instance-0/output-1/staging make: Leaving directory '/home/buildroot/instance-0/buildroot' make: Entering directory '/home/buildroot/instance-0/buildroot' >>> Buildroot 2024.11-778-gdfa0e723cd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-elf2flt 2024.05 Collecting legal info LICENSE.TXT: OK (sha256: f20bc5007904094e3a4e9fbcc3526cdd40893f91d458c3139b308e5c4c0899c6) >>> host-autoconf 2.72 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.51 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 5.15.177 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.13 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> atest 9ff52ee5d7764984e21fe40a381b41ecd2d63548 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-pkgconf 2.3.0 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> host-bootgen xilinx_v2024.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 3.4.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> comix-cursors 0.9.1 Collecting legal info >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ethtool 6.11 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-cmake 3.31.5 Collecting legal info Copyright.txt: OK (sha256: 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libmicrohttpd 1.0.1 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmodbus 3.1.11 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpng 1.6.46 Collecting legal info LICENSE: OK (sha256: 16d9daaafbf63a31a5bdc91d4600972548fef5aaa1244202393288dbd079c49a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.13.5 Collecting legal info Copyright: OK (sha256: c99aae1afe013e50b8b3701e089222b351258043c3025b64053a233fd25b4be7) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.1 Collecting legal info LICENSE: OK (sha256: 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd) >>> lsuio ba46808da148552462e50ba66d8d15cc5b9a3a00 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> mbedtls 2.28.9 Collecting legal info LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b) >>> mbpoll 1.5.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-python-greenlet 3.1.1 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.10.1 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.4 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.2.2 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.2.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 75.8.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.45.1 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-python-six 1.17.0 Collecting legal info LICENSE: OK (sha256: 4375ba20e2b9c6c4e7cad2940a628fd90e95cc3d50ee92aae755715d8ba1fbd0) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> host-meson 1.6.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> wilc-firmware wilc_linux_16_3 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.36 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: linux-headers-5.15.177: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/instance-0/buildroot'