mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-2/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-2/output-1/target/etc/passwd if [ -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-213-g19c4b1b069"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkfs.axfs -s -a /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.axfs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1061 number of 4KB nodes: 16451 Total image size: 51905400 >>> Generating filesystem image rootfs.cloop mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/genisoimage -r /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target | /home/buildroot/autobuild/instance-2/output-1/host/bin/create_compressed_fs - 65536 > /home/buildroot/autobuild/instance-2/output-1/images/rootfs.cloop\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' 48 processor core(s) detected Warning, number as file string found. Assuming old command syntax and choosing compatible parameters (-m -B 65536). See the usage info (-h) for better/correct parameters. Block size 65536, expected number of blocks: 2147483647 Using F_SMA000.BMP;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ltris/gfx/f_small_yellow.bmp (f_small_white.bmp) Using XTERM000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/terminfo/x/xterm+256color (xterm-256color) Using LIBLO000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/liblogging-stdlog.so.0 (liblogging-stdlog.so.0.1.0) Using LIBSO000.2;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libsoc.so.2 (libsoc.so.2.4.2) Using LIBSL000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libslirp.so.0.4.0 (libslirp.so.0) Using LIBJS000.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libjson-c.so (libjson_script.so) Using LIBDM000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libdmtx.so.0.0.0 (libdmtx.so.0) Using LIBPI000.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so (libpixbufloader-icns.so) Using LIBPI001.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so (libpixbufloader-bmp.so) Using LIBPI002.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so (libpixbufloader-ani.so) Using LIBPI003.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so (libpixbufloader-qtif.so) Using LIBPI004.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so (libpixbufloader-xbm.so) Using LIBPI005.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so (libpixbufloader-ico.so) Using LIBPI006.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so (libpixbufloader-pnm.so) Using LIBPI007.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so (libpixbufloader-gif.so) Using LIBPI008.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so (libpixbufloader-xpm.so) Using SWUPD000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/swupdate-progress (swupdate-ipc) Using SWUPD001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/swupdate-ipc (swupdate-client) Using MKMER000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mkmerakifw-old (mkmerakifw) Using SWUPD002.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/swupdate-client (swupdate) Using BUFFA000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/buffalo-enc (buffalo-tag) Using MKTPL000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mktplinkfw2 (mktplinkfw) Using GDK_P000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/gdk-pixbuf-pixdata (gdk-pixbuf-query-loaders) Using GDK_P001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/gdk-pixbuf-query-loaders (gdk-pixbuf-csource) Using MKDAP000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mkdapimg2 (mkdapimg) Using MKFWI000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mkfwimage2 (mkfwimage) Using BUFFA001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/buffalo-tag (buffalo-tftp) Using FSCK000.EXT;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/sbin/fsck.ext2 (fsck.ext4) Using FSCK001.EXT;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/sbin/fsck.ext4 (fsck.ext3) Using MKFS000.EXT;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/sbin/mkfs.ext3 (mkfs.ext4) Using MKFS001.EXT;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/sbin/mkfs.ext4 (mkfs.ext2) [ 9] Blk# 0, [ratio/avg. 8%/ 8%], avg.speed: 32768 b/s, ETA: -4s [ 9] Blk# 100, [ratio/avg. 2%/ 26%], avg.speed: 3309568 b/s, ETA: 42524426s 15.29% done, estimate finish Mon Apr 10 01:16:44 2023 [ 9] Blk# 200, [ratio/avg. 34%/ 27%], avg.speed: 6586368 b/s, ETA: 21367994s 30.57% done, estimate finish Mon Apr 10 01:16:44 2023 [ 9] Blk# 300, [ratio/avg. 36%/ 28%], avg.speed: 9863168 b/s, ETA: 14268992s [ 9] Blk# 400, [ratio/avg. 48%/ 28%], avg.speed: 13139968 b/s, ETA: 10710639s 45.88% done, estimate finish Mon Apr 10 01:16:44 2023 [ 9] Blk# 500, [ratio/avg. 34%/ 30%], avg.speed: 16416768 b/s, ETA: 8572787s 61.12% done, estimate finish Mon Apr 10 01:16:44 2023 [ 9] Blk# 600, [ratio/avg. 45%/ 31%], avg.speed: 19693568 b/s, ETA: 7146366s [ 9] Blk# 700, [ratio/avg. 32%/ 32%], avg.speed: 22970368 b/s, ETA: 6126912s 76.41% done, estimate finish Mon Apr 10 01:16:44 2023 [ 9] Blk# 800, [ratio/avg. 33%/ 32%], avg.speed: 26247168 b/s, ETA: 5362004s 91.71% done, estimate finish Mon Apr 10 01:16:44 2023 [ 9] Blk# 900, [ratio/avg. 31%/ 32%], avg.speed: 29523968 b/s, ETA: 4766887s Total translation table size: 0 Total rockridge attributes bytes: 131804 Total directory bytes: 692224 Path table size(bytes): 4062 Max brk space used 154000 32728 extents written (63 MB) [ 9] Blk# 1000, [ratio/avg. 51%/ 33%], avg.speed: 32800768 b/s, ETA: 4290674s Statistics: gzip(0): 0 ( 0%) gzip(1): 0 ( 0%) gzip(2): 0 ( 0%) gzip(3): 0 ( 0%) gzip(4): 0 ( 0%) gzip(5): 0 ( 0%) gzip(6): 0 ( 0%) gzip(7): 0 ( 0%) gzip(8): 0 ( 0%) gzip(9): 1023 (1e+02%) 7zip: 0 ( 0%) Writing index for 1023 block(s)... Writing compressed data... >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1061 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/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 33274 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2023.02-213-g19c4b1b069 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> linux-headers 5.15.96 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> crda 4.15 Collecting legal info LICENSE: OK (sha256: c16224b376128b589eea69a8fdd1f09818b8cb995e10d1e37f72dff22233d7b0) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> diffutils 3.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> fio 3.28 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) MORAL-LICENSE: OK (sha256: 8a240c1ad13d1fe3e58588643d81d0695899be4a669fe6d8fafa76ca6a89db2c) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> flac 1.4.2 Collecting legal info COPYING.Xiph: OK (sha256: 6e58d3036f05e2a0d58af854c12a505ddbe75011d71a598a2170987f3b15408d) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> 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-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> getent Collecting legal info >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> initscripts Collecting legal info >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgit2 1.6.2 Collecting legal info COPYING: OK (sha256: 6f3c2cd59b057e366c1acc073b038135c52d77892bb33bd4d931c5369d3f062b) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libseccomp 2.5.4 Collecting legal info LICENSE: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> mongoose 7.8 Collecting legal info LICENSE: OK (sha256: b41c293820074278291813af9f181918154875c94d744a90bf4eec331be28ac5) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rabbitmq-c 0.11.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> host-rust-bin 1.68.2 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> slirp4netns 1.2.0 Collecting legal info COPYING: OK (sha256: 58db3cfabf8ec806bc060e54ab5466a31de4a3ae80fe4a8aa02fb6b1c053c93f) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> spidev_test 5.8 Collecting legal info >>> swupdate 2022.12 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wireless-regdb 2023.02.13 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-cloop 3.14.1.3 Collecting legal info README: OK (sha256: 1b1f89e94e131e259b9e334565c5c3500d4b8aa755b75c3f145ddcdff3b89124) advancecomp-1.15/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.96: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'