gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c unyaffs2.c: In function 'unyaffs2_obj_chattr': unyaffs2.c:711:2: warning: ignoring return value of 'lchown', declared with attribute warn_unused_result [-Wunused-result] 711 | lchown(fpath, obj->uid, obj->gid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unspare2 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 unspare2.o -lm In file included from /usr/include/string.h:495, from mkyaffs2.c:28: In function 'strncpy', inlined from 'mkyaffs2_scan_dir' at mkyaffs2.c:595:3: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mkyaffs2_write_obj' at mkyaffs2.c:696:2, inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from unyaffs2.c:26: In function 'memcpy', inlined from 'unyaffs2_extract_hardlink' at unyaffs2.c:1151:2, inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: warning: '__builtin___memcpy_chk' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'unyaffs2_oh2obj' at unyaffs2.c:632:2, 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: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 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/thomas/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/thomas/autobuild/instance-0/output-1/host/bin PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/home/thomas/autobuild/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/thomas/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/thomas/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/thomas/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/thomas/autobuild/instance-0/output-1/host/bin install make[1]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/thomas/autobuild/instance-0/output-1/host/bin make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/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'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-0/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-0/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-0/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-0/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/thomas/autobuild/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/thomas/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/thomas/autobuild/instance-0/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/thomas/autobuild/instance-0/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells; fi grep -qsE '^/bin/mksh$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/mksh" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells mkdir -p /home/thomas/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/thomas/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells if [ -x /home/thomas/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-0/output-1/target/etc/inittab; fi rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/include /home/thomas/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-0/output-1/target/usr/doc find /home/thomas/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-0/output-1/target/lib/ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/ /home/thomas/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/man /home/thomas/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/info /home/thomas/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/doc /home/thomas/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-0/output-1/target/lib/debug /home/thomas/autobuild/instance-0/output-1/target/usr/lib/debug find /home/thomas/autobuild/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/thomas/autobuild/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/thomas/autobuild/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/thomas/autobuild/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/thomas/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-3014-g5f06ecf5e15"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/thomas/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-0/output-1/per-package /home/thomas/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n dhcpcd -1 dhcpcd -1 * - - - dhcpcd user\n _ntp -1 _ntp -1 * - - - Network Time Protocol daemon\n\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/sbin/mkfs.jffs2 -e 0x2100 --with-xattr -b -n -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target -o /home/thomas/autobuild/instance-0/output-1/images/rootfs.jffs2\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/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/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1061 objects. stage 2: creating image '/home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/1061 0% [ ] 2/1061 0% [ ] 3/1061 0% [ ] 4/1061 0% [ ] 5/1061 0% [ ] 6/1061 0% [ ] 7/1061 0% [ ] 8/1061 0% [ ] 9/1061 0% [ ] 10/1061 0% [ ] 11/1061 1% [ ] 12/1061 1% [ ] 13/1061 1% [ ] 14/1061 1% [ ] 15/1061 1% [ ] 16/1061 1% [ ] 17/1061 1% [= ] 18/1061 1% [= ] 19/1061 1% [= ] 20/1061 1% [= ] 21/1061 1% [= ] 22/1061 2% [= ] 23/1061 2% [= ] 24/1061 2% [= ] 25/1061 2% [= ] 26/1061 2% [= ] 27/1061 2% [= ] 28/1061 2% [= ] 29/1061 2% [= ] 30/1061 2% [= ] 31/1061 2% [= ] 32/1061 3% [= ] 33/1061 3% [= ] 34/1061 3% [== ] 35/1061 3% [== ] 36/1061 3% [== ] 37/1061 3% [== ] 38/1061 3% [== ] 39/1061 3% [== ] 40/1061 3% [== ] 41/1061 3% [== ] 42/1061 3% [== ] 43/1061 4% [== ] 44/1061 4% [== ] 45/1061 4% [== ] 46/1061 4% [== ] 47/1061 4% [== ] 48/1061 4% [== ] 49/1061 4% [== ] 50/1061 4% [== ] 51/1061 4% [=== ] 52/1061 4% [=== ] 53/1061 4% [=== ] 54/1061 5% [=== ] 55/1061 5% [=== ] 56/1061 5% [=== ] 57/1061 5% [=== ] 58/1061 5% [=== ] 59/1061 5% [=== ] 60/1061 5% [=== ] 61/1061 5% [=== ] 62/1061 5% [=== ] 63/1061 5% [=== ] 64/1061 6% [=== ] 65/1061 6% [=== ] 66/1061 6% [=== ] 67/1061 6% [=== ] 68/1061 6% [==== ] 69/1061 6% [==== ] 70/1061 6% [==== ] 71/1061 6% [==== ] 72/1061 6% [==== ] 73/1061 6% [==== ] 74/1061 6% [==== ] 75/1061 7% [==== ] 76/1061 7% [==== ] 77/1061 7% [==== ] 78/1061 7% [==== ] 79/1061 7% [==== ] 80/1061 7% [==== ] 81/1061 7% [==== ] 82/1061 7% [==== ] 83/1061 7% [==== ] 84/1061 7% [==== ] 85/1061 8% [===== ] 86/1061 8% [===== ] 87/1061 8% [===== ] 88/1061 8% [===== ] 89/1061 8% [===== ] 90/1061 8% [===== ] 91/1061 8% [===== ] 92/1061 8% [===== ] 93/1061 8% [===== ] 94/1061 8% [===== ] 95/1061 8% [===== ] 96/1061 9% [===== ] 97/1061 9% [===== ] 98/1061 9% [===== ] 99/1061 9% [===== ] 100/1061 9% [===== ] 101/1061 9% [===== ] 102/1061 9% [====== ] 103/1061 9% [====== ] 104/1061 9% [====== ] 105/1061 9% [====== ] 106/1061 9% [====== ] 107/1061 10% [====== ] 108/1061 10% [====== ] 109/1061 10% [====== ] 110/1061 10% [====== ] 111/1061 10% [====== ] 112/1061 10% [====== ] 113/1061 10% [====== ] 114/1061 10% [====== ] 115/1061 10% [====== ] 116/1061 10% [====== ] 117/1061 11% [====== ] 118/1061 11% [====== ] 119/1061 11% [======= ] 120/1061 11% [======= ] 121/1061 11% [======= ] 122/1061 11% [======= ] 123/1061 11% [======= ] 124/1061 11% [======= ] 125/1061 11% [======= ] 126/1061 11% [======= ] 127/1061 11% [======= ] 128/1061 12% [======= ] 129/1061 12% [======= ] 130/1061 12% [======= ] 131/1061 12% [======= ] 132/1061 12% [======= ] 133/1061 12% [======= ] 134/1061 12% [======= ] 135/1061 12% [======= ] 136/1061 12% [======== ] 137/1061 12% [======== ] 138/1061 13% [======== ] 139/1061 13% [======== ] 140/1061 13% [======== ] 141/1061 13% [======== ] 142/1061 13% [======== ] 143/1061 13% [======== ] 144/1061 13% [======== ] 145/1061 13% [======== ] 146/1061 13% [======== ] 147/1061 13% [======== ] 148/1061 13% [======== ] 149/1061 14% [======== ] 150/1061 14% [======== ] 151/1061 14% [======== ] 152/1061 14% [======== ] 153/1061 14% [======== ] 154/1061 14% [========= ] 155/1061 14% [========= ] 156/1061 14% [========= ] 157/1061 14% [========= ] 158/1061 14% [========= ] 159/1061 14% [========= ] 160/1061 15% [========= ] 161/1061 15% [========= ] 162/1061 15% [========= ] 163/1061 15% [========= ] 164/1061 15% [========= ] 165/1061 15% [========= ] 166/1061 15% [========= ] 167/1061 15% [========= ] 168/1061 15% [========= ] 169/1061 15% [========= ] 170/1061 16% [========= ] 171/1061 16% [========== ] 172/1061 16% [========== ] 173/1061 16% [========== ] 174/1061 16% [========== ] 175/1061 16% [========== ] 176/1061 16% [========== ] 177/1061 16% [========== ] 178/1061 16% [========== ] 179/1061 16% [========== ] 180/1061 16% [========== ] 181/1061 17% [========== ] 182/1061 17% [========== ] 183/1061 17% [========== ] 184/1061 17% [========== ] 185/1061 17% [========== ] 186/1061 17% [========== ] 187/1061 17% [========== ] 188/1061 17% [=========== ] 189/1061 17% [=========== ] 190/1061 17% [=========== ] 191/1061 18% [=========== ] 192/1061 18% [=========== ] 193/1061 18% [=========== ] 194/1061 18% [=========== ] 195/1061 18% [=========== ] 196/1061 18% [=========== ] 197/1061 18% [=========== ] 198/1061 18% [=========== ] 199/1061 18% [=========== ] 200/1061 18% [=========== ] 201/1061 18% [=========== ] 202/1061 19% [=========== ] 203/1061 19% [=========== ] 204/1061 19% [=========== ] 205/1061 19% [============ ] 206/1061 19% [============ ] 207/1061 19% [============ ] 208/1061 19% [============ ] 209/1061 19% [============ ] 210/1061 19% [============ ] 211/1061 19% [============ ] 212/1061 19% [============ ] 213/1061 20% [============ ] 214/1061 20% [============ ] 215/1061 20% [============ ] 216/1061 20% [============ ] 217/1061 20% [============ ] 218/1061 20% [============ ] 219/1061 20% [============ ] 220/1061 20% [============ ] 221/1061 20% [============ ] 222/1061 20% [============= ] 223/1061 21% [============= ] 224/1061 21% [============= ] 225/1061 21% [============= ] 226/1061 21% [============= ] 227/1061 21% [============= ] 228/1061 21% [============= ] 229/1061 21% [============= ] 230/1061 21% [============= ] 231/1061 21% [============= ] 232/1061 21% [============= ] 233/1061 21% [============= ] 234/1061 22% [============= ] 235/1061 22% [============= ] 236/1061 22% [============= ] 237/1061 22% [============= ] 238/1061 22% [============= ] 239/1061 22% [============== ] 240/1061 22% [============== ] 241/1061 22% [============== ] 242/1061 22% [============== ] 243/1061 22% [============== ] 244/1061 22% [============== ] 245/1061 23% [============== ] 246/1061 23% [============== ] 247/1061 23% [============== ] 248/1061 23% [============== ] 249/1061 23% [============== ] 250/1061 23% [============== ] 251/1061 23% [============== ] 252/1061 23% [============== ] 253/1061 23% [============== ] 254/1061 23% [============== ] 255/1061 24% [============== ] 256/1061 24% [=============== ] 257/1061 24% [=============== ] 258/1061 24% [=============== ] 259/1061 24% [=============== ] 260/1061 24% [=============== ] 261/1061 24% [=============== ] 262/1061 24% [=============== ] 263/1061 24% [=============== ] 264/1061 24% [=============== ] 265/1061 24% [=============== ] 266/1061 25% [=============== ] 267/1061 25% [=============== ] 268/1061 25% [=============== ] 269/1061 25% [=============== ] 270/1061 25% [=============== ] 271/1061 25% [=============== ] 272/1061 25% [=============== ] 273/1061 25% [================ ] 274/1061 25% [================ ] 275/1061 25% [================ ] 276/1061 26% [================ ] 277/1061 26% [================ ] 278/1061 26% [================ ] 279/1061 26% [================ ] 280/1061 26% [================ ] 281/1061 26% [================ ] 282/1061 26% [================ ] 283/1061 26% [================ ] 284/1061 26% [================ ] 285/1061 26% [================ ] 286/1061 26% [================ ] 287/1061 27% [================ ] 288/1061 27% [================ ] 289/1061 27% [================ ] 290/1061 27% [================= ] 291/1061 27% [================= ] 292/1061 27% [================= ] 293/1061 27% [================= ] 294/1061 27% [================= ] 295/1061 27% [================= ] 296/1061 27% [================= ] 297/1061 27% [================= ] 298/1061 28% [================= ] 299/1061 28% [================= ] 300/1061 28% [================= ] 301/1061 28% [================= ] 302/1061 28% [================= ] 303/1061 28% [================= ] 304/1061 28% [================= ] 305/1061 28% [================= ] 306/1061 28% [================= ] 307/1061 28% [================= ] 308/1061 29% [================== ] 309/1061 29% [================== ] 310/1061 29% [================== ] 311/1061 29% [================== ] 312/1061 29% [================== ] 313/1061 29% [================== ] 314/1061 29% [================== ] 315/1061 29% [================== ] 316/1061 29% [================== ] 317/1061 29% [================== ] 318/1061 29% [================== ] 319/1061 30% [================== ] 320/1061 30% [================== ] 321/1061 30% [================== ] 322/1061 30% [================== ] 323/1061 30% [================== ] 324/1061 30% [================== ] 325/1061 30% [=================== ] 326/1061 30% [=================== ] 327/1061 30% [=================== ] 328/1061 30% [=================== ] 329/1061 31% [=================== ] 330/1061 31% [=================== ] 331/1061 31% [=================== ] 332/1061 31% [=================== ] 333/1061 31% [=================== ] 334/1061 31% [=================== ] 335/1061 31% [=================== ] 336/1061 31% [=================== ] 337/1061 31% [=================== ] 338/1061 31% [=================== ] 339/1061 31% [=================== ] 340/1061 32% [=================== ] 341/1061 32% [=================== ] 342/1061 32% [==================== ] 343/1061 32% [==================== ] 344/1061 32% [==================== ] 345/1061 32% [==================== ] 346/1061 32% [==================== ] 347/1061 32% [==================== ] 348/1061 32% [==================== ] 349/1061 32% [==================== ] 350/1061 32% [==================== ] 351/1061 33% [==================== ] 352/1061 33% [==================== ] 353/1061 33% [==================== ] 354/1061 33% [==================== ] 355/1061 33% [==================== ] 356/1061 33% [==================== ] 357/1061 33% [==================== ] 358/1061 33% [==================== ] 359/1061 33% [===================== ] 360/1061 33% [===================== ] 361/1061 34% [===================== ] 362/1061 34% [===================== ] 363/1061 34% [===================== ] 364/1061 34% [===================== ] 365/1061 34% [===================== ] 366/1061 34% [===================== ] 367/1061 34% [===================== ] 368/1061 34% [===================== ] 369/1061 34% [===================== ] 370/1061 34% [===================== ] 371/1061 34% [===================== ] 372/1061 35% [===================== ] 373/1061 35% [===================== ] 374/1061 35% [===================== ] 375/1061 35% [===================== ] 376/1061 35% [====================== ] 377/1061 35% [====================== ] 378/1061 35% [====================== ] 379/1061 35% [====================== ] 380/1061 35% [====================== ] 381/1061 35% [====================== ] 382/1061 36% [====================== ] 383/1061 36% [====================== ] 384/1061 36% [====================== ] 385/1061 36% [====================== ] 386/1061 36% [====================== ] 387/1061 36% [====================== ] 388/1061 36% [====================== ] 389/1061 36% [====================== ] 390/1061 36% [====================== ] 391/1061 36% [====================== ] 392/1061 36% [====================== ] 393/1061 37% [======================= ] 394/1061 37% [======================= ] 395/1061 37% [======================= ] 396/1061 37% [======================= ] 397/1061 37% [======================= ] 398/1061 37% [======================= ] 399/1061 37% [======================= ] 400/1061 37% [======================= ] 401/1061 37% [======================= ] 402/1061 37% [======================= ] 403/1061 37% [======================= ] 404/1061 38% [======================= ] 405/1061 38% [======================= ] 406/1061 38% [======================= ] 407/1061 38% [======================= ] 408/1061 38% [======================= ] 409/1061 38% [======================= ] 410/1061 38% [======================== ] 411/1061 38% [======================== ] 412/1061 38% [======================== ] 413/1061 38% [======================== ] 414/1061 39% [======================== ] 415/1061 39% [======================== ] 416/1061 39% [======================== ] 417/1061 39% [======================== ] 418/1061 39% [======================== ] 419/1061 39% [======================== ] 420/1061 39% [======================== ] 421/1061 39% [======================== ] 422/1061 39% [======================== ] 423/1061 39% [======================== ] 424/1061 39% [======================== ] 425/1061 40% [======================== ] 426/1061 40% [======================== ] 427/1061 40% [========================= ] 428/1061 40% [========================= ] 429/1061 40% [========================= ] 430/1061 40% [========================= ] 431/1061 40% [========================= ] 432/1061 40% [========================= ] 433/1061 40% [========================= ] 434/1061 40% [========================= ] 435/1061 40% [========================= ] 436/1061 41% [========================= ] 437/1061 41% [========================= ] 438/1061 41% [========================= ] 439/1061 41% [========================= ] 440/1061 41% [========================= ] 441/1061 41% [========================= ] 442/1061 41% [========================= ] 443/1061 41% [========================= ] 444/1061 41% [========================== ] 445/1061 41% [========================== ] 446/1061 42% [========================== ] 447/1061 42% [========================== ] 448/1061 42% [========================== ] 449/1061 42% [========================== ] 450/1061 42% [========================== ] 451/1061 42% [========================== ] 452/1061 42% [========================== ] 453/1061 42% [========================== ] 454/1061 42% [========================== ] 455/1061 42% [========================== ] 456/1061 42% [========================== ] 457/1061 43% [========================== ] 458/1061 43% [========================== ] 459/1061 43% [========================== ] 460/1061 43% [========================== ] 461/1061 43% [========================== ] 462/1061 43% [=========================== ] 463/1061 43% [=========================== ] 464/1061 43% [=========================== ] 465/1061 43% [=========================== ] 466/1061 43% [=========================== ] 467/1061 44% [=========================== ] 468/1061 44% [=========================== ] 469/1061 44% [=========================== ] 470/1061 44% [=========================== ] 471/1061 44% [=========================== ] 472/1061 44% [=========================== ] 473/1061 44% [=========================== ] 474/1061 44% [=========================== ] 475/1061 44% [=========================== ] 476/1061 44% [=========================== ] 477/1061 44% [=========================== ] 478/1061 45% [=========================== ] 479/1061 45% [============================ ] 480/1061 45% [============================ ] 481/1061 45% [============================ ] 482/1061 45% [============================ ] 483/1061 45% [============================ ] 484/1061 45% [============================ ] 485/1061 45% [============================ ] 486/1061 45% [============================ ] 487/1061 45% [============================ ] 488/1061 45% [============================ ] 489/1061 46% [============================ ] 490/1061 46% [============================ ] 491/1061 46% [============================ ] 492/1061 46% [============================ ] 493/1061 46% [============================ ] 494/1061 46% [============================ ] 495/1061 46% [============================ ] 496/1061 46% [============================= ] 497/1061 46% [============================= ] 498/1061 46% [============================= ] 499/1061 47% [============================= ] 500/1061 47% [============================= ] 501/1061 47% [============================= ] 502/1061 47% [============================= ] 503/1061 47% [============================= ] 504/1061 47% [============================= ] 505/1061 47% [============================= ] 506/1061 47% [============================= ] 507/1061 47% [============================= ] 508/1061 47% [============================= ] 509/1061 47% [============================= ] 510/1061 48% [============================= ] 511/1061 48% [============================= ] 512/1061 48% [============================= ] 513/1061 48% [============================== ] 514/1061 48% [============================== ] 515/1061 48% [============================== ] 516/1061 48% [============================== ] 517/1061 48% [============================== ] 518/1061 48% [============================== ] 519/1061 48% [============================== ] 520/1061 49% [============================== ] 521/1061 49% [============================== ] 522/1061 49% [============================== ] 523/1061 49% [============================== ] 524/1061 49% [============================== ] 525/1061 49% [============================== ] 526/1061 49% [============================== ] 527/1061 49% [============================== ] 528/1061 49% [============================== ] 529/1061 49% [============================== ] 530/1061 49% [=============================== ] 531/1061 50% [=============================== ] 532/1061 50% [=============================== ] 533/1061 50% [=============================== ] 534/1061 50% [=============================== ] 535/1061 50% [=============================== ] 536/1061 50% [=============================== ] 537/1061 50% [=============================== ] 538/1061 50% [=============================== ] 539/1061 50% [=============================== ] 540/1061 50% [=============================== ] 541/1061 50% [=============================== ] 542/1061 51% [=============================== ] 543/1061 51% [=============================== ] 544/1061 51% [=============================== ] 545/1061 51% [=============================== ] 546/1061 51% [=============================== ] 547/1061 51% [================================ ] 548/1061 51% [================================ ] 549/1061 51% [================================ ] 550/1061 51% [================================ ] 551/1061 51% [================================ ] 552/1061 52% [================================ ] 553/1061 52% [================================ ] 554/1061 52% [================================ ] 555/1061 52% [================================ ] 556/1061 52% [================================ ] 557/1061 52% [================================ ] 558/1061 52% [================================ ] 559/1061 52% [================================ ] 560/1061 52% [================================ ] 561/1061 52% [================================ ] 562/1061 52% [================================ ] 563/1061 53% [================================ ] 564/1061 53% [================================= ] 565/1061 53% [================================= ] 566/1061 53% [================================= ] 567/1061 53% [================================= ] 568/1061 53% [================================= ] 569/1061 53% [================================= ] 570/1061 53% [================================= ] 571/1061 53% [================================= ] 572/1061 53% [================================= ] 573/1061 54% [================================= ] 574/1061 54% [================================= ] 575/1061 54% [================================= ] 576/1061 54% [================================= ] 577/1061 54% [================================= ] 578/1061 54% [================================= ] 579/1061 54% [================================= ] 580/1061 54% [================================= ] 581/1061 54% [================================== ] 582/1061 54% [================================== ] 583/1061 54% [================================== ] 584/1061 55% [================================== ] 585/1061 55% [================================== ] 586/1061 55% [================================== ] 587/1061 55% [================================== ] 588/1061 55% [================================== ] 589/1061 55% [================================== ] 590/1061 55% [================================== ] 591/1061 55% [================================== ] 592/1061 55% [================================== ] 593/1061 55% [================================== ] 594/1061 55% [================================== ] 595/1061 56% [================================== ] 596/1061 56% [================================== ] 597/1061 56% [================================== ] 598/1061 56% [=================================== ] 599/1061 56% [=================================== ] 600/1061 56% [=================================== ] 601/1061 56% [=================================== ] 602/1061 56% [=================================== ] 603/1061 56% [=================================== ] 604/1061 56% [=================================== ] 605/1061 57% [=================================== ] 606/1061 57% [=================================== ] 607/1061 57% [=================================== ] 608/1061 57% [=================================== ] 609/1061 57% [=================================== ] 610/1061 57% [=================================== ] 611/1061 57% [=================================== ] 612/1061 57% [=================================== ] 613/1061 57% [=================================== ] 614/1061 57% [=================================== ] 615/1061 57% [=================================== ] 616/1061 58% [==================================== ] 617/1061 58% [==================================== ] 618/1061 58% [==================================== ] 619/1061 58% [==================================== ] 620/1061 58% [==================================== ] 621/1061 58% [==================================== ] 622/1061 58% [==================================== ] 623/1061 58% [==================================== ] 624/1061 58% [==================================== ] 625/1061 58% [==================================== ] 626/1061 59% [==================================== ] 627/1061 59% [==================================== ] 628/1061 59% [==================================== ] 629/1061 59% [==================================== ] 630/1061 59% [==================================== ] 631/1061 59% [==================================== ] 632/1061 59% [==================================== ] 633/1061 59% [===================================== ] 634/1061 59% [===================================== ] 635/1061 59% [===================================== ] 636/1061 59% [===================================== ] 637/1061 60% [===================================== ] 638/1061 60% [===================================== ] 639/1061 60% [===================================== ] 640/1061 60% [===================================== ] 641/1061 60% [===================================== ] 642/1061 60% [===================================== ] 643/1061 60% [===================================== ] 644/1061 60% [===================================== ] 645/1061 60% [===================================== ] 646/1061 60% [===================================== ] 647/1061 60% [===================================== ] 648/1061 61% [===================================== ] 649/1061 61% [===================================== ] 650/1061 61% [====================================== ] 651/1061 61% [====================================== ] 652/1061 61% [====================================== ] 653/1061 61% [====================================== ] 654/1061 61% [====================================== ] 655/1061 61% [====================================== ] 656/1061 61% [====================================== ] 657/1061 61% [====================================== ] 658/1061 62% [====================================== ] 659/1061 62% [====================================== ] 660/1061 62% [====================================== ] 661/1061 62% [====================================== ] 662/1061 62% [====================================== ] 663/1061 62% [====================================== ] 664/1061 62% [====================================== ] 665/1061 62% [====================================== ] 666/1061 62% [====================================== ] 667/1061 62% [======================================= ] 668/1061 62% [======================================= ] 669/1061 63% [======================================= ] 670/1061 63% [======================================= ] 671/1061 63% [======================================= ] 672/1061 63% [======================================= ] 673/1061 63% [======================================= ] 674/1061 63% [======================================= ] 675/1061 63% [======================================= ] 676/1061 63% [======================================= ] 677/1061 63% [======================================= ] 678/1061 63% [======================================= ] 679/1061 63% [======================================= ] 680/1061 64% [======================================= ] 681/1061 64% [======================================= ] 682/1061 64% [======================================= ] 683/1061 64% [======================================= ] 684/1061 64% [======================================== ] 685/1061 64% [======================================== ] 686/1061 64% [======================================== ] 687/1061 64% [======================================== ] 688/1061 64% [======================================== ] 689/1061 64% [======================================== ] 690/1061 65% [======================================== ] 691/1061 65% [======================================== ] 692/1061 65% [======================================== ] 693/1061 65% [======================================== ] 694/1061 65% [======================================== ] 695/1061 65% [======================================== ] 696/1061 65% [======================================== ] 697/1061 65% [======================================== ] 698/1061 65% [======================================== ] 699/1061 65% [======================================== ] 700/1061 65% [======================================== ] 701/1061 66% [========================================= ] 702/1061 66% [========================================= ] 703/1061 66% [========================================= ] 704/1061 66% [========================================= ] 705/1061 66% [========================================= ] 706/1061 66% [========================================= ] 707/1061 66% [========================================= ] 708/1061 66% [========================================= ] 709/1061 66% [========================================= ] 710/1061 66% [========================================= ] 711/1061 67% [========================================= ] 712/1061 67% [========================================= ] 713/1061 67% [========================================= ] 714/1061 67% [========================================= ] 715/1061 67% [========================================= ] 716/1061 67% [========================================= ] 717/1061 67% [========================================= ] 718/1061 67% [========================================== ] 719/1061 67% [========================================== ] 720/1061 67% [========================================== ] 721/1061 67% [========================================== ] 722/1061 68% [========================================== ] 723/1061 68% [========================================== ] 724/1061 68% [========================================== ] 725/1061 68% [========================================== ] 726/1061 68% [========================================== ] 727/1061 68% [========================================== ] 728/1061 68% [========================================== ] 729/1061 68% [========================================== ] 730/1061 68% [========================================== ] 731/1061 68% [========================================== ] 732/1061 68% [========================================== ] 733/1061 69% [========================================== ] 734/1061 69% [========================================== ] 735/1061 69% [=========================================== ] 736/1061 69% [=========================================== ] 737/1061 69% [=========================================== ] 738/1061 69% [=========================================== ] 739/1061 69% [=========================================== ] 740/1061 69% [=========================================== ] 741/1061 69% [=========================================== ] 742/1061 69% [=========================================== ] 743/1061 70% [=========================================== ] 744/1061 70% [=========================================== ] 745/1061 70% [=========================================== ] 746/1061 70% [=========================================== ] 747/1061 70% [=========================================== ] 748/1061 70% [=========================================== ] 749/1061 70% [=========================================== ] 750/1061 70% [=========================================== ] 751/1061 70% [=========================================== ] 752/1061 70% [============================================ ] 753/1061 70% [============================================ ] 754/1061 71% [============================================ ] 755/1061 71% [============================================ ] 756/1061 71% [============================================ ] 757/1061 71% [============================================ ] 758/1061 71% [============================================ ] 759/1061 71% [============================================ ] 760/1061 71% [============================================ ] 761/1061 71% [============================================ ] 762/1061 71% [============================================ ] 763/1061 71% [============================================ ] 764/1061 72% [============================================ ] 765/1061 72% [============================================ ] 766/1061 72% [============================================ ] 767/1061 72% [============================================ ] 768/1061 72% [============================================ ] 769/1061 72% [============================================ ] 770/1061 72% [============================================= ] 771/1061 72% [============================================= ] 772/1061 72% [============================================= ] 773/1061 72% [============================================= ] 774/1061 72% [============================================= ] 775/1061 73% [============================================= ] 776/1061 73% [============================================= ] 777/1061 73% [============================================= ] 778/1061 73% [============================================= ] 779/1061 73% [============================================= ] 780/1061 73% [============================================= ] 781/1061 73% [============================================= ] 782/1061 73% [============================================= ] 783/1061 73% [============================================= ] 784/1061 73% [============================================= ] 785/1061 73% [============================================= ] 786/1061 74% [============================================= ] 787/1061 74% [============================================== ] 788/1061 74% [============================================== ] 789/1061 74% [============================================== ] 790/1061 74% [============================================== ] 791/1061 74% [============================================== ] 792/1061 74% [============================================== ] 793/1061 74% [============================================== ] 794/1061 74% [============================================== ] 795/1061 74% [============================================== ] 796/1061 75% [============================================== ] 797/1061 75% [============================================== ] 798/1061 75% [============================================== ] 799/1061 75% [============================================== ] 800/1061 75% [============================================== ] 801/1061 75% [============================================== ] 802/1061 75% [============================================== ] 803/1061 75% [============================================== ] 804/1061 75% [=============================================== ] 805/1061 75% [=============================================== ] 806/1061 75% [=============================================== ] 807/1061 76% [=============================================== ] 808/1061 76% [=============================================== ] 809/1061 76% [=============================================== ] 810/1061 76% [=============================================== ] 811/1061 76% [=============================================== ] 812/1061 76% [=============================================== ] 813/1061 76% [=============================================== ] 814/1061 76% [=============================================== ] 815/1061 76% [=============================================== ] 816/1061 76% [=============================================== ] 817/1061 77% [=============================================== ] 818/1061 77% [=============================================== ] 819/1061 77% [=============================================== ] 820/1061 77% [=============================================== ] 821/1061 77% [================================================ ] 822/1061 77% [================================================ ] 823/1061 77% [================================================ ] 824/1061 77% [================================================ ] 825/1061 77% [================================================ ] 826/1061 77% [================================================ ] 827/1061 77% [================================================ ] 828/1061 78% [================================================ ] 829/1061 78% [================================================ ] 830/1061 78% [================================================ ] 831/1061 78% [================================================ ] 832/1061 78% [================================================ ] 833/1061 78% [================================================ ] 834/1061 78% [================================================ ] 835/1061 78% [================================================ ] 836/1061 78% [================================================ ] 837/1061 78% [================================================ ] 838/1061 78% [================================================= ] 839/1061 79% [================================================= ] 840/1061 79% [================================================= ] 841/1061 79% [================================================= ] 842/1061 79% [================================================= ] 843/1061 79% [================================================= ] 844/1061 79% [================================================= ] 845/1061 79% [================================================= ] 846/1061 79% [================================================= ] 847/1061 79% [================================================= ] 848/1061 79% [================================================= ] 849/1061 80% [================================================= ] 850/1061 80% [================================================= ] 851/1061 80% [================================================= ] 852/1061 80% [================================================= ] 853/1061 80% [================================================= ] 854/1061 80% [================================================= ] 855/1061 80% [================================================== ] 856/1061 80% [================================================== ] 857/1061 80% [================================================== ] 858/1061 80% [================================================== ] 859/1061 80% [================================================== ] 860/1061 81% [================================================== ] 861/1061 81% [================================================== ] 862/1061 81% [================================================== ] 863/1061 81% [================================================== ] 864/1061 81% [================================================== ] 865/1061 81% [================================================== ] 866/1061 81% [================================================== ] 867/1061 81% [================================================== ] 868/1061 81% [================================================== ] 869/1061 81% [================================================== ] 870/1061 81% [================================================== ] 871/1061 82% [================================================== ] 872/1061 82% [=================================================== ] 873/1061 82% [=================================================== ] 874/1061 82% [=================================================== ] 875/1061 82% [=================================================== ] 876/1061 82% [=================================================== ] 877/1061 82% [=================================================== ] 878/1061 82% [=================================================== ] 879/1061 82% [=================================================== ] 880/1061 82% [=================================================== ] 881/1061 83% [=================================================== ] 882/1061 83% [=================================================== ] 883/1061 83% [=================================================== ] 884/1061 83% [=================================================== ] 885/1061 83% [=================================================== ] 886/1061 83% [=================================================== ] 887/1061 83% [=================================================== ] 888/1061 83% [=================================================== ] 889/1061 83% [==================================================== ] 890/1061 83% [==================================================== ] 891/1061 83% [==================================================== ] 892/1061 84% [==================================================== ] 893/1061 84% [==================================================== ] 894/1061 84% [==================================================== ] 895/1061 84% [==================================================== ] 896/1061 84% [==================================================== ] 897/1061 84% [==================================================== ] 898/1061 84% [==================================================== ] 899/1061 84% [==================================================== ] 900/1061 84% [==================================================== ] 901/1061 84% [==================================================== ] 902/1061 85% [==================================================== ] 903/1061 85% [==================================================== ] 904/1061 85% [==================================================== ] 905/1061 85% [==================================================== ] 906/1061 85% [===================================================== ] 907/1061 85% [===================================================== ] 908/1061 85% [===================================================== ] 909/1061 85% [===================================================== ] 910/1061 85% [===================================================== ] 911/1061 85% [===================================================== ] 912/1061 85% [===================================================== ] 913/1061 86% [===================================================== ] 914/1061 86% [===================================================== ] 915/1061 86% [===================================================== ] 916/1061 86% [===================================================== ] 917/1061 86% [===================================================== ] 918/1061 86% [===================================================== ] 919/1061 86% [===================================================== ] 920/1061 86% [===================================================== ] 921/1061 86% [===================================================== ] 922/1061 86% [===================================================== ] 923/1061 86% [===================================================== ] 924/1061 87% [====================================================== ] 925/1061 87% [====================================================== ] 926/1061 87% [====================================================== ] 927/1061 87% [====================================================== ] 928/1061 87% [====================================================== ] 929/1061 87% [====================================================== ] 930/1061 87% [====================================================== ] 931/1061 87% [====================================================== ] 932/1061 87% [====================================================== ] 933/1061 87% [====================================================== ] 934/1061 88% [====================================================== ] 935/1061 88% [====================================================== ] 936/1061 88% [====================================================== ] 937/1061 88% [====================================================== ] 938/1061 88% [====================================================== ] 939/1061 88% [====================================================== ] 940/1061 88% [====================================================== ] 941/1061 88% [======================================================= ] 942/1061 88% [======================================================= ] 943/1061 88% [======================================================= ] 944/1061 88% [======================================================= ] 945/1061 89% [======================================================= ] 946/1061 89% [======================================================= ] 947/1061 89% [======================================================= ] 948/1061 89% [======================================================= ] 949/1061 89% [======================================================= ] 950/1061 89% [======================================================= ] 951/1061 89% [======================================================= ] 952/1061 89% [======================================================= ] 953/1061 89% [======================================================= ] 954/1061 89% [======================================================= ] 955/1061 90% [======================================================= ] 956/1061 90% [======================================================= ] 957/1061 90% [======================================================= ] 958/1061 90% [======================================================== ] 959/1061 90% [======================================================== ] 960/1061 90% [======================================================== ] 961/1061 90% [======================================================== ] 962/1061 90% [======================================================== ] 963/1061 90% [======================================================== ] 964/1061 90% [======================================================== ] 965/1061 90% [======================================================== ] 966/1061 91% [======================================================== ] 967/1061 91% [======================================================== ] 968/1061 91% [======================================================== ] 969/1061 91% [======================================================== ] 970/1061 91% [======================================================== ] 971/1061 91% [======================================================== ] 972/1061 91% [======================================================== ] 973/1061 91% [======================================================== ] 974/1061 91% [======================================================== ] 975/1061 91% [========================================================= ] 976/1061 91% [========================================================= ] 977/1061 92% [========================================================= ] 978/1061 92% [========================================================= ] 979/1061 92% [========================================================= ] 980/1061 92% [========================================================= ] 981/1061 92% [========================================================= ] 982/1061 92% [========================================================= ] 983/1061 92% [========================================================= ] 984/1061 92% [========================================================= ] 985/1061 92% [========================================================= ] 986/1061 92% [========================================================= ] 987/1061 93% [========================================================= ] 988/1061 93% [========================================================= ] 989/1061 93% [========================================================= ] 990/1061 93% [========================================================= ] 991/1061 93% [========================================================= ] 992/1061 93% [========================================================== ] 993/1061 93% [========================================================== ] 994/1061 93% [========================================================== ] 995/1061 93% [========================================================== ] 996/1061 93% [========================================================== ] 997/1061 93% [========================================================== ] 998/1061 94% [========================================================== ] 999/1061 94% [========================================================== ] 1000/1061 94% [========================================================== ] 1001/1061 94% [========================================================== ] 1002/1061 94% [========================================================== ] 1003/1061 94% [========================================================== ] 1004/1061 94% [========================================================== ] 1005/1061 94% [========================================================== ] 1006/1061 94% [========================================================== ] 1007/1061 94% [========================================================== ] 1008/1061 95% [========================================================== ] 1009/1061 95% [=========================================================== ] 1010/1061 95% [=========================================================== ] 1011/1061 95% [=========================================================== ] 1012/1061 95% [=========================================================== ] 1013/1061 95% [=========================================================== ] 1014/1061 95% [=========================================================== ] 1015/1061 95% [=========================================================== ] 1016/1061 95% [=========================================================== ] 1017/1061 95% [=========================================================== ] 1018/1061 95% [=========================================================== ] 1019/1061 96% [=========================================================== ] 1020/1061 96% [=========================================================== ] 1021/1061 96% [=========================================================== ] 1022/1061 96% [=========================================================== ] 1023/1061 96% [=========================================================== ] 1024/1061 96% [=========================================================== ] 1025/1061 96% [=========================================================== ] 1026/1061 96% [============================================================ ] 1027/1061 96% [============================================================ ] 1028/1061 96% [============================================================ ] 1029/1061 96% [============================================================ ] 1030/1061 97% [============================================================ ] 1031/1061 97% [============================================================ ] 1032/1061 97% [============================================================ ] 1033/1061 97% [============================================================ ] 1034/1061 97% [============================================================ ] 1035/1061 97% [============================================================ ] 1036/1061 97% [============================================================ ] 1037/1061 97% [============================================================ ] 1038/1061 97% [============================================================ ] 1039/1061 97% [============================================================ ] 1040/1061 98% [============================================================ ] 1041/1061 98% [============================================================ ] 1042/1061 98% [============================================================ ] 1043/1061 98% [============================================================= ] 1044/1061 98% [============================================================= ] 1045/1061 98% [============================================================= ] 1046/1061 98% [============================================================= ] 1047/1061 98% [============================================================= ] 1048/1061 98% [============================================================= ] 1049/1061 98% [============================================================= ] 1050/1061 98% [============================================================= ] 1051/1061 99% [============================================================= ] 1052/1061 99% [============================================================= ] 1053/1061 99% [============================================================= ] 1054/1061 99% [============================================================= ] 1055/1061 99% [============================================================= ] 1056/1061 99% [============================================================= ] 1057/1061 99% [============================================================= ] 1058/1061 99% [============================================================= ] 1059/1061 99% [============================================================= ] 1060/1061 99% [==============================================================] 1061/1061 100% operation complete, 1061 objects in 42134 NAND pages. ln -snf /home/thomas/autobuild/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-0/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot' make: Entering directory '/home/thomas/autobuild/instance-0/buildroot' >>> Buildroot 2022.08-rc1-3014-g5f06ecf5e15 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 6.1.14 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 >>> 18xx-ti-utils 8.8 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> alsa-utils 1.2.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> c-icap 0.5.10 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> crda 4.15 Collecting legal info LICENSE: OK (sha256: c16224b376128b589eea69a8fdd1f09818b8cb995e10d1e37f72dff22233d7b0) >>> host-python-pycryptodomex 3.16.0 Collecting legal info LICENSE.rst: OK (sha256: 4e04660d77c1c64e89d79537919fb8240fa21484a7e3db29f358b2c7f84ea073) Doc/LEGAL/COPYRIGHT.pycrypto: OK (sha256: 8e563c767164faa0831a333b57d23d4311cf566eb1b15d93250f4606be4eb549) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dhcpcd 9.4.1 Collecting legal info LICENSE: OK (sha256: 4f21ce186859516dcab9b3197f3e9533a9bd1b87932015c87f539af4a48cd592) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> haveged 1.9.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> hwloc 2.8.0 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> ima-evm-utils 1.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> initscripts Collecting legal info >>> iozone 3.493 Collecting legal info >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libqb 2.0.6 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-zigbee 0.3.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> minissdpd 1.6.0 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mmc-utils dfc3b6ecda84d21418fb4408b39c5c71db4c6458 Collecting legal info mmc.h: OK (sha256: f57e3c6169116aa9ff06eec95734ca000e4d0196467bb221e80e50530c768081) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> ncdu 1.18 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> netsurf 3.10 Collecting legal info netsurf/COPYING: OK (sha256: 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-vim 9.0.1414 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: d187aff219161f37138479257f82d687ea10b2cdd17d58b53a3ec9b79d6dc870) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> openntpd 6.8p1 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkcs11-helper 1.29.0 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rsync 3.2.7 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tor 0.4.7.13 Collecting legal info LICENSE: OK (sha256: 47b54ed17e8fdcab3c44729a1789a09b208f9a63a845a7e50def9df729eebad0) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> unbound 1.17.1 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless-regdb 2023.02.13 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: iozone-3.493: cannot save license (IOZONE_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot'