printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -l -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target -o /home/autobuild/autobuild/instance-10/output-1/images/rootfs.jffs2\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.jffs2: error!: Page size for this system is by default 16384 mkfs.jffs2: error!: Use the --pagesize=SIZE option if this is not what you want >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-10/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1981 objects. stage 2: creating image '/home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2' [ ] 1/1981 0% [ ] 2/1981 0% [ ] 3/1981 0% [ ] 4/1981 0% [ ] 5/1981 0% [ ] 6/1981 0% [ ] 7/1981 0% [ ] 8/1981 0% [ ] 9/1981 0% [ ] 10/1981 0% [ ] 11/1981 0% [ ] 12/1981 0% [ ] 13/1981 0% [ ] 14/1981 0% [ ] 15/1981 0% [ ] 16/1981 0% [ ] 17/1981 0% [ ] 18/1981 0% [ ] 19/1981 0% [ ] 20/1981 1% [ ] 21/1981 1% [ ] 22/1981 1% [ ] 23/1981 1% [ ] 24/1981 1% [ ] 25/1981 1% [ ] 26/1981 1% [ ] 27/1981 1% [ ] 28/1981 1% [ ] 29/1981 1% [ ] 30/1981 1% [ ] 31/1981 1% [= ] 32/1981 1% [= ] 33/1981 1% [= ] 34/1981 1% [= ] 35/1981 1% [= ] 36/1981 1% [= ] 37/1981 1% [= ] 38/1981 1% [= ] 39/1981 1% [= ] 40/1981 2% [= ] 41/1981 2% [= ] 42/1981 2% [= ] 43/1981 2% [= ] 44/1981 2% [= ] 45/1981 2% [= ] 46/1981 2% [= ] 47/1981 2% [= ] 48/1981 2% [= ] 49/1981 2% [= ] 50/1981 2% [= ] 51/1981 2% [= ] 52/1981 2% [= ] 53/1981 2% [= ] 54/1981 2% [= ] 55/1981 2% [= ] 56/1981 2% [= ] 57/1981 2% [= ] 58/1981 2% [= ] 59/1981 2% [= ] 60/1981 3% [= ] 61/1981 3% [= ] 62/1981 3% [= ] 63/1981 3% [== ] 64/1981 3% [== ] 65/1981 3% [== ] 66/1981 3% [== ] 67/1981 3% [== ] 68/1981 3% [== ] 69/1981 3% [== ] 70/1981 3% [== ] 71/1981 3% [== ] 72/1981 3% [== ] 73/1981 3% [== ] 74/1981 3% [== ] 75/1981 3% [== ] 76/1981 3% [== ] 77/1981 3% [== ] 78/1981 3% [== ] 79/1981 3% [== ] 80/1981 4% [== ] 81/1981 4% [== ] 82/1981 4% [== ] 83/1981 4% [== ] 84/1981 4% [== ] 85/1981 4% [== ] 86/1981 4% [== ] 87/1981 4% [== ] 88/1981 4% [== ] 89/1981 4% [== ] 90/1981 4% [== ] 91/1981 4% [== ] 92/1981 4% [== ] 93/1981 4% [== ] 94/1981 4% [== ] 95/1981 4% [=== ] 96/1981 4% [=== ] 97/1981 4% [=== ] 98/1981 4% [=== ] 99/1981 4% [=== ] 100/1981 5% [=== ] 101/1981 5% [=== ] 102/1981 5% [=== ] 103/1981 5% [=== ] 104/1981 5% [=== ] 105/1981 5% [=== ] 106/1981 5% [=== ] 107/1981 5% [=== ] 108/1981 5% [=== ] 109/1981 5% [=== ] 110/1981 5% [=== ] 111/1981 5% [=== ] 112/1981 5% [=== ] 113/1981 5% [=== ] 114/1981 5% [=== ] 115/1981 5% [=== ] 116/1981 5% [=== ] 117/1981 5% [=== ] 118/1981 5% [=== ] 119/1981 6% [=== ] 120/1981 6% [=== ] 121/1981 6% [=== ] 122/1981 6% [=== ] 123/1981 6% [=== ] 124/1981 6% [=== ] 125/1981 6% [=== ] 126/1981 6% [=== ] 127/1981 6% [==== ] 128/1981 6% [==== ] 129/1981 6% [==== ] 130/1981 6% [==== ] 131/1981 6% [==== ] 132/1981 6% [==== ] 133/1981 6% [==== ] 134/1981 6% [==== ] 135/1981 6% [==== ] 136/1981 6% [==== ] 137/1981 6% [==== ] 138/1981 6% [==== ] 139/1981 7% [==== ] 140/1981 7% [==== ] 141/1981 7% [==== ] 142/1981 7% [==== ] 143/1981 7% [==== ] 144/1981 7% [==== ] 145/1981 7% [==== ] 146/1981 7% [==== ] 147/1981 7% [==== ] 148/1981 7% [==== ] 149/1981 7% [==== ] 150/1981 7% [==== ] 151/1981 7% [==== ] 152/1981 7% [==== ] 153/1981 7% [==== ] 154/1981 7% [==== ] 155/1981 7% [==== ] 156/1981 7% [==== ] 157/1981 7% [==== ] 158/1981 7% [==== ] 159/1981 8% [===== ] 160/1981 8% [===== ] 161/1981 8% [===== ] 162/1981 8% [===== ] 163/1981 8% [===== ] 164/1981 8% [===== ] 165/1981 8% [===== ] 166/1981 8% [===== ] 167/1981 8% [===== ] 168/1981 8% [===== ] 169/1981 8% [===== ] 170/1981 8% [===== ] 171/1981 8% [===== ] 172/1981 8% [===== ] 173/1981 8% [===== ] 174/1981 8% [===== ] 175/1981 8% [===== ] 176/1981 8% [===== ] 177/1981 8% [===== ] 178/1981 8% [===== ] 179/1981 9% [===== ] 180/1981 9% [===== ] 181/1981 9% [===== ] 182/1981 9% [===== ] 183/1981 9% [===== ] 184/1981 9% [===== ] 185/1981 9% [===== ] 186/1981 9% [===== ] 187/1981 9% [===== ] 188/1981 9% [===== ] 189/1981 9% [===== ] 190/1981 9% [===== ] 191/1981 9% [====== ] 192/1981 9% [====== ] 193/1981 9% [====== ] 194/1981 9% [====== ] 195/1981 9% [====== ] 196/1981 9% [====== ] 197/1981 9% [====== ] 198/1981 9% [====== ] 199/1981 10% [====== ] 200/1981 10% [====== ] 201/1981 10% [====== ] 202/1981 10% [====== ] 203/1981 10% [====== ] 204/1981 10% [====== ] 205/1981 10% [====== ] 206/1981 10% [====== ] 207/1981 10% [====== ] 208/1981 10% [====== ] 209/1981 10% [====== ] 210/1981 10% [====== ] 211/1981 10% [====== ] 212/1981 10% [====== ] 213/1981 10% [====== ] 214/1981 10% [====== ] 215/1981 10% [====== ] 216/1981 10% [====== ] 217/1981 10% [====== ] 218/1981 11% [====== ] 219/1981 11% [====== ] 220/1981 11% [====== ] 221/1981 11% [====== ] 222/1981 11% [====== ] 223/1981 11% [======= ] 224/1981 11% [======= ] 225/1981 11% [======= ] 226/1981 11% [======= ] 227/1981 11% [======= ] 228/1981 11% [======= ] 229/1981 11% [======= ] 230/1981 11% [======= ] 231/1981 11% [======= ] 232/1981 11% [======= ] 233/1981 11% [======= ] 234/1981 11% [======= ] 235/1981 11% [======= ] 236/1981 11% [======= ] 237/1981 11% [======= ] 238/1981 12% [======= ] 239/1981 12% [======= ] 240/1981 12% [======= ] 241/1981 12% [======= ] 242/1981 12% [======= ] 243/1981 12% [======= ] 244/1981 12% [======= ] 245/1981 12% [======= ] 246/1981 12% [======= ] 247/1981 12% [======= ] 248/1981 12% [======= ] 249/1981 12% [======= ] 250/1981 12% [======= ] 251/1981 12% [======= ] 252/1981 12% [======= ] 253/1981 12% [======= ] 254/1981 12% [======= ] 255/1981 12% [======== ] 256/1981 12% [======== ] 257/1981 12% [======== ] 258/1981 13% [======== ] 259/1981 13% [======== ] 260/1981 13% [======== ] 261/1981 13% [======== ] 262/1981 13% [======== ] 263/1981 13% [======== ] 264/1981 13% [======== ] 265/1981 13% [======== ] 266/1981 13% [======== ] 267/1981 13% [======== ] 268/1981 13% [======== ] 269/1981 13% [======== ] 270/1981 13% [======== ] 271/1981 13% [======== ] 272/1981 13% [======== ] 273/1981 13% [======== ] 274/1981 13% [======== ] 275/1981 13% [======== ] 276/1981 13% [======== ] 277/1981 13% [======== ] 278/1981 14% [======== ] 279/1981 14% [======== ] 280/1981 14% [======== ] 281/1981 14% [======== ] 282/1981 14% [======== ] 283/1981 14% [======== ] 284/1981 14% [======== ] 285/1981 14% [======== ] 286/1981 14% [======== ] 287/1981 14% [========= ] 288/1981 14% [========= ] 289/1981 14% [========= ] 290/1981 14% [========= ] 291/1981 14% [========= ] 292/1981 14% [========= ] 293/1981 14% [========= ] 294/1981 14% [========= ] 295/1981 14% [========= ] 296/1981 14% [========= ] 297/1981 14% [========= ] 298/1981 15% [========= ] 299/1981 15% [========= ] 300/1981 15% [========= ] 301/1981 15% [========= ] 302/1981 15% [========= ] 303/1981 15% [========= ] 304/1981 15% [========= ] 305/1981 15% [========= ] 306/1981 15% [========= ] 307/1981 15% [========= ] 308/1981 15% [========= ] 309/1981 15% [========= ] 310/1981 15% [========= ] 311/1981 15% [========= ] 312/1981 15% [========= ] 313/1981 15% [========= ] 314/1981 15% [========= ] 315/1981 15% [========= ] 316/1981 15% [========= ] 317/1981 16% [========= ] 318/1981 16% [========= ] 319/1981 16% [========== ] 320/1981 16% [========== ] 321/1981 16% [========== ] 322/1981 16% [========== ] 323/1981 16% [========== ] 324/1981 16% [========== ] 325/1981 16% [========== ] 326/1981 16% [========== ] 327/1981 16% [========== ] 328/1981 16% [========== ] 329/1981 16% [========== ] 330/1981 16% [========== ] 331/1981 16% [========== ] 332/1981 16% [========== ] 333/1981 16% [========== ] 334/1981 16% [========== ] 335/1981 16% [========== ] 336/1981 16% [========== ] 337/1981 17% [========== ] 338/1981 17% [========== ] 339/1981 17% [========== ] 340/1981 17% [========== ] 341/1981 17% [========== ] 342/1981 17% [========== ] 343/1981 17% [========== ] 344/1981 17% [========== ] 345/1981 17% [========== ] 346/1981 17% [========== ] 347/1981 17% [========== ] 348/1981 17% [========== ] 349/1981 17% [========== ] 350/1981 17% [========== ] 351/1981 17% [=========== ] 352/1981 17% [=========== ] 353/1981 17% [=========== ] 354/1981 17% [=========== ] 355/1981 17% [=========== ] 356/1981 17% [=========== ] 357/1981 18% [=========== ] 358/1981 18% [=========== ] 359/1981 18% [=========== ] 360/1981 18% [=========== ] 361/1981 18% [=========== ] 362/1981 18% [=========== ] 363/1981 18% [=========== ] 364/1981 18% [=========== ] 365/1981 18% [=========== ] 366/1981 18% [=========== ] 367/1981 18% [=========== ] 368/1981 18% [=========== ] 369/1981 18% [=========== ] 370/1981 18% [=========== ] 371/1981 18% [=========== ] 372/1981 18% [=========== ] 373/1981 18% [=========== ] 374/1981 18% [=========== ] 375/1981 18% [=========== ] 376/1981 18% [=========== ] 377/1981 19% [=========== ] 378/1981 19% [=========== ] 379/1981 19% [=========== ] 380/1981 19% [=========== ] 381/1981 19% [=========== ] 382/1981 19% [=========== ] 383/1981 19% [============ ] 384/1981 19% [============ ] 385/1981 19% [============ ] 386/1981 19% [============ ] 387/1981 19% [============ ] 388/1981 19% [============ ] 389/1981 19% [============ ] 390/1981 19% [============ ] 391/1981 19% [============ ] 392/1981 19% [============ ] 393/1981 19% [============ ] 394/1981 19% [============ ] 395/1981 19% [============ ] 396/1981 19% [============ ] 397/1981 20% [============ ] 398/1981 20% [============ ] 399/1981 20% [============ ] 400/1981 20% [============ ] 401/1981 20% [============ ] 402/1981 20% [============ ] 403/1981 20% [============ ] 404/1981 20% [============ ] 405/1981 20% [============ ] 406/1981 20% [============ ] 407/1981 20% [============ ] 408/1981 20% [============ ] 409/1981 20% [============ ] 410/1981 20% [============ ] 411/1981 20% [============ ] 412/1981 20% [============ ] 413/1981 20% [============ ] 414/1981 20% [============ ] 415/1981 20% [============= ] 416/1981 20% [============= ] 417/1981 21% [============= ] 418/1981 21% [============= ] 419/1981 21% [============= ] 420/1981 21% [============= ] 421/1981 21% [============= ] 422/1981 21% [============= ] 423/1981 21% [============= ] 424/1981 21% [============= ] 425/1981 21% [============= ] 426/1981 21% [============= ] 427/1981 21% [============= ] 428/1981 21% [============= ] 429/1981 21% [============= ] 430/1981 21% [============= ] 431/1981 21% [============= ] 432/1981 21% [============= ] 433/1981 21% [============= ] 434/1981 21% [============= ] 435/1981 21% [============= ] 436/1981 22% [============= ] 437/1981 22% [============= ] 438/1981 22% [============= ] 439/1981 22% [============= ] 440/1981 22% [============= ] 441/1981 22% [============= ] 442/1981 22% [============= ] 443/1981 22% [============= ] 444/1981 22% [============= ] 445/1981 22% [============= ] 446/1981 22% [============= ] 447/1981 22% [============== ] 448/1981 22% [============== ] 449/1981 22% [============== ] 450/1981 22% [============== ] 451/1981 22% [============== ] 452/1981 22% [============== ] 453/1981 22% [============== ] 454/1981 22% [============== ] 455/1981 22% [============== ] 456/1981 23% [============== ] 457/1981 23% [============== ] 458/1981 23% [============== ] 459/1981 23% [============== ] 460/1981 23% [============== ] 461/1981 23% [============== ] 462/1981 23% [============== ] 463/1981 23% [============== ] 464/1981 23% [============== ] 465/1981 23% [============== ] 466/1981 23% [============== ] 467/1981 23% [============== ] 468/1981 23% [============== ] 469/1981 23% [============== ] 470/1981 23% [============== ] 471/1981 23% [============== ] 472/1981 23% [============== ] 473/1981 23% [============== ] 474/1981 23% [============== ] 475/1981 23% [============== ] 476/1981 24% [============== ] 477/1981 24% [============== ] 478/1981 24% [============== ] 479/1981 24% [=============== ] 480/1981 24% [=============== ] 481/1981 24% [=============== ] 482/1981 24% [=============== ] 483/1981 24% [=============== ] 484/1981 24% [=============== ] 485/1981 24% [=============== ] 486/1981 24% [=============== ] 487/1981 24% [=============== ] 488/1981 24% [=============== ] 489/1981 24% [=============== ] 490/1981 24% [=============== ] 491/1981 24% [=============== ] 492/1981 24% [=============== ] 493/1981 24% [=============== ] 494/1981 24% [=============== ] 495/1981 24% [=============== ] 496/1981 25% [=============== ] 497/1981 25% [=============== ] 498/1981 25% [=============== ] 499/1981 25% [=============== ] 500/1981 25% [=============== ] 501/1981 25% [=============== ] 502/1981 25% [=============== ] 503/1981 25% [=============== ] 504/1981 25% [=============== ] 505/1981 25% [=============== ] 506/1981 25% [=============== ] 507/1981 25% [=============== ] 508/1981 25% [=============== ] 509/1981 25% [=============== ] 510/1981 25% [=============== ] 511/1981 25% [================ ] 512/1981 25% [================ ] 513/1981 25% [================ ] 514/1981 25% [================ ] 515/1981 25% [================ ] 516/1981 26% [================ ] 517/1981 26% [================ ] 518/1981 26% [================ ] 519/1981 26% [================ ] 520/1981 26% [================ ] 521/1981 26% [================ ] 522/1981 26% [================ ] 523/1981 26% [================ ] 524/1981 26% [================ ] 525/1981 26% [================ ] 526/1981 26% [================ ] 527/1981 26% [================ ] 528/1981 26% [================ ] 529/1981 26% [================ ] 530/1981 26% [================ ] 531/1981 26% [================ ] 532/1981 26% [================ ] 533/1981 26% [================ ] 534/1981 26% [================ ] 535/1981 27% [================ ] 536/1981 27% [================ ] 537/1981 27% [================ ] 538/1981 27% [================ ] 539/1981 27% [================ ] 540/1981 27% [================ ] 541/1981 27% [================ ] 542/1981 27% [================ ] 543/1981 27% [================= ] 544/1981 27% [================= ] 545/1981 27% [================= ] 546/1981 27% [================= ] 547/1981 27% [================= ] 548/1981 27% [================= ] 549/1981 27% [================= ] 550/1981 27% [================= ] 551/1981 27% [================= ] 552/1981 27% [================= ] 553/1981 27% [================= ] 554/1981 27% [================= ] 555/1981 28% [================= ] 556/1981 28% [================= ] 557/1981 28% [================= ] 558/1981 28% [================= ] 559/1981 28% [================= ] 560/1981 28% [================= ] 561/1981 28% [================= ] 562/1981 28% [================= ] 563/1981 28% [================= ] 564/1981 28% [================= ] 565/1981 28% [================= ] 566/1981 28% [================= ] 567/1981 28% [================= ] 568/1981 28% [================= ] 569/1981 28% [================= ] 570/1981 28% [================= ] 571/1981 28% [================= ] 572/1981 28% [================= ] 573/1981 28% [================= ] 574/1981 28% [================= ] 575/1981 29% [================== ] 576/1981 29% [================== ] 577/1981 29% [================== ] 578/1981 29% [================== ] 579/1981 29% [================== ] 580/1981 29% [================== ] 581/1981 29% [================== ] 582/1981 29% [================== ] 583/1981 29% [================== ] 584/1981 29% [================== ] 585/1981 29% [================== ] 586/1981 29% [================== ] 587/1981 29% [================== ] 588/1981 29% [================== ] 589/1981 29% [================== ] 590/1981 29% [================== ] 591/1981 29% [================== ] 592/1981 29% [================== ] 593/1981 29% [================== ] 594/1981 29% [================== ] 595/1981 30% [================== ] 596/1981 30% [================== ] 597/1981 30% [================== ] 598/1981 30% [================== ] 599/1981 30% [================== ] 600/1981 30% [================== ] 601/1981 30% [================== ] 602/1981 30% [================== ] 603/1981 30% [================== ] 604/1981 30% [================== ] 605/1981 30% [================== ] 606/1981 30% [================== ] 607/1981 30% [=================== ] 608/1981 30% [=================== ] 609/1981 30% [=================== ] 610/1981 30% [=================== ] 611/1981 30% [=================== ] 612/1981 30% [=================== ] 613/1981 30% [=================== ] 614/1981 30% [=================== ] 615/1981 31% [=================== ] 616/1981 31% [=================== ] 617/1981 31% [=================== ] 618/1981 31% [=================== ] 619/1981 31% [=================== ] 620/1981 31% [=================== ] 621/1981 31% [=================== ] 622/1981 31% [=================== ] 623/1981 31% [=================== ] 624/1981 31% [=================== ] 625/1981 31% [=================== ] 626/1981 31% [=================== ] 627/1981 31% [=================== ] 628/1981 31% [=================== ] 629/1981 31% [=================== ] 630/1981 31% [=================== ] 631/1981 31% [=================== ] 632/1981 31% [=================== ] 633/1981 31% [=================== ] 634/1981 32% [=================== ] 635/1981 32% [=================== ] 636/1981 32% [=================== ] 637/1981 32% [=================== ] 638/1981 32% [=================== ] 639/1981 32% [==================== ] 640/1981 32% [==================== ] 641/1981 32% [==================== ] 642/1981 32% [==================== ] 643/1981 32% [==================== ] 644/1981 32% [==================== ] 645/1981 32% [==================== ] 646/1981 32% [==================== ] 647/1981 32% [==================== ] 648/1981 32% [==================== ] 649/1981 32% [==================== ] 650/1981 32% [==================== ] 651/1981 32% [==================== ] 652/1981 32% [==================== ] 653/1981 32% [==================== ] 654/1981 33% [==================== ] 655/1981 33% [==================== ] 656/1981 33% [==================== ] 657/1981 33% [==================== ] 658/1981 33% [==================== ] 659/1981 33% [==================== ] 660/1981 33% [==================== ] 661/1981 33% [==================== ] 662/1981 33% [==================== ] 663/1981 33% [==================== ] 664/1981 33% [==================== ] 665/1981 33% [==================== ] 666/1981 33% [==================== ] 667/1981 33% [==================== ] 668/1981 33% [==================== ] 669/1981 33% [==================== ] 670/1981 33% [===================== ] 671/1981 33% [===================== ] 672/1981 33% [===================== ] 673/1981 33% [===================== ] 674/1981 34% [===================== ] 675/1981 34% [===================== ] 676/1981 34% [===================== ] 677/1981 34% [===================== ] 678/1981 34% [===================== ] 679/1981 34% [===================== ] 680/1981 34% [===================== ] 681/1981 34% [===================== ] 682/1981 34% [===================== ] 683/1981 34% [===================== ] 684/1981 34% [===================== ] 685/1981 34% [===================== ] 686/1981 34% [===================== ] 687/1981 34% [===================== ] 688/1981 34% [===================== ] 689/1981 34% [===================== ] 690/1981 34% [===================== ] 691/1981 34% [===================== ] 692/1981 34% [===================== ] 693/1981 34% [===================== ] 694/1981 35% [===================== ] 695/1981 35% [===================== ] 696/1981 35% [===================== ] 697/1981 35% [===================== ] 698/1981 35% [===================== ] 699/1981 35% [===================== ] 700/1981 35% [===================== ] 701/1981 35% [===================== ] 702/1981 35% [====================== ] 703/1981 35% [====================== ] 704/1981 35% [====================== ] 705/1981 35% [====================== ] 706/1981 35% [====================== ] 707/1981 35% [====================== ] 708/1981 35% [====================== ] 709/1981 35% [====================== ] 710/1981 35% [====================== ] 711/1981 35% [====================== ] 712/1981 35% [====================== ] 713/1981 35% [====================== ] 714/1981 36% [====================== ] 715/1981 36% [====================== ] 716/1981 36% [====================== ] 717/1981 36% [====================== ] 718/1981 36% [====================== ] 719/1981 36% [====================== ] 720/1981 36% [====================== ] 721/1981 36% [====================== ] 722/1981 36% [====================== ] 723/1981 36% [====================== ] 724/1981 36% [====================== ] 725/1981 36% [====================== ] 726/1981 36% [====================== ] 727/1981 36% [====================== ] 728/1981 36% [====================== ] 729/1981 36% [====================== ] 730/1981 36% [====================== ] 731/1981 36% [====================== ] 732/1981 36% [====================== ] 733/1981 37% [====================== ] 734/1981 37% [======================= ] 735/1981 37% [======================= ] 736/1981 37% [======================= ] 737/1981 37% [======================= ] 738/1981 37% [======================= ] 739/1981 37% [======================= ] 740/1981 37% [======================= ] 741/1981 37% [======================= ] 742/1981 37% [======================= ] 743/1981 37% [======================= ] 744/1981 37% [======================= ] 745/1981 37% [======================= ] 746/1981 37% [======================= ] 747/1981 37% [======================= ] 748/1981 37% [======================= ] 749/1981 37% [======================= ] 750/1981 37% [======================= ] 751/1981 37% [======================= ] 752/1981 37% [======================= ] 753/1981 38% [======================= ] 754/1981 38% [======================= ] 755/1981 38% [======================= ] 756/1981 38% [======================= ] 757/1981 38% [======================= ] 758/1981 38% [======================= ] 759/1981 38% [======================= ] 760/1981 38% [======================= ] 761/1981 38% [======================= ] 762/1981 38% [======================= ] 763/1981 38% [======================= ] 764/1981 38% [======================= ] 765/1981 38% [======================= ] 766/1981 38% [======================== ] 767/1981 38% [======================== ] 768/1981 38% [======================== ] 769/1981 38% [======================== ] 770/1981 38% [======================== ] 771/1981 38% [======================== ] 772/1981 38% [======================== ] 773/1981 39% [======================== ] 774/1981 39% [======================== ] 775/1981 39% [======================== ] 776/1981 39% [======================== ] 777/1981 39% [======================== ] 778/1981 39% [======================== ] 779/1981 39% [======================== ] 780/1981 39% [======================== ] 781/1981 39% [======================== ] 782/1981 39% [======================== ] 783/1981 39% [======================== ] 784/1981 39% [======================== ] 785/1981 39% [======================== ] 786/1981 39% [======================== ] 787/1981 39% [======================== ] 788/1981 39% [======================== ] 789/1981 39% [======================== ] 790/1981 39% [======================== ] 791/1981 39% [======================== ] 792/1981 39% [======================== ] 793/1981 40% [======================== ] 794/1981 40% [======================== ] 795/1981 40% [======================== ] 796/1981 40% [======================== ] 797/1981 40% [======================== ] 798/1981 40% [========================= ] 799/1981 40% [========================= ] 800/1981 40% [========================= ] 801/1981 40% [========================= ] 802/1981 40% [========================= ] 803/1981 40% [========================= ] 804/1981 40% [========================= ] 805/1981 40% [========================= ] 806/1981 40% [========================= ] 807/1981 40% [========================= ] 808/1981 40% [========================= ] 809/1981 40% [========================= ] 810/1981 40% [========================= ] 811/1981 40% [========================= ] 812/1981 40% [========================= ] 813/1981 41% [========================= ] 814/1981 41% [========================= ] 815/1981 41% [========================= ] 816/1981 41% [========================= ] 817/1981 41% [========================= ] 818/1981 41% [========================= ] 819/1981 41% [========================= ] 820/1981 41% [========================= ] 821/1981 41% [========================= ] 822/1981 41% [========================= ] 823/1981 41% [========================= ] 824/1981 41% [========================= ] 825/1981 41% [========================= ] 826/1981 41% [========================= ] 827/1981 41% [========================= ] 828/1981 41% [========================= ] 829/1981 41% [========================= ] 830/1981 41% [========================== ] 831/1981 41% [========================== ] 832/1981 41% [========================== ] 833/1981 42% [========================== ] 834/1981 42% [========================== ] 835/1981 42% [========================== ] 836/1981 42% [========================== ] 837/1981 42% [========================== ] 838/1981 42% [========================== ] 839/1981 42% [========================== ] 840/1981 42% [========================== ] 841/1981 42% [========================== ] 842/1981 42% [========================== ] 843/1981 42% [========================== ] 844/1981 42% [========================== ] 845/1981 42% [========================== ] 846/1981 42% [========================== ] 847/1981 42% [========================== ] 848/1981 42% [========================== ] 849/1981 42% [========================== ] 850/1981 42% [========================== ] 851/1981 42% [========================== ] 852/1981 43% [========================== ] 853/1981 43% [========================== ] 854/1981 43% [========================== ] 855/1981 43% [========================== ] 856/1981 43% [========================== ] 857/1981 43% [========================== ] 858/1981 43% [========================== ] 859/1981 43% [========================== ] 860/1981 43% [========================== ] 861/1981 43% [========================== ] 862/1981 43% [=========================== ] 863/1981 43% [=========================== ] 864/1981 43% [=========================== ] 865/1981 43% [=========================== ] 866/1981 43% [=========================== ] 867/1981 43% [=========================== ] 868/1981 43% [=========================== ] 869/1981 43% [=========================== ] 870/1981 43% [=========================== ] 871/1981 43% [=========================== ] 872/1981 44% [=========================== ] 873/1981 44% [=========================== ] 874/1981 44% [=========================== ] 875/1981 44% [=========================== ] 876/1981 44% [=========================== ] 877/1981 44% [=========================== ] 878/1981 44% [=========================== ] 879/1981 44% [=========================== ] 880/1981 44% [=========================== ] 881/1981 44% [=========================== ] 882/1981 44% [=========================== ] 883/1981 44% [=========================== ] 884/1981 44% [=========================== ] 885/1981 44% [=========================== ] 886/1981 44% [=========================== ] 887/1981 44% [=========================== ] 888/1981 44% [=========================== ] 889/1981 44% [=========================== ] 890/1981 44% [=========================== ] 891/1981 44% [=========================== ] 892/1981 45% [=========================== ] 893/1981 45% [=========================== ] 894/1981 45% [============================ ] 895/1981 45% [============================ ] 896/1981 45% [============================ ] 897/1981 45% [============================ ] 898/1981 45% [============================ ] 899/1981 45% [============================ ] 900/1981 45% [============================ ] 901/1981 45% [============================ ] 902/1981 45% [============================ ] 903/1981 45% [============================ ] 904/1981 45% [============================ ] 905/1981 45% [============================ ] 906/1981 45% [============================ ] 907/1981 45% [============================ ] 908/1981 45% [============================ ] 909/1981 45% [============================ ] 910/1981 45% [============================ ] 911/1981 45% [============================ ] 912/1981 46% [============================ ] 913/1981 46% [============================ ] 914/1981 46% [============================ ] 915/1981 46% [============================ ] 916/1981 46% [============================ ] 917/1981 46% [============================ ] 918/1981 46% [============================ ] 919/1981 46% [============================ ] 920/1981 46% [============================ ] 921/1981 46% [============================ ] 922/1981 46% [============================ ] 923/1981 46% [============================ ] 924/1981 46% [============================ ] 925/1981 46% [============================ ] 926/1981 46% [============================= ] 927/1981 46% [============================= ] 928/1981 46% [============================= ] 929/1981 46% [============================= ] 930/1981 46% [============================= ] 931/1981 46% [============================= ] 932/1981 47% [============================= ] 933/1981 47% [============================= ] 934/1981 47% [============================= ] 935/1981 47% [============================= ] 936/1981 47% [============================= ] 937/1981 47% [============================= ] 938/1981 47% [============================= ] 939/1981 47% [============================= ] 940/1981 47% [============================= ] 941/1981 47% [============================= ] 942/1981 47% [============================= ] 943/1981 47% [============================= ] 944/1981 47% [============================= ] 945/1981 47% [============================= ] 946/1981 47% [============================= ] 947/1981 47% [============================= ] 948/1981 47% [============================= ] 949/1981 47% [============================= ] 950/1981 47% [============================= ] 951/1981 48% [============================= ] 952/1981 48% [============================= ] 953/1981 48% [============================= ] 954/1981 48% [============================= ] 955/1981 48% [============================= ] 956/1981 48% [============================= ] 957/1981 48% [============================= ] 958/1981 48% [============================== ] 959/1981 48% [============================== ] 960/1981 48% [============================== ] 961/1981 48% [============================== ] 962/1981 48% [============================== ] 963/1981 48% [============================== ] 964/1981 48% [============================== ] 965/1981 48% [============================== ] 966/1981 48% [============================== ] 967/1981 48% [============================== ] 968/1981 48% [============================== ] 969/1981 48% [============================== ] 970/1981 48% [============================== ] 971/1981 49% [============================== ] 972/1981 49% [============================== ] 973/1981 49% [============================== ] 974/1981 49% [============================== ] 975/1981 49% [============================== ] 976/1981 49% [============================== ] 977/1981 49% [============================== ] 978/1981 49% [============================== ] 979/1981 49% [============================== ] 980/1981 49% [============================== ] 981/1981 49% [============================== ] 982/1981 49% [============================== ] 983/1981 49% [============================== ] 984/1981 49% [============================== ] 985/1981 49% [============================== ] 986/1981 49% [============================== ] 987/1981 49% [============================== ] 988/1981 49% [============================== ] 989/1981 49% [============================== ] 990/1981 49% [=============================== ] 991/1981 50% [=============================== ] 992/1981 50% [=============================== ] 993/1981 50% [=============================== ] 994/1981 50% [=============================== ] 995/1981 50% [=============================== ] 996/1981 50% [=============================== ] 997/1981 50% [=============================== ] 998/1981 50% [=============================== ] 999/1981 50% [=============================== ] 1000/1981 50% [=============================== ] 1001/1981 50% [=============================== ] 1002/1981 50% [=============================== ] 1003/1981 50% [=============================== ] 1004/1981 50% [=============================== ] 1005/1981 50% [=============================== ] 1006/1981 50% [=============================== ] 1007/1981 50% [=============================== ] 1008/1981 50% [=============================== ] 1009/1981 50% [=============================== ] 1010/1981 50% [=============================== ] 1011/1981 51% [=============================== ] 1012/1981 51% [=============================== ] 1013/1981 51% [=============================== ] 1014/1981 51% [=============================== ] 1015/1981 51% [=============================== ] 1016/1981 51% [=============================== ] 1017/1981 51% [=============================== ] 1018/1981 51% [=============================== ] 1019/1981 51% [=============================== ] 1020/1981 51% [=============================== ] 1021/1981 51% [=============================== ] 1022/1981 51% [================================ ] 1023/1981 51% [================================ ] 1024/1981 51% [================================ ] 1025/1981 51% [================================ ] 1026/1981 51% [================================ ] 1027/1981 51% [================================ ] 1028/1981 51% [================================ ] 1029/1981 51% [================================ ] 1030/1981 51% [================================ ] 1031/1981 52% [================================ ] 1032/1981 52% [================================ ] 1033/1981 52% [================================ ] 1034/1981 52% [================================ ] 1035/1981 52% [================================ ] 1036/1981 52% [================================ ] 1037/1981 52% [================================ ] 1038/1981 52% [================================ ] 1039/1981 52% [================================ ] 1040/1981 52% [================================ ] 1041/1981 52% [================================ ] 1042/1981 52% [================================ ] 1043/1981 52% [================================ ] 1044/1981 52% [================================ ] 1045/1981 52% [================================ ] 1046/1981 52% [================================ ] 1047/1981 52% [================================ ] 1048/1981 52% [================================ ] 1049/1981 52% [================================ ] 1050/1981 53% [================================ ] 1051/1981 53% [================================ ] 1052/1981 53% [================================ ] 1053/1981 53% [================================ ] 1054/1981 53% [================================= ] 1055/1981 53% [================================= ] 1056/1981 53% [================================= ] 1057/1981 53% [================================= ] 1058/1981 53% [================================= ] 1059/1981 53% [================================= ] 1060/1981 53% [================================= ] 1061/1981 53% [================================= ] 1062/1981 53% [================================= ] 1063/1981 53% [================================= ] 1064/1981 53% [================================= ] 1065/1981 53% [================================= ] 1066/1981 53% [================================= ] 1067/1981 53% [================================= ] 1068/1981 53% [================================= ] 1069/1981 53% [================================= ] 1070/1981 54% [================================= ] 1071/1981 54% [================================= ] 1072/1981 54% [================================= ] 1073/1981 54% [================================= ] 1074/1981 54% [================================= ] 1075/1981 54% [================================= ] 1076/1981 54% [================================= ] 1077/1981 54% [================================= ] 1078/1981 54% [================================= ] 1079/1981 54% [================================= ] 1080/1981 54% [================================= ] 1081/1981 54% [================================= ] 1082/1981 54% [================================= ] 1083/1981 54% [================================= ] 1084/1981 54% [================================= ] 1085/1981 54% [================================= ] 1086/1981 54% [================================== ] 1087/1981 54% [================================== ] 1088/1981 54% [================================== ] 1089/1981 54% [================================== ] 1090/1981 55% [================================== ] 1091/1981 55% [================================== ] 1092/1981 55% [================================== ] 1093/1981 55% [================================== ] 1094/1981 55% [================================== ] 1095/1981 55% [================================== ] 1096/1981 55% [================================== ] 1097/1981 55% [================================== ] 1098/1981 55% [================================== ] 1099/1981 55% [================================== ] 1100/1981 55% [================================== ] 1101/1981 55% [================================== ] 1102/1981 55% [================================== ] 1103/1981 55% [================================== ] 1104/1981 55% [================================== ] 1105/1981 55% [================================== ] 1106/1981 55% [================================== ] 1107/1981 55% [================================== ] 1108/1981 55% [================================== ] 1109/1981 55% [================================== ] 1110/1981 56% [================================== ] 1111/1981 56% [================================== ] 1112/1981 56% [================================== ] 1113/1981 56% [================================== ] 1114/1981 56% [================================== ] 1115/1981 56% [================================== ] 1116/1981 56% [================================== ] 1117/1981 56% [================================== ] 1118/1981 56% [=================================== ] 1119/1981 56% [=================================== ] 1120/1981 56% [=================================== ] 1121/1981 56% [=================================== ] 1122/1981 56% [=================================== ] 1123/1981 56% [=================================== ] 1124/1981 56% [=================================== ] 1125/1981 56% [=================================== ] 1126/1981 56% [=================================== ] 1127/1981 56% [=================================== ] 1128/1981 56% [=================================== ] 1129/1981 56% [=================================== ] 1130/1981 57% [=================================== ] 1131/1981 57% [=================================== ] 1132/1981 57% [=================================== ] 1133/1981 57% [=================================== ] 1134/1981 57% [=================================== ] 1135/1981 57% [=================================== ] 1136/1981 57% [=================================== ] 1137/1981 57% [=================================== ] 1138/1981 57% [=================================== ] 1139/1981 57% [=================================== ] 1140/1981 57% [=================================== ] 1141/1981 57% [=================================== ] 1142/1981 57% [=================================== ] 1143/1981 57% [=================================== ] 1144/1981 57% [=================================== ] 1145/1981 57% [=================================== ] 1146/1981 57% [=================================== ] 1147/1981 57% [=================================== ] 1148/1981 57% [=================================== ] 1149/1981 58% [=================================== ] 1150/1981 58% [==================================== ] 1151/1981 58% [==================================== ] 1152/1981 58% [==================================== ] 1153/1981 58% [==================================== ] 1154/1981 58% [==================================== ] 1155/1981 58% [==================================== ] 1156/1981 58% [==================================== ] 1157/1981 58% [==================================== ] 1158/1981 58% [==================================== ] 1159/1981 58% [==================================== ] 1160/1981 58% [==================================== ] 1161/1981 58% [==================================== ] 1162/1981 58% [==================================== ] 1163/1981 58% [==================================== ] 1164/1981 58% [==================================== ] 1165/1981 58% [==================================== ] 1166/1981 58% [==================================== ] 1167/1981 58% [==================================== ] 1168/1981 58% [==================================== ] 1169/1981 59% [==================================== ] 1170/1981 59% [==================================== ] 1171/1981 59% [==================================== ] 1172/1981 59% [==================================== ] 1173/1981 59% [==================================== ] 1174/1981 59% [==================================== ] 1175/1981 59% [==================================== ] 1176/1981 59% [==================================== ] 1177/1981 59% [==================================== ] 1178/1981 59% [==================================== ] 1179/1981 59% [==================================== ] 1180/1981 59% [==================================== ] 1181/1981 59% [==================================== ] 1182/1981 59% [===================================== ] 1183/1981 59% [===================================== ] 1184/1981 59% [===================================== ] 1185/1981 59% [===================================== ] 1186/1981 59% [===================================== ] 1187/1981 59% [===================================== ] 1188/1981 59% [===================================== ] 1189/1981 60% [===================================== ] 1190/1981 60% [===================================== ] 1191/1981 60% [===================================== ] 1192/1981 60% [===================================== ] 1193/1981 60% [===================================== ] 1194/1981 60% [===================================== ] 1195/1981 60% [===================================== ] 1196/1981 60% [===================================== ] 1197/1981 60% [===================================== ] 1198/1981 60% [===================================== ] 1199/1981 60% [===================================== ] 1200/1981 60% [===================================== ] 1201/1981 60% [===================================== ] 1202/1981 60% [===================================== ] 1203/1981 60% [===================================== ] 1204/1981 60% [===================================== ] 1205/1981 60% [===================================== ] 1206/1981 60% [===================================== ] 1207/1981 60% [===================================== ] 1208/1981 60% [===================================== ] 1209/1981 61% [===================================== ] 1210/1981 61% [===================================== ] 1211/1981 61% [===================================== ] 1212/1981 61% [===================================== ] 1213/1981 61% [===================================== ] 1214/1981 61% [====================================== ] 1215/1981 61% [====================================== ] 1216/1981 61% [====================================== ] 1217/1981 61% [====================================== ] 1218/1981 61% [====================================== ] 1219/1981 61% [====================================== ] 1220/1981 61% [====================================== ] 1221/1981 61% [====================================== ] 1222/1981 61% [====================================== ] 1223/1981 61% [====================================== ] 1224/1981 61% [====================================== ] 1225/1981 61% [====================================== ] 1226/1981 61% [====================================== ] 1227/1981 61% [====================================== ] 1228/1981 61% [====================================== ] 1229/1981 62% [====================================== ] 1230/1981 62% [====================================== ] 1231/1981 62% [====================================== ] 1232/1981 62% [====================================== ] 1233/1981 62% [====================================== ] 1234/1981 62% [====================================== ] 1235/1981 62% [====================================== ] 1236/1981 62% [====================================== ] 1237/1981 62% [====================================== ] 1238/1981 62% [====================================== ] 1239/1981 62% [====================================== ] 1240/1981 62% [====================================== ] 1241/1981 62% [====================================== ] 1242/1981 62% [====================================== ] 1243/1981 62% [====================================== ] 1244/1981 62% [====================================== ] 1245/1981 62% [====================================== ] 1246/1981 62% [======================================= ] 1247/1981 62% [======================================= ] 1248/1981 62% [======================================= ] 1249/1981 63% [======================================= ] 1250/1981 63% [======================================= ] 1251/1981 63% [======================================= ] 1252/1981 63% [======================================= ] 1253/1981 63% [======================================= ] 1254/1981 63% [======================================= ] 1255/1981 63% [======================================= ] 1256/1981 63% [======================================= ] 1257/1981 63% [======================================= ] 1258/1981 63% [======================================= ] 1259/1981 63% [======================================= ] 1260/1981 63% [======================================= ] 1261/1981 63% [======================================= ] 1262/1981 63% [======================================= ] 1263/1981 63% [======================================= ] 1264/1981 63% [======================================= ] 1265/1981 63% [======================================= ] 1266/1981 63% [======================================= ] 1267/1981 63% [======================================= ] 1268/1981 64% [======================================= ] 1269/1981 64% [======================================= ] 1270/1981 64% [======================================= ] 1271/1981 64% [======================================= ] 1272/1981 64% [======================================= ] 1273/1981 64% [======================================= ] 1274/1981 64% [======================================= ] 1275/1981 64% [======================================= ] 1276/1981 64% [======================================= ] 1277/1981 64% [======================================= ] 1278/1981 64% [======================================== ] 1279/1981 64% [======================================== ] 1280/1981 64% [======================================== ] 1281/1981 64% [======================================== ] 1282/1981 64% [======================================== ] 1283/1981 64% [======================================== ] 1284/1981 64% [======================================== ] 1285/1981 64% [======================================== ] 1286/1981 64% [======================================== ] 1287/1981 64% [======================================== ] 1288/1981 65% [======================================== ] 1289/1981 65% [======================================== ] 1290/1981 65% [======================================== ] 1291/1981 65% [======================================== ] 1292/1981 65% [======================================== ] 1293/1981 65% [======================================== ] 1294/1981 65% [======================================== ] 1295/1981 65% [======================================== ] 1296/1981 65% [======================================== ] 1297/1981 65% [======================================== ] 1298/1981 65% [======================================== ] 1299/1981 65% [======================================== ] 1300/1981 65% [======================================== ] 1301/1981 65% [======================================== ] 1302/1981 65% [======================================== ] 1303/1981 65% [======================================== ] 1304/1981 65% [======================================== ] 1305/1981 65% [======================================== ] 1306/1981 65% [======================================== ] 1307/1981 65% [======================================== ] 1308/1981 66% [======================================== ] 1309/1981 66% [======================================== ] 1310/1981 66% [========================================= ] 1311/1981 66% [========================================= ] 1312/1981 66% [========================================= ] 1313/1981 66% [========================================= ] 1314/1981 66% [========================================= ] 1315/1981 66% [========================================= ] 1316/1981 66% [========================================= ] 1317/1981 66% [========================================= ] 1318/1981 66% [========================================= ] 1319/1981 66% [========================================= ] 1320/1981 66% [========================================= ] 1321/1981 66% [========================================= ] 1322/1981 66% [========================================= ] 1323/1981 66% [========================================= ] 1324/1981 66% [========================================= ] 1325/1981 66% [========================================= ] 1326/1981 66% [========================================= ] 1327/1981 66% [========================================= ] 1328/1981 67% [========================================= ] 1329/1981 67% [========================================= ] 1330/1981 67% [========================================= ] 1331/1981 67% [========================================= ] 1332/1981 67% [========================================= ] 1333/1981 67% [========================================= ] 1334/1981 67% [========================================= ] 1335/1981 67% [========================================= ] 1336/1981 67% [========================================= ] 1337/1981 67% [========================================= ] 1338/1981 67% [========================================= ] 1339/1981 67% [========================================= ] 1340/1981 67% [========================================= ] 1341/1981 67% [========================================== ] 1342/1981 67% [========================================== ] 1343/1981 67% [========================================== ] 1344/1981 67% [========================================== ] 1345/1981 67% [========================================== ] 1346/1981 67% [========================================== ] 1347/1981 67% [========================================== ] 1348/1981 68% [========================================== ] 1349/1981 68% [========================================== ] 1350/1981 68% [========================================== ] 1351/1981 68% [========================================== ] 1352/1981 68% [========================================== ] 1353/1981 68% [========================================== ] 1354/1981 68% [========================================== ] 1355/1981 68% [========================================== ] 1356/1981 68% [========================================== ] 1357/1981 68% [========================================== ] 1358/1981 68% [========================================== ] 1359/1981 68% [========================================== ] 1360/1981 68% [========================================== ] 1361/1981 68% [========================================== ] 1362/1981 68% [========================================== ] 1363/1981 68% [========================================== ] 1364/1981 68% [========================================== ] 1365/1981 68% [========================================== ] 1366/1981 68% [========================================== ] 1367/1981 69% [========================================== ] 1368/1981 69% [========================================== ] 1369/1981 69% [========================================== ] 1370/1981 69% [========================================== ] 1371/1981 69% [========================================== ] 1372/1981 69% [========================================== ] 1373/1981 69% [=========================================== ] 1374/1981 69% [=========================================== ] 1375/1981 69% [=========================================== ] 1376/1981 69% [=========================================== ] 1377/1981 69% [=========================================== ] 1378/1981 69% [=========================================== ] 1379/1981 69% [=========================================== ] 1380/1981 69% [=========================================== ] 1381/1981 69% [=========================================== ] 1382/1981 69% [=========================================== ] 1383/1981 69% [=========================================== ] 1384/1981 69% [=========================================== ] 1385/1981 69% [=========================================== ] 1386/1981 69% [=========================================== ] 1387/1981 70% [=========================================== ] 1388/1981 70% [=========================================== ] 1389/1981 70% [=========================================== ] 1390/1981 70% [=========================================== ] 1391/1981 70% [=========================================== ] 1392/1981 70% [=========================================== ] 1393/1981 70% [=========================================== ] 1394/1981 70% [=========================================== ] 1395/1981 70% [=========================================== ] 1396/1981 70% [=========================================== ] 1397/1981 70% [=========================================== ] 1398/1981 70% [=========================================== ] 1399/1981 70% [=========================================== ] 1400/1981 70% [=========================================== ] 1401/1981 70% [=========================================== ] 1402/1981 70% [=========================================== ] 1403/1981 70% [=========================================== ] 1404/1981 70% [=========================================== ] 1405/1981 70% [============================================ ] 1406/1981 70% [============================================ ] 1407/1981 71% [============================================ ] 1408/1981 71% [============================================ ] 1409/1981 71% [============================================ ] 1410/1981 71% [============================================ ] 1411/1981 71% [============================================ ] 1412/1981 71% [============================================ ] 1413/1981 71% [============================================ ] 1414/1981 71% [============================================ ] 1415/1981 71% [============================================ ] 1416/1981 71% [============================================ ] 1417/1981 71% [============================================ ] 1418/1981 71% [============================================ ] 1419/1981 71% [============================================ ] 1420/1981 71% [============================================ ] 1421/1981 71% [============================================ ] 1422/1981 71% [============================================ ] 1423/1981 71% [============================================ ] 1424/1981 71% [============================================ ] 1425/1981 71% [============================================ ] 1426/1981 71% [============================================ ] 1427/1981 72% [============================================ ] 1428/1981 72% [============================================ ] 1429/1981 72% [============================================ ] 1430/1981 72% [============================================ ] 1431/1981 72% [============================================ ] 1432/1981 72% [============================================ ] 1433/1981 72% [============================================ ] 1434/1981 72% [============================================ ] 1435/1981 72% [============================================ ] 1436/1981 72% [============================================ ] 1437/1981 72% [============================================= ] 1438/1981 72% [============================================= ] 1439/1981 72% [============================================= ] 1440/1981 72% [============================================= ] 1441/1981 72% [============================================= ] 1442/1981 72% [============================================= ] 1443/1981 72% [============================================= ] 1444/1981 72% [============================================= ] 1445/1981 72% [============================================= ] 1446/1981 72% [============================================= ] 1447/1981 73% [============================================= ] 1448/1981 73% [============================================= ] 1449/1981 73% [============================================= ] 1450/1981 73% [============================================= ] 1451/1981 73% [============================================= ] 1452/1981 73% [============================================= ] 1453/1981 73% [============================================= ] 1454/1981 73% [============================================= ] 1455/1981 73% [============================================= ] 1456/1981 73% [============================================= ] 1457/1981 73% [============================================= ] 1458/1981 73% [============================================= ] 1459/1981 73% [============================================= ] 1460/1981 73% [============================================= ] 1461/1981 73% [============================================= ] 1462/1981 73% [============================================= ] 1463/1981 73% [============================================= ] 1464/1981 73% [============================================= ] 1465/1981 73% [============================================= ] 1466/1981 74% [============================================= ] 1467/1981 74% [============================================= ] 1468/1981 74% [============================================= ] 1469/1981 74% [============================================== ] 1470/1981 74% [============================================== ] 1471/1981 74% [============================================== ] 1472/1981 74% [============================================== ] 1473/1981 74% [============================================== ] 1474/1981 74% [============================================== ] 1475/1981 74% [============================================== ] 1476/1981 74% [============================================== ] 1477/1981 74% [============================================== ] 1478/1981 74% [============================================== ] 1479/1981 74% [============================================== ] 1480/1981 74% [============================================== ] 1481/1981 74% [============================================== ] 1482/1981 74% [============================================== ] 1483/1981 74% [============================================== ] 1484/1981 74% [============================================== ] 1485/1981 74% [============================================== ] 1486/1981 75% [============================================== ] 1487/1981 75% [============================================== ] 1488/1981 75% [============================================== ] 1489/1981 75% [============================================== ] 1490/1981 75% [============================================== ] 1491/1981 75% [============================================== ] 1492/1981 75% [============================================== ] 1493/1981 75% [============================================== ] 1494/1981 75% [============================================== ] 1495/1981 75% [============================================== ] 1496/1981 75% [============================================== ] 1497/1981 75% [============================================== ] 1498/1981 75% [============================================== ] 1499/1981 75% [============================================== ] 1500/1981 75% [============================================== ] 1501/1981 75% [=============================================== ] 1502/1981 75% [=============================================== ] 1503/1981 75% [=============================================== ] 1504/1981 75% [=============================================== ] 1505/1981 75% [=============================================== ] 1506/1981 76% [=============================================== ] 1507/1981 76% [=============================================== ] 1508/1981 76% [=============================================== ] 1509/1981 76% [=============================================== ] 1510/1981 76% [=============================================== ] 1511/1981 76% [=============================================== ] 1512/1981 76% [=============================================== ] 1513/1981 76% [=============================================== ] 1514/1981 76% [=============================================== ] 1515/1981 76% [=============================================== ] 1516/1981 76% [=============================================== ] 1517/1981 76% [=============================================== ] 1518/1981 76% [=============================================== ] 1519/1981 76% [=============================================== ] 1520/1981 76% [=============================================== ] 1521/1981 76% [=============================================== ] 1522/1981 76% [=============================================== ] 1523/1981 76% [=============================================== ] 1524/1981 76% [=============================================== ] 1525/1981 76% [=============================================== ] 1526/1981 77% [=============================================== ] 1527/1981 77% [=============================================== ] 1528/1981 77% [=============================================== ] 1529/1981 77% [=============================================== ] 1530/1981 77% [=============================================== ] 1531/1981 77% [=============================================== ] 1532/1981 77% [=============================================== ] 1533/1981 77% [================================================ ] 1534/1981 77% [================================================ ] 1535/1981 77% [================================================ ] 1536/1981 77% [================================================ ] 1537/1981 77% [================================================ ] 1538/1981 77% [================================================ ] 1539/1981 77% [================================================ ] 1540/1981 77% [================================================ ] 1541/1981 77% [================================================ ] 1542/1981 77% [================================================ ] 1543/1981 77% [================================================ ] 1544/1981 77% [================================================ ] 1545/1981 77% [================================================ ] 1546/1981 78% [================================================ ] 1547/1981 78% [================================================ ] 1548/1981 78% [================================================ ] 1549/1981 78% [================================================ ] 1550/1981 78% [================================================ ] 1551/1981 78% [================================================ ] 1552/1981 78% [================================================ ] 1553/1981 78% [================================================ ] 1554/1981 78% [================================================ ] 1555/1981 78% [================================================ ] 1556/1981 78% [================================================ ] 1557/1981 78% [================================================ ] 1558/1981 78% [================================================ ] 1559/1981 78% [================================================ ] 1560/1981 78% [================================================ ] 1561/1981 78% [================================================ ] 1562/1981 78% [================================================ ] 1563/1981 78% [================================================ ] 1564/1981 78% [================================================ ] 1565/1981 79% [================================================= ] 1566/1981 79% [================================================= ] 1567/1981 79% [================================================= ] 1568/1981 79% [================================================= ] 1569/1981 79% [================================================= ] 1570/1981 79% [================================================= ] 1571/1981 79% [================================================= ] 1572/1981 79% [================================================= ] 1573/1981 79% [================================================= ] 1574/1981 79% [================================================= ] 1575/1981 79% [================================================= ] 1576/1981 79% [================================================= ] 1577/1981 79% [================================================= ] 1578/1981 79% [================================================= ] 1579/1981 79% [================================================= ] 1580/1981 79% [================================================= ] 1581/1981 79% [================================================= ] 1582/1981 79% [================================================= ] 1583/1981 79% [================================================= ] 1584/1981 79% [================================================= ] 1585/1981 80% [================================================= ] 1586/1981 80% [================================================= ] 1587/1981 80% [================================================= ] 1588/1981 80% [================================================= ] 1589/1981 80% [================================================= ] 1590/1981 80% [================================================= ] 1591/1981 80% [================================================= ] 1592/1981 80% [================================================= ] 1593/1981 80% [================================================= ] 1594/1981 80% [================================================= ] 1595/1981 80% [================================================= ] 1596/1981 80% [================================================= ] 1597/1981 80% [================================================== ] 1598/1981 80% [================================================== ] 1599/1981 80% [================================================== ] 1600/1981 80% [================================================== ] 1601/1981 80% [================================================== ] 1602/1981 80% [================================================== ] 1603/1981 80% [================================================== ] 1604/1981 80% [================================================== ] 1605/1981 81% [================================================== ] 1606/1981 81% [================================================== ] 1607/1981 81% [================================================== ] 1608/1981 81% [================================================== ] 1609/1981 81% [================================================== ] 1610/1981 81% [================================================== ] 1611/1981 81% [================================================== ] 1612/1981 81% [================================================== ] 1613/1981 81% [================================================== ] 1614/1981 81% [================================================== ] 1615/1981 81% [================================================== ] 1616/1981 81% [================================================== ] 1617/1981 81% [================================================== ] 1618/1981 81% [================================================== ] 1619/1981 81% [================================================== ] 1620/1981 81% [================================================== ] 1621/1981 81% [================================================== ] 1622/1981 81% [================================================== ] 1623/1981 81% [================================================== ] 1624/1981 81% [================================================== ] 1625/1981 82% [================================================== ] 1626/1981 82% [================================================== ] 1627/1981 82% [================================================== ] 1628/1981 82% [================================================== ] 1629/1981 82% [=================================================== ] 1630/1981 82% [=================================================== ] 1631/1981 82% [=================================================== ] 1632/1981 82% [=================================================== ] 1633/1981 82% [=================================================== ] 1634/1981 82% [=================================================== ] 1635/1981 82% [=================================================== ] 1636/1981 82% [=================================================== ] 1637/1981 82% [=================================================== ] 1638/1981 82% [=================================================== ] 1639/1981 82% [=================================================== ] 1640/1981 82% [=================================================== ] 1641/1981 82% [=================================================== ] 1642/1981 82% [=================================================== ] 1643/1981 82% [=================================================== ] 1644/1981 82% [=================================================== ] 1645/1981 83% [=================================================== ] 1646/1981 83% [=================================================== ] 1647/1981 83% [=================================================== ] 1648/1981 83% [=================================================== ] 1649/1981 83% [=================================================== ] 1650/1981 83% [=================================================== ] 1651/1981 83% [=================================================== ] 1652/1981 83% [=================================================== ] 1653/1981 83% [=================================================== ] 1654/1981 83% [=================================================== ] 1655/1981 83% [=================================================== ] 1656/1981 83% [=================================================== ] 1657/1981 83% [=================================================== ] 1658/1981 83% [=================================================== ] 1659/1981 83% [=================================================== ] 1660/1981 83% [=================================================== ] 1661/1981 83% [==================================================== ] 1662/1981 83% [==================================================== ] 1663/1981 83% [==================================================== ] 1664/1981 83% [==================================================== ] 1665/1981 84% [==================================================== ] 1666/1981 84% [==================================================== ] 1667/1981 84% [==================================================== ] 1668/1981 84% [==================================================== ] 1669/1981 84% [==================================================== ] 1670/1981 84% [==================================================== ] 1671/1981 84% [==================================================== ] 1672/1981 84% [==================================================== ] 1673/1981 84% [==================================================== ] 1674/1981 84% [==================================================== ] 1675/1981 84% [==================================================== ] 1676/1981 84% [==================================================== ] 1677/1981 84% [==================================================== ] 1678/1981 84% [==================================================== ] 1679/1981 84% [==================================================== ] 1680/1981 84% [==================================================== ] 1681/1981 84% [==================================================== ] 1682/1981 84% [==================================================== ] 1683/1981 84% [==================================================== ] 1684/1981 85% [==================================================== ] 1685/1981 85% [==================================================== ] 1686/1981 85% [==================================================== ] 1687/1981 85% [==================================================== ] 1688/1981 85% [==================================================== ] 1689/1981 85% [==================================================== ] 1690/1981 85% [==================================================== ] 1691/1981 85% [==================================================== ] 1692/1981 85% [==================================================== ] 1693/1981 85% [===================================================== ] 1694/1981 85% [===================================================== ] 1695/1981 85% [===================================================== ] 1696/1981 85% [===================================================== ] 1697/1981 85% [===================================================== ] 1698/1981 85% [===================================================== ] 1699/1981 85% [===================================================== ] 1700/1981 85% [===================================================== ] 1701/1981 85% [===================================================== ] 1702/1981 85% [===================================================== ] 1703/1981 85% [===================================================== ] 1704/1981 86% [===================================================== ] 1705/1981 86% [===================================================== ] 1706/1981 86% [===================================================== ] 1707/1981 86% [===================================================== ] 1708/1981 86% [===================================================== ] 1709/1981 86% [===================================================== ] 1710/1981 86% [===================================================== ] 1711/1981 86% [===================================================== ] 1712/1981 86% [===================================================== ] 1713/1981 86% [===================================================== ] 1714/1981 86% [===================================================== ] 1715/1981 86% [===================================================== ] 1716/1981 86% [===================================================== ] 1717/1981 86% [===================================================== ] 1718/1981 86% [===================================================== ] 1719/1981 86% [===================================================== ] 1720/1981 86% [===================================================== ] 1721/1981 86% [===================================================== ] 1722/1981 86% [===================================================== ] 1723/1981 86% [===================================================== ] 1724/1981 87% [===================================================== ] 1725/1981 87% [====================================================== ] 1726/1981 87% [====================================================== ] 1727/1981 87% [====================================================== ] 1728/1981 87% [====================================================== ] 1729/1981 87% [====================================================== ] 1730/1981 87% [====================================================== ] 1731/1981 87% [====================================================== ] 1732/1981 87% [====================================================== ] 1733/1981 87% [====================================================== ] 1734/1981 87% [====================================================== ] 1735/1981 87% [====================================================== ] 1736/1981 87% [====================================================== ] 1737/1981 87% [====================================================== ] 1738/1981 87% [====================================================== ] 1739/1981 87% [====================================================== ] 1740/1981 87% [====================================================== ] 1741/1981 87% [====================================================== ] 1742/1981 87% [====================================================== ] 1743/1981 87% [====================================================== ] 1744/1981 88% [====================================================== ] 1745/1981 88% [====================================================== ] 1746/1981 88% [====================================================== ] 1747/1981 88% [====================================================== ] 1748/1981 88% [====================================================== ] 1749/1981 88% [====================================================== ] 1750/1981 88% [====================================================== ] 1751/1981 88% [====================================================== ] 1752/1981 88% [====================================================== ] 1753/1981 88% [====================================================== ] 1754/1981 88% [====================================================== ] 1755/1981 88% [====================================================== ] 1756/1981 88% [====================================================== ] 1757/1981 88% [======================================================= ] 1758/1981 88% [======================================================= ] 1759/1981 88% [======================================================= ] 1760/1981 88% [======================================================= ] 1761/1981 88% [======================================================= ] 1762/1981 88% [======================================================= ] 1763/1981 88% [======================================================= ] 1764/1981 89% [======================================================= ] 1765/1981 89% [======================================================= ] 1766/1981 89% [======================================================= ] 1767/1981 89% [======================================================= ] 1768/1981 89% [======================================================= ] 1769/1981 89% [======================================================= ] 1770/1981 89% [======================================================= ] 1771/1981 89% [======================================================= ] 1772/1981 89% [======================================================= ] 1773/1981 89% [======================================================= ] 1774/1981 89% [======================================================= ] 1775/1981 89% [======================================================= ] 1776/1981 89% [======================================================= ] 1777/1981 89% [======================================================= ] 1778/1981 89% [======================================================= ] 1779/1981 89% [======================================================= ] 1780/1981 89% [======================================================= ] 1781/1981 89% [======================================================= ] 1782/1981 89% [======================================================= ] 1783/1981 90% [======================================================= ] 1784/1981 90% [======================================================= ] 1785/1981 90% [======================================================= ] 1786/1981 90% [======================================================= ] 1787/1981 90% [======================================================= ] 1788/1981 90% [======================================================= ] 1789/1981 90% [======================================================== ] 1790/1981 90% [======================================================== ] 1791/1981 90% [======================================================== ] 1792/1981 90% [======================================================== ] 1793/1981 90% [======================================================== ] 1794/1981 90% [======================================================== ] 1795/1981 90% [======================================================== ] 1796/1981 90% [======================================================== ] 1797/1981 90% [======================================================== ] 1798/1981 90% [======================================================== ] 1799/1981 90% [======================================================== ] 1800/1981 90% [======================================================== ] 1801/1981 90% [======================================================== ] 1802/1981 90% [======================================================== ] 1803/1981 91% [======================================================== ] 1804/1981 91% [======================================================== ] 1805/1981 91% [======================================================== ] 1806/1981 91% [======================================================== ] 1807/1981 91% [======================================================== ] 1808/1981 91% [======================================================== ] 1809/1981 91% [======================================================== ] 1810/1981 91% [======================================================== ] 1811/1981 91% [======================================================== ] 1812/1981 91% [======================================================== ] 1813/1981 91% [======================================================== ] 1814/1981 91% [======================================================== ] 1815/1981 91% [======================================================== ] 1816/1981 91% [======================================================== ] 1817/1981 91% [======================================================== ] 1818/1981 91% [======================================================== ] 1819/1981 91% [======================================================== ] 1820/1981 91% [======================================================== ] 1821/1981 91% [========================================================= ] 1822/1981 91% [========================================================= ] 1823/1981 92% [========================================================= ] 1824/1981 92% [========================================================= ] 1825/1981 92% [========================================================= ] 1826/1981 92% [========================================================= ] 1827/1981 92% [========================================================= ] 1828/1981 92% [========================================================= ] 1829/1981 92% [========================================================= ] 1830/1981 92% [========================================================= ] 1831/1981 92% [========================================================= ] 1832/1981 92% [========================================================= ] 1833/1981 92% [========================================================= ] 1834/1981 92% [========================================================= ] 1835/1981 92% [========================================================= ] 1836/1981 92% [========================================================= ] 1837/1981 92% [========================================================= ] 1838/1981 92% [========================================================= ] 1839/1981 92% [========================================================= ] 1840/1981 92% [========================================================= ] 1841/1981 92% [========================================================= ] 1842/1981 92% [========================================================= ] 1843/1981 93% [========================================================= ] 1844/1981 93% [========================================================= ] 1845/1981 93% [========================================================= ] 1846/1981 93% [========================================================= ] 1847/1981 93% [========================================================= ] 1848/1981 93% [========================================================= ] 1849/1981 93% [========================================================= ] 1850/1981 93% [========================================================= ] 1851/1981 93% [========================================================= ] 1852/1981 93% [========================================================= ] 1853/1981 93% [========================================================== ] 1854/1981 93% [========================================================== ] 1855/1981 93% [========================================================== ] 1856/1981 93% [========================================================== ] 1857/1981 93% [========================================================== ] 1858/1981 93% [========================================================== ] 1859/1981 93% [========================================================== ] 1860/1981 93% [========================================================== ] 1861/1981 93% [========================================================== ] 1862/1981 93% [========================================================== ] 1863/1981 94% [========================================================== ] 1864/1981 94% [========================================================== ] 1865/1981 94% [========================================================== ] 1866/1981 94% [========================================================== ] 1867/1981 94% [========================================================== ] 1868/1981 94% [========================================================== ] 1869/1981 94% [========================================================== ] 1870/1981 94% [========================================================== ] 1871/1981 94% [========================================================== ] 1872/1981 94% [========================================================== ] 1873/1981 94% [========================================================== ] 1874/1981 94% [========================================================== ] 1875/1981 94% [========================================================== ] 1876/1981 94% [========================================================== ] 1877/1981 94% [========================================================== ] 1878/1981 94% [========================================================== ] 1879/1981 94% [========================================================== ] 1880/1981 94% [========================================================== ] 1881/1981 94% [========================================================== ] 1882/1981 95% [========================================================== ] 1883/1981 95% [========================================================== ] 1884/1981 95% [========================================================== ] 1885/1981 95% [=========================================================== ] 1886/1981 95% [=========================================================== ] 1887/1981 95% [=========================================================== ] 1888/1981 95% [=========================================================== ] 1889/1981 95% [=========================================================== ] 1890/1981 95% [=========================================================== ] 1891/1981 95% [=========================================================== ] 1892/1981 95% [=========================================================== ] 1893/1981 95% [=========================================================== ] 1894/1981 95% [=========================================================== ] 1895/1981 95% [=========================================================== ] 1896/1981 95% [=========================================================== ] 1897/1981 95% [=========================================================== ] 1898/1981 95% [=========================================================== ] 1899/1981 95% [=========================================================== ] 1900/1981 95% [=========================================================== ] 1901/1981 95% [=========================================================== ] 1902/1981 96% [=========================================================== ] 1903/1981 96% [=========================================================== ] 1904/1981 96% [=========================================================== ] 1905/1981 96% [=========================================================== ] 1906/1981 96% [=========================================================== ] 1907/1981 96% [=========================================================== ] 1908/1981 96% [=========================================================== ] 1909/1981 96% [=========================================================== ] 1910/1981 96% [=========================================================== ] 1911/1981 96% [=========================================================== ] 1912/1981 96% [=========================================================== ] 1913/1981 96% [=========================================================== ] 1914/1981 96% [=========================================================== ] 1915/1981 96% [=========================================================== ] 1916/1981 96% [=========================================================== ] 1917/1981 96% [============================================================ ] 1918/1981 96% [============================================================ ] 1919/1981 96% [============================================================ ] 1920/1981 96% [============================================================ ] 1921/1981 96% [============================================================ ] 1922/1981 97% [============================================================ ] 1923/1981 97% [============================================================ ] 1924/1981 97% [============================================================ ] 1925/1981 97% [============================================================ ] 1926/1981 97% [============================================================ ] 1927/1981 97% [============================================================ ] 1928/1981 97% [============================================================ ] 1929/1981 97% [============================================================ ] 1930/1981 97% [============================================================ ] 1931/1981 97% [============================================================ ] 1932/1981 97% [============================================================ ] 1933/1981 97% [============================================================ ] 1934/1981 97% [============================================================ ] 1935/1981 97% [============================================================ ] 1936/1981 97% [============================================================ ] 1937/1981 97% [============================================================ ] 1938/1981 97% [============================================================ ] 1939/1981 97% [============================================================ ] 1940/1981 97% [============================================================ ] 1941/1981 97% [============================================================ ] 1942/1981 98% [============================================================ ] 1943/1981 98% [============================================================ ] 1944/1981 98% [============================================================ ] 1945/1981 98% [============================================================ ] 1946/1981 98% [============================================================ ] 1947/1981 98% [============================================================ ] 1948/1981 98% [============================================================ ] 1949/1981 98% [============================================================= ] 1950/1981 98% [============================================================= ] 1951/1981 98% [============================================================= ] 1952/1981 98% [============================================================= ] 1953/1981 98% [============================================================= ] 1954/1981 98% [============================================================= ] 1955/1981 98% [============================================================= ] 1956/1981 98% [============================================================= ] 1957/1981 98% [============================================================= ] 1958/1981 98% [============================================================= ] 1959/1981 98% [============================================================= ] 1960/1981 98% [============================================================= ] 1961/1981 98% [============================================================= ] 1962/1981 99% [============================================================= ] 1963/1981 99% [============================================================= ] 1964/1981 99% [============================================================= ] 1965/1981 99% [============================================================= ] 1966/1981 99% [============================================================= ] 1967/1981 99% [============================================================= ] 1968/1981 99% [============================================================= ] 1969/1981 99% [============================================================= ] 1970/1981 99% [============================================================= ] 1971/1981 99% [============================================================= ] 1972/1981 99% [============================================================= ] 1973/1981 99% [============================================================= ] 1974/1981 99% [============================================================= ] 1975/1981 99% [============================================================= ] 1976/1981 99% [============================================================= ] 1977/1981 99% [============================================================= ] 1978/1981 99% [============================================================= ] 1979/1981 99% [============================================================= ] 1980/1981 99% [==============================================================] 1981/1981 100% operation complete, 1981 objects in 43895 NAND pages. ln -snf /home/autobuild/autobuild/instance-10/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-10/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-10/buildroot' >>> Buildroot 2022.08-560-gcd0916bf80 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-skeleton Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.10.147 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 18xx-ti-utils 8.8 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> alsa-lib 1.2.7.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> avro-c 1.11.0 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> blktrace 1.3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> cfm 0.3 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dropwatch 1.5.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> getent Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ifupdown-scripts Collecting legal info >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jquery-sidebar 3.3.2 Collecting legal info LICENSE: OK (sha256: f3522370f4b6accf9c1344f520bdea35f2388f1cbb124c0c179d2ca2a6a94c76) >>> jquery 3.5.1 Collecting legal info >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> librelp 1.10.0 Collecting legal info COPYING: OK (sha256: 1ed76f935566e93e3c3c0d9f8fad22eb6d8bbe406e2eb8470a4a2764d9fd9685) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linux-firmware 20220310 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) LICENCE.cypress: OK (sha256: ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f) LICENCE.e100: OK (sha256: bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.ralink-firmware.txt: OK (sha256: d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd) LICENCE.xc4000: OK (sha256: 8ea9f4aee5f53ad877041ff089e8c95d34d615ce19a3111e5e1ea70d990ed7ff) LICENCE.xc5000: OK (sha256: 30ec8a66503dc73f83937564ae70ca23aa03259e64727ff4195b5b6f695e782f) LICENCE.xc5000c: OK (sha256: f8822049f32fef2e90a197bd8cf259f476db75d549456bdca8567616a9c07ace) LICENSE.qcom: OK (sha256: be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc) WHENCE: OK (sha256: 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9) qcom/NOTICE.txt: OK (sha256: fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memcached 1.6.16 Collecting legal info COPYING: OK (sha256: bc887c4ad8051fe690ace9528fe37a2e0bb362e6d963331d82e845ca9b585a0c) >>> minissdpd 1.5.20211105 Collecting legal info LICENSE: OK (sha256: 45950e1d443106906f83a4ec7b9c2e1a9d6457130737a493cff0e5b7a39da570) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mrp 1.2 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> msmtp 1.8.14 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncdu 1.17 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openlayers 7.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> phidgetwebservice 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> strongswan 5.9.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> subversion 1.14.2 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uhubctl 2.4.0 Collecting legal info LICENSE: OK (sha256: 2d3aa0737e8db9dfd710f9a282b446cb7b15b2b3eecac383f0c45c64d736eea0) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ulogd 2.0.7 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> 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.10.147: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-10/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot'