touch /home/thomas/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.oci mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/images/rootfs-oci\n /home/thomas/autobuild/instance-0/output-1/host/bin/sloci-image --arch mips64 --entrypoint '\''sh'\'' --cmd '\'''\'' --author "Buildroot" --user "0" /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/target /home/thomas/autobuild/instance-0/output-1/images/rootfs-oci:latest\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/oci/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.tar mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/thomas/autobuild/instance-0/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/tar/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1860 objects. stage 2: creating image '/home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/1860 0% [ ] 2/1860 0% [ ] 3/1860 0% [ ] 4/1860 0% [ ] 5/1860 0% [ ] 6/1860 0% [ ] 7/1860 0% [ ] 8/1860 0% [ ] 9/1860 0% [ ] 10/1860 0% [ ] 11/1860 0% [ ] 12/1860 0% [ ] 13/1860 0% [ ] 14/1860 0% [ ] 15/1860 0% [ ] 16/1860 0% [ ] 17/1860 0% [ ] 18/1860 0% [ ] 19/1860 1% [ ] 20/1860 1% [ ] 21/1860 1% [ ] 22/1860 1% [ ] 23/1860 1% [ ] 24/1860 1% [ ] 25/1860 1% [ ] 26/1860 1% [ ] 27/1860 1% [ ] 28/1860 1% [ ] 29/1860 1% [= ] 30/1860 1% [= ] 31/1860 1% [= ] 32/1860 1% [= ] 33/1860 1% [= ] 34/1860 1% [= ] 35/1860 1% [= ] 36/1860 1% [= ] 37/1860 1% [= ] 38/1860 2% [= ] 39/1860 2% [= ] 40/1860 2% [= ] 41/1860 2% [= ] 42/1860 2% [= ] 43/1860 2% [= ] 44/1860 2% [= ] 45/1860 2% [= ] 46/1860 2% [= ] 47/1860 2% [= ] 48/1860 2% [= ] 49/1860 2% [= ] 50/1860 2% [= ] 51/1860 2% [= ] 52/1860 2% [= ] 53/1860 2% [= ] 54/1860 2% [= ] 55/1860 2% [= ] 56/1860 3% [= ] 57/1860 3% [= ] 58/1860 3% [= ] 59/1860 3% [== ] 60/1860 3% [== ] 61/1860 3% [== ] 62/1860 3% [== ] 63/1860 3% [== ] 64/1860 3% [== ] 65/1860 3% [== ] 66/1860 3% [== ] 67/1860 3% [== ] 68/1860 3% [== ] 69/1860 3% [== ] 70/1860 3% [== ] 71/1860 3% [== ] 72/1860 3% [== ] 73/1860 3% [== ] 74/1860 3% [== ] 75/1860 4% [== ] 76/1860 4% [== ] 77/1860 4% [== ] 78/1860 4% [== ] 79/1860 4% [== ] 80/1860 4% [== ] 81/1860 4% [== ] 82/1860 4% [== ] 83/1860 4% [== ] 84/1860 4% [== ] 85/1860 4% [== ] 86/1860 4% [== ] 87/1860 4% [== ] 88/1860 4% [== ] 89/1860 4% [=== ] 90/1860 4% [=== ] 91/1860 4% [=== ] 92/1860 4% [=== ] 93/1860 5% [=== ] 94/1860 5% [=== ] 95/1860 5% [=== ] 96/1860 5% [=== ] 97/1860 5% [=== ] 98/1860 5% [=== ] 99/1860 5% [=== ] 100/1860 5% [=== ] 101/1860 5% [=== ] 102/1860 5% [=== ] 103/1860 5% [=== ] 104/1860 5% [=== ] 105/1860 5% [=== ] 106/1860 5% [=== ] 107/1860 5% [=== ] 108/1860 5% [=== ] 109/1860 5% [=== ] 110/1860 5% [=== ] 111/1860 5% [=== ] 112/1860 6% [=== ] 113/1860 6% [=== ] 114/1860 6% [=== ] 115/1860 6% [=== ] 116/1860 6% [=== ] 117/1860 6% [=== ] 118/1860 6% [=== ] 119/1860 6% [==== ] 120/1860 6% [==== ] 121/1860 6% [==== ] 122/1860 6% [==== ] 123/1860 6% [==== ] 124/1860 6% [==== ] 125/1860 6% [==== ] 126/1860 6% [==== ] 127/1860 6% [==== ] 128/1860 6% [==== ] 129/1860 6% [==== ] 130/1860 6% [==== ] 131/1860 7% [==== ] 132/1860 7% [==== ] 133/1860 7% [==== ] 134/1860 7% [==== ] 135/1860 7% [==== ] 136/1860 7% [==== ] 137/1860 7% [==== ] 138/1860 7% [==== ] 139/1860 7% [==== ] 140/1860 7% [==== ] 141/1860 7% [==== ] 142/1860 7% [==== ] 143/1860 7% [==== ] 144/1860 7% [==== ] 145/1860 7% [==== ] 146/1860 7% [==== ] 147/1860 7% [==== ] 148/1860 7% [==== ] 149/1860 8% [===== ] 150/1860 8% [===== ] 151/1860 8% [===== ] 152/1860 8% [===== ] 153/1860 8% [===== ] 154/1860 8% [===== ] 155/1860 8% [===== ] 156/1860 8% [===== ] 157/1860 8% [===== ] 158/1860 8% [===== ] 159/1860 8% [===== ] 160/1860 8% [===== ] 161/1860 8% [===== ] 162/1860 8% [===== ] 163/1860 8% [===== ] 164/1860 8% [===== ] 165/1860 8% [===== ] 166/1860 8% [===== ] 167/1860 8% [===== ] 168/1860 9% [===== ] 169/1860 9% [===== ] 170/1860 9% [===== ] 171/1860 9% [===== ] 172/1860 9% [===== ] 173/1860 9% [===== ] 174/1860 9% [===== ] 175/1860 9% [===== ] 176/1860 9% [===== ] 177/1860 9% [===== ] 178/1860 9% [===== ] 179/1860 9% [====== ] 180/1860 9% [====== ] 181/1860 9% [====== ] 182/1860 9% [====== ] 183/1860 9% [====== ] 184/1860 9% [====== ] 185/1860 9% [====== ] 186/1860 10% [====== ] 187/1860 10% [====== ] 188/1860 10% [====== ] 189/1860 10% [====== ] 190/1860 10% [====== ] 191/1860 10% [====== ] 192/1860 10% [====== ] 193/1860 10% [====== ] 194/1860 10% [====== ] 195/1860 10% [====== ] 196/1860 10% [====== ] 197/1860 10% [====== ] 198/1860 10% [====== ] 199/1860 10% [====== ] 200/1860 10% [====== ] 201/1860 10% [====== ] 202/1860 10% [====== ] 203/1860 10% [====== ] 204/1860 10% [====== ] 205/1860 11% [====== ] 206/1860 11% [====== ] 207/1860 11% [====== ] 208/1860 11% [====== ] 209/1860 11% [======= ] 210/1860 11% [======= ] 211/1860 11% [======= ] 212/1860 11% [======= ] 213/1860 11% [======= ] 214/1860 11% [======= ] 215/1860 11% [======= ] 216/1860 11% [======= ] 217/1860 11% [======= ] 218/1860 11% [======= ] 219/1860 11% [======= ] 220/1860 11% [======= ] 221/1860 11% [======= ] 222/1860 11% [======= ] 223/1860 11% [======= ] 224/1860 12% [======= ] 225/1860 12% [======= ] 226/1860 12% [======= ] 227/1860 12% [======= ] 228/1860 12% [======= ] 229/1860 12% [======= ] 230/1860 12% [======= ] 231/1860 12% [======= ] 232/1860 12% [======= ] 233/1860 12% [======= ] 234/1860 12% [======= ] 235/1860 12% [======= ] 236/1860 12% [======= ] 237/1860 12% [======= ] 238/1860 12% [======= ] 239/1860 12% [======== ] 240/1860 12% [======== ] 241/1860 12% [======== ] 242/1860 13% [======== ] 243/1860 13% [======== ] 244/1860 13% [======== ] 245/1860 13% [======== ] 246/1860 13% [======== ] 247/1860 13% [======== ] 248/1860 13% [======== ] 249/1860 13% [======== ] 250/1860 13% [======== ] 251/1860 13% [======== ] 252/1860 13% [======== ] 253/1860 13% [======== ] 254/1860 13% [======== ] 255/1860 13% [======== ] 256/1860 13% [======== ] 257/1860 13% [======== ] 258/1860 13% [======== ] 259/1860 13% [======== ] 260/1860 13% [======== ] 261/1860 14% [======== ] 262/1860 14% [======== ] 263/1860 14% [======== ] 264/1860 14% [======== ] 265/1860 14% [======== ] 266/1860 14% [======== ] 267/1860 14% [======== ] 268/1860 14% [======== ] 269/1860 14% [========= ] 270/1860 14% [========= ] 271/1860 14% [========= ] 272/1860 14% [========= ] 273/1860 14% [========= ] 274/1860 14% [========= ] 275/1860 14% [========= ] 276/1860 14% [========= ] 277/1860 14% [========= ] 278/1860 14% [========= ] 279/1860 15% [========= ] 280/1860 15% [========= ] 281/1860 15% [========= ] 282/1860 15% [========= ] 283/1860 15% [========= ] 284/1860 15% [========= ] 285/1860 15% [========= ] 286/1860 15% [========= ] 287/1860 15% [========= ] 288/1860 15% [========= ] 289/1860 15% [========= ] 290/1860 15% [========= ] 291/1860 15% [========= ] 292/1860 15% [========= ] 293/1860 15% [========= ] 294/1860 15% [========= ] 295/1860 15% [========= ] 296/1860 15% [========= ] 297/1860 15% [========= ] 298/1860 16% [========= ] 299/1860 16% [========== ] 300/1860 16% [========== ] 301/1860 16% [========== ] 302/1860 16% [========== ] 303/1860 16% [========== ] 304/1860 16% [========== ] 305/1860 16% [========== ] 306/1860 16% [========== ] 307/1860 16% [========== ] 308/1860 16% [========== ] 309/1860 16% [========== ] 310/1860 16% [========== ] 311/1860 16% [========== ] 312/1860 16% [========== ] 313/1860 16% [========== ] 314/1860 16% [========== ] 315/1860 16% [========== ] 316/1860 16% [========== ] 317/1860 17% [========== ] 318/1860 17% [========== ] 319/1860 17% [========== ] 320/1860 17% [========== ] 321/1860 17% [========== ] 322/1860 17% [========== ] 323/1860 17% [========== ] 324/1860 17% [========== ] 325/1860 17% [========== ] 326/1860 17% [========== ] 327/1860 17% [========== ] 328/1860 17% [========== ] 329/1860 17% [=========== ] 330/1860 17% [=========== ] 331/1860 17% [=========== ] 332/1860 17% [=========== ] 333/1860 17% [=========== ] 334/1860 17% [=========== ] 335/1860 18% [=========== ] 336/1860 18% [=========== ] 337/1860 18% [=========== ] 338/1860 18% [=========== ] 339/1860 18% [=========== ] 340/1860 18% [=========== ] 341/1860 18% [=========== ] 342/1860 18% [=========== ] 343/1860 18% [=========== ] 344/1860 18% [=========== ] 345/1860 18% [=========== ] 346/1860 18% [=========== ] 347/1860 18% [=========== ] 348/1860 18% [=========== ] 349/1860 18% [=========== ] 350/1860 18% [=========== ] 351/1860 18% [=========== ] 352/1860 18% [=========== ] 353/1860 18% [=========== ] 354/1860 19% [=========== ] 355/1860 19% [=========== ] 356/1860 19% [=========== ] 357/1860 19% [=========== ] 358/1860 19% [=========== ] 359/1860 19% [============ ] 360/1860 19% [============ ] 361/1860 19% [============ ] 362/1860 19% [============ ] 363/1860 19% [============ ] 364/1860 19% [============ ] 365/1860 19% [============ ] 366/1860 19% [============ ] 367/1860 19% [============ ] 368/1860 19% [============ ] 369/1860 19% [============ ] 370/1860 19% [============ ] 371/1860 19% [============ ] 372/1860 20% [============ ] 373/1860 20% [============ ] 374/1860 20% [============ ] 375/1860 20% [============ ] 376/1860 20% [============ ] 377/1860 20% [============ ] 378/1860 20% [============ ] 379/1860 20% [============ ] 380/1860 20% [============ ] 381/1860 20% [============ ] 382/1860 20% [============ ] 383/1860 20% [============ ] 384/1860 20% [============ ] 385/1860 20% [============ ] 386/1860 20% [============ ] 387/1860 20% [============ ] 388/1860 20% [============ ] 389/1860 20% [============= ] 390/1860 20% [============= ] 391/1860 21% [============= ] 392/1860 21% [============= ] 393/1860 21% [============= ] 394/1860 21% [============= ] 395/1860 21% [============= ] 396/1860 21% [============= ] 397/1860 21% [============= ] 398/1860 21% [============= ] 399/1860 21% [============= ] 400/1860 21% [============= ] 401/1860 21% [============= ] 402/1860 21% [============= ] 403/1860 21% [============= ] 404/1860 21% [============= ] 405/1860 21% [============= ] 406/1860 21% [============= ] 407/1860 21% [============= ] 408/1860 21% [============= ] 409/1860 21% [============= ] 410/1860 22% [============= ] 411/1860 22% [============= ] 412/1860 22% [============= ] 413/1860 22% [============= ] 414/1860 22% [============= ] 415/1860 22% [============= ] 416/1860 22% [============= ] 417/1860 22% [============= ] 418/1860 22% [============= ] 419/1860 22% [============== ] 420/1860 22% [============== ] 421/1860 22% [============== ] 422/1860 22% [============== ] 423/1860 22% [============== ] 424/1860 22% [============== ] 425/1860 22% [============== ] 426/1860 22% [============== ] 427/1860 22% [============== ] 428/1860 23% [============== ] 429/1860 23% [============== ] 430/1860 23% [============== ] 431/1860 23% [============== ] 432/1860 23% [============== ] 433/1860 23% [============== ] 434/1860 23% [============== ] 435/1860 23% [============== ] 436/1860 23% [============== ] 437/1860 23% [============== ] 438/1860 23% [============== ] 439/1860 23% [============== ] 440/1860 23% [============== ] 441/1860 23% [============== ] 442/1860 23% [============== ] 443/1860 23% [============== ] 444/1860 23% [============== ] 445/1860 23% [============== ] 446/1860 23% [============== ] 447/1860 24% [============== ] 448/1860 24% [============== ] 449/1860 24% [=============== ] 450/1860 24% [=============== ] 451/1860 24% [=============== ] 452/1860 24% [=============== ] 453/1860 24% [=============== ] 454/1860 24% [=============== ] 455/1860 24% [=============== ] 456/1860 24% [=============== ] 457/1860 24% [=============== ] 458/1860 24% [=============== ] 459/1860 24% [=============== ] 460/1860 24% [=============== ] 461/1860 24% [=============== ] 462/1860 24% [=============== ] 463/1860 24% [=============== ] 464/1860 24% [=============== ] 465/1860 25% [=============== ] 466/1860 25% [=============== ] 467/1860 25% [=============== ] 468/1860 25% [=============== ] 469/1860 25% [=============== ] 470/1860 25% [=============== ] 471/1860 25% [=============== ] 472/1860 25% [=============== ] 473/1860 25% [=============== ] 474/1860 25% [=============== ] 475/1860 25% [=============== ] 476/1860 25% [=============== ] 477/1860 25% [=============== ] 478/1860 25% [=============== ] 479/1860 25% [================ ] 480/1860 25% [================ ] 481/1860 25% [================ ] 482/1860 25% [================ ] 483/1860 25% [================ ] 484/1860 26% [================ ] 485/1860 26% [================ ] 486/1860 26% [================ ] 487/1860 26% [================ ] 488/1860 26% [================ ] 489/1860 26% [================ ] 490/1860 26% [================ ] 491/1860 26% [================ ] 492/1860 26% [================ ] 493/1860 26% [================ ] 494/1860 26% [================ ] 495/1860 26% [================ ] 496/1860 26% [================ ] 497/1860 26% [================ ] 498/1860 26% [================ ] 499/1860 26% [================ ] 500/1860 26% [================ ] 501/1860 26% [================ ] 502/1860 26% [================ ] 503/1860 27% [================ ] 504/1860 27% [================ ] 505/1860 27% [================ ] 506/1860 27% [================ ] 507/1860 27% [================ ] 508/1860 27% [================ ] 509/1860 27% [================= ] 510/1860 27% [================= ] 511/1860 27% [================= ] 512/1860 27% [================= ] 513/1860 27% [================= ] 514/1860 27% [================= ] 515/1860 27% [================= ] 516/1860 27% [================= ] 517/1860 27% [================= ] 518/1860 27% [================= ] 519/1860 27% [================= ] 520/1860 27% [================= ] 521/1860 28% [================= ] 522/1860 28% [================= ] 523/1860 28% [================= ] 524/1860 28% [================= ] 525/1860 28% [================= ] 526/1860 28% [================= ] 527/1860 28% [================= ] 528/1860 28% [================= ] 529/1860 28% [================= ] 530/1860 28% [================= ] 531/1860 28% [================= ] 532/1860 28% [================= ] 533/1860 28% [================= ] 534/1860 28% [================= ] 535/1860 28% [================= ] 536/1860 28% [================= ] 537/1860 28% [================= ] 538/1860 28% [================= ] 539/1860 28% [================== ] 540/1860 29% [================== ] 541/1860 29% [================== ] 542/1860 29% [================== ] 543/1860 29% [================== ] 544/1860 29% [================== ] 545/1860 29% [================== ] 546/1860 29% [================== ] 547/1860 29% [================== ] 548/1860 29% [================== ] 549/1860 29% [================== ] 550/1860 29% [================== ] 551/1860 29% [================== ] 552/1860 29% [================== ] 553/1860 29% [================== ] 554/1860 29% [================== ] 555/1860 29% [================== ] 556/1860 29% [================== ] 557/1860 29% [================== ] 558/1860 30% [================== ] 559/1860 30% [================== ] 560/1860 30% [================== ] 561/1860 30% [================== ] 562/1860 30% [================== ] 563/1860 30% [================== ] 564/1860 30% [================== ] 565/1860 30% [================== ] 566/1860 30% [================== ] 567/1860 30% [================== ] 568/1860 30% [================== ] 569/1860 30% [=================== ] 570/1860 30% [=================== ] 571/1860 30% [=================== ] 572/1860 30% [=================== ] 573/1860 30% [=================== ] 574/1860 30% [=================== ] 575/1860 30% [=================== ] 576/1860 30% [=================== ] 577/1860 31% [=================== ] 578/1860 31% [=================== ] 579/1860 31% [=================== ] 580/1860 31% [=================== ] 581/1860 31% [=================== ] 582/1860 31% [=================== ] 583/1860 31% [=================== ] 584/1860 31% [=================== ] 585/1860 31% [=================== ] 586/1860 31% [=================== ] 587/1860 31% [=================== ] 588/1860 31% [=================== ] 589/1860 31% [=================== ] 590/1860 31% [=================== ] 591/1860 31% [=================== ] 592/1860 31% [=================== ] 593/1860 31% [=================== ] 594/1860 31% [=================== ] 595/1860 31% [=================== ] 596/1860 32% [=================== ] 597/1860 32% [=================== ] 598/1860 32% [=================== ] 599/1860 32% [==================== ] 600/1860 32% [==================== ] 601/1860 32% [==================== ] 602/1860 32% [==================== ] 603/1860 32% [==================== ] 604/1860 32% [==================== ] 605/1860 32% [==================== ] 606/1860 32% [==================== ] 607/1860 32% [==================== ] 608/1860 32% [==================== ] 609/1860 32% [==================== ] 610/1860 32% [==================== ] 611/1860 32% [==================== ] 612/1860 32% [==================== ] 613/1860 32% [==================== ] 614/1860 33% [==================== ] 615/1860 33% [==================== ] 616/1860 33% [==================== ] 617/1860 33% [==================== ] 618/1860 33% [==================== ] 619/1860 33% [==================== ] 620/1860 33% [==================== ] 621/1860 33% [==================== ] 622/1860 33% [==================== ] 623/1860 33% [==================== ] 624/1860 33% [==================== ] 625/1860 33% [==================== ] 626/1860 33% [==================== ] 627/1860 33% [==================== ] 628/1860 33% [==================== ] 629/1860 33% [===================== ] 630/1860 33% [===================== ] 631/1860 33% [===================== ] 632/1860 33% [===================== ] 633/1860 34% [===================== ] 634/1860 34% [===================== ] 635/1860 34% [===================== ] 636/1860 34% [===================== ] 637/1860 34% [===================== ] 638/1860 34% [===================== ] 639/1860 34% [===================== ] 640/1860 34% [===================== ] 641/1860 34% [===================== ] 642/1860 34% [===================== ] 643/1860 34% [===================== ] 644/1860 34% [===================== ] 645/1860 34% [===================== ] 646/1860 34% [===================== ] 647/1860 34% [===================== ] 648/1860 34% [===================== ] 649/1860 34% [===================== ] 650/1860 34% [===================== ] 651/1860 35% [===================== ] 652/1860 35% [===================== ] 653/1860 35% [===================== ] 654/1860 35% [===================== ] 655/1860 35% [===================== ] 656/1860 35% [===================== ] 657/1860 35% [===================== ] 658/1860 35% [===================== ] 659/1860 35% [====================== ] 660/1860 35% [====================== ] 661/1860 35% [====================== ] 662/1860 35% [====================== ] 663/1860 35% [====================== ] 664/1860 35% [====================== ] 665/1860 35% [====================== ] 666/1860 35% [====================== ] 667/1860 35% [====================== ] 668/1860 35% [====================== ] 669/1860 35% [====================== ] 670/1860 36% [====================== ] 671/1860 36% [====================== ] 672/1860 36% [====================== ] 673/1860 36% [====================== ] 674/1860 36% [====================== ] 675/1860 36% [====================== ] 676/1860 36% [====================== ] 677/1860 36% [====================== ] 678/1860 36% [====================== ] 679/1860 36% [====================== ] 680/1860 36% [====================== ] 681/1860 36% [====================== ] 682/1860 36% [====================== ] 683/1860 36% [====================== ] 684/1860 36% [====================== ] 685/1860 36% [====================== ] 686/1860 36% [====================== ] 687/1860 36% [====================== ] 688/1860 36% [====================== ] 689/1860 37% [======================= ] 690/1860 37% [======================= ] 691/1860 37% [======================= ] 692/1860 37% [======================= ] 693/1860 37% [======================= ] 694/1860 37% [======================= ] 695/1860 37% [======================= ] 696/1860 37% [======================= ] 697/1860 37% [======================= ] 698/1860 37% [======================= ] 699/1860 37% [======================= ] 700/1860 37% [======================= ] 701/1860 37% [======================= ] 702/1860 37% [======================= ] 703/1860 37% [======================= ] 704/1860 37% [======================= ] 705/1860 37% [======================= ] 706/1860 37% [======================= ] 707/1860 38% [======================= ] 708/1860 38% [======================= ] 709/1860 38% [======================= ] 710/1860 38% [======================= ] 711/1860 38% [======================= ] 712/1860 38% [======================= ] 713/1860 38% [======================= ] 714/1860 38% [======================= ] 715/1860 38% [======================= ] 716/1860 38% [======================= ] 717/1860 38% [======================= ] 718/1860 38% [======================= ] 719/1860 38% [======================== ] 720/1860 38% [======================== ] 721/1860 38% [======================== ] 722/1860 38% [======================== ] 723/1860 38% [======================== ] 724/1860 38% [======================== ] 725/1860 38% [======================== ] 726/1860 39% [======================== ] 727/1860 39% [======================== ] 728/1860 39% [======================== ] 729/1860 39% [======================== ] 730/1860 39% [======================== ] 731/1860 39% [======================== ] 732/1860 39% [======================== ] 733/1860 39% [======================== ] 734/1860 39% [======================== ] 735/1860 39% [======================== ] 736/1860 39% [======================== ] 737/1860 39% [======================== ] 738/1860 39% [======================== ] 739/1860 39% [======================== ] 740/1860 39% [======================== ] 741/1860 39% [======================== ] 742/1860 39% [======================== ] 743/1860 39% [======================== ] 744/1860 40% [======================== ] 745/1860 40% [======================== ] 746/1860 40% [======================== ] 747/1860 40% [======================== ] 748/1860 40% [======================== ] 749/1860 40% [========================= ] 750/1860 40% [========================= ] 751/1860 40% [========================= ] 752/1860 40% [========================= ] 753/1860 40% [========================= ] 754/1860 40% [========================= ] 755/1860 40% [========================= ] 756/1860 40% [========================= ] 757/1860 40% [========================= ] 758/1860 40% [========================= ] 759/1860 40% [========================= ] 760/1860 40% [========================= ] 761/1860 40% [========================= ] 762/1860 40% [========================= ] 763/1860 41% [========================= ] 764/1860 41% [========================= ] 765/1860 41% [========================= ] 766/1860 41% [========================= ] 767/1860 41% [========================= ] 768/1860 41% [========================= ] 769/1860 41% [========================= ] 770/1860 41% [========================= ] 771/1860 41% [========================= ] 772/1860 41% [========================= ] 773/1860 41% [========================= ] 774/1860 41% [========================= ] 775/1860 41% [========================= ] 776/1860 41% [========================= ] 777/1860 41% [========================= ] 778/1860 41% [========================= ] 779/1860 41% [========================== ] 780/1860 41% [========================== ] 781/1860 41% [========================== ] 782/1860 42% [========================== ] 783/1860 42% [========================== ] 784/1860 42% [========================== ] 785/1860 42% [========================== ] 786/1860 42% [========================== ] 787/1860 42% [========================== ] 788/1860 42% [========================== ] 789/1860 42% [========================== ] 790/1860 42% [========================== ] 791/1860 42% [========================== ] 792/1860 42% [========================== ] 793/1860 42% [========================== ] 794/1860 42% [========================== ] 795/1860 42% [========================== ] 796/1860 42% [========================== ] 797/1860 42% [========================== ] 798/1860 42% [========================== ] 799/1860 42% [========================== ] 800/1860 43% [========================== ] 801/1860 43% [========================== ] 802/1860 43% [========================== ] 803/1860 43% [========================== ] 804/1860 43% [========================== ] 805/1860 43% [========================== ] 806/1860 43% [========================== ] 807/1860 43% [========================== ] 808/1860 43% [========================== ] 809/1860 43% [=========================== ] 810/1860 43% [=========================== ] 811/1860 43% [=========================== ] 812/1860 43% [=========================== ] 813/1860 43% [=========================== ] 814/1860 43% [=========================== ] 815/1860 43% [=========================== ] 816/1860 43% [=========================== ] 817/1860 43% [=========================== ] 818/1860 43% [=========================== ] 819/1860 44% [=========================== ] 820/1860 44% [=========================== ] 821/1860 44% [=========================== ] 822/1860 44% [=========================== ] 823/1860 44% [=========================== ] 824/1860 44% [=========================== ] 825/1860 44% [=========================== ] 826/1860 44% [=========================== ] 827/1860 44% [=========================== ] 828/1860 44% [=========================== ] 829/1860 44% [=========================== ] 830/1860 44% [=========================== ] 831/1860 44% [=========================== ] 832/1860 44% [=========================== ] 833/1860 44% [=========================== ] 834/1860 44% [=========================== ] 835/1860 44% [=========================== ] 836/1860 44% [=========================== ] 837/1860 45% [=========================== ] 838/1860 45% [=========================== ] 839/1860 45% [============================ ] 840/1860 45% [============================ ] 841/1860 45% [============================ ] 842/1860 45% [============================ ] 843/1860 45% [============================ ] 844/1860 45% [============================ ] 845/1860 45% [============================ ] 846/1860 45% [============================ ] 847/1860 45% [============================ ] 848/1860 45% [============================ ] 849/1860 45% [============================ ] 850/1860 45% [============================ ] 851/1860 45% [============================ ] 852/1860 45% [============================ ] 853/1860 45% [============================ ] 854/1860 45% [============================ ] 855/1860 45% [============================ ] 856/1860 46% [============================ ] 857/1860 46% [============================ ] 858/1860 46% [============================ ] 859/1860 46% [============================ ] 860/1860 46% [============================ ] 861/1860 46% [============================ ] 862/1860 46% [============================ ] 863/1860 46% [============================ ] 864/1860 46% [============================ ] 865/1860 46% [============================ ] 866/1860 46% [============================ ] 867/1860 46% [============================ ] 868/1860 46% [============================ ] 869/1860 46% [============================= ] 870/1860 46% [============================= ] 871/1860 46% [============================= ] 872/1860 46% [============================= ] 873/1860 46% [============================= ] 874/1860 46% [============================= ] 875/1860 47% [============================= ] 876/1860 47% [============================= ] 877/1860 47% [============================= ] 878/1860 47% [============================= ] 879/1860 47% [============================= ] 880/1860 47% [============================= ] 881/1860 47% [============================= ] 882/1860 47% [============================= ] 883/1860 47% [============================= ] 884/1860 47% [============================= ] 885/1860 47% [============================= ] 886/1860 47% [============================= ] 887/1860 47% [============================= ] 888/1860 47% [============================= ] 889/1860 47% [============================= ] 890/1860 47% [============================= ] 891/1860 47% [============================= ] 892/1860 47% [============================= ] 893/1860 48% [============================= ] 894/1860 48% [============================= ] 895/1860 48% [============================= ] 896/1860 48% [============================= ] 897/1860 48% [============================= ] 898/1860 48% [============================= ] 899/1860 48% [============================== ] 900/1860 48% [============================== ] 901/1860 48% [============================== ] 902/1860 48% [============================== ] 903/1860 48% [============================== ] 904/1860 48% [============================== ] 905/1860 48% [============================== ] 906/1860 48% [============================== ] 907/1860 48% [============================== ] 908/1860 48% [============================== ] 909/1860 48% [============================== ] 910/1860 48% [============================== ] 911/1860 48% [============================== ] 912/1860 49% [============================== ] 913/1860 49% [============================== ] 914/1860 49% [============================== ] 915/1860 49% [============================== ] 916/1860 49% [============================== ] 917/1860 49% [============================== ] 918/1860 49% [============================== ] 919/1860 49% [============================== ] 920/1860 49% [============================== ] 921/1860 49% [============================== ] 922/1860 49% [============================== ] 923/1860 49% [============================== ] 924/1860 49% [============================== ] 925/1860 49% [============================== ] 926/1860 49% [============================== ] 927/1860 49% [============================== ] 928/1860 49% [============================== ] 929/1860 49% [=============================== ] 930/1860 50% [=============================== ] 931/1860 50% [=============================== ] 932/1860 50% [=============================== ] 933/1860 50% [=============================== ] 934/1860 50% [=============================== ] 935/1860 50% [=============================== ] 936/1860 50% [=============================== ] 937/1860 50% [=============================== ] 938/1860 50% [=============================== ] 939/1860 50% [=============================== ] 940/1860 50% [=============================== ] 941/1860 50% [=============================== ] 942/1860 50% [=============================== ] 943/1860 50% [=============================== ] 944/1860 50% [=============================== ] 945/1860 50% [=============================== ] 946/1860 50% [=============================== ] 947/1860 50% [=============================== ] 948/1860 50% [=============================== ] 949/1860 51% [=============================== ] 950/1860 51% [=============================== ] 951/1860 51% [=============================== ] 952/1860 51% [=============================== ] 953/1860 51% [=============================== ] 954/1860 51% [=============================== ] 955/1860 51% [=============================== ] 956/1860 51% [=============================== ] 957/1860 51% [=============================== ] 958/1860 51% [=============================== ] 959/1860 51% [================================ ] 960/1860 51% [================================ ] 961/1860 51% [================================ ] 962/1860 51% [================================ ] 963/1860 51% [================================ ] 964/1860 51% [================================ ] 965/1860 51% [================================ ] 966/1860 51% [================================ ] 967/1860 51% [================================ ] 968/1860 52% [================================ ] 969/1860 52% [================================ ] 970/1860 52% [================================ ] 971/1860 52% [================================ ] 972/1860 52% [================================ ] 973/1860 52% [================================ ] 974/1860 52% [================================ ] 975/1860 52% [================================ ] 976/1860 52% [================================ ] 977/1860 52% [================================ ] 978/1860 52% [================================ ] 979/1860 52% [================================ ] 980/1860 52% [================================ ] 981/1860 52% [================================ ] 982/1860 52% [================================ ] 983/1860 52% [================================ ] 984/1860 52% [================================ ] 985/1860 52% [================================ ] 986/1860 53% [================================ ] 987/1860 53% [================================ ] 988/1860 53% [================================ ] 989/1860 53% [================================= ] 990/1860 53% [================================= ] 991/1860 53% [================================= ] 992/1860 53% [================================= ] 993/1860 53% [================================= ] 994/1860 53% [================================= ] 995/1860 53% [================================= ] 996/1860 53% [================================= ] 997/1860 53% [================================= ] 998/1860 53% [================================= ] 999/1860 53% [================================= ] 1000/1860 53% [================================= ] 1001/1860 53% [================================= ] 1002/1860 53% [================================= ] 1003/1860 53% [================================= ] 1004/1860 53% [================================= ] 1005/1860 54% [================================= ] 1006/1860 54% [================================= ] 1007/1860 54% [================================= ] 1008/1860 54% [================================= ] 1009/1860 54% [================================= ] 1010/1860 54% [================================= ] 1011/1860 54% [================================= ] 1012/1860 54% [================================= ] 1013/1860 54% [================================= ] 1014/1860 54% [================================= ] 1015/1860 54% [================================= ] 1016/1860 54% [================================= ] 1017/1860 54% [================================= ] 1018/1860 54% [================================= ] 1019/1860 54% [================================== ] 1020/1860 54% [================================== ] 1021/1860 54% [================================== ] 1022/1860 54% [================================== ] 1023/1860 55% [================================== ] 1024/1860 55% [================================== ] 1025/1860 55% [================================== ] 1026/1860 55% [================================== ] 1027/1860 55% [================================== ] 1028/1860 55% [================================== ] 1029/1860 55% [================================== ] 1030/1860 55% [================================== ] 1031/1860 55% [================================== ] 1032/1860 55% [================================== ] 1033/1860 55% [================================== ] 1034/1860 55% [================================== ] 1035/1860 55% [================================== ] 1036/1860 55% [================================== ] 1037/1860 55% [================================== ] 1038/1860 55% [================================== ] 1039/1860 55% [================================== ] 1040/1860 55% [================================== ] 1041/1860 55% [================================== ] 1042/1860 56% [================================== ] 1043/1860 56% [================================== ] 1044/1860 56% [================================== ] 1045/1860 56% [================================== ] 1046/1860 56% [================================== ] 1047/1860 56% [================================== ] 1048/1860 56% [================================== ] 1049/1860 56% [=================================== ] 1050/1860 56% [=================================== ] 1051/1860 56% [=================================== ] 1052/1860 56% [=================================== ] 1053/1860 56% [=================================== ] 1054/1860 56% [=================================== ] 1055/1860 56% [=================================== ] 1056/1860 56% [=================================== ] 1057/1860 56% [=================================== ] 1058/1860 56% [=================================== ] 1059/1860 56% [=================================== ] 1060/1860 56% [=================================== ] 1061/1860 57% [=================================== ] 1062/1860 57% [=================================== ] 1063/1860 57% [=================================== ] 1064/1860 57% [=================================== ] 1065/1860 57% [=================================== ] 1066/1860 57% [=================================== ] 1067/1860 57% [=================================== ] 1068/1860 57% [=================================== ] 1069/1860 57% [=================================== ] 1070/1860 57% [=================================== ] 1071/1860 57% [=================================== ] 1072/1860 57% [=================================== ] 1073/1860 57% [=================================== ] 1074/1860 57% [=================================== ] 1075/1860 57% [=================================== ] 1076/1860 57% [=================================== ] 1077/1860 57% [=================================== ] 1078/1860 57% [=================================== ] 1079/1860 58% [==================================== ] 1080/1860 58% [==================================== ] 1081/1860 58% [==================================== ] 1082/1860 58% [==================================== ] 1083/1860 58% [==================================== ] 1084/1860 58% [==================================== ] 1085/1860 58% [==================================== ] 1086/1860 58% [==================================== ] 1087/1860 58% [==================================== ] 1088/1860 58% [==================================== ] 1089/1860 58% [==================================== ] 1090/1860 58% [==================================== ] 1091/1860 58% [==================================== ] 1092/1860 58% [==================================== ] 1093/1860 58% [==================================== ] 1094/1860 58% [==================================== ] 1095/1860 58% [==================================== ] 1096/1860 58% [==================================== ] 1097/1860 58% [==================================== ] 1098/1860 59% [==================================== ] 1099/1860 59% [==================================== ] 1100/1860 59% [==================================== ] 1101/1860 59% [==================================== ] 1102/1860 59% [==================================== ] 1103/1860 59% [==================================== ] 1104/1860 59% [==================================== ] 1105/1860 59% [==================================== ] 1106/1860 59% [==================================== ] 1107/1860 59% [==================================== ] 1108/1860 59% [==================================== ] 1109/1860 59% [===================================== ] 1110/1860 59% [===================================== ] 1111/1860 59% [===================================== ] 1112/1860 59% [===================================== ] 1113/1860 59% [===================================== ] 1114/1860 59% [===================================== ] 1115/1860 59% [===================================== ] 1116/1860 60% [===================================== ] 1117/1860 60% [===================================== ] 1118/1860 60% [===================================== ] 1119/1860 60% [===================================== ] 1120/1860 60% [===================================== ] 1121/1860 60% [===================================== ] 1122/1860 60% [===================================== ] 1123/1860 60% [===================================== ] 1124/1860 60% [===================================== ] 1125/1860 60% [===================================== ] 1126/1860 60% [===================================== ] 1127/1860 60% [===================================== ] 1128/1860 60% [===================================== ] 1129/1860 60% [===================================== ] 1130/1860 60% [===================================== ] 1131/1860 60% [===================================== ] 1132/1860 60% [===================================== ] 1133/1860 60% [===================================== ] 1134/1860 60% [===================================== ] 1135/1860 61% [===================================== ] 1136/1860 61% [===================================== ] 1137/1860 61% [===================================== ] 1138/1860 61% [===================================== ] 1139/1860 61% [====================================== ] 1140/1860 61% [====================================== ] 1141/1860 61% [====================================== ] 1142/1860 61% [====================================== ] 1143/1860 61% [====================================== ] 1144/1860 61% [====================================== ] 1145/1860 61% [====================================== ] 1146/1860 61% [====================================== ] 1147/1860 61% [====================================== ] 1148/1860 61% [====================================== ] 1149/1860 61% [====================================== ] 1150/1860 61% [====================================== ] 1151/1860 61% [====================================== ] 1152/1860 61% [====================================== ] 1153/1860 61% [====================================== ] 1154/1860 62% [====================================== ] 1155/1860 62% [====================================== ] 1156/1860 62% [====================================== ] 1157/1860 62% [====================================== ] 1158/1860 62% [====================================== ] 1159/1860 62% [====================================== ] 1160/1860 62% [====================================== ] 1161/1860 62% [====================================== ] 1162/1860 62% [====================================== ] 1163/1860 62% [====================================== ] 1164/1860 62% [====================================== ] 1165/1860 62% [====================================== ] 1166/1860 62% [====================================== ] 1167/1860 62% [====================================== ] 1168/1860 62% [====================================== ] 1169/1860 62% [======================================= ] 1170/1860 62% [======================================= ] 1171/1860 62% [======================================= ] 1172/1860 63% [======================================= ] 1173/1860 63% [======================================= ] 1174/1860 63% [======================================= ] 1175/1860 63% [======================================= ] 1176/1860 63% [======================================= ] 1177/1860 63% [======================================= ] 1178/1860 63% [======================================= ] 1179/1860 63% [======================================= ] 1180/1860 63% [======================================= ] 1181/1860 63% [======================================= ] 1182/1860 63% [======================================= ] 1183/1860 63% [======================================= ] 1184/1860 63% [======================================= ] 1185/1860 63% [======================================= ] 1186/1860 63% [======================================= ] 1187/1860 63% [======================================= ] 1188/1860 63% [======================================= ] 1189/1860 63% [======================================= ] 1190/1860 63% [======================================= ] 1191/1860 64% [======================================= ] 1192/1860 64% [======================================= ] 1193/1860 64% [======================================= ] 1194/1860 64% [======================================= ] 1195/1860 64% [======================================= ] 1196/1860 64% [======================================= ] 1197/1860 64% [======================================= ] 1198/1860 64% [======================================= ] 1199/1860 64% [======================================== ] 1200/1860 64% [======================================== ] 1201/1860 64% [======================================== ] 1202/1860 64% [======================================== ] 1203/1860 64% [======================================== ] 1204/1860 64% [======================================== ] 1205/1860 64% [======================================== ] 1206/1860 64% [======================================== ] 1207/1860 64% [======================================== ] 1208/1860 64% [======================================== ] 1209/1860 65% [======================================== ] 1210/1860 65% [======================================== ] 1211/1860 65% [======================================== ] 1212/1860 65% [======================================== ] 1213/1860 65% [======================================== ] 1214/1860 65% [======================================== ] 1215/1860 65% [======================================== ] 1216/1860 65% [======================================== ] 1217/1860 65% [======================================== ] 1218/1860 65% [======================================== ] 1219/1860 65% [======================================== ] 1220/1860 65% [======================================== ] 1221/1860 65% [======================================== ] 1222/1860 65% [======================================== ] 1223/1860 65% [======================================== ] 1224/1860 65% [======================================== ] 1225/1860 65% [======================================== ] 1226/1860 65% [======================================== ] 1227/1860 65% [======================================== ] 1228/1860 66% [======================================== ] 1229/1860 66% [========================================= ] 1230/1860 66% [========================================= ] 1231/1860 66% [========================================= ] 1232/1860 66% [========================================= ] 1233/1860 66% [========================================= ] 1234/1860 66% [========================================= ] 1235/1860 66% [========================================= ] 1236/1860 66% [========================================= ] 1237/1860 66% [========================================= ] 1238/1860 66% [========================================= ] 1239/1860 66% [========================================= ] 1240/1860 66% [========================================= ] 1241/1860 66% [========================================= ] 1242/1860 66% [========================================= ] 1243/1860 66% [========================================= ] 1244/1860 66% [========================================= ] 1245/1860 66% [========================================= ] 1246/1860 66% [========================================= ] 1247/1860 67% [========================================= ] 1248/1860 67% [========================================= ] 1249/1860 67% [========================================= ] 1250/1860 67% [========================================= ] 1251/1860 67% [========================================= ] 1252/1860 67% [========================================= ] 1253/1860 67% [========================================= ] 1254/1860 67% [========================================= ] 1255/1860 67% [========================================= ] 1256/1860 67% [========================================= ] 1257/1860 67% [========================================= ] 1258/1860 67% [========================================= ] 1259/1860 67% [========================================== ] 1260/1860 67% [========================================== ] 1261/1860 67% [========================================== ] 1262/1860 67% [========================================== ] 1263/1860 67% [========================================== ] 1264/1860 67% [========================================== ] 1265/1860 68% [========================================== ] 1266/1860 68% [========================================== ] 1267/1860 68% [========================================== ] 1268/1860 68% [========================================== ] 1269/1860 68% [========================================== ] 1270/1860 68% [========================================== ] 1271/1860 68% [========================================== ] 1272/1860 68% [========================================== ] 1273/1860 68% [========================================== ] 1274/1860 68% [========================================== ] 1275/1860 68% [========================================== ] 1276/1860 68% [========================================== ] 1277/1860 68% [========================================== ] 1278/1860 68% [========================================== ] 1279/1860 68% [========================================== ] 1280/1860 68% [========================================== ] 1281/1860 68% [========================================== ] 1282/1860 68% [========================================== ] 1283/1860 68% [========================================== ] 1284/1860 69% [========================================== ] 1285/1860 69% [========================================== ] 1286/1860 69% [========================================== ] 1287/1860 69% [========================================== ] 1288/1860 69% [========================================== ] 1289/1860 69% [=========================================== ] 1290/1860 69% [=========================================== ] 1291/1860 69% [=========================================== ] 1292/1860 69% [=========================================== ] 1293/1860 69% [=========================================== ] 1294/1860 69% [=========================================== ] 1295/1860 69% [=========================================== ] 1296/1860 69% [=========================================== ] 1297/1860 69% [=========================================== ] 1298/1860 69% [=========================================== ] 1299/1860 69% [=========================================== ] 1300/1860 69% [=========================================== ] 1301/1860 69% [=========================================== ] 1302/1860 70% [=========================================== ] 1303/1860 70% [=========================================== ] 1304/1860 70% [=========================================== ] 1305/1860 70% [=========================================== ] 1306/1860 70% [=========================================== ] 1307/1860 70% [=========================================== ] 1308/1860 70% [=========================================== ] 1309/1860 70% [=========================================== ] 1310/1860 70% [=========================================== ] 1311/1860 70% [=========================================== ] 1312/1860 70% [=========================================== ] 1313/1860 70% [=========================================== ] 1314/1860 70% [=========================================== ] 1315/1860 70% [=========================================== ] 1316/1860 70% [=========================================== ] 1317/1860 70% [=========================================== ] 1318/1860 70% [=========================================== ] 1319/1860 70% [============================================ ] 1320/1860 70% [============================================ ] 1321/1860 71% [============================================ ] 1322/1860 71% [============================================ ] 1323/1860 71% [============================================ ] 1324/1860 71% [============================================ ] 1325/1860 71% [============================================ ] 1326/1860 71% [============================================ ] 1327/1860 71% [============================================ ] 1328/1860 71% [============================================ ] 1329/1860 71% [============================================ ] 1330/1860 71% [============================================ ] 1331/1860 71% [============================================ ] 1332/1860 71% [============================================ ] 1333/1860 71% [============================================ ] 1334/1860 71% [============================================ ] 1335/1860 71% [============================================ ] 1336/1860 71% [============================================ ] 1337/1860 71% [============================================ ] 1338/1860 71% [============================================ ] 1339/1860 71% [============================================ ] 1340/1860 72% [============================================ ] 1341/1860 72% [============================================ ] 1342/1860 72% [============================================ ] 1343/1860 72% [============================================ ] 1344/1860 72% [============================================ ] 1345/1860 72% [============================================ ] 1346/1860 72% [============================================ ] 1347/1860 72% [============================================ ] 1348/1860 72% [============================================ ] 1349/1860 72% [============================================= ] 1350/1860 72% [============================================= ] 1351/1860 72% [============================================= ] 1352/1860 72% [============================================= ] 1353/1860 72% [============================================= ] 1354/1860 72% [============================================= ] 1355/1860 72% [============================================= ] 1356/1860 72% [============================================= ] 1357/1860 72% [============================================= ] 1358/1860 73% [============================================= ] 1359/1860 73% [============================================= ] 1360/1860 73% [============================================= ] 1361/1860 73% [============================================= ] 1362/1860 73% [============================================= ] 1363/1860 73% [============================================= ] 1364/1860 73% [============================================= ] 1365/1860 73% [============================================= ] 1366/1860 73% [============================================= ] 1367/1860 73% [============================================= ] 1368/1860 73% [============================================= ] 1369/1860 73% [============================================= ] 1370/1860 73% [============================================= ] 1371/1860 73% [============================================= ] 1372/1860 73% [============================================= ] 1373/1860 73% [============================================= ] 1374/1860 73% [============================================= ] 1375/1860 73% [============================================= ] 1376/1860 73% [============================================= ] 1377/1860 74% [============================================= ] 1378/1860 74% [============================================= ] 1379/1860 74% [============================================== ] 1380/1860 74% [============================================== ] 1381/1860 74% [============================================== ] 1382/1860 74% [============================================== ] 1383/1860 74% [============================================== ] 1384/1860 74% [============================================== ] 1385/1860 74% [============================================== ] 1386/1860 74% [============================================== ] 1387/1860 74% [============================================== ] 1388/1860 74% [============================================== ] 1389/1860 74% [============================================== ] 1390/1860 74% [============================================== ] 1391/1860 74% [============================================== ] 1392/1860 74% [============================================== ] 1393/1860 74% [============================================== ] 1394/1860 74% [============================================== ] 1395/1860 75% [============================================== ] 1396/1860 75% [============================================== ] 1397/1860 75% [============================================== ] 1398/1860 75% [============================================== ] 1399/1860 75% [============================================== ] 1400/1860 75% [============================================== ] 1401/1860 75% [============================================== ] 1402/1860 75% [============================================== ] 1403/1860 75% [============================================== ] 1404/1860 75% [============================================== ] 1405/1860 75% [============================================== ] 1406/1860 75% [============================================== ] 1407/1860 75% [============================================== ] 1408/1860 75% [============================================== ] 1409/1860 75% [=============================================== ] 1410/1860 75% [=============================================== ] 1411/1860 75% [=============================================== ] 1412/1860 75% [=============================================== ] 1413/1860 75% [=============================================== ] 1414/1860 76% [=============================================== ] 1415/1860 76% [=============================================== ] 1416/1860 76% [=============================================== ] 1417/1860 76% [=============================================== ] 1418/1860 76% [=============================================== ] 1419/1860 76% [=============================================== ] 1420/1860 76% [=============================================== ] 1421/1860 76% [=============================================== ] 1422/1860 76% [=============================================== ] 1423/1860 76% [=============================================== ] 1424/1860 76% [=============================================== ] 1425/1860 76% [=============================================== ] 1426/1860 76% [=============================================== ] 1427/1860 76% [=============================================== ] 1428/1860 76% [=============================================== ] 1429/1860 76% [=============================================== ] 1430/1860 76% [=============================================== ] 1431/1860 76% [=============================================== ] 1432/1860 76% [=============================================== ] 1433/1860 77% [=============================================== ] 1434/1860 77% [=============================================== ] 1435/1860 77% [=============================================== ] 1436/1860 77% [=============================================== ] 1437/1860 77% [=============================================== ] 1438/1860 77% [=============================================== ] 1439/1860 77% [================================================ ] 1440/1860 77% [================================================ ] 1441/1860 77% [================================================ ] 1442/1860 77% [================================================ ] 1443/1860 77% [================================================ ] 1444/1860 77% [================================================ ] 1445/1860 77% [================================================ ] 1446/1860 77% [================================================ ] 1447/1860 77% [================================================ ] 1448/1860 77% [================================================ ] 1449/1860 77% [================================================ ] 1450/1860 77% [================================================ ] 1451/1860 78% [================================================ ] 1452/1860 78% [================================================ ] 1453/1860 78% [================================================ ] 1454/1860 78% [================================================ ] 1455/1860 78% [================================================ ] 1456/1860 78% [================================================ ] 1457/1860 78% [================================================ ] 1458/1860 78% [================================================ ] 1459/1860 78% [================================================ ] 1460/1860 78% [================================================ ] 1461/1860 78% [================================================ ] 1462/1860 78% [================================================ ] 1463/1860 78% [================================================ ] 1464/1860 78% [================================================ ] 1465/1860 78% [================================================ ] 1466/1860 78% [================================================ ] 1467/1860 78% [================================================ ] 1468/1860 78% [================================================ ] 1469/1860 78% [================================================= ] 1470/1860 79% [================================================= ] 1471/1860 79% [================================================= ] 1472/1860 79% [================================================= ] 1473/1860 79% [================================================= ] 1474/1860 79% [================================================= ] 1475/1860 79% [================================================= ] 1476/1860 79% [================================================= ] 1477/1860 79% [================================================= ] 1478/1860 79% [================================================= ] 1479/1860 79% [================================================= ] 1480/1860 79% [================================================= ] 1481/1860 79% [================================================= ] 1482/1860 79% [================================================= ] 1483/1860 79% [================================================= ] 1484/1860 79% [================================================= ] 1485/1860 79% [================================================= ] 1486/1860 79% [================================================= ] 1487/1860 79% [================================================= ] 1488/1860 80% [================================================= ] 1489/1860 80% [================================================= ] 1490/1860 80% [================================================= ] 1491/1860 80% [================================================= ] 1492/1860 80% [================================================= ] 1493/1860 80% [================================================= ] 1494/1860 80% [================================================= ] 1495/1860 80% [================================================= ] 1496/1860 80% [================================================= ] 1497/1860 80% [================================================= ] 1498/1860 80% [================================================= ] 1499/1860 80% [================================================== ] 1500/1860 80% [================================================== ] 1501/1860 80% [================================================== ] 1502/1860 80% [================================================== ] 1503/1860 80% [================================================== ] 1504/1860 80% [================================================== ] 1505/1860 80% [================================================== ] 1506/1860 80% [================================================== ] 1507/1860 81% [================================================== ] 1508/1860 81% [================================================== ] 1509/1860 81% [================================================== ] 1510/1860 81% [================================================== ] 1511/1860 81% [================================================== ] 1512/1860 81% [================================================== ] 1513/1860 81% [================================================== ] 1514/1860 81% [================================================== ] 1515/1860 81% [================================================== ] 1516/1860 81% [================================================== ] 1517/1860 81% [================================================== ] 1518/1860 81% [================================================== ] 1519/1860 81% [================================================== ] 1520/1860 81% [================================================== ] 1521/1860 81% [================================================== ] 1522/1860 81% [================================================== ] 1523/1860 81% [================================================== ] 1524/1860 81% [================================================== ] 1525/1860 81% [================================================== ] 1526/1860 82% [================================================== ] 1527/1860 82% [================================================== ] 1528/1860 82% [================================================== ] 1529/1860 82% [=================================================== ] 1530/1860 82% [=================================================== ] 1531/1860 82% [=================================================== ] 1532/1860 82% [=================================================== ] 1533/1860 82% [=================================================== ] 1534/1860 82% [=================================================== ] 1535/1860 82% [=================================================== ] 1536/1860 82% [=================================================== ] 1537/1860 82% [=================================================== ] 1538/1860 82% [=================================================== ] 1539/1860 82% [=================================================== ] 1540/1860 82% [=================================================== ] 1541/1860 82% [=================================================== ] 1542/1860 82% [=================================================== ] 1543/1860 82% [=================================================== ] 1544/1860 83% [=================================================== ] 1545/1860 83% [=================================================== ] 1546/1860 83% [=================================================== ] 1547/1860 83% [=================================================== ] 1548/1860 83% [=================================================== ] 1549/1860 83% [=================================================== ] 1550/1860 83% [=================================================== ] 1551/1860 83% [=================================================== ] 1552/1860 83% [=================================================== ] 1553/1860 83% [=================================================== ] 1554/1860 83% [=================================================== ] 1555/1860 83% [=================================================== ] 1556/1860 83% [=================================================== ] 1557/1860 83% [=================================================== ] 1558/1860 83% [=================================================== ] 1559/1860 83% [==================================================== ] 1560/1860 83% [==================================================== ] 1561/1860 83% [==================================================== ] 1562/1860 83% [==================================================== ] 1563/1860 84% [==================================================== ] 1564/1860 84% [==================================================== ] 1565/1860 84% [==================================================== ] 1566/1860 84% [==================================================== ] 1567/1860 84% [==================================================== ] 1568/1860 84% [==================================================== ] 1569/1860 84% [==================================================== ] 1570/1860 84% [==================================================== ] 1571/1860 84% [==================================================== ] 1572/1860 84% [==================================================== ] 1573/1860 84% [==================================================== ] 1574/1860 84% [==================================================== ] 1575/1860 84% [==================================================== ] 1576/1860 84% [==================================================== ] 1577/1860 84% [==================================================== ] 1578/1860 84% [==================================================== ] 1579/1860 84% [==================================================== ] 1580/1860 84% [==================================================== ] 1581/1860 85% [==================================================== ] 1582/1860 85% [==================================================== ] 1583/1860 85% [==================================================== ] 1584/1860 85% [==================================================== ] 1585/1860 85% [==================================================== ] 1586/1860 85% [==================================================== ] 1587/1860 85% [==================================================== ] 1588/1860 85% [==================================================== ] 1589/1860 85% [===================================================== ] 1590/1860 85% [===================================================== ] 1591/1860 85% [===================================================== ] 1592/1860 85% [===================================================== ] 1593/1860 85% [===================================================== ] 1594/1860 85% [===================================================== ] 1595/1860 85% [===================================================== ] 1596/1860 85% [===================================================== ] 1597/1860 85% [===================================================== ] 1598/1860 85% [===================================================== ] 1599/1860 85% [===================================================== ] 1600/1860 86% [===================================================== ] 1601/1860 86% [===================================================== ] 1602/1860 86% [===================================================== ] 1603/1860 86% [===================================================== ] 1604/1860 86% [===================================================== ] 1605/1860 86% [===================================================== ] 1606/1860 86% [===================================================== ] 1607/1860 86% [===================================================== ] 1608/1860 86% [===================================================== ] 1609/1860 86% [===================================================== ] 1610/1860 86% [===================================================== ] 1611/1860 86% [===================================================== ] 1612/1860 86% [===================================================== ] 1613/1860 86% [===================================================== ] 1614/1860 86% [===================================================== ] 1615/1860 86% [===================================================== ] 1616/1860 86% [===================================================== ] 1617/1860 86% [===================================================== ] 1618/1860 86% [===================================================== ] 1619/1860 87% [====================================================== ] 1620/1860 87% [====================================================== ] 1621/1860 87% [====================================================== ] 1622/1860 87% [====================================================== ] 1623/1860 87% [====================================================== ] 1624/1860 87% [====================================================== ] 1625/1860 87% [====================================================== ] 1626/1860 87% [====================================================== ] 1627/1860 87% [====================================================== ] 1628/1860 87% [====================================================== ] 1629/1860 87% [====================================================== ] 1630/1860 87% [====================================================== ] 1631/1860 87% [====================================================== ] 1632/1860 87% [====================================================== ] 1633/1860 87% [====================================================== ] 1634/1860 87% [====================================================== ] 1635/1860 87% [====================================================== ] 1636/1860 87% [====================================================== ] 1637/1860 88% [====================================================== ] 1638/1860 88% [====================================================== ] 1639/1860 88% [====================================================== ] 1640/1860 88% [====================================================== ] 1641/1860 88% [====================================================== ] 1642/1860 88% [====================================================== ] 1643/1860 88% [====================================================== ] 1644/1860 88% [====================================================== ] 1645/1860 88% [====================================================== ] 1646/1860 88% [====================================================== ] 1647/1860 88% [====================================================== ] 1648/1860 88% [====================================================== ] 1649/1860 88% [======================================================= ] 1650/1860 88% [======================================================= ] 1651/1860 88% [======================================================= ] 1652/1860 88% [======================================================= ] 1653/1860 88% [======================================================= ] 1654/1860 88% [======================================================= ] 1655/1860 88% [======================================================= ] 1656/1860 89% [======================================================= ] 1657/1860 89% [======================================================= ] 1658/1860 89% [======================================================= ] 1659/1860 89% [======================================================= ] 1660/1860 89% [======================================================= ] 1661/1860 89% [======================================================= ] 1662/1860 89% [======================================================= ] 1663/1860 89% [======================================================= ] 1664/1860 89% [======================================================= ] 1665/1860 89% [======================================================= ] 1666/1860 89% [======================================================= ] 1667/1860 89% [======================================================= ] 1668/1860 89% [======================================================= ] 1669/1860 89% [======================================================= ] 1670/1860 89% [======================================================= ] 1671/1860 89% [======================================================= ] 1672/1860 89% [======================================================= ] 1673/1860 89% [======================================================= ] 1674/1860 90% [======================================================= ] 1675/1860 90% [======================================================= ] 1676/1860 90% [======================================================= ] 1677/1860 90% [======================================================= ] 1678/1860 90% [======================================================= ] 1679/1860 90% [======================================================== ] 1680/1860 90% [======================================================== ] 1681/1860 90% [======================================================== ] 1682/1860 90% [======================================================== ] 1683/1860 90% [======================================================== ] 1684/1860 90% [======================================================== ] 1685/1860 90% [======================================================== ] 1686/1860 90% [======================================================== ] 1687/1860 90% [======================================================== ] 1688/1860 90% [======================================================== ] 1689/1860 90% [======================================================== ] 1690/1860 90% [======================================================== ] 1691/1860 90% [======================================================== ] 1692/1860 90% [======================================================== ] 1693/1860 91% [======================================================== ] 1694/1860 91% [======================================================== ] 1695/1860 91% [======================================================== ] 1696/1860 91% [======================================================== ] 1697/1860 91% [======================================================== ] 1698/1860 91% [======================================================== ] 1699/1860 91% [======================================================== ] 1700/1860 91% [======================================================== ] 1701/1860 91% [======================================================== ] 1702/1860 91% [======================================================== ] 1703/1860 91% [======================================================== ] 1704/1860 91% [======================================================== ] 1705/1860 91% [======================================================== ] 1706/1860 91% [======================================================== ] 1707/1860 91% [======================================================== ] 1708/1860 91% [======================================================== ] 1709/1860 91% [========================================================= ] 1710/1860 91% [========================================================= ] 1711/1860 91% [========================================================= ] 1712/1860 92% [========================================================= ] 1713/1860 92% [========================================================= ] 1714/1860 92% [========================================================= ] 1715/1860 92% [========================================================= ] 1716/1860 92% [========================================================= ] 1717/1860 92% [========================================================= ] 1718/1860 92% [========================================================= ] 1719/1860 92% [========================================================= ] 1720/1860 92% [========================================================= ] 1721/1860 92% [========================================================= ] 1722/1860 92% [========================================================= ] 1723/1860 92% [========================================================= ] 1724/1860 92% [========================================================= ] 1725/1860 92% [========================================================= ] 1726/1860 92% [========================================================= ] 1727/1860 92% [========================================================= ] 1728/1860 92% [========================================================= ] 1729/1860 92% [========================================================= ] 1730/1860 93% [========================================================= ] 1731/1860 93% [========================================================= ] 1732/1860 93% [========================================================= ] 1733/1860 93% [========================================================= ] 1734/1860 93% [========================================================= ] 1735/1860 93% [========================================================= ] 1736/1860 93% [========================================================= ] 1737/1860 93% [========================================================= ] 1738/1860 93% [========================================================= ] 1739/1860 93% [========================================================== ] 1740/1860 93% [========================================================== ] 1741/1860 93% [========================================================== ] 1742/1860 93% [========================================================== ] 1743/1860 93% [========================================================== ] 1744/1860 93% [========================================================== ] 1745/1860 93% [========================================================== ] 1746/1860 93% [========================================================== ] 1747/1860 93% [========================================================== ] 1748/1860 93% [========================================================== ] 1749/1860 94% [========================================================== ] 1750/1860 94% [========================================================== ] 1751/1860 94% [========================================================== ] 1752/1860 94% [========================================================== ] 1753/1860 94% [========================================================== ] 1754/1860 94% [========================================================== ] 1755/1860 94% [========================================================== ] 1756/1860 94% [========================================================== ] 1757/1860 94% [========================================================== ] 1758/1860 94% [========================================================== ] 1759/1860 94% [========================================================== ] 1760/1860 94% [========================================================== ] 1761/1860 94% [========================================================== ] 1762/1860 94% [========================================================== ] 1763/1860 94% [========================================================== ] 1764/1860 94% [========================================================== ] 1765/1860 94% [========================================================== ] 1766/1860 94% [========================================================== ] 1767/1860 95% [========================================================== ] 1768/1860 95% [========================================================== ] 1769/1860 95% [=========================================================== ] 1770/1860 95% [=========================================================== ] 1771/1860 95% [=========================================================== ] 1772/1860 95% [=========================================================== ] 1773/1860 95% [=========================================================== ] 1774/1860 95% [=========================================================== ] 1775/1860 95% [=========================================================== ] 1776/1860 95% [=========================================================== ] 1777/1860 95% [=========================================================== ] 1778/1860 95% [=========================================================== ] 1779/1860 95% [=========================================================== ] 1780/1860 95% [=========================================================== ] 1781/1860 95% [=========================================================== ] 1782/1860 95% [=========================================================== ] 1783/1860 95% [=========================================================== ] 1784/1860 95% [=========================================================== ] 1785/1860 95% [=========================================================== ] 1786/1860 96% [=========================================================== ] 1787/1860 96% [=========================================================== ] 1788/1860 96% [=========================================================== ] 1789/1860 96% [=========================================================== ] 1790/1860 96% [=========================================================== ] 1791/1860 96% [=========================================================== ] 1792/1860 96% [=========================================================== ] 1793/1860 96% [=========================================================== ] 1794/1860 96% [=========================================================== ] 1795/1860 96% [=========================================================== ] 1796/1860 96% [=========================================================== ] 1797/1860 96% [=========================================================== ] 1798/1860 96% [=========================================================== ] 1799/1860 96% [============================================================ ] 1800/1860 96% [============================================================ ] 1801/1860 96% [============================================================ ] 1802/1860 96% [============================================================ ] 1803/1860 96% [============================================================ ] 1804/1860 96% [============================================================ ] 1805/1860 97% [============================================================ ] 1806/1860 97% [============================================================ ] 1807/1860 97% [============================================================ ] 1808/1860 97% [============================================================ ] 1809/1860 97% [============================================================ ] 1810/1860 97% [============================================================ ] 1811/1860 97% [============================================================ ] 1812/1860 97% [============================================================ ] 1813/1860 97% [============================================================ ] 1814/1860 97% [============================================================ ] 1815/1860 97% [============================================================ ] 1816/1860 97% [============================================================ ] 1817/1860 97% [============================================================ ] 1818/1860 97% [============================================================ ] 1819/1860 97% [============================================================ ] 1820/1860 97% [============================================================ ] 1821/1860 97% [============================================================ ] 1822/1860 97% [============================================================ ] 1823/1860 98% [============================================================ ] 1824/1860 98% [============================================================ ] 1825/1860 98% [============================================================ ] 1826/1860 98% [============================================================ ] 1827/1860 98% [============================================================ ] 1828/1860 98% [============================================================ ] 1829/1860 98% [============================================================= ] 1830/1860 98% [============================================================= ] 1831/1860 98% [============================================================= ] 1832/1860 98% [============================================================= ] 1833/1860 98% [============================================================= ] 1834/1860 98% [============================================================= ] 1835/1860 98% [============================================================= ] 1836/1860 98% [============================================================= ] 1837/1860 98% [============================================================= ] 1838/1860 98% [============================================================= ] 1839/1860 98% [============================================================= ] 1840/1860 98% [============================================================= ] 1841/1860 98% [============================================================= ] 1842/1860 99% [============================================================= ] 1843/1860 99% [============================================================= ] 1844/1860 99% [============================================================= ] 1845/1860 99% [============================================================= ] 1846/1860 99% [============================================================= ] 1847/1860 99% [============================================================= ] 1848/1860 99% [============================================================= ] 1849/1860 99% [============================================================= ] 1850/1860 99% [============================================================= ] 1851/1860 99% [============================================================= ] 1852/1860 99% [============================================================= ] 1853/1860 99% [============================================================= ] 1854/1860 99% [============================================================= ] 1855/1860 99% [============================================================= ] 1856/1860 99% [============================================================= ] 1857/1860 99% [============================================================= ] 1858/1860 99% [============================================================= ] 1859/1860 99% [==============================================================] 1860/1860 100% operation complete, 1860 objects in 57463 NAND pages. ln -snf /home/thomas/autobuild/instance-0/output-1/host/mips64-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-0/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot' make: Entering directory '/home/thomas/autobuild/instance-0/buildroot' >>> Buildroot 2022.08-rc1-2902-g5a03ec843dd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.2.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.2.0 Collecting legal info >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acsccid 1.1.8 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> 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) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> aubio 0.4.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fftw-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-waf 2.0.24 Collecting legal info waf: OK (sha256: 93909bca823a675f9f40af7c65b24887c3a3c0efdf411ff1978ba827194bdeb0) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> axel 2.17.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-icap 0.5.10 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> 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) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> haproxy 2.6.9 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> haveged 1.9.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> jquery 3.5.1 Collecting legal info >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcodec2 1.0.5 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libsolv 0.7.22 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libvncserver 0.9.14 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> lldpd 1.0.15 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> valgrind 3.19.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.DOCS: OK (sha256: 56976e64523fa1e68db4e6f464f5b2cb89d7d08f54b1d012e317b8db286b3faf) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memcached 1.6.17 Collecting legal info COPYING: OK (sha256: bc887c4ad8051fe690ace9528fe37a2e0bb362e6d963331d82e845ca9b585a0c) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> mongoose 7.8 Collecting legal info LICENSE: OK (sha256: b41c293820074278291813af9f181918154875c94d744a90bf4eec331be28ac5) >>> mraa 2.2.0 Collecting legal info COPYING: OK (sha256: fac52622ed3badd86b34857b21777ab90296d6ccbc2ac0fd457c09fdeefa9ef1) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> nanomsg 1.1.5 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> host-nodejs 16.18.1 Collecting legal info LICENSE: OK (sha256: 0bec08634ba79b5404f6b7f92ea850f3c2a06e27e6f83f2267e4f5e55ae33334) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> open62541 v1.3.4 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opensc 0.22.0 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> phidgetwebservice 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-cython 0.29.33 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-runc 1.1.4 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.19.7 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> spidev_test 5.8 Collecting legal info >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> swupdate 2022.12 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tinycompress 1.2.8 Collecting legal info COPYING: OK (sha256: 912ea37a4435594a3b3c35f04efa4b5b7af2e68a05f5319c16c881711a31e4b7) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> uhubctl 2.5.0 Collecting legal info LICENSE: OK (sha256: 5eb09049fafa91347386daf769223ba2ee6914cb26ab95b86854ad6edea49b5d) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vuejs-router 4.1.6 Collecting legal info LICENSE: OK (sha256: 91a2845c4db44e7497b514b98634a674c737986ad0db81599307cf733bf850b2) >>> vuejs 3.2.45 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> wayland 1.21.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.21.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot'