In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'unyaffs2_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:3: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/buildroot/instance-0/output-1/host/bin 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" PKG_CONFIG="/home/buildroot/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="/home/buildroot/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j17 -C /home/buildroot/instance-0/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/buildroot/instance-0/output-1/host/bin install make[1]: Entering directory '/home/buildroot/instance-0/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/buildroot/instance-0/output-1/host/bin make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> 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', '-O3', '-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', '-O3', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-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@%'-O3', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-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~^.*#~console::respawn:/sbin/getty -L console 0 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 rm -rf /home/buildroot/instance-0/output-1/target/usr/share/lua/5.3/doc rm -rf /home/buildroot/instance-0/output-1/target/usr/lib/luarocks 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-39-gb65972e437"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.11"; \ echo "PRETTY_NAME=\"Buildroot 2024.11\"" \ ) > /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 >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/instance-0/output-1/images rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs 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/squashfs/target echo '#!/bin/sh' > /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/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/squashfs/target >> /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/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/squashfs/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/instance-0/output-1/host/bin/mksquashfs /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/target /home/buildroot/instance-0/output-1/images/rootfs.squashfs -noappend -processors 17 -b 512K -nopad -comp gzip\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/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/squashfs/fakeroot rootdir=/home/buildroot/instance-0/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 17 processors Creating 4.0 filesystem on /home/buildroot/instance-0/output-1/images/rootfs.squashfs, block size 524288. [===============================================================/] 292/292 100% Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 524288 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 14496.44 Kbytes (14.16 Mbytes) 39.19% of uncompressed filesystem size (36993.16 Kbytes) Inode table size 6493 bytes (6.34 Kbytes) 16.48% of uncompressed inode table size (39390 bytes) Directory table size 7735 bytes (7.55 Kbytes) 41.69% of uncompressed directory table size (18555 bytes) Number of duplicate files found 0 Number of inodes 1198 Number of files 262 Number of fragments 50 Number of symbolic links 182 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 754 Number of hard-links 0 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) www-data (33) Number of gids 2 root (0) www-data (33) >>> 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 1198 objects. stage 2: creating image '/home/buildroot/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/1198 0% [ ] 2/1198 0% [ ] 3/1198 0% [ ] 4/1198 0% [ ] 5/1198 0% [ ] 6/1198 0% [ ] 7/1198 0% [ ] 8/1198 0% [ ] 9/1198 0% [ ] 10/1198 0% [ ] 11/1198 0% [ ] 12/1198 1% [ ] 13/1198 1% [ ] 14/1198 1% [ ] 15/1198 1% [ ] 16/1198 1% [ ] 17/1198 1% [ ] 18/1198 1% [ ] 19/1198 1% [= ] 20/1198 1% [= ] 21/1198 1% [= ] 22/1198 1% [= ] 23/1198 1% [= ] 24/1198 2% [= ] 25/1198 2% [= ] 26/1198 2% [= ] 27/1198 2% [= ] 28/1198 2% [= ] 29/1198 2% [= ] 30/1198 2% [= ] 31/1198 2% [= ] 32/1198 2% [= ] 33/1198 2% [= ] 34/1198 2% [= ] 35/1198 2% [= ] 36/1198 3% [= ] 37/1198 3% [= ] 38/1198 3% [== ] 39/1198 3% [== ] 40/1198 3% [== ] 41/1198 3% [== ] 42/1198 3% [== ] 43/1198 3% [== ] 44/1198 3% [== ] 45/1198 3% [== ] 46/1198 3% [== ] 47/1198 3% [== ] 48/1198 4% [== ] 49/1198 4% [== ] 50/1198 4% [== ] 51/1198 4% [== ] 52/1198 4% [== ] 53/1198 4% [== ] 54/1198 4% [== ] 55/1198 4% [== ] 56/1198 4% [== ] 57/1198 4% [=== ] 58/1198 4% [=== ] 59/1198 4% [=== ] 60/1198 5% [=== ] 61/1198 5% [=== ] 62/1198 5% [=== ] 63/1198 5% [=== ] 64/1198 5% [=== ] 65/1198 5% [=== ] 66/1198 5% [=== ] 67/1198 5% [=== ] 68/1198 5% [=== ] 69/1198 5% [=== ] 70/1198 5% [=== ] 71/1198 5% [=== ] 72/1198 6% [=== ] 73/1198 6% [=== ] 74/1198 6% [=== ] 75/1198 6% [=== ] 76/1198 6% [=== ] 77/1198 6% [==== ] 78/1198 6% [==== ] 79/1198 6% [==== ] 80/1198 6% [==== ] 81/1198 6% [==== ] 82/1198 6% [==== ] 83/1198 6% [==== ] 84/1198 7% [==== ] 85/1198 7% [==== ] 86/1198 7% [==== ] 87/1198 7% [==== ] 88/1198 7% [==== ] 89/1198 7% [==== ] 90/1198 7% [==== ] 91/1198 7% [==== ] 92/1198 7% [==== ] 93/1198 7% [==== ] 94/1198 7% [==== ] 95/1198 7% [==== ] 96/1198 8% [===== ] 97/1198 8% [===== ] 98/1198 8% [===== ] 99/1198 8% [===== ] 100/1198 8% [===== ] 101/1198 8% [===== ] 102/1198 8% [===== ] 103/1198 8% [===== ] 104/1198 8% [===== ] 105/1198 8% [===== ] 106/1198 8% [===== ] 107/1198 8% [===== ] 108/1198 9% [===== ] 109/1198 9% [===== ] 110/1198 9% [===== ] 111/1198 9% [===== ] 112/1198 9% [===== ] 113/1198 9% [===== ] 114/1198 9% [===== ] 115/1198 9% [====== ] 116/1198 9% [====== ] 117/1198 9% [====== ] 118/1198 9% [====== ] 119/1198 9% [====== ] 120/1198 10% [====== ] 121/1198 10% [====== ] 122/1198 10% [====== ] 123/1198 10% [====== ] 124/1198 10% [====== ] 125/1198 10% [====== ] 126/1198 10% [====== ] 127/1198 10% [====== ] 128/1198 10% [====== ] 129/1198 10% [====== ] 130/1198 10% [====== ] 131/1198 10% [====== ] 132/1198 11% [====== ] 133/1198 11% [====== ] 134/1198 11% [====== ] 135/1198 11% [======= ] 136/1198 11% [======= ] 137/1198 11% [======= ] 138/1198 11% [======= ] 139/1198 11% [======= ] 140/1198 11% [======= ] 141/1198 11% [======= ] 142/1198 11% [======= ] 143/1198 11% [======= ] 144/1198 12% [======= ] 145/1198 12% [======= ] 146/1198 12% [======= ] 147/1198 12% [======= ] 148/1198 12% [======= ] 149/1198 12% [======= ] 150/1198 12% [======= ] 151/1198 12% [======= ] 152/1198 12% [======= ] 153/1198 12% [======= ] 154/1198 12% [======== ] 155/1198 12% [======== ] 156/1198 13% [======== ] 157/1198 13% [======== ] 158/1198 13% [======== ] 159/1198 13% [======== ] 160/1198 13% [======== ] 161/1198 13% [======== ] 162/1198 13% [======== ] 163/1198 13% [======== ] 164/1198 13% [======== ] 165/1198 13% [======== ] 166/1198 13% [======== ] 167/1198 13% [======== ] 168/1198 14% [======== ] 169/1198 14% [======== ] 170/1198 14% [======== ] 171/1198 14% [======== ] 172/1198 14% [======== ] 173/1198 14% [========= ] 174/1198 14% [========= ] 175/1198 14% [========= ] 176/1198 14% [========= ] 177/1198 14% [========= ] 178/1198 14% [========= ] 179/1198 14% [========= ] 180/1198 15% [========= ] 181/1198 15% [========= ] 182/1198 15% [========= ] 183/1198 15% [========= ] 184/1198 15% [========= ] 185/1198 15% [========= ] 186/1198 15% [========= ] 187/1198 15% [========= ] 188/1198 15% [========= ] 189/1198 15% [========= ] 190/1198 15% [========= ] 191/1198 15% [========= ] 192/1198 16% [========= ] 193/1198 16% [========== ] 194/1198 16% [========== ] 195/1198 16% [========== ] 196/1198 16% [========== ] 197/1198 16% [========== ] 198/1198 16% [========== ] 199/1198 16% [========== ] 200/1198 16% [========== ] 201/1198 16% [========== ] 202/1198 16% [========== ] 203/1198 16% [========== ] 204/1198 17% [========== ] 205/1198 17% [========== ] 206/1198 17% [========== ] 207/1198 17% [========== ] 208/1198 17% [========== ] 209/1198 17% [========== ] 210/1198 17% [========== ] 211/1198 17% [========== ] 212/1198 17% [=========== ] 213/1198 17% [=========== ] 214/1198 17% [=========== ] 215/1198 17% [=========== ] 216/1198 18% [=========== ] 217/1198 18% [=========== ] 218/1198 18% [=========== ] 219/1198 18% [=========== ] 220/1198 18% [=========== ] 221/1198 18% [=========== ] 222/1198 18% [=========== ] 223/1198 18% [=========== ] 224/1198 18% [=========== ] 225/1198 18% [=========== ] 226/1198 18% [=========== ] 227/1198 18% [=========== ] 228/1198 19% [=========== ] 229/1198 19% [=========== ] 230/1198 19% [=========== ] 231/1198 19% [============ ] 232/1198 19% [============ ] 233/1198 19% [============ ] 234/1198 19% [============ ] 235/1198 19% [============ ] 236/1198 19% [============ ] 237/1198 19% [============ ] 238/1198 19% [============ ] 239/1198 19% [============ ] 240/1198 20% [============ ] 241/1198 20% [============ ] 242/1198 20% [============ ] 243/1198 20% [============ ] 244/1198 20% [============ ] 245/1198 20% [============ ] 246/1198 20% [============ ] 247/1198 20% [============ ] 248/1198 20% [============ ] 249/1198 20% [============ ] 250/1198 20% [============ ] 251/1198 20% [============= ] 252/1198 21% [============= ] 253/1198 21% [============= ] 254/1198 21% [============= ] 255/1198 21% [============= ] 256/1198 21% [============= ] 257/1198 21% [============= ] 258/1198 21% [============= ] 259/1198 21% [============= ] 260/1198 21% [============= ] 261/1198 21% [============= ] 262/1198 21% [============= ] 263/1198 21% [============= ] 264/1198 22% [============= ] 265/1198 22% [============= ] 266/1198 22% [============= ] 267/1198 22% [============= ] 268/1198 22% [============= ] 269/1198 22% [============= ] 270/1198 22% [============== ] 271/1198 22% [============== ] 272/1198 22% [============== ] 273/1198 22% [============== ] 274/1198 22% [============== ] 275/1198 22% [============== ] 276/1198 23% [============== ] 277/1198 23% [============== ] 278/1198 23% [============== ] 279/1198 23% [============== ] 280/1198 23% [============== ] 281/1198 23% [============== ] 282/1198 23% [============== ] 283/1198 23% [============== ] 284/1198 23% [============== ] 285/1198 23% [============== ] 286/1198 23% [============== ] 287/1198 23% [============== ] 288/1198 24% [============== ] 289/1198 24% [=============== ] 290/1198 24% [=============== ] 291/1198 24% [=============== ] 292/1198 24% [=============== ] 293/1198 24% [=============== ] 294/1198 24% [=============== ] 295/1198 24% [=============== ] 296/1198 24% [=============== ] 297/1198 24% [=============== ] 298/1198 24% [=============== ] 299/1198 24% [=============== ] 300/1198 25% [=============== ] 301/1198 25% [=============== ] 302/1198 25% [=============== ] 303/1198 25% [=============== ] 304/1198 25% [=============== ] 305/1198 25% [=============== ] 306/1198 25% [=============== ] 307/1198 25% [=============== ] 308/1198 25% [=============== ] 309/1198 25% [================ ] 310/1198 25% [================ ] 311/1198 25% [================ ] 312/1198 26% [================ ] 313/1198 26% [================ ] 314/1198 26% [================ ] 315/1198 26% [================ ] 316/1198 26% [================ ] 317/1198 26% [================ ] 318/1198 26% [================ ] 319/1198 26% [================ ] 320/1198 26% [================ ] 321/1198 26% [================ ] 322/1198 26% [================ ] 323/1198 26% [================ ] 324/1198 27% [================ ] 325/1198 27% [================ ] 326/1198 27% [================ ] 327/1198 27% [================ ] 328/1198 27% [================= ] 329/1198 27% [================= ] 330/1198 27% [================= ] 331/1198 27% [================= ] 332/1198 27% [================= ] 333/1198 27% [================= ] 334/1198 27% [================= ] 335/1198 27% [================= ] 336/1198 28% [================= ] 337/1198 28% [================= ] 338/1198 28% [================= ] 339/1198 28% [================= ] 340/1198 28% [================= ] 341/1198 28% [================= ] 342/1198 28% [================= ] 343/1198 28% [================= ] 344/1198 28% [================= ] 345/1198 28% [================= ] 346/1198 28% [================= ] 347/1198 28% [================== ] 348/1198 29% [================== ] 349/1198 29% [================== ] 350/1198 29% [================== ] 351/1198 29% [================== ] 352/1198 29% [================== ] 353/1198 29% [================== ] 354/1198 29% [================== ] 355/1198 29% [================== ] 356/1198 29% [================== ] 357/1198 29% [================== ] 358/1198 29% [================== ] 359/1198 29% [================== ] 360/1198 30% [================== ] 361/1198 30% [================== ] 362/1198 30% [================== ] 363/1198 30% [================== ] 364/1198 30% [================== ] 365/1198 30% [================== ] 366/1198 30% [================== ] 367/1198 30% [=================== ] 368/1198 30% [=================== ] 369/1198 30% [=================== ] 370/1198 30% [=================== ] 371/1198 30% [=================== ] 372/1198 31% [=================== ] 373/1198 31% [=================== ] 374/1198 31% [=================== ] 375/1198 31% [=================== ] 376/1198 31% [=================== ] 377/1198 31% [=================== ] 378/1198 31% [=================== ] 379/1198 31% [=================== ] 380/1198 31% [=================== ] 381/1198 31% [=================== ] 382/1198 31% [=================== ] 383/1198 31% [=================== ] 384/1198 32% [=================== ] 385/1198 32% [=================== ] 386/1198 32% [==================== ] 387/1198 32% [==================== ] 388/1198 32% [==================== ] 389/1198 32% [==================== ] 390/1198 32% [==================== ] 391/1198 32% [==================== ] 392/1198 32% [==================== ] 393/1198 32% [==================== ] 394/1198 32% [==================== ] 395/1198 32% [==================== ] 396/1198 33% [==================== ] 397/1198 33% [==================== ] 398/1198 33% [==================== ] 399/1198 33% [==================== ] 400/1198 33% [==================== ] 401/1198 33% [==================== ] 402/1198 33% [==================== ] 403/1198 33% [==================== ] 404/1198 33% [==================== ] 405/1198 33% [===================== ] 406/1198 33% [===================== ] 407/1198 33% [===================== ] 408/1198 34% [===================== ] 409/1198 34% [===================== ] 410/1198 34% [===================== ] 411/1198 34% [===================== ] 412/1198 34% [===================== ] 413/1198 34% [===================== ] 414/1198 34% [===================== ] 415/1198 34% [===================== ] 416/1198 34% [===================== ] 417/1198 34% [===================== ] 418/1198 34% [===================== ] 419/1198 34% [===================== ] 420/1198 35% [===================== ] 421/1198 35% [===================== ] 422/1198 35% [===================== ] 423/1198 35% [===================== ] 424/1198 35% [===================== ] 425/1198 35% [====================== ] 426/1198 35% [====================== ] 427/1198 35% [====================== ] 428/1198 35% [====================== ] 429/1198 35% [====================== ] 430/1198 35% [====================== ] 431/1198 35% [====================== ] 432/1198 36% [====================== ] 433/1198 36% [====================== ] 434/1198 36% [====================== ] 435/1198 36% [====================== ] 436/1198 36% [====================== ] 437/1198 36% [====================== ] 438/1198 36% [====================== ] 439/1198 36% [====================== ] 440/1198 36% [====================== ] 441/1198 36% [====================== ] 442/1198 36% [====================== ] 443/1198 36% [====================== ] 444/1198 37% [======================= ] 445/1198 37% [======================= ] 446/1198 37% [======================= ] 447/1198 37% [======================= ] 448/1198 37% [======================= ] 449/1198 37% [======================= ] 450/1198 37% [======================= ] 451/1198 37% [======================= ] 452/1198 37% [======================= ] 453/1198 37% [======================= ] 454/1198 37% [======================= ] 455/1198 37% [======================= ] 456/1198 38% [======================= ] 457/1198 38% [======================= ] 458/1198 38% [======================= ] 459/1198 38% [======================= ] 460/1198 38% [======================= ] 461/1198 38% [======================= ] 462/1198 38% [======================= ] 463/1198 38% [======================== ] 464/1198 38% [======================== ] 465/1198 38% [======================== ] 466/1198 38% [======================== ] 467/1198 38% [======================== ] 468/1198 39% [======================== ] 469/1198 39% [======================== ] 470/1198 39% [======================== ] 471/1198 39% [======================== ] 472/1198 39% [======================== ] 473/1198 39% [======================== ] 474/1198 39% [======================== ] 475/1198 39% [======================== ] 476/1198 39% [======================== ] 477/1198 39% [======================== ] 478/1198 39% [======================== ] 479/1198 39% [======================== ] 480/1198 40% [======================== ] 481/1198 40% [======================== ] 482/1198 40% [======================== ] 483/1198 40% [========================= ] 484/1198 40% [========================= ] 485/1198 40% [========================= ] 486/1198 40% [========================= ] 487/1198 40% [========================= ] 488/1198 40% [========================= ] 489/1198 40% [========================= ] 490/1198 40% [========================= ] 491/1198 40% [========================= ] 492/1198 41% [========================= ] 493/1198 41% [========================= ] 494/1198 41% [========================= ] 495/1198 41% [========================= ] 496/1198 41% [========================= ] 497/1198 41% [========================= ] 498/1198 41% [========================= ] 499/1198 41% [========================= ] 500/1198 41% [========================= ] 501/1198 41% [========================= ] 502/1198 41% [========================== ] 503/1198 41% [========================== ] 504/1198 42% [========================== ] 505/1198 42% [========================== ] 506/1198 42% [========================== ] 507/1198 42% [========================== ] 508/1198 42% [========================== ] 509/1198 42% [========================== ] 510/1198 42% [========================== ] 511/1198 42% [========================== ] 512/1198 42% [========================== ] 513/1198 42% [========================== ] 514/1198 42% [========================== ] 515/1198 42% [========================== ] 516/1198 43% [========================== ] 517/1198 43% [========================== ] 518/1198 43% [========================== ] 519/1198 43% [========================== ] 520/1198 43% [========================== ] 521/1198 43% [=========================== ] 522/1198 43% [=========================== ] 523/1198 43% [=========================== ] 524/1198 43% [=========================== ] 525/1198 43% [=========================== ] 526/1198 43% [=========================== ] 527/1198 43% [=========================== ] 528/1198 44% [=========================== ] 529/1198 44% [=========================== ] 530/1198 44% [=========================== ] 531/1198 44% [=========================== ] 532/1198 44% [=========================== ] 533/1198 44% [=========================== ] 534/1198 44% [=========================== ] 535/1198 44% [=========================== ] 536/1198 44% [=========================== ] 537/1198 44% [=========================== ] 538/1198 44% [=========================== ] 539/1198 44% [=========================== ] 540/1198 45% [=========================== ] 541/1198 45% [============================ ] 542/1198 45% [============================ ] 543/1198 45% [============================ ] 544/1198 45% [============================ ] 545/1198 45% [============================ ] 546/1198 45% [============================ ] 547/1198 45% [============================ ] 548/1198 45% [============================ ] 549/1198 45% [============================ ] 550/1198 45% [============================ ] 551/1198 45% [============================ ] 552/1198 46% [============================ ] 553/1198 46% [============================ ] 554/1198 46% [============================ ] 555/1198 46% [============================ ] 556/1198 46% [============================ ] 557/1198 46% [============================ ] 558/1198 46% [============================ ] 559/1198 46% [============================ ] 560/1198 46% [============================= ] 561/1198 46% [============================= ] 562/1198 46% [============================= ] 563/1198 46% [============================= ] 564/1198 47% [============================= ] 565/1198 47% [============================= ] 566/1198 47% [============================= ] 567/1198 47% [============================= ] 568/1198 47% [============================= ] 569/1198 47% [============================= ] 570/1198 47% [============================= ] 571/1198 47% [============================= ] 572/1198 47% [============================= ] 573/1198 47% [============================= ] 574/1198 47% [============================= ] 575/1198 47% [============================= ] 576/1198 48% [============================= ] 577/1198 48% [============================= ] 578/1198 48% [============================= ] 579/1198 48% [============================== ] 580/1198 48% [============================== ] 581/1198 48% [============================== ] 582/1198 48% [============================== ] 583/1198 48% [============================== ] 584/1198 48% [============================== ] 585/1198 48% [============================== ] 586/1198 48% [============================== ] 587/1198 48% [============================== ] 588/1198 49% [============================== ] 589/1198 49% [============================== ] 590/1198 49% [============================== ] 591/1198 49% [============================== ] 592/1198 49% [============================== ] 593/1198 49% [============================== ] 594/1198 49% [============================== ] 595/1198 49% [============================== ] 596/1198 49% [============================== ] 597/1198 49% [============================== ] 598/1198 49% [=============================== ] 599/1198 50% [=============================== ] 600/1198 50% [=============================== ] 601/1198 50% [=============================== ] 602/1198 50% [=============================== ] 603/1198 50% [=============================== ] 604/1198 50% [=============================== ] 605/1198 50% [=============================== ] 606/1198 50% [=============================== ] 607/1198 50% [=============================== ] 608/1198 50% [=============================== ] 609/1198 50% [=============================== ] 610/1198 50% [=============================== ] 611/1198 51% [=============================== ] 612/1198 51% [=============================== ] 613/1198 51% [=============================== ] 614/1198 51% [=============================== ] 615/1198 51% [=============================== ] 616/1198 51% [=============================== ] 617/1198 51% [=============================== ] 618/1198 51% [================================ ] 619/1198 51% [================================ ] 620/1198 51% [================================ ] 621/1198 51% [================================ ] 622/1198 51% [================================ ] 623/1198 52% [================================ ] 624/1198 52% [================================ ] 625/1198 52% [================================ ] 626/1198 52% [================================ ] 627/1198 52% [================================ ] 628/1198 52% [================================ ] 629/1198 52% [================================ ] 630/1198 52% [================================ ] 631/1198 52% [================================ ] 632/1198 52% [================================ ] 633/1198 52% [================================ ] 634/1198 52% [================================ ] 635/1198 53% [================================ ] 636/1198 53% [================================ ] 637/1198 53% [================================= ] 638/1198 53% [================================= ] 639/1198 53% [================================= ] 640/1198 53% [================================= ] 641/1198 53% [================================= ] 642/1198 53% [================================= ] 643/1198 53% [================================= ] 644/1198 53% [================================= ] 645/1198 53% [================================= ] 646/1198 53% [================================= ] 647/1198 54% [================================= ] 648/1198 54% [================================= ] 649/1198 54% [================================= ] 650/1198 54% [================================= ] 651/1198 54% [================================= ] 652/1198 54% [================================= ] 653/1198 54% [================================= ] 654/1198 54% [================================= ] 655/1198 54% [================================= ] 656/1198 54% [================================== ] 657/1198 54% [================================== ] 658/1198 54% [================================== ] 659/1198 55% [================================== ] 660/1198 55% [================================== ] 661/1198 55% [================================== ] 662/1198 55% [================================== ] 663/1198 55% [================================== ] 664/1198 55% [================================== ] 665/1198 55% [================================== ] 666/1198 55% [================================== ] 667/1198 55% [================================== ] 668/1198 55% [================================== ] 669/1198 55% [================================== ] 670/1198 55% [================================== ] 671/1198 56% [================================== ] 672/1198 56% [================================== ] 673/1198 56% [================================== ] 674/1198 56% [================================== ] 675/1198 56% [================================== ] 676/1198 56% [=================================== ] 677/1198 56% [=================================== ] 678/1198 56% [=================================== ] 679/1198 56% [=================================== ] 680/1198 56% [=================================== ] 681/1198 56% [=================================== ] 682/1198 56% [=================================== ] 683/1198 57% [=================================== ] 684/1198 57% [=================================== ] 685/1198 57% [=================================== ] 686/1198 57% [=================================== ] 687/1198 57% [=================================== ] 688/1198 57% [=================================== ] 689/1198 57% [=================================== ] 690/1198 57% [=================================== ] 691/1198 57% [=================================== ] 692/1198 57% [=================================== ] 693/1198 57% [=================================== ] 694/1198 57% [=================================== ] 695/1198 58% [==================================== ] 696/1198 58% [==================================== ] 697/1198 58% [==================================== ] 698/1198 58% [==================================== ] 699/1198 58% [==================================== ] 700/1198 58% [==================================== ] 701/1198 58% [==================================== ] 702/1198 58% [==================================== ] 703/1198 58% [==================================== ] 704/1198 58% [==================================== ] 705/1198 58% [==================================== ] 706/1198 58% [==================================== ] 707/1198 59% [==================================== ] 708/1198 59% [==================================== ] 709/1198 59% [==================================== ] 710/1198 59% [==================================== ] 711/1198 59% [==================================== ] 712/1198 59% [==================================== ] 713/1198 59% [==================================== ] 714/1198 59% [===================================== ] 715/1198 59% [===================================== ] 716/1198 59% [===================================== ] 717/1198 59% [===================================== ] 718/1198 59% [===================================== ] 719/1198 60% [===================================== ] 720/1198 60% [===================================== ] 721/1198 60% [===================================== ] 722/1198 60% [===================================== ] 723/1198 60% [===================================== ] 724/1198 60% [===================================== ] 725/1198 60% [===================================== ] 726/1198 60% [===================================== ] 727/1198 60% [===================================== ] 728/1198 60% [===================================== ] 729/1198 60% [===================================== ] 730/1198 60% [===================================== ] 731/1198 61% [===================================== ] 732/1198 61% [===================================== ] 733/1198 61% [===================================== ] 734/1198 61% [====================================== ] 735/1198 61% [====================================== ] 736/1198 61% [====================================== ] 737/1198 61% [====================================== ] 738/1198 61% [====================================== ] 739/1198 61% [====================================== ] 740/1198 61% [====================================== ] 741/1198 61% [====================================== ] 742/1198 61% [====================================== ] 743/1198 62% [====================================== ] 744/1198 62% [====================================== ] 745/1198 62% [====================================== ] 746/1198 62% [====================================== ] 747/1198 62% [====================================== ] 748/1198 62% [====================================== ] 749/1198 62% [====================================== ] 750/1198 62% [====================================== ] 751/1198 62% [====================================== ] 752/1198 62% [====================================== ] 753/1198 62% [======================================= ] 754/1198 62% [======================================= ] 755/1198 63% [======================================= ] 756/1198 63% [======================================= ] 757/1198 63% [======================================= ] 758/1198 63% [======================================= ] 759/1198 63% [======================================= ] 760/1198 63% [======================================= ] 761/1198 63% [======================================= ] 762/1198 63% [======================================= ] 763/1198 63% [======================================= ] 764/1198 63% [======================================= ] 765/1198 63% [======================================= ] 766/1198 63% [======================================= ] 767/1198 64% [======================================= ] 768/1198 64% [======================================= ] 769/1198 64% [======================================= ] 770/1198 64% [======================================= ] 771/1198 64% [======================================= ] 772/1198 64% [======================================== ] 773/1198 64% [======================================== ] 774/1198 64% [======================================== ] 775/1198 64% [======================================== ] 776/1198 64% [======================================== ] 777/1198 64% [======================================== ] 778/1198 64% [======================================== ] 779/1198 65% [======================================== ] 780/1198 65% [======================================== ] 781/1198 65% [======================================== ] 782/1198 65% [======================================== ] 783/1198 65% [======================================== ] 784/1198 65% [======================================== ] 785/1198 65% [======================================== ] 786/1198 65% [======================================== ] 787/1198 65% [======================================== ] 788/1198 65% [======================================== ] 789/1198 65% [======================================== ] 790/1198 65% [======================================== ] 791/1198 66% [======================================== ] 792/1198 66% [========================================= ] 793/1198 66% [========================================= ] 794/1198 66% [========================================= ] 795/1198 66% [========================================= ] 796/1198 66% [========================================= ] 797/1198 66% [========================================= ] 798/1198 66% [========================================= ] 799/1198 66% [========================================= ] 800/1198 66% [========================================= ] 801/1198 66% [========================================= ] 802/1198 66% [========================================= ] 803/1198 67% [========================================= ] 804/1198 67% [========================================= ] 805/1198 67% [========================================= ] 806/1198 67% [========================================= ] 807/1198 67% [========================================= ] 808/1198 67% [========================================= ] 809/1198 67% [========================================= ] 810/1198 67% [========================================= ] 811/1198 67% [========================================== ] 812/1198 67% [========================================== ] 813/1198 67% [========================================== ] 814/1198 67% [========================================== ] 815/1198 68% [========================================== ] 816/1198 68% [========================================== ] 817/1198 68% [========================================== ] 818/1198 68% [========================================== ] 819/1198 68% [========================================== ] 820/1198 68% [========================================== ] 821/1198 68% [========================================== ] 822/1198 68% [========================================== ] 823/1198 68% [========================================== ] 824/1198 68% [========================================== ] 825/1198 68% [========================================== ] 826/1198 68% [========================================== ] 827/1198 69% [========================================== ] 828/1198 69% [========================================== ] 829/1198 69% [========================================== ] 830/1198 69% [=========================================== ] 831/1198 69% [=========================================== ] 832/1198 69% [=========================================== ] 833/1198 69% [=========================================== ] 834/1198 69% [=========================================== ] 835/1198 69% [=========================================== ] 836/1198 69% [=========================================== ] 837/1198 69% [=========================================== ] 838/1198 69% [=========================================== ] 839/1198 70% [=========================================== ] 840/1198 70% [=========================================== ] 841/1198 70% [=========================================== ] 842/1198 70% [=========================================== ] 843/1198 70% [=========================================== ] 844/1198 70% [=========================================== ] 845/1198 70% [=========================================== ] 846/1198 70% [=========================================== ] 847/1198 70% [=========================================== ] 848/1198 70% [=========================================== ] 849/1198 70% [=========================================== ] 850/1198 70% [============================================ ] 851/1198 71% [============================================ ] 852/1198 71% [============================================ ] 853/1198 71% [============================================ ] 854/1198 71% [============================================ ] 855/1198 71% [============================================ ] 856/1198 71% [============================================ ] 857/1198 71% [============================================ ] 858/1198 71% [============================================ ] 859/1198 71% [============================================ ] 860/1198 71% [============================================ ] 861/1198 71% [============================================ ] 862/1198 71% [============================================ ] 863/1198 72% [============================================ ] 864/1198 72% [============================================ ] 865/1198 72% [============================================ ] 866/1198 72% [============================================ ] 867/1198 72% [============================================ ] 868/1198 72% [============================================ ] 869/1198 72% [============================================= ] 870/1198 72% [============================================= ] 871/1198 72% [============================================= ] 872/1198 72% [============================================= ] 873/1198 72% [============================================= ] 874/1198 72% [============================================= ] 875/1198 73% [============================================= ] 876/1198 73% [============================================= ] 877/1198 73% [============================================= ] 878/1198 73% [============================================= ] 879/1198 73% [============================================= ] 880/1198 73% [============================================= ] 881/1198 73% [============================================= ] 882/1198 73% [============================================= ] 883/1198 73% [============================================= ] 884/1198 73% [============================================= ] 885/1198 73% [============================================= ] 886/1198 73% [============================================= ] 887/1198 74% [============================================= ] 888/1198 74% [============================================== ] 889/1198 74% [============================================== ] 890/1198 74% [============================================== ] 891/1198 74% [============================================== ] 892/1198 74% [============================================== ] 893/1198 74% [============================================== ] 894/1198 74% [============================================== ] 895/1198 74% [============================================== ] 896/1198 74% [============================================== ] 897/1198 74% [============================================== ] 898/1198 74% [============================================== ] 899/1198 75% [============================================== ] 900/1198 75% [============================================== ] 901/1198 75% [============================================== ] 902/1198 75% [============================================== ] 903/1198 75% [============================================== ] 904/1198 75% [============================================== ] 905/1198 75% [============================================== ] 906/1198 75% [============================================== ] 907/1198 75% [============================================== ] 908/1198 75% [=============================================== ] 909/1198 75% [=============================================== ] 910/1198 75% [=============================================== ] 911/1198 76% [=============================================== ] 912/1198 76% [=============================================== ] 913/1198 76% [=============================================== ] 914/1198 76% [=============================================== ] 915/1198 76% [=============================================== ] 916/1198 76% [=============================================== ] 917/1198 76% [=============================================== ] 918/1198 76% [=============================================== ] 919/1198 76% [=============================================== ] 920/1198 76% [=============================================== ] 921/1198 76% [=============================================== ] 922/1198 76% [=============================================== ] 923/1198 77% [=============================================== ] 924/1198 77% [=============================================== ] 925/1198 77% [=============================================== ] 926/1198 77% [=============================================== ] 927/1198 77% [================================================ ] 928/1198 77% [================================================ ] 929/1198 77% [================================================ ] 930/1198 77% [================================================ ] 931/1198 77% [================================================ ] 932/1198 77% [================================================ ] 933/1198 77% [================================================ ] 934/1198 77% [================================================ ] 935/1198 78% [================================================ ] 936/1198 78% [================================================ ] 937/1198 78% [================================================ ] 938/1198 78% [================================================ ] 939/1198 78% [================================================ ] 940/1198 78% [================================================ ] 941/1198 78% [================================================ ] 942/1198 78% [================================================ ] 943/1198 78% [================================================ ] 944/1198 78% [================================================ ] 945/1198 78% [================================================ ] 946/1198 78% [================================================= ] 947/1198 79% [================================================= ] 948/1198 79% [================================================= ] 949/1198 79% [================================================= ] 950/1198 79% [================================================= ] 951/1198 79% [================================================= ] 952/1198 79% [================================================= ] 953/1198 79% [================================================= ] 954/1198 79% [================================================= ] 955/1198 79% [================================================= ] 956/1198 79% [================================================= ] 957/1198 79% [================================================= ] 958/1198 79% [================================================= ] 959/1198 80% [================================================= ] 960/1198 80% [================================================= ] 961/1198 80% [================================================= ] 962/1198 80% [================================================= ] 963/1198 80% [================================================= ] 964/1198 80% [================================================= ] 965/1198 80% [================================================= ] 966/1198 80% [================================================== ] 967/1198 80% [================================================== ] 968/1198 80% [================================================== ] 969/1198 80% [================================================== ] 970/1198 80% [================================================== ] 971/1198 81% [================================================== ] 972/1198 81% [================================================== ] 973/1198 81% [================================================== ] 974/1198 81% [================================================== ] 975/1198 81% [================================================== ] 976/1198 81% [================================================== ] 977/1198 81% [================================================== ] 978/1198 81% [================================================== ] 979/1198 81% [================================================== ] 980/1198 81% [================================================== ] 981/1198 81% [================================================== ] 982/1198 81% [================================================== ] 983/1198 82% [================================================== ] 984/1198 82% [================================================== ] 985/1198 82% [=================================================== ] 986/1198 82% [=================================================== ] 987/1198 82% [=================================================== ] 988/1198 82% [=================================================== ] 989/1198 82% [=================================================== ] 990/1198 82% [=================================================== ] 991/1198 82% [=================================================== ] 992/1198 82% [=================================================== ] 993/1198 82% [=================================================== ] 994/1198 82% [=================================================== ] 995/1198 83% [=================================================== ] 996/1198 83% [=================================================== ] 997/1198 83% [=================================================== ] 998/1198 83% [=================================================== ] 999/1198 83% [=================================================== ] 1000/1198 83% [=================================================== ] 1001/1198 83% [=================================================== ] 1002/1198 83% [=================================================== ] 1003/1198 83% [=================================================== ] 1004/1198 83% [==================================================== ] 1005/1198 83% [==================================================== ] 1006/1198 83% [==================================================== ] 1007/1198 84% [==================================================== ] 1008/1198 84% [==================================================== ] 1009/1198 84% [==================================================== ] 1010/1198 84% [==================================================== ] 1011/1198 84% [==================================================== ] 1012/1198 84% [==================================================== ] 1013/1198 84% [==================================================== ] 1014/1198 84% [==================================================== ] 1015/1198 84% [==================================================== ] 1016/1198 84% [==================================================== ] 1017/1198 84% [==================================================== ] 1018/1198 84% [==================================================== ] 1019/1198 85% [==================================================== ] 1020/1198 85% [==================================================== ] 1021/1198 85% [==================================================== ] 1022/1198 85% [==================================================== ] 1023/1198 85% [==================================================== ] 1024/1198 85% [===================================================== ] 1025/1198 85% [===================================================== ] 1026/1198 85% [===================================================== ] 1027/1198 85% [===================================================== ] 1028/1198 85% [===================================================== ] 1029/1198 85% [===================================================== ] 1030/1198 85% [===================================================== ] 1031/1198 86% [===================================================== ] 1032/1198 86% [===================================================== ] 1033/1198 86% [===================================================== ] 1034/1198 86% [===================================================== ] 1035/1198 86% [===================================================== ] 1036/1198 86% [===================================================== ] 1037/1198 86% [===================================================== ] 1038/1198 86% [===================================================== ] 1039/1198 86% [===================================================== ] 1040/1198 86% [===================================================== ] 1041/1198 86% [===================================================== ] 1042/1198 86% [===================================================== ] 1043/1198 87% [====================================================== ] 1044/1198 87% [====================================================== ] 1045/1198 87% [====================================================== ] 1046/1198 87% [====================================================== ] 1047/1198 87% [====================================================== ] 1048/1198 87% [====================================================== ] 1049/1198 87% [====================================================== ] 1050/1198 87% [====================================================== ] 1051/1198 87% [====================================================== ] 1052/1198 87% [====================================================== ] 1053/1198 87% [====================================================== ] 1054/1198 87% [====================================================== ] 1055/1198 88% [====================================================== ] 1056/1198 88% [====================================================== ] 1057/1198 88% [====================================================== ] 1058/1198 88% [====================================================== ] 1059/1198 88% [====================================================== ] 1060/1198 88% [====================================================== ] 1061/1198 88% [====================================================== ] 1062/1198 88% [======================================================= ] 1063/1198 88% [======================================================= ] 1064/1198 88% [======================================================= ] 1065/1198 88% [======================================================= ] 1066/1198 88% [======================================================= ] 1067/1198 89% [======================================================= ] 1068/1198 89% [======================================================= ] 1069/1198 89% [======================================================= ] 1070/1198 89% [======================================================= ] 1071/1198 89% [======================================================= ] 1072/1198 89% [======================================================= ] 1073/1198 89% [======================================================= ] 1074/1198 89% [======================================================= ] 1075/1198 89% [======================================================= ] 1076/1198 89% [======================================================= ] 1077/1198 89% [======================================================= ] 1078/1198 89% [======================================================= ] 1079/1198 90% [======================================================= ] 1080/1198 90% [======================================================= ] 1081/1198 90% [======================================================= ] 1082/1198 90% [======================================================== ] 1083/1198 90% [======================================================== ] 1084/1198 90% [======================================================== ] 1085/1198 90% [======================================================== ] 1086/1198 90% [======================================================== ] 1087/1198 90% [======================================================== ] 1088/1198 90% [======================================================== ] 1089/1198 90% [======================================================== ] 1090/1198 90% [======================================================== ] 1091/1198 91% [======================================================== ] 1092/1198 91% [======================================================== ] 1093/1198 91% [======================================================== ] 1094/1198 91% [======================================================== ] 1095/1198 91% [======================================================== ] 1096/1198 91% [======================================================== ] 1097/1198 91% [======================================================== ] 1098/1198 91% [======================================================== ] 1099/1198 91% [======================================================== ] 1100/1198 91% [======================================================== ] 1101/1198 91% [========================================================= ] 1102/1198 91% [========================================================= ] 1103/1198 92% [========================================================= ] 1104/1198 92% [========================================================= ] 1105/1198 92% [========================================================= ] 1106/1198 92% [========================================================= ] 1107/1198 92% [========================================================= ] 1108/1198 92% [========================================================= ] 1109/1198 92% [========================================================= ] 1110/1198 92% [========================================================= ] 1111/1198 92% [========================================================= ] 1112/1198 92% [========================================================= ] 1113/1198 92% [========================================================= ] 1114/1198 92% [========================================================= ] 1115/1198 93% [========================================================= ] 1116/1198 93% [========================================================= ] 1117/1198 93% [========================================================= ] 1118/1198 93% [========================================================= ] 1119/1198 93% [========================================================= ] 1120/1198 93% [========================================================== ] 1121/1198 93% [========================================================== ] 1122/1198 93% [========================================================== ] 1123/1198 93% [========================================================== ] 1124/1198 93% [========================================================== ] 1125/1198 93% [========================================================== ] 1126/1198 93% [========================================================== ] 1127/1198 94% [========================================================== ] 1128/1198 94% [========================================================== ] 1129/1198 94% [========================================================== ] 1130/1198 94% [========================================================== ] 1131/1198 94% [========================================================== ] 1132/1198 94% [========================================================== ] 1133/1198 94% [========================================================== ] 1134/1198 94% [========================================================== ] 1135/1198 94% [========================================================== ] 1136/1198 94% [========================================================== ] 1137/1198 94% [========================================================== ] 1138/1198 94% [========================================================== ] 1139/1198 95% [========================================================== ] 1140/1198 95% [=========================================================== ] 1141/1198 95% [=========================================================== ] 1142/1198 95% [=========================================================== ] 1143/1198 95% [=========================================================== ] 1144/1198 95% [=========================================================== ] 1145/1198 95% [=========================================================== ] 1146/1198 95% [=========================================================== ] 1147/1198 95% [=========================================================== ] 1148/1198 95% [=========================================================== ] 1149/1198 95% [=========================================================== ] 1150/1198 95% [=========================================================== ] 1151/1198 96% [=========================================================== ] 1152/1198 96% [=========================================================== ] 1153/1198 96% [=========================================================== ] 1154/1198 96% [=========================================================== ] 1155/1198 96% [=========================================================== ] 1156/1198 96% [=========================================================== ] 1157/1198 96% [=========================================================== ] 1158/1198 96% [=========================================================== ] 1159/1198 96% [============================================================ ] 1160/1198 96% [============================================================ ] 1161/1198 96% [============================================================ ] 1162/1198 96% [============================================================ ] 1163/1198 97% [============================================================ ] 1164/1198 97% [============================================================ ] 1165/1198 97% [============================================================ ] 1166/1198 97% [============================================================ ] 1167/1198 97% [============================================================ ] 1168/1198 97% [============================================================ ] 1169/1198 97% [============================================================ ] 1170/1198 97% [============================================================ ] 1171/1198 97% [============================================================ ] 1172/1198 97% [============================================================ ] 1173/1198 97% [============================================================ ] 1174/1198 97% [============================================================ ] 1175/1198 98% [============================================================ ] 1176/1198 98% [============================================================ ] 1177/1198 98% [============================================================ ] 1178/1198 98% [============================================================= ] 1179/1198 98% [============================================================= ] 1180/1198 98% [============================================================= ] 1181/1198 98% [============================================================= ] 1182/1198 98% [============================================================= ] 1183/1198 98% [============================================================= ] 1184/1198 98% [============================================================= ] 1185/1198 98% [============================================================= ] 1186/1198 98% [============================================================= ] 1187/1198 99% [============================================================= ] 1188/1198 99% [============================================================= ] 1189/1198 99% [============================================================= ] 1190/1198 99% [============================================================= ] 1191/1198 99% [============================================================= ] 1192/1198 99% [============================================================= ] 1193/1198 99% [============================================================= ] 1194/1198 99% [============================================================= ] 1195/1198 99% [============================================================= ] 1196/1198 99% [============================================================= ] 1197/1198 99% [==============================================================] 1198/1198 100% operation complete, 1198 objects in 19797 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-39-gb65972e437 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.50 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 6.11.11 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> can-utils 2023.03 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> host-checksec 181cdfa84893a5d72695944efabfa5b56687379c Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-environment-setup Collecting legal info >>> ethtool 6.11 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.7.7 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-pkgconf 2.3.0 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> fxdiv 63058eff77e11aa15bf531df5dd34395ec3017c8 Collecting legal info LICENSE: OK (sha256: 7cac00006125b1486a27e4801ed66357236e984c540bd323945ab7b66b078ec3) >>> host-cmake 3.30.5 Collecting legal info Copyright.txt: OK (sha256: 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> hicolor-icon-theme 0.18 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> 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) >>> 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-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> 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-openssl Collecting legal info >>> host-libopenssl 3.4.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> 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.3.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.45.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> initscripts Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> jquery-sidebar 3.3.2 Collecting legal info LICENSE: OK (sha256: f3522370f4b6accf9c1344f520bdea35f2388f1cbb124c0c179d2ca2a6a94c76) >>> jquery-validation 1.19.5 Collecting legal info LICENSE.md: OK (sha256: f398878cab338b869638bdac1aeae76bf3ac11b2b89da6e0b68bc1a645733440) >>> jquery 3.5.1 Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libcodec2 1.2.0 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> zlib-ng 2.1.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> libidn 1.42 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmaxminddb 1.10.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmpdclient 2.22 Collecting legal info LICENSES/BSD-2-Clause.txt: OK (sha256: fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c) LICENSES/BSD-3-Clause.txt: OK (sha256: e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libreplaygain 475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> luainterpreter Collecting legal info >>> mbedtls 2.28.9 Collecting legal info LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-mosquitto 2.0.20 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mpd-mpc 0.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-mtools 4.0.45 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> musepack 475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> host-nodejs-src 22.11.0 Collecting legal info LICENSE: OK (sha256: f0cb1ad806ba5d681f378a8cc2e539fe4b54839290eda3c814ec8994af2b8422) >>> host-icu 73-2 Collecting legal info LICENSE: OK (sha256: f3005e195ff74d8812cc1f182a1c446fab678d70a10e3dada497585befee5416) >>> host-opkg-utils 0.7.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-lz4 1.10.0 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 609b910ef05c9c855ecc1da155a36ed0f57514eac452cf93446530b5ea4b3bc3) >>> host-xz 5.6.3 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-parted 3.6 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-util-linux 2.40.2 Collecting legal info README.licensing: OK (sha256: 27f25514040a401b2ceb7057eae1f46cedb1666664b519b5be7e0960d1b35164) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.MIT: OK (sha256: 8555341619542abb48c102afd954e42d4478e5be16ad3d5af7b0ff71009e7348) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.7.2 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> host-rust-bin 1.82.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-sentry-cli 2.20.3 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> urandom-scripts Collecting legal info >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.48 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 6b1a1de0b3394002973daaa407b93a1d2c13efd8dd1a32095d6872c36f09ba66) >>> host-uuu 1.5.182 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) >>> host-libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-tinyxml2 10.0.0 Collecting legal info LICENSE.txt: OK (sha256: 9332252e9b9e46db8285d4a3f0bf25f139bf1dca6781b956d57f2302efca6432) >>> host-zstd 1.5.6 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/buildroot/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/instance-0/buildroot'