find /home/autobuild/autobuild/instance-5/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-5/output-1/target/lib/ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-5/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-5/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/man /home/autobuild/autobuild/instance-5/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/info /home/autobuild/autobuild/instance-5/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/doc /home/autobuild/autobuild/instance-5/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-5/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-5/output-1/target/lib/debug /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-5/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-5/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-414-g84b29a3941"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-5/output-1/per-package /home/autobuild/autobuild/instance-5/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-5/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs printf ' mosquitto -1 mosquitto -1 * - - - Mosquitto user\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/sbin/arping f 755 0 0 - - - - -\n \n \n\n' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-5/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/autobuild/autobuild/instance-5/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-5/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2960 objects. stage 2: creating image '/home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2' [ ] 1/2960 0% [ ] 2/2960 0% [ ] 3/2960 0% [ ] 4/2960 0% [ ] 5/2960 0% [ ] 6/2960 0% [ ] 7/2960 0% [ ] 8/2960 0% [ ] 9/2960 0% [ ] 10/2960 0% [ ] 11/2960 0% [ ] 12/2960 0% [ ] 13/2960 0% [ ] 14/2960 0% [ ] 15/2960 0% [ ] 16/2960 0% [ ] 17/2960 0% [ ] 18/2960 0% [ ] 19/2960 0% [ ] 20/2960 0% [ ] 21/2960 0% [ ] 22/2960 0% [ ] 23/2960 0% [ ] 24/2960 0% [ ] 25/2960 0% [ ] 26/2960 0% [ ] 27/2960 0% [ ] 28/2960 0% [ ] 29/2960 0% [ ] 30/2960 1% [ ] 31/2960 1% [ ] 32/2960 1% [ ] 33/2960 1% [ ] 34/2960 1% [ ] 35/2960 1% [ ] 36/2960 1% [ ] 37/2960 1% [ ] 38/2960 1% [ ] 39/2960 1% [ ] 40/2960 1% [ ] 41/2960 1% [ ] 42/2960 1% [ ] 43/2960 1% [ ] 44/2960 1% [ ] 45/2960 1% [ ] 46/2960 1% [ ] 47/2960 1% [= ] 48/2960 1% [= ] 49/2960 1% [= ] 50/2960 1% [= ] 51/2960 1% [= ] 52/2960 1% [= ] 53/2960 1% [= ] 54/2960 1% [= ] 55/2960 1% [= ] 56/2960 1% [= ] 57/2960 1% [= ] 58/2960 1% [= ] 59/2960 1% [= ] 60/2960 2% [= ] 61/2960 2% [= ] 62/2960 2% [= ] 63/2960 2% [= ] 64/2960 2% [= ] 65/2960 2% [= ] 66/2960 2% [= ] 67/2960 2% [= ] 68/2960 2% [= ] 69/2960 2% [= ] 70/2960 2% [= ] 71/2960 2% [= ] 72/2960 2% [= ] 73/2960 2% [= ] 74/2960 2% [= ] 75/2960 2% [= ] 76/2960 2% [= ] 77/2960 2% [= ] 78/2960 2% [= ] 79/2960 2% [= ] 80/2960 2% [= ] 81/2960 2% [= ] 82/2960 2% [= ] 83/2960 2% [= ] 84/2960 2% [= ] 85/2960 2% [= ] 86/2960 2% [= ] 87/2960 2% [= ] 88/2960 2% [= ] 89/2960 3% [= ] 90/2960 3% [= ] 91/2960 3% [= ] 92/2960 3% [= ] 93/2960 3% [= ] 94/2960 3% [= ] 95/2960 3% [== ] 96/2960 3% [== ] 97/2960 3% [== ] 98/2960 3% [== ] 99/2960 3% [== ] 100/2960 3% [== ] 101/2960 3% [== ] 102/2960 3% [== ] 103/2960 3% [== ] 104/2960 3% [== ] 105/2960 3% [== ] 106/2960 3% [== ] 107/2960 3% [== ] 108/2960 3% [== ] 109/2960 3% [== ] 110/2960 3% [== ] 111/2960 3% [== ] 112/2960 3% [== ] 113/2960 3% [== ] 114/2960 3% [== ] 115/2960 3% [== ] 116/2960 3% [== ] 117/2960 3% [== ] 118/2960 3% [== ] 119/2960 4% [== ] 120/2960 4% [== ] 121/2960 4% [== ] 122/2960 4% [== ] 123/2960 4% [== ] 124/2960 4% [== ] 125/2960 4% [== ] 126/2960 4% [== ] 127/2960 4% [== ] 128/2960 4% [== ] 129/2960 4% [== ] 130/2960 4% [== ] 131/2960 4% [== ] 132/2960 4% [== ] 133/2960 4% [== ] 134/2960 4% [== ] 135/2960 4% [== ] 136/2960 4% [== ] 137/2960 4% [== ] 138/2960 4% [== ] 139/2960 4% [== ] 140/2960 4% [== ] 141/2960 4% [== ] 142/2960 4% [== ] 143/2960 4% [=== ] 144/2960 4% [=== ] 145/2960 4% [=== ] 146/2960 4% [=== ] 147/2960 4% [=== ] 148/2960 5% [=== ] 149/2960 5% [=== ] 150/2960 5% [=== ] 151/2960 5% [=== ] 152/2960 5% [=== ] 153/2960 5% [=== ] 154/2960 5% [=== ] 155/2960 5% [=== ] 156/2960 5% [=== ] 157/2960 5% [=== ] 158/2960 5% [=== ] 159/2960 5% [=== ] 160/2960 5% [=== ] 161/2960 5% [=== ] 162/2960 5% [=== ] 163/2960 5% [=== ] 164/2960 5% [=== ] 165/2960 5% [=== ] 166/2960 5% [=== ] 167/2960 5% [=== ] 168/2960 5% [=== ] 169/2960 5% [=== ] 170/2960 5% [=== ] 171/2960 5% [=== ] 172/2960 5% [=== ] 173/2960 5% [=== ] 174/2960 5% [=== ] 175/2960 5% [=== ] 176/2960 5% [=== ] 177/2960 5% [=== ] 178/2960 6% [=== ] 179/2960 6% [=== ] 180/2960 6% [=== ] 181/2960 6% [=== ] 182/2960 6% [=== ] 183/2960 6% [=== ] 184/2960 6% [=== ] 185/2960 6% [=== ] 186/2960 6% [=== ] 187/2960 6% [=== ] 188/2960 6% [=== ] 189/2960 6% [=== ] 190/2960 6% [==== ] 191/2960 6% [==== ] 192/2960 6% [==== ] 193/2960 6% [==== ] 194/2960 6% [==== ] 195/2960 6% [==== ] 196/2960 6% [==== ] 197/2960 6% [==== ] 198/2960 6% [==== ] 199/2960 6% [==== ] 200/2960 6% [==== ] 201/2960 6% [==== ] 202/2960 6% [==== ] 203/2960 6% [==== ] 204/2960 6% [==== ] 205/2960 6% [==== ] 206/2960 6% [==== ] 207/2960 6% [==== ] 208/2960 7% [==== ] 209/2960 7% [==== ] 210/2960 7% [==== ] 211/2960 7% [==== ] 212/2960 7% [==== ] 213/2960 7% [==== ] 214/2960 7% [==== ] 215/2960 7% [==== ] 216/2960 7% [==== ] 217/2960 7% [==== ] 218/2960 7% [==== ] 219/2960 7% [==== ] 220/2960 7% [==== ] 221/2960 7% [==== ] 222/2960 7% [==== ] 223/2960 7% [==== ] 224/2960 7% [==== ] 225/2960 7% [==== ] 226/2960 7% [==== ] 227/2960 7% [==== ] 228/2960 7% [==== ] 229/2960 7% [==== ] 230/2960 7% [==== ] 231/2960 7% [==== ] 232/2960 7% [==== ] 233/2960 7% [==== ] 234/2960 7% [==== ] 235/2960 7% [==== ] 236/2960 7% [==== ] 237/2960 8% [==== ] 238/2960 8% [===== ] 239/2960 8% [===== ] 240/2960 8% [===== ] 241/2960 8% [===== ] 242/2960 8% [===== ] 243/2960 8% [===== ] 244/2960 8% [===== ] 245/2960 8% [===== ] 246/2960 8% [===== ] 247/2960 8% [===== ] 248/2960 8% [===== ] 249/2960 8% [===== ] 250/2960 8% [===== ] 251/2960 8% [===== ] 252/2960 8% [===== ] 253/2960 8% [===== ] 254/2960 8% [===== ] 255/2960 8% [===== ] 256/2960 8% [===== ] 257/2960 8% [===== ] 258/2960 8% [===== ] 259/2960 8% [===== ] 260/2960 8% [===== ] 261/2960 8% [===== ] 262/2960 8% [===== ] 263/2960 8% [===== ] 264/2960 8% [===== ] 265/2960 8% [===== ] 266/2960 8% [===== ] 267/2960 9% [===== ] 268/2960 9% [===== ] 269/2960 9% [===== ] 270/2960 9% [===== ] 271/2960 9% [===== ] 272/2960 9% [===== ] 273/2960 9% [===== ] 274/2960 9% [===== ] 275/2960 9% [===== ] 276/2960 9% [===== ] 277/2960 9% [===== ] 278/2960 9% [===== ] 279/2960 9% [===== ] 280/2960 9% [===== ] 281/2960 9% [===== ] 282/2960 9% [===== ] 283/2960 9% [===== ] 284/2960 9% [===== ] 285/2960 9% [===== ] 286/2960 9% [====== ] 287/2960 9% [====== ] 288/2960 9% [====== ] 289/2960 9% [====== ] 290/2960 9% [====== ] 291/2960 9% [====== ] 292/2960 9% [====== ] 293/2960 9% [====== ] 294/2960 9% [====== ] 295/2960 9% [====== ] 296/2960 10% [====== ] 297/2960 10% [====== ] 298/2960 10% [====== ] 299/2960 10% [====== ] 300/2960 10% [====== ] 301/2960 10% [====== ] 302/2960 10% [====== ] 303/2960 10% [====== ] 304/2960 10% [====== ] 305/2960 10% [====== ] 306/2960 10% [====== ] 307/2960 10% [====== ] 308/2960 10% [====== ] 309/2960 10% [====== ] 310/2960 10% [====== ] 311/2960 10% [====== ] 312/2960 10% [====== ] 313/2960 10% [====== ] 314/2960 10% [====== ] 315/2960 10% [====== ] 316/2960 10% [====== ] 317/2960 10% [====== ] 318/2960 10% [====== ] 319/2960 10% [====== ] 320/2960 10% [====== ] 321/2960 10% [====== ] 322/2960 10% [====== ] 323/2960 10% [====== ] 324/2960 10% [====== ] 325/2960 10% [====== ] 326/2960 11% [====== ] 327/2960 11% [====== ] 328/2960 11% [====== ] 329/2960 11% [====== ] 330/2960 11% [====== ] 331/2960 11% [====== ] 332/2960 11% [====== ] 333/2960 11% [====== ] 334/2960 11% [======= ] 335/2960 11% [======= ] 336/2960 11% [======= ] 337/2960 11% [======= ] 338/2960 11% [======= ] 339/2960 11% [======= ] 340/2960 11% [======= ] 341/2960 11% [======= ] 342/2960 11% [======= ] 343/2960 11% [======= ] 344/2960 11% [======= ] 345/2960 11% [======= ] 346/2960 11% [======= ] 347/2960 11% [======= ] 348/2960 11% [======= ] 349/2960 11% [======= ] 350/2960 11% [======= ] 351/2960 11% [======= ] 352/2960 11% [======= ] 353/2960 11% [======= ] 354/2960 11% [======= ] 355/2960 11% [======= ] 356/2960 12% [======= ] 357/2960 12% [======= ] 358/2960 12% [======= ] 359/2960 12% [======= ] 360/2960 12% [======= ] 361/2960 12% [======= ] 362/2960 12% [======= ] 363/2960 12% [======= ] 364/2960 12% [======= ] 365/2960 12% [======= ] 366/2960 12% [======= ] 367/2960 12% [======= ] 368/2960 12% [======= ] 369/2960 12% [======= ] 370/2960 12% [======= ] 371/2960 12% [======= ] 372/2960 12% [======= ] 373/2960 12% [======= ] 374/2960 12% [======= ] 375/2960 12% [======= ] 376/2960 12% [======= ] 377/2960 12% [======= ] 378/2960 12% [======= ] 379/2960 12% [======= ] 380/2960 12% [======= ] 381/2960 12% [======== ] 382/2960 12% [======== ] 383/2960 12% [======== ] 384/2960 12% [======== ] 385/2960 13% [======== ] 386/2960 13% [======== ] 387/2960 13% [======== ] 388/2960 13% [======== ] 389/2960 13% [======== ] 390/2960 13% [======== ] 391/2960 13% [======== ] 392/2960 13% [======== ] 393/2960 13% [======== ] 394/2960 13% [======== ] 395/2960 13% [======== ] 396/2960 13% [======== ] 397/2960 13% [======== ] 398/2960 13% [======== ] 399/2960 13% [======== ] 400/2960 13% [======== ] 401/2960 13% [======== ] 402/2960 13% [======== ] 403/2960 13% [======== ] 404/2960 13% [======== ] 405/2960 13% [======== ] 406/2960 13% [======== ] 407/2960 13% [======== ] 408/2960 13% [======== ] 409/2960 13% [======== ] 410/2960 13% [======== ] 411/2960 13% [======== ] 412/2960 13% [======== ] 413/2960 13% [======== ] 414/2960 13% [======== ] 415/2960 14% [======== ] 416/2960 14% [======== ] 417/2960 14% [======== ] 418/2960 14% [======== ] 419/2960 14% [======== ] 420/2960 14% [======== ] 421/2960 14% [======== ] 422/2960 14% [======== ] 423/2960 14% [======== ] 424/2960 14% [======== ] 425/2960 14% [======== ] 426/2960 14% [======== ] 427/2960 14% [======== ] 428/2960 14% [======== ] 429/2960 14% [========= ] 430/2960 14% [========= ] 431/2960 14% [========= ] 432/2960 14% [========= ] 433/2960 14% [========= ] 434/2960 14% [========= ] 435/2960 14% [========= ] 436/2960 14% [========= ] 437/2960 14% [========= ] 438/2960 14% [========= ] 439/2960 14% [========= ] 440/2960 14% [========= ] 441/2960 14% [========= ] 442/2960 14% [========= ] 443/2960 14% [========= ] 444/2960 15% [========= ] 445/2960 15% [========= ] 446/2960 15% [========= ] 447/2960 15% [========= ] 448/2960 15% [========= ] 449/2960 15% [========= ] 450/2960 15% [========= ] 451/2960 15% [========= ] 452/2960 15% [========= ] 453/2960 15% [========= ] 454/2960 15% [========= ] 455/2960 15% [========= ] 456/2960 15% [========= ] 457/2960 15% [========= ] 458/2960 15% [========= ] 459/2960 15% [========= ] 460/2960 15% [========= ] 461/2960 15% [========= ] 462/2960 15% [========= ] 463/2960 15% [========= ] 464/2960 15% [========= ] 465/2960 15% [========= ] 466/2960 15% [========= ] 467/2960 15% [========= ] 468/2960 15% [========= ] 469/2960 15% [========= ] 470/2960 15% [========= ] 471/2960 15% [========= ] 472/2960 15% [========= ] 473/2960 15% [========= ] 474/2960 16% [========= ] 475/2960 16% [========= ] 476/2960 16% [========= ] 477/2960 16% [========== ] 478/2960 16% [========== ] 479/2960 16% [========== ] 480/2960 16% [========== ] 481/2960 16% [========== ] 482/2960 16% [========== ] 483/2960 16% [========== ] 484/2960 16% [========== ] 485/2960 16% [========== ] 486/2960 16% [========== ] 487/2960 16% [========== ] 488/2960 16% [========== ] 489/2960 16% [========== ] 490/2960 16% [========== ] 491/2960 16% [========== ] 492/2960 16% [========== ] 493/2960 16% [========== ] 494/2960 16% [========== ] 495/2960 16% [========== ] 496/2960 16% [========== ] 497/2960 16% [========== ] 498/2960 16% [========== ] 499/2960 16% [========== ] 500/2960 16% [========== ] 501/2960 16% [========== ] 502/2960 16% [========== ] 503/2960 16% [========== ] 504/2960 17% [========== ] 505/2960 17% [========== ] 506/2960 17% [========== ] 507/2960 17% [========== ] 508/2960 17% [========== ] 509/2960 17% [========== ] 510/2960 17% [========== ] 511/2960 17% [========== ] 512/2960 17% [========== ] 513/2960 17% [========== ] 514/2960 17% [========== ] 515/2960 17% [========== ] 516/2960 17% [========== ] 517/2960 17% [========== ] 518/2960 17% [========== ] 519/2960 17% [========== ] 520/2960 17% [========== ] 521/2960 17% [========== ] 522/2960 17% [========== ] 523/2960 17% [========== ] 524/2960 17% [========== ] 525/2960 17% [=========== ] 526/2960 17% [=========== ] 527/2960 17% [=========== ] 528/2960 17% [=========== ] 529/2960 17% [=========== ] 530/2960 17% [=========== ] 531/2960 17% [=========== ] 532/2960 17% [=========== ] 533/2960 18% [=========== ] 534/2960 18% [=========== ] 535/2960 18% [=========== ] 536/2960 18% [=========== ] 537/2960 18% [=========== ] 538/2960 18% [=========== ] 539/2960 18% [=========== ] 540/2960 18% [=========== ] 541/2960 18% [=========== ] 542/2960 18% [=========== ] 543/2960 18% [=========== ] 544/2960 18% [=========== ] 545/2960 18% [=========== ] 546/2960 18% [=========== ] 547/2960 18% [=========== ] 548/2960 18% [=========== ] 549/2960 18% [=========== ] 550/2960 18% [=========== ] 551/2960 18% [=========== ] 552/2960 18% [=========== ] 553/2960 18% [=========== ] 554/2960 18% [=========== ] 555/2960 18% [=========== ] 556/2960 18% [=========== ] 557/2960 18% [=========== ] 558/2960 18% [=========== ] 559/2960 18% [=========== ] 560/2960 18% [=========== ] 561/2960 18% [=========== ] 562/2960 18% [=========== ] 563/2960 19% [=========== ] 564/2960 19% [=========== ] 565/2960 19% [=========== ] 566/2960 19% [=========== ] 567/2960 19% [=========== ] 568/2960 19% [=========== ] 569/2960 19% [=========== ] 570/2960 19% [=========== ] 571/2960 19% [=========== ] 572/2960 19% [============ ] 573/2960 19% [============ ] 574/2960 19% [============ ] 575/2960 19% [============ ] 576/2960 19% [============ ] 577/2960 19% [============ ] 578/2960 19% [============ ] 579/2960 19% [============ ] 580/2960 19% [============ ] 581/2960 19% [============ ] 582/2960 19% [============ ] 583/2960 19% [============ ] 584/2960 19% [============ ] 585/2960 19% [============ ] 586/2960 19% [============ ] 587/2960 19% [============ ] 588/2960 19% [============ ] 589/2960 19% [============ ] 590/2960 19% [============ ] 591/2960 19% [============ ] 592/2960 20% [============ ] 593/2960 20% [============ ] 594/2960 20% [============ ] 595/2960 20% [============ ] 596/2960 20% [============ ] 597/2960 20% [============ ] 598/2960 20% [============ ] 599/2960 20% [============ ] 600/2960 20% [============ ] 601/2960 20% [============ ] 602/2960 20% [============ ] 603/2960 20% [============ ] 604/2960 20% [============ ] 605/2960 20% [============ ] 606/2960 20% [============ ] 607/2960 20% [============ ] 608/2960 20% [============ ] 609/2960 20% [============ ] 610/2960 20% [============ ] 611/2960 20% [============ ] 612/2960 20% [============ ] 613/2960 20% [============ ] 614/2960 20% [============ ] 615/2960 20% [============ ] 616/2960 20% [============ ] 617/2960 20% [============ ] 618/2960 20% [============ ] 619/2960 20% [============ ] 620/2960 20% [============= ] 621/2960 20% [============= ] 622/2960 21% [============= ] 623/2960 21% [============= ] 624/2960 21% [============= ] 625/2960 21% [============= ] 626/2960 21% [============= ] 627/2960 21% [============= ] 628/2960 21% [============= ] 629/2960 21% [============= ] 630/2960 21% [============= ] 631/2960 21% [============= ] 632/2960 21% [============= ] 633/2960 21% [============= ] 634/2960 21% [============= ] 635/2960 21% [============= ] 636/2960 21% [============= ] 637/2960 21% [============= ] 638/2960 21% [============= ] 639/2960 21% [============= ] 640/2960 21% [============= ] 641/2960 21% [============= ] 642/2960 21% [============= ] 643/2960 21% [============= ] 644/2960 21% [============= ] 645/2960 21% [============= ] 646/2960 21% [============= ] 647/2960 21% [============= ] 648/2960 21% [============= ] 649/2960 21% [============= ] 650/2960 21% [============= ] 651/2960 21% [============= ] 652/2960 22% [============= ] 653/2960 22% [============= ] 654/2960 22% [============= ] 655/2960 22% [============= ] 656/2960 22% [============= ] 657/2960 22% [============= ] 658/2960 22% [============= ] 659/2960 22% [============= ] 660/2960 22% [============= ] 661/2960 22% [============= ] 662/2960 22% [============= ] 663/2960 22% [============= ] 664/2960 22% [============= ] 665/2960 22% [============= ] 666/2960 22% [============= ] 667/2960 22% [============= ] 668/2960 22% [============== ] 669/2960 22% [============== ] 670/2960 22% [============== ] 671/2960 22% [============== ] 672/2960 22% [============== ] 673/2960 22% [============== ] 674/2960 22% [============== ] 675/2960 22% [============== ] 676/2960 22% [============== ] 677/2960 22% [============== ] 678/2960 22% [============== ] 679/2960 22% [============== ] 680/2960 22% [============== ] 681/2960 23% [============== ] 682/2960 23% [============== ] 683/2960 23% [============== ] 684/2960 23% [============== ] 685/2960 23% [============== ] 686/2960 23% [============== ] 687/2960 23% [============== ] 688/2960 23% [============== ] 689/2960 23% [============== ] 690/2960 23% [============== ] 691/2960 23% [============== ] 692/2960 23% [============== ] 693/2960 23% [============== ] 694/2960 23% [============== ] 695/2960 23% [============== ] 696/2960 23% [============== ] 697/2960 23% [============== ] 698/2960 23% [============== ] 699/2960 23% [============== ] 700/2960 23% [============== ] 701/2960 23% [============== ] 702/2960 23% [============== ] 703/2960 23% [============== ] 704/2960 23% [============== ] 705/2960 23% [============== ] 706/2960 23% [============== ] 707/2960 23% [============== ] 708/2960 23% [============== ] 709/2960 23% [============== ] 710/2960 23% [============== ] 711/2960 24% [============== ] 712/2960 24% [============== ] 713/2960 24% [============== ] 714/2960 24% [============== ] 715/2960 24% [============== ] 716/2960 24% [=============== ] 717/2960 24% [=============== ] 718/2960 24% [=============== ] 719/2960 24% [=============== ] 720/2960 24% [=============== ] 721/2960 24% [=============== ] 722/2960 24% [=============== ] 723/2960 24% [=============== ] 724/2960 24% [=============== ] 725/2960 24% [=============== ] 726/2960 24% [=============== ] 727/2960 24% [=============== ] 728/2960 24% [=============== ] 729/2960 24% [=============== ] 730/2960 24% [=============== ] 731/2960 24% [=============== ] 732/2960 24% [=============== ] 733/2960 24% [=============== ] 734/2960 24% [=============== ] 735/2960 24% [=============== ] 736/2960 24% [=============== ] 737/2960 24% [=============== ] 738/2960 24% [=============== ] 739/2960 24% [=============== ] 740/2960 25% [=============== ] 741/2960 25% [=============== ] 742/2960 25% [=============== ] 743/2960 25% [=============== ] 744/2960 25% [=============== ] 745/2960 25% [=============== ] 746/2960 25% [=============== ] 747/2960 25% [=============== ] 748/2960 25% [=============== ] 749/2960 25% [=============== ] 750/2960 25% [=============== ] 751/2960 25% [=============== ] 752/2960 25% [=============== ] 753/2960 25% [=============== ] 754/2960 25% [=============== ] 755/2960 25% [=============== ] 756/2960 25% [=============== ] 757/2960 25% [=============== ] 758/2960 25% [=============== ] 759/2960 25% [=============== ] 760/2960 25% [=============== ] 761/2960 25% [=============== ] 762/2960 25% [=============== ] 763/2960 25% [================ ] 764/2960 25% [================ ] 765/2960 25% [================ ] 766/2960 25% [================ ] 767/2960 25% [================ ] 768/2960 25% [================ ] 769/2960 25% [================ ] 770/2960 26% [================ ] 771/2960 26% [================ ] 772/2960 26% [================ ] 773/2960 26% [================ ] 774/2960 26% [================ ] 775/2960 26% [================ ] 776/2960 26% [================ ] 777/2960 26% [================ ] 778/2960 26% [================ ] 779/2960 26% [================ ] 780/2960 26% [================ ] 781/2960 26% [================ ] 782/2960 26% [================ ] 783/2960 26% [================ ] 784/2960 26% [================ ] 785/2960 26% [================ ] 786/2960 26% [================ ] 787/2960 26% [================ ] 788/2960 26% [================ ] 789/2960 26% [================ ] 790/2960 26% [================ ] 791/2960 26% [================ ] 792/2960 26% [================ ] 793/2960 26% [================ ] 794/2960 26% [================ ] 795/2960 26% [================ ] 796/2960 26% [================ ] 797/2960 26% [================ ] 798/2960 26% [================ ] 799/2960 26% [================ ] 800/2960 27% [================ ] 801/2960 27% [================ ] 802/2960 27% [================ ] 803/2960 27% [================ ] 804/2960 27% [================ ] 805/2960 27% [================ ] 806/2960 27% [================ ] 807/2960 27% [================ ] 808/2960 27% [================ ] 809/2960 27% [================ ] 810/2960 27% [================ ] 811/2960 27% [================= ] 812/2960 27% [================= ] 813/2960 27% [================= ] 814/2960 27% [================= ] 815/2960 27% [================= ] 816/2960 27% [================= ] 817/2960 27% [================= ] 818/2960 27% [================= ] 819/2960 27% [================= ] 820/2960 27% [================= ] 821/2960 27% [================= ] 822/2960 27% [================= ] 823/2960 27% [================= ] 824/2960 27% [================= ] 825/2960 27% [================= ] 826/2960 27% [================= ] 827/2960 27% [================= ] 828/2960 27% [================= ] 829/2960 28% [================= ] 830/2960 28% [================= ] 831/2960 28% [================= ] 832/2960 28% [================= ] 833/2960 28% [================= ] 834/2960 28% [================= ] 835/2960 28% [================= ] 836/2960 28% [================= ] 837/2960 28% [================= ] 838/2960 28% [================= ] 839/2960 28% [================= ] 840/2960 28% [================= ] 841/2960 28% [================= ] 842/2960 28% [================= ] 843/2960 28% [================= ] 844/2960 28% [================= ] 845/2960 28% [================= ] 846/2960 28% [================= ] 847/2960 28% [================= ] 848/2960 28% [================= ] 849/2960 28% [================= ] 850/2960 28% [================= ] 851/2960 28% [================= ] 852/2960 28% [================= ] 853/2960 28% [================= ] 854/2960 28% [================= ] 855/2960 28% [================= ] 856/2960 28% [================= ] 857/2960 28% [================= ] 858/2960 28% [================= ] 859/2960 29% [================== ] 860/2960 29% [================== ] 861/2960 29% [================== ] 862/2960 29% [================== ] 863/2960 29% [================== ] 864/2960 29% [================== ] 865/2960 29% [================== ] 866/2960 29% [================== ] 867/2960 29% [================== ] 868/2960 29% [================== ] 869/2960 29% [================== ] 870/2960 29% [================== ] 871/2960 29% [================== ] 872/2960 29% [================== ] 873/2960 29% [================== ] 874/2960 29% [================== ] 875/2960 29% [================== ] 876/2960 29% [================== ] 877/2960 29% [================== ] 878/2960 29% [================== ] 879/2960 29% [================== ] 880/2960 29% [================== ] 881/2960 29% [================== ] 882/2960 29% [================== ] 883/2960 29% [================== ] 884/2960 29% [================== ] 885/2960 29% [================== ] 886/2960 29% [================== ] 887/2960 29% [================== ] 888/2960 30% [================== ] 889/2960 30% [================== ] 890/2960 30% [================== ] 891/2960 30% [================== ] 892/2960 30% [================== ] 893/2960 30% [================== ] 894/2960 30% [================== ] 895/2960 30% [================== ] 896/2960 30% [================== ] 897/2960 30% [================== ] 898/2960 30% [================== ] 899/2960 30% [================== ] 900/2960 30% [================== ] 901/2960 30% [================== ] 902/2960 30% [================== ] 903/2960 30% [================== ] 904/2960 30% [================== ] 905/2960 30% [================== ] 906/2960 30% [================== ] 907/2960 30% [=================== ] 908/2960 30% [=================== ] 909/2960 30% [=================== ] 910/2960 30% [=================== ] 911/2960 30% [=================== ] 912/2960 30% [=================== ] 913/2960 30% [=================== ] 914/2960 30% [=================== ] 915/2960 30% [=================== ] 916/2960 30% [=================== ] 917/2960 30% [=================== ] 918/2960 31% [=================== ] 919/2960 31% [=================== ] 920/2960 31% [=================== ] 921/2960 31% [=================== ] 922/2960 31% [=================== ] 923/2960 31% [=================== ] 924/2960 31% [=================== ] 925/2960 31% [=================== ] 926/2960 31% [=================== ] 927/2960 31% [=================== ] 928/2960 31% [=================== ] 929/2960 31% [=================== ] 930/2960 31% [=================== ] 931/2960 31% [=================== ] 932/2960 31% [=================== ] 933/2960 31% [=================== ] 934/2960 31% [=================== ] 935/2960 31% [=================== ] 936/2960 31% [=================== ] 937/2960 31% [=================== ] 938/2960 31% [=================== ] 939/2960 31% [=================== ] 940/2960 31% [=================== ] 941/2960 31% [=================== ] 942/2960 31% [=================== ] 943/2960 31% [=================== ] 944/2960 31% [=================== ] 945/2960 31% [=================== ] 946/2960 31% [=================== ] 947/2960 31% [=================== ] 948/2960 32% [=================== ] 949/2960 32% [=================== ] 950/2960 32% [=================== ] 951/2960 32% [=================== ] 952/2960 32% [=================== ] 953/2960 32% [=================== ] 954/2960 32% [==================== ] 955/2960 32% [==================== ] 956/2960 32% [==================== ] 957/2960 32% [==================== ] 958/2960 32% [==================== ] 959/2960 32% [==================== ] 960/2960 32% [==================== ] 961/2960 32% [==================== ] 962/2960 32% [==================== ] 963/2960 32% [==================== ] 964/2960 32% [==================== ] 965/2960 32% [==================== ] 966/2960 32% [==================== ] 967/2960 32% [==================== ] 968/2960 32% [==================== ] 969/2960 32% [==================== ] 970/2960 32% [==================== ] 971/2960 32% [==================== ] 972/2960 32% [==================== ] 973/2960 32% [==================== ] 974/2960 32% [==================== ] 975/2960 32% [==================== ] 976/2960 32% [==================== ] 977/2960 33% [==================== ] 978/2960 33% [==================== ] 979/2960 33% [==================== ] 980/2960 33% [==================== ] 981/2960 33% [==================== ] 982/2960 33% [==================== ] 983/2960 33% [==================== ] 984/2960 33% [==================== ] 985/2960 33% [==================== ] 986/2960 33% [==================== ] 987/2960 33% [==================== ] 988/2960 33% [==================== ] 989/2960 33% [==================== ] 990/2960 33% [==================== ] 991/2960 33% [==================== ] 992/2960 33% [==================== ] 993/2960 33% [==================== ] 994/2960 33% [==================== ] 995/2960 33% [==================== ] 996/2960 33% [==================== ] 997/2960 33% [==================== ] 998/2960 33% [==================== ] 999/2960 33% [==================== ] 1000/2960 33% [==================== ] 1001/2960 33% [==================== ] 1002/2960 33% [===================== ] 1003/2960 33% [===================== ] 1004/2960 33% [===================== ] 1005/2960 33% [===================== ] 1006/2960 33% [===================== ] 1007/2960 34% [===================== ] 1008/2960 34% [===================== ] 1009/2960 34% [===================== ] 1010/2960 34% [===================== ] 1011/2960 34% [===================== ] 1012/2960 34% [===================== ] 1013/2960 34% [===================== ] 1014/2960 34% [===================== ] 1015/2960 34% [===================== ] 1016/2960 34% [===================== ] 1017/2960 34% [===================== ] 1018/2960 34% [===================== ] 1019/2960 34% [===================== ] 1020/2960 34% [===================== ] 1021/2960 34% [===================== ] 1022/2960 34% [===================== ] 1023/2960 34% [===================== ] 1024/2960 34% [===================== ] 1025/2960 34% [===================== ] 1026/2960 34% [===================== ] 1027/2960 34% [===================== ] 1028/2960 34% [===================== ] 1029/2960 34% [===================== ] 1030/2960 34% [===================== ] 1031/2960 34% [===================== ] 1032/2960 34% [===================== ] 1033/2960 34% [===================== ] 1034/2960 34% [===================== ] 1035/2960 34% [===================== ] 1036/2960 35% [===================== ] 1037/2960 35% [===================== ] 1038/2960 35% [===================== ] 1039/2960 35% [===================== ] 1040/2960 35% [===================== ] 1041/2960 35% [===================== ] 1042/2960 35% [===================== ] 1043/2960 35% [===================== ] 1044/2960 35% [===================== ] 1045/2960 35% [===================== ] 1046/2960 35% [===================== ] 1047/2960 35% [===================== ] 1048/2960 35% [===================== ] 1049/2960 35% [===================== ] 1050/2960 35% [====================== ] 1051/2960 35% [====================== ] 1052/2960 35% [====================== ] 1053/2960 35% [====================== ] 1054/2960 35% [====================== ] 1055/2960 35% [====================== ] 1056/2960 35% [====================== ] 1057/2960 35% [====================== ] 1058/2960 35% [====================== ] 1059/2960 35% [====================== ] 1060/2960 35% [====================== ] 1061/2960 35% [====================== ] 1062/2960 35% [====================== ] 1063/2960 35% [====================== ] 1064/2960 35% [====================== ] 1065/2960 35% [====================== ] 1066/2960 36% [====================== ] 1067/2960 36% [====================== ] 1068/2960 36% [====================== ] 1069/2960 36% [====================== ] 1070/2960 36% [====================== ] 1071/2960 36% [====================== ] 1072/2960 36% [====================== ] 1073/2960 36% [====================== ] 1074/2960 36% [====================== ] 1075/2960 36% [====================== ] 1076/2960 36% [====================== ] 1077/2960 36% [====================== ] 1078/2960 36% [====================== ] 1079/2960 36% [====================== ] 1080/2960 36% [====================== ] 1081/2960 36% [====================== ] 1082/2960 36% [====================== ] 1083/2960 36% [====================== ] 1084/2960 36% [====================== ] 1085/2960 36% [====================== ] 1086/2960 36% [====================== ] 1087/2960 36% [====================== ] 1088/2960 36% [====================== ] 1089/2960 36% [====================== ] 1090/2960 36% [====================== ] 1091/2960 36% [====================== ] 1092/2960 36% [====================== ] 1093/2960 36% [====================== ] 1094/2960 36% [====================== ] 1095/2960 36% [====================== ] 1096/2960 37% [====================== ] 1097/2960 37% [====================== ] 1098/2960 37% [======================= ] 1099/2960 37% [======================= ] 1100/2960 37% [======================= ] 1101/2960 37% [======================= ] 1102/2960 37% [======================= ] 1103/2960 37% [======================= ] 1104/2960 37% [======================= ] 1105/2960 37% [======================= ] 1106/2960 37% [======================= ] 1107/2960 37% [======================= ] 1108/2960 37% [======================= ] 1109/2960 37% [======================= ] 1110/2960 37% [======================= ] 1111/2960 37% [======================= ] 1112/2960 37% [======================= ] 1113/2960 37% [======================= ] 1114/2960 37% [======================= ] 1115/2960 37% [======================= ] 1116/2960 37% [======================= ] 1117/2960 37% [======================= ] 1118/2960 37% [======================= ] 1119/2960 37% [======================= ] 1120/2960 37% [======================= ] 1121/2960 37% [======================= ] 1122/2960 37% [======================= ] 1123/2960 37% [======================= ] 1124/2960 37% [======================= ] 1125/2960 38% [======================= ] 1126/2960 38% [======================= ] 1127/2960 38% [======================= ] 1128/2960 38% [======================= ] 1129/2960 38% [======================= ] 1130/2960 38% [======================= ] 1131/2960 38% [======================= ] 1132/2960 38% [======================= ] 1133/2960 38% [======================= ] 1134/2960 38% [======================= ] 1135/2960 38% [======================= ] 1136/2960 38% [======================= ] 1137/2960 38% [======================= ] 1138/2960 38% [======================= ] 1139/2960 38% [======================= ] 1140/2960 38% [======================= ] 1141/2960 38% [======================= ] 1142/2960 38% [======================= ] 1143/2960 38% [======================= ] 1144/2960 38% [======================= ] 1145/2960 38% [======================== ] 1146/2960 38% [======================== ] 1147/2960 38% [======================== ] 1148/2960 38% [======================== ] 1149/2960 38% [======================== ] 1150/2960 38% [======================== ] 1151/2960 38% [======================== ] 1152/2960 38% [======================== ] 1153/2960 38% [======================== ] 1154/2960 38% [======================== ] 1155/2960 39% [======================== ] 1156/2960 39% [======================== ] 1157/2960 39% [======================== ] 1158/2960 39% [======================== ] 1159/2960 39% [======================== ] 1160/2960 39% [======================== ] 1161/2960 39% [======================== ] 1162/2960 39% [======================== ] 1163/2960 39% [======================== ] 1164/2960 39% [======================== ] 1165/2960 39% [======================== ] 1166/2960 39% [======================== ] 1167/2960 39% [======================== ] 1168/2960 39% [======================== ] 1169/2960 39% [======================== ] 1170/2960 39% [======================== ] 1171/2960 39% [======================== ] 1172/2960 39% [======================== ] 1173/2960 39% [======================== ] 1174/2960 39% [======================== ] 1175/2960 39% [======================== ] 1176/2960 39% [======================== ] 1177/2960 39% [======================== ] 1178/2960 39% [======================== ] 1179/2960 39% [======================== ] 1180/2960 39% [======================== ] 1181/2960 39% [======================== ] 1182/2960 39% [======================== ] 1183/2960 39% [======================== ] 1184/2960 40% [======================== ] 1185/2960 40% [======================== ] 1186/2960 40% [======================== ] 1187/2960 40% [======================== ] 1188/2960 40% [======================== ] 1189/2960 40% [======================== ] 1190/2960 40% [======================== ] 1191/2960 40% [======================== ] 1192/2960 40% [======================== ] 1193/2960 40% [========================= ] 1194/2960 40% [========================= ] 1195/2960 40% [========================= ] 1196/2960 40% [========================= ] 1197/2960 40% [========================= ] 1198/2960 40% [========================= ] 1199/2960 40% [========================= ] 1200/2960 40% [========================= ] 1201/2960 40% [========================= ] 1202/2960 40% [========================= ] 1203/2960 40% [========================= ] 1204/2960 40% [========================= ] 1205/2960 40% [========================= ] 1206/2960 40% [========================= ] 1207/2960 40% [========================= ] 1208/2960 40% [========================= ] 1209/2960 40% [========================= ] 1210/2960 40% [========================= ] 1211/2960 40% [========================= ] 1212/2960 40% [========================= ] 1213/2960 40% [========================= ] 1214/2960 41% [========================= ] 1215/2960 41% [========================= ] 1216/2960 41% [========================= ] 1217/2960 41% [========================= ] 1218/2960 41% [========================= ] 1219/2960 41% [========================= ] 1220/2960 41% [========================= ] 1221/2960 41% [========================= ] 1222/2960 41% [========================= ] 1223/2960 41% [========================= ] 1224/2960 41% [========================= ] 1225/2960 41% [========================= ] 1226/2960 41% [========================= ] 1227/2960 41% [========================= ] 1228/2960 41% [========================= ] 1229/2960 41% [========================= ] 1230/2960 41% [========================= ] 1231/2960 41% [========================= ] 1232/2960 41% [========================= ] 1233/2960 41% [========================= ] 1234/2960 41% [========================= ] 1235/2960 41% [========================= ] 1236/2960 41% [========================= ] 1237/2960 41% [========================= ] 1238/2960 41% [========================= ] 1239/2960 41% [========================= ] 1240/2960 41% [========================= ] 1241/2960 41% [========================== ] 1242/2960 41% [========================== ] 1243/2960 41% [========================== ] 1244/2960 42% [========================== ] 1245/2960 42% [========================== ] 1246/2960 42% [========================== ] 1247/2960 42% [========================== ] 1248/2960 42% [========================== ] 1249/2960 42% [========================== ] 1250/2960 42% [========================== ] 1251/2960 42% [========================== ] 1252/2960 42% [========================== ] 1253/2960 42% [========================== ] 1254/2960 42% [========================== ] 1255/2960 42% [========================== ] 1256/2960 42% [========================== ] 1257/2960 42% [========================== ] 1258/2960 42% [========================== ] 1259/2960 42% [========================== ] 1260/2960 42% [========================== ] 1261/2960 42% [========================== ] 1262/2960 42% [========================== ] 1263/2960 42% [========================== ] 1264/2960 42% [========================== ] 1265/2960 42% [========================== ] 1266/2960 42% [========================== ] 1267/2960 42% [========================== ] 1268/2960 42% [========================== ] 1269/2960 42% [========================== ] 1270/2960 42% [========================== ] 1271/2960 42% [========================== ] 1272/2960 42% [========================== ] 1273/2960 43% [========================== ] 1274/2960 43% [========================== ] 1275/2960 43% [========================== ] 1276/2960 43% [========================== ] 1277/2960 43% [========================== ] 1278/2960 43% [========================== ] 1279/2960 43% [========================== ] 1280/2960 43% [========================== ] 1281/2960 43% [========================== ] 1282/2960 43% [========================== ] 1283/2960 43% [========================== ] 1284/2960 43% [========================== ] 1285/2960 43% [========================== ] 1286/2960 43% [========================== ] 1287/2960 43% [========================== ] 1288/2960 43% [========================== ] 1289/2960 43% [=========================== ] 1290/2960 43% [=========================== ] 1291/2960 43% [=========================== ] 1292/2960 43% [=========================== ] 1293/2960 43% [=========================== ] 1294/2960 43% [=========================== ] 1295/2960 43% [=========================== ] 1296/2960 43% [=========================== ] 1297/2960 43% [=========================== ] 1298/2960 43% [=========================== ] 1299/2960 43% [=========================== ] 1300/2960 43% [=========================== ] 1301/2960 43% [=========================== ] 1302/2960 43% [=========================== ] 1303/2960 44% [=========================== ] 1304/2960 44% [=========================== ] 1305/2960 44% [=========================== ] 1306/2960 44% [=========================== ] 1307/2960 44% [=========================== ] 1308/2960 44% [=========================== ] 1309/2960 44% [=========================== ] 1310/2960 44% [=========================== ] 1311/2960 44% [=========================== ] 1312/2960 44% [=========================== ] 1313/2960 44% [=========================== ] 1314/2960 44% [=========================== ] 1315/2960 44% [=========================== ] 1316/2960 44% [=========================== ] 1317/2960 44% [=========================== ] 1318/2960 44% [=========================== ] 1319/2960 44% [=========================== ] 1320/2960 44% [=========================== ] 1321/2960 44% [=========================== ] 1322/2960 44% [=========================== ] 1323/2960 44% [=========================== ] 1324/2960 44% [=========================== ] 1325/2960 44% [=========================== ] 1326/2960 44% [=========================== ] 1327/2960 44% [=========================== ] 1328/2960 44% [=========================== ] 1329/2960 44% [=========================== ] 1330/2960 44% [=========================== ] 1331/2960 44% [=========================== ] 1332/2960 45% [=========================== ] 1333/2960 45% [=========================== ] 1334/2960 45% [=========================== ] 1335/2960 45% [=========================== ] 1336/2960 45% [============================ ] 1337/2960 45% [============================ ] 1338/2960 45% [============================ ] 1339/2960 45% [============================ ] 1340/2960 45% [============================ ] 1341/2960 45% [============================ ] 1342/2960 45% [============================ ] 1343/2960 45% [============================ ] 1344/2960 45% [============================ ] 1345/2960 45% [============================ ] 1346/2960 45% [============================ ] 1347/2960 45% [============================ ] 1348/2960 45% [============================ ] 1349/2960 45% [============================ ] 1350/2960 45% [============================ ] 1351/2960 45% [============================ ] 1352/2960 45% [============================ ] 1353/2960 45% [============================ ] 1354/2960 45% [============================ ] 1355/2960 45% [============================ ] 1356/2960 45% [============================ ] 1357/2960 45% [============================ ] 1358/2960 45% [============================ ] 1359/2960 45% [============================ ] 1360/2960 45% [============================ ] 1361/2960 45% [============================ ] 1362/2960 46% [============================ ] 1363/2960 46% [============================ ] 1364/2960 46% [============================ ] 1365/2960 46% [============================ ] 1366/2960 46% [============================ ] 1367/2960 46% [============================ ] 1368/2960 46% [============================ ] 1369/2960 46% [============================ ] 1370/2960 46% [============================ ] 1371/2960 46% [============================ ] 1372/2960 46% [============================ ] 1373/2960 46% [============================ ] 1374/2960 46% [============================ ] 1375/2960 46% [============================ ] 1376/2960 46% [============================ ] 1377/2960 46% [============================ ] 1378/2960 46% [============================ ] 1379/2960 46% [============================ ] 1380/2960 46% [============================ ] 1381/2960 46% [============================ ] 1382/2960 46% [============================ ] 1383/2960 46% [============================ ] 1384/2960 46% [============================= ] 1385/2960 46% [============================= ] 1386/2960 46% [============================= ] 1387/2960 46% [============================= ] 1388/2960 46% [============================= ] 1389/2960 46% [============================= ] 1390/2960 46% [============================= ] 1391/2960 46% [============================= ] 1392/2960 47% [============================= ] 1393/2960 47% [============================= ] 1394/2960 47% [============================= ] 1395/2960 47% [============================= ] 1396/2960 47% [============================= ] 1397/2960 47% [============================= ] 1398/2960 47% [============================= ] 1399/2960 47% [============================= ] 1400/2960 47% [============================= ] 1401/2960 47% [============================= ] 1402/2960 47% [============================= ] 1403/2960 47% [============================= ] 1404/2960 47% [============================= ] 1405/2960 47% [============================= ] 1406/2960 47% [============================= ] 1407/2960 47% [============================= ] 1408/2960 47% [============================= ] 1409/2960 47% [============================= ] 1410/2960 47% [============================= ] 1411/2960 47% [============================= ] 1412/2960 47% [============================= ] 1413/2960 47% [============================= ] 1414/2960 47% [============================= ] 1415/2960 47% [============================= ] 1416/2960 47% [============================= ] 1417/2960 47% [============================= ] 1418/2960 47% [============================= ] 1419/2960 47% [============================= ] 1420/2960 47% [============================= ] 1421/2960 48% [============================= ] 1422/2960 48% [============================= ] 1423/2960 48% [============================= ] 1424/2960 48% [============================= ] 1425/2960 48% [============================= ] 1426/2960 48% [============================= ] 1427/2960 48% [============================= ] 1428/2960 48% [============================= ] 1429/2960 48% [============================= ] 1430/2960 48% [============================= ] 1431/2960 48% [============================= ] 1432/2960 48% [============================== ] 1433/2960 48% [============================== ] 1434/2960 48% [============================== ] 1435/2960 48% [============================== ] 1436/2960 48% [============================== ] 1437/2960 48% [============================== ] 1438/2960 48% [============================== ] 1439/2960 48% [============================== ] 1440/2960 48% [============================== ] 1441/2960 48% [============================== ] 1442/2960 48% [============================== ] 1443/2960 48% [============================== ] 1444/2960 48% [============================== ] 1445/2960 48% [============================== ] 1446/2960 48% [============================== ] 1447/2960 48% [============================== ] 1448/2960 48% [============================== ] 1449/2960 48% [============================== ] 1450/2960 48% [============================== ] 1451/2960 49% [============================== ] 1452/2960 49% [============================== ] 1453/2960 49% [============================== ] 1454/2960 49% [============================== ] 1455/2960 49% [============================== ] 1456/2960 49% [============================== ] 1457/2960 49% [============================== ] 1458/2960 49% [============================== ] 1459/2960 49% [============================== ] 1460/2960 49% [============================== ] 1461/2960 49% [============================== ] 1462/2960 49% [============================== ] 1463/2960 49% [============================== ] 1464/2960 49% [============================== ] 1465/2960 49% [============================== ] 1466/2960 49% [============================== ] 1467/2960 49% [============================== ] 1468/2960 49% [============================== ] 1469/2960 49% [============================== ] 1470/2960 49% [============================== ] 1471/2960 49% [============================== ] 1472/2960 49% [============================== ] 1473/2960 49% [============================== ] 1474/2960 49% [============================== ] 1475/2960 49% [============================== ] 1476/2960 49% [============================== ] 1477/2960 49% [============================== ] 1478/2960 49% [============================== ] 1479/2960 49% [=============================== ] 1480/2960 50% [=============================== ] 1481/2960 50% [=============================== ] 1482/2960 50% [=============================== ] 1483/2960 50% [=============================== ] 1484/2960 50% [=============================== ] 1485/2960 50% [=============================== ] 1486/2960 50% [=============================== ] 1487/2960 50% [=============================== ] 1488/2960 50% [=============================== ] 1489/2960 50% [=============================== ] 1490/2960 50% [=============================== ] 1491/2960 50% [=============================== ] 1492/2960 50% [=============================== ] 1493/2960 50% [=============================== ] 1494/2960 50% [=============================== ] 1495/2960 50% [=============================== ] 1496/2960 50% [=============================== ] 1497/2960 50% [=============================== ] 1498/2960 50% [=============================== ] 1499/2960 50% [=============================== ] 1500/2960 50% [=============================== ] 1501/2960 50% [=============================== ] 1502/2960 50% [=============================== ] 1503/2960 50% [=============================== ] 1504/2960 50% [=============================== ] 1505/2960 50% [=============================== ] 1506/2960 50% [=============================== ] 1507/2960 50% [=============================== ] 1508/2960 50% [=============================== ] 1509/2960 50% [=============================== ] 1510/2960 51% [=============================== ] 1511/2960 51% [=============================== ] 1512/2960 51% [=============================== ] 1513/2960 51% [=============================== ] 1514/2960 51% [=============================== ] 1515/2960 51% [=============================== ] 1516/2960 51% [=============================== ] 1517/2960 51% [=============================== ] 1518/2960 51% [=============================== ] 1519/2960 51% [=============================== ] 1520/2960 51% [=============================== ] 1521/2960 51% [=============================== ] 1522/2960 51% [=============================== ] 1523/2960 51% [=============================== ] 1524/2960 51% [=============================== ] 1525/2960 51% [=============================== ] 1526/2960 51% [=============================== ] 1527/2960 51% [================================ ] 1528/2960 51% [================================ ] 1529/2960 51% [================================ ] 1530/2960 51% [================================ ] 1531/2960 51% [================================ ] 1532/2960 51% [================================ ] 1533/2960 51% [================================ ] 1534/2960 51% [================================ ] 1535/2960 51% [================================ ] 1536/2960 51% [================================ ] 1537/2960 51% [================================ ] 1538/2960 51% [================================ ] 1539/2960 51% [================================ ] 1540/2960 52% [================================ ] 1541/2960 52% [================================ ] 1542/2960 52% [================================ ] 1543/2960 52% [================================ ] 1544/2960 52% [================================ ] 1545/2960 52% [================================ ] 1546/2960 52% [================================ ] 1547/2960 52% [================================ ] 1548/2960 52% [================================ ] 1549/2960 52% [================================ ] 1550/2960 52% [================================ ] 1551/2960 52% [================================ ] 1552/2960 52% [================================ ] 1553/2960 52% [================================ ] 1554/2960 52% [================================ ] 1555/2960 52% [================================ ] 1556/2960 52% [================================ ] 1557/2960 52% [================================ ] 1558/2960 52% [================================ ] 1559/2960 52% [================================ ] 1560/2960 52% [================================ ] 1561/2960 52% [================================ ] 1562/2960 52% [================================ ] 1563/2960 52% [================================ ] 1564/2960 52% [================================ ] 1565/2960 52% [================================ ] 1566/2960 52% [================================ ] 1567/2960 52% [================================ ] 1568/2960 52% [================================ ] 1569/2960 53% [================================ ] 1570/2960 53% [================================ ] 1571/2960 53% [================================ ] 1572/2960 53% [================================ ] 1573/2960 53% [================================ ] 1574/2960 53% [================================ ] 1575/2960 53% [================================= ] 1576/2960 53% [================================= ] 1577/2960 53% [================================= ] 1578/2960 53% [================================= ] 1579/2960 53% [================================= ] 1580/2960 53% [================================= ] 1581/2960 53% [================================= ] 1582/2960 53% [================================= ] 1583/2960 53% [================================= ] 1584/2960 53% [================================= ] 1585/2960 53% [================================= ] 1586/2960 53% [================================= ] 1587/2960 53% [================================= ] 1588/2960 53% [================================= ] 1589/2960 53% [================================= ] 1590/2960 53% [================================= ] 1591/2960 53% [================================= ] 1592/2960 53% [================================= ] 1593/2960 53% [================================= ] 1594/2960 53% [================================= ] 1595/2960 53% [================================= ] 1596/2960 53% [================================= ] 1597/2960 53% [================================= ] 1598/2960 53% [================================= ] 1599/2960 54% [================================= ] 1600/2960 54% [================================= ] 1601/2960 54% [================================= ] 1602/2960 54% [================================= ] 1603/2960 54% [================================= ] 1604/2960 54% [================================= ] 1605/2960 54% [================================= ] 1606/2960 54% [================================= ] 1607/2960 54% [================================= ] 1608/2960 54% [================================= ] 1609/2960 54% [================================= ] 1610/2960 54% [================================= ] 1611/2960 54% [================================= ] 1612/2960 54% [================================= ] 1613/2960 54% [================================= ] 1614/2960 54% [================================= ] 1615/2960 54% [================================= ] 1616/2960 54% [================================= ] 1617/2960 54% [================================= ] 1618/2960 54% [================================= ] 1619/2960 54% [================================= ] 1620/2960 54% [================================= ] 1621/2960 54% [================================= ] 1622/2960 54% [================================= ] 1623/2960 54% [================================== ] 1624/2960 54% [================================== ] 1625/2960 54% [================================== ] 1626/2960 54% [================================== ] 1627/2960 54% [================================== ] 1628/2960 55% [================================== ] 1629/2960 55% [================================== ] 1630/2960 55% [================================== ] 1631/2960 55% [================================== ] 1632/2960 55% [================================== ] 1633/2960 55% [================================== ] 1634/2960 55% [================================== ] 1635/2960 55% [================================== ] 1636/2960 55% [================================== ] 1637/2960 55% [================================== ] 1638/2960 55% [================================== ] 1639/2960 55% [================================== ] 1640/2960 55% [================================== ] 1641/2960 55% [================================== ] 1642/2960 55% [================================== ] 1643/2960 55% [================================== ] 1644/2960 55% [================================== ] 1645/2960 55% [================================== ] 1646/2960 55% [================================== ] 1647/2960 55% [================================== ] 1648/2960 55% [================================== ] 1649/2960 55% [================================== ] 1650/2960 55% [================================== ] 1651/2960 55% [================================== ] 1652/2960 55% [================================== ] 1653/2960 55% [================================== ] 1654/2960 55% [================================== ] 1655/2960 55% [================================== ] 1656/2960 55% [================================== ] 1657/2960 55% [================================== ] 1658/2960 56% [================================== ] 1659/2960 56% [================================== ] 1660/2960 56% [================================== ] 1661/2960 56% [================================== ] 1662/2960 56% [================================== ] 1663/2960 56% [================================== ] 1664/2960 56% [================================== ] 1665/2960 56% [================================== ] 1666/2960 56% [================================== ] 1667/2960 56% [================================== ] 1668/2960 56% [================================== ] 1669/2960 56% [================================== ] 1670/2960 56% [=================================== ] 1671/2960 56% [=================================== ] 1672/2960 56% [=================================== ] 1673/2960 56% [=================================== ] 1674/2960 56% [=================================== ] 1675/2960 56% [=================================== ] 1676/2960 56% [=================================== ] 1677/2960 56% [=================================== ] 1678/2960 56% [=================================== ] 1679/2960 56% [=================================== ] 1680/2960 56% [=================================== ] 1681/2960 56% [=================================== ] 1682/2960 56% [=================================== ] 1683/2960 56% [=================================== ] 1684/2960 56% [=================================== ] 1685/2960 56% [=================================== ] 1686/2960 56% [=================================== ] 1687/2960 56% [=================================== ] 1688/2960 57% [=================================== ] 1689/2960 57% [=================================== ] 1690/2960 57% [=================================== ] 1691/2960 57% [=================================== ] 1692/2960 57% [=================================== ] 1693/2960 57% [=================================== ] 1694/2960 57% [=================================== ] 1695/2960 57% [=================================== ] 1696/2960 57% [=================================== ] 1697/2960 57% [=================================== ] 1698/2960 57% [=================================== ] 1699/2960 57% [=================================== ] 1700/2960 57% [=================================== ] 1701/2960 57% [=================================== ] 1702/2960 57% [=================================== ] 1703/2960 57% [=================================== ] 1704/2960 57% [=================================== ] 1705/2960 57% [=================================== ] 1706/2960 57% [=================================== ] 1707/2960 57% [=================================== ] 1708/2960 57% [=================================== ] 1709/2960 57% [=================================== ] 1710/2960 57% [=================================== ] 1711/2960 57% [=================================== ] 1712/2960 57% [=================================== ] 1713/2960 57% [=================================== ] 1714/2960 57% [=================================== ] 1715/2960 57% [=================================== ] 1716/2960 57% [=================================== ] 1717/2960 58% [=================================== ] 1718/2960 58% [==================================== ] 1719/2960 58% [==================================== ] 1720/2960 58% [==================================== ] 1721/2960 58% [==================================== ] 1722/2960 58% [==================================== ] 1723/2960 58% [==================================== ] 1724/2960 58% [==================================== ] 1725/2960 58% [==================================== ] 1726/2960 58% [==================================== ] 1727/2960 58% [==================================== ] 1728/2960 58% [==================================== ] 1729/2960 58% [==================================== ] 1730/2960 58% [==================================== ] 1731/2960 58% [==================================== ] 1732/2960 58% [==================================== ] 1733/2960 58% [==================================== ] 1734/2960 58% [==================================== ] 1735/2960 58% [==================================== ] 1736/2960 58% [==================================== ] 1737/2960 58% [==================================== ] 1738/2960 58% [==================================== ] 1739/2960 58% [==================================== ] 1740/2960 58% [==================================== ] 1741/2960 58% [==================================== ] 1742/2960 58% [==================================== ] 1743/2960 58% [==================================== ] 1744/2960 58% [==================================== ] 1745/2960 58% [==================================== ] 1746/2960 58% [==================================== ] 1747/2960 59% [==================================== ] 1748/2960 59% [==================================== ] 1749/2960 59% [==================================== ] 1750/2960 59% [==================================== ] 1751/2960 59% [==================================== ] 1752/2960 59% [==================================== ] 1753/2960 59% [==================================== ] 1754/2960 59% [==================================== ] 1755/2960 59% [==================================== ] 1756/2960 59% [==================================== ] 1757/2960 59% [==================================== ] 1758/2960 59% [==================================== ] 1759/2960 59% [==================================== ] 1760/2960 59% [==================================== ] 1761/2960 59% [==================================== ] 1762/2960 59% [==================================== ] 1763/2960 59% [==================================== ] 1764/2960 59% [==================================== ] 1765/2960 59% [==================================== ] 1766/2960 59% [===================================== ] 1767/2960 59% [===================================== ] 1768/2960 59% [===================================== ] 1769/2960 59% [===================================== ] 1770/2960 59% [===================================== ] 1771/2960 59% [===================================== ] 1772/2960 59% [===================================== ] 1773/2960 59% [===================================== ] 1774/2960 59% [===================================== ] 1775/2960 59% [===================================== ] 1776/2960 60% [===================================== ] 1777/2960 60% [===================================== ] 1778/2960 60% [===================================== ] 1779/2960 60% [===================================== ] 1780/2960 60% [===================================== ] 1781/2960 60% [===================================== ] 1782/2960 60% [===================================== ] 1783/2960 60% [===================================== ] 1784/2960 60% [===================================== ] 1785/2960 60% [===================================== ] 1786/2960 60% [===================================== ] 1787/2960 60% [===================================== ] 1788/2960 60% [===================================== ] 1789/2960 60% [===================================== ] 1790/2960 60% [===================================== ] 1791/2960 60% [===================================== ] 1792/2960 60% [===================================== ] 1793/2960 60% [===================================== ] 1794/2960 60% [===================================== ] 1795/2960 60% [===================================== ] 1796/2960 60% [===================================== ] 1797/2960 60% [===================================== ] 1798/2960 60% [===================================== ] 1799/2960 60% [===================================== ] 1800/2960 60% [===================================== ] 1801/2960 60% [===================================== ] 1802/2960 60% [===================================== ] 1803/2960 60% [===================================== ] 1804/2960 60% [===================================== ] 1805/2960 60% [===================================== ] 1806/2960 61% [===================================== ] 1807/2960 61% [===================================== ] 1808/2960 61% [===================================== ] 1809/2960 61% [===================================== ] 1810/2960 61% [===================================== ] 1811/2960 61% [===================================== ] 1812/2960 61% [===================================== ] 1813/2960 61% [===================================== ] 1814/2960 61% [====================================== ] 1815/2960 61% [====================================== ] 1816/2960 61% [====================================== ] 1817/2960 61% [====================================== ] 1818/2960 61% [====================================== ] 1819/2960 61% [====================================== ] 1820/2960 61% [====================================== ] 1821/2960 61% [====================================== ] 1822/2960 61% [====================================== ] 1823/2960 61% [====================================== ] 1824/2960 61% [====================================== ] 1825/2960 61% [====================================== ] 1826/2960 61% [====================================== ] 1827/2960 61% [====================================== ] 1828/2960 61% [====================================== ] 1829/2960 61% [====================================== ] 1830/2960 61% [====================================== ] 1831/2960 61% [====================================== ] 1832/2960 61% [====================================== ] 1833/2960 61% [====================================== ] 1834/2960 61% [====================================== ] 1835/2960 61% [====================================== ] 1836/2960 62% [====================================== ] 1837/2960 62% [====================================== ] 1838/2960 62% [====================================== ] 1839/2960 62% [====================================== ] 1840/2960 62% [====================================== ] 1841/2960 62% [====================================== ] 1842/2960 62% [====================================== ] 1843/2960 62% [====================================== ] 1844/2960 62% [====================================== ] 1845/2960 62% [====================================== ] 1846/2960 62% [====================================== ] 1847/2960 62% [====================================== ] 1848/2960 62% [====================================== ] 1849/2960 62% [====================================== ] 1850/2960 62% [====================================== ] 1851/2960 62% [====================================== ] 1852/2960 62% [====================================== ] 1853/2960 62% [====================================== ] 1854/2960 62% [====================================== ] 1855/2960 62% [====================================== ] 1856/2960 62% [====================================== ] 1857/2960 62% [====================================== ] 1858/2960 62% [====================================== ] 1859/2960 62% [====================================== ] 1860/2960 62% [====================================== ] 1861/2960 62% [======================================= ] 1862/2960 62% [======================================= ] 1863/2960 62% [======================================= ] 1864/2960 62% [======================================= ] 1865/2960 63% [======================================= ] 1866/2960 63% [======================================= ] 1867/2960 63% [======================================= ] 1868/2960 63% [======================================= ] 1869/2960 63% [======================================= ] 1870/2960 63% [======================================= ] 1871/2960 63% [======================================= ] 1872/2960 63% [======================================= ] 1873/2960 63% [======================================= ] 1874/2960 63% [======================================= ] 1875/2960 63% [======================================= ] 1876/2960 63% [======================================= ] 1877/2960 63% [======================================= ] 1878/2960 63% [======================================= ] 1879/2960 63% [======================================= ] 1880/2960 63% [======================================= ] 1881/2960 63% [======================================= ] 1882/2960 63% [======================================= ] 1883/2960 63% [======================================= ] 1884/2960 63% [======================================= ] 1885/2960 63% [======================================= ] 1886/2960 63% [======================================= ] 1887/2960 63% [======================================= ] 1888/2960 63% [======================================= ] 1889/2960 63% [======================================= ] 1890/2960 63% [======================================= ] 1891/2960 63% [======================================= ] 1892/2960 63% [======================================= ] 1893/2960 63% [======================================= ] 1894/2960 63% [======================================= ] 1895/2960 64% [======================================= ] 1896/2960 64% [======================================= ] 1897/2960 64% [======================================= ] 1898/2960 64% [======================================= ] 1899/2960 64% [======================================= ] 1900/2960 64% [======================================= ] 1901/2960 64% [======================================= ] 1902/2960 64% [======================================= ] 1903/2960 64% [======================================= ] 1904/2960 64% [======================================= ] 1905/2960 64% [======================================= ] 1906/2960 64% [======================================= ] 1907/2960 64% [======================================= ] 1908/2960 64% [======================================= ] 1909/2960 64% [======================================== ] 1910/2960 64% [======================================== ] 1911/2960 64% [======================================== ] 1912/2960 64% [======================================== ] 1913/2960 64% [======================================== ] 1914/2960 64% [======================================== ] 1915/2960 64% [======================================== ] 1916/2960 64% [======================================== ] 1917/2960 64% [======================================== ] 1918/2960 64% [======================================== ] 1919/2960 64% [======================================== ] 1920/2960 64% [======================================== ] 1921/2960 64% [======================================== ] 1922/2960 64% [======================================== ] 1923/2960 64% [======================================== ] 1924/2960 65% [======================================== ] 1925/2960 65% [======================================== ] 1926/2960 65% [======================================== ] 1927/2960 65% [======================================== ] 1928/2960 65% [======================================== ] 1929/2960 65% [======================================== ] 1930/2960 65% [======================================== ] 1931/2960 65% [======================================== ] 1932/2960 65% [======================================== ] 1933/2960 65% [======================================== ] 1934/2960 65% [======================================== ] 1935/2960 65% [======================================== ] 1936/2960 65% [======================================== ] 1937/2960 65% [======================================== ] 1938/2960 65% [======================================== ] 1939/2960 65% [======================================== ] 1940/2960 65% [======================================== ] 1941/2960 65% [======================================== ] 1942/2960 65% [======================================== ] 1943/2960 65% [======================================== ] 1944/2960 65% [======================================== ] 1945/2960 65% [======================================== ] 1946/2960 65% [======================================== ] 1947/2960 65% [======================================== ] 1948/2960 65% [======================================== ] 1949/2960 65% [======================================== ] 1950/2960 65% [======================================== ] 1951/2960 65% [======================================== ] 1952/2960 65% [======================================== ] 1953/2960 65% [======================================== ] 1954/2960 66% [======================================== ] 1955/2960 66% [======================================== ] 1956/2960 66% [======================================== ] 1957/2960 66% [========================================= ] 1958/2960 66% [========================================= ] 1959/2960 66% [========================================= ] 1960/2960 66% [========================================= ] 1961/2960 66% [========================================= ] 1962/2960 66% [========================================= ] 1963/2960 66% [========================================= ] 1964/2960 66% [========================================= ] 1965/2960 66% [========================================= ] 1966/2960 66% [========================================= ] 1967/2960 66% [========================================= ] 1968/2960 66% [========================================= ] 1969/2960 66% [========================================= ] 1970/2960 66% [========================================= ] 1971/2960 66% [========================================= ] 1972/2960 66% [========================================= ] 1973/2960 66% [========================================= ] 1974/2960 66% [========================================= ] 1975/2960 66% [========================================= ] 1976/2960 66% [========================================= ] 1977/2960 66% [========================================= ] 1978/2960 66% [========================================= ] 1979/2960 66% [========================================= ] 1980/2960 66% [========================================= ] 1981/2960 66% [========================================= ] 1982/2960 66% [========================================= ] 1983/2960 66% [========================================= ] 1984/2960 67% [========================================= ] 1985/2960 67% [========================================= ] 1986/2960 67% [========================================= ] 1987/2960 67% [========================================= ] 1988/2960 67% [========================================= ] 1989/2960 67% [========================================= ] 1990/2960 67% [========================================= ] 1991/2960 67% [========================================= ] 1992/2960 67% [========================================= ] 1993/2960 67% [========================================= ] 1994/2960 67% [========================================= ] 1995/2960 67% [========================================= ] 1996/2960 67% [========================================= ] 1997/2960 67% [========================================= ] 1998/2960 67% [========================================= ] 1999/2960 67% [========================================= ] 2000/2960 67% [========================================= ] 2001/2960 67% [========================================= ] 2002/2960 67% [========================================= ] 2003/2960 67% [========================================= ] 2004/2960 67% [========================================= ] 2005/2960 67% [========================================== ] 2006/2960 67% [========================================== ] 2007/2960 67% [========================================== ] 2008/2960 67% [========================================== ] 2009/2960 67% [========================================== ] 2010/2960 67% [========================================== ] 2011/2960 67% [========================================== ] 2012/2960 67% [========================================== ] 2013/2960 68% [========================================== ] 2014/2960 68% [========================================== ] 2015/2960 68% [========================================== ] 2016/2960 68% [========================================== ] 2017/2960 68% [========================================== ] 2018/2960 68% [========================================== ] 2019/2960 68% [========================================== ] 2020/2960 68% [========================================== ] 2021/2960 68% [========================================== ] 2022/2960 68% [========================================== ] 2023/2960 68% [========================================== ] 2024/2960 68% [========================================== ] 2025/2960 68% [========================================== ] 2026/2960 68% [========================================== ] 2027/2960 68% [========================================== ] 2028/2960 68% [========================================== ] 2029/2960 68% [========================================== ] 2030/2960 68% [========================================== ] 2031/2960 68% [========================================== ] 2032/2960 68% [========================================== ] 2033/2960 68% [========================================== ] 2034/2960 68% [========================================== ] 2035/2960 68% [========================================== ] 2036/2960 68% [========================================== ] 2037/2960 68% [========================================== ] 2038/2960 68% [========================================== ] 2039/2960 68% [========================================== ] 2040/2960 68% [========================================== ] 2041/2960 68% [========================================== ] 2042/2960 68% [========================================== ] 2043/2960 69% [========================================== ] 2044/2960 69% [========================================== ] 2045/2960 69% [========================================== ] 2046/2960 69% [========================================== ] 2047/2960 69% [========================================== ] 2048/2960 69% [========================================== ] 2049/2960 69% [========================================== ] 2050/2960 69% [========================================== ] 2051/2960 69% [========================================== ] 2052/2960 69% [=========================================== ] 2053/2960 69% [=========================================== ] 2054/2960 69% [=========================================== ] 2055/2960 69% [=========================================== ] 2056/2960 69% [=========================================== ] 2057/2960 69% [=========================================== ] 2058/2960 69% [=========================================== ] 2059/2960 69% [=========================================== ] 2060/2960 69% [=========================================== ] 2061/2960 69% [=========================================== ] 2062/2960 69% [=========================================== ] 2063/2960 69% [=========================================== ] 2064/2960 69% [=========================================== ] 2065/2960 69% [=========================================== ] 2066/2960 69% [=========================================== ] 2067/2960 69% [=========================================== ] 2068/2960 69% [=========================================== ] 2069/2960 69% [=========================================== ] 2070/2960 69% [=========================================== ] 2071/2960 69% [=========================================== ] 2072/2960 70% [=========================================== ] 2073/2960 70% [=========================================== ] 2074/2960 70% [=========================================== ] 2075/2960 70% [=========================================== ] 2076/2960 70% [=========================================== ] 2077/2960 70% [=========================================== ] 2078/2960 70% [=========================================== ] 2079/2960 70% [=========================================== ] 2080/2960 70% [=========================================== ] 2081/2960 70% [=========================================== ] 2082/2960 70% [=========================================== ] 2083/2960 70% [=========================================== ] 2084/2960 70% [=========================================== ] 2085/2960 70% [=========================================== ] 2086/2960 70% [=========================================== ] 2087/2960 70% [=========================================== ] 2088/2960 70% [=========================================== ] 2089/2960 70% [=========================================== ] 2090/2960 70% [=========================================== ] 2091/2960 70% [=========================================== ] 2092/2960 70% [=========================================== ] 2093/2960 70% [=========================================== ] 2094/2960 70% [=========================================== ] 2095/2960 70% [=========================================== ] 2096/2960 70% [=========================================== ] 2097/2960 70% [=========================================== ] 2098/2960 70% [=========================================== ] 2099/2960 70% [=========================================== ] 2100/2960 70% [============================================ ] 2101/2960 70% [============================================ ] 2102/2960 71% [============================================ ] 2103/2960 71% [============================================ ] 2104/2960 71% [============================================ ] 2105/2960 71% [============================================ ] 2106/2960 71% [============================================ ] 2107/2960 71% [============================================ ] 2108/2960 71% [============================================ ] 2109/2960 71% [============================================ ] 2110/2960 71% [============================================ ] 2111/2960 71% [============================================ ] 2112/2960 71% [============================================ ] 2113/2960 71% [============================================ ] 2114/2960 71% [============================================ ] 2115/2960 71% [============================================ ] 2116/2960 71% [============================================ ] 2117/2960 71% [============================================ ] 2118/2960 71% [============================================ ] 2119/2960 71% [============================================ ] 2120/2960 71% [============================================ ] 2121/2960 71% [============================================ ] 2122/2960 71% [============================================ ] 2123/2960 71% [============================================ ] 2124/2960 71% [============================================ ] 2125/2960 71% [============================================ ] 2126/2960 71% [============================================ ] 2127/2960 71% [============================================ ] 2128/2960 71% [============================================ ] 2129/2960 71% [============================================ ] 2130/2960 71% [============================================ ] 2131/2960 71% [============================================ ] 2132/2960 72% [============================================ ] 2133/2960 72% [============================================ ] 2134/2960 72% [============================================ ] 2135/2960 72% [============================================ ] 2136/2960 72% [============================================ ] 2137/2960 72% [============================================ ] 2138/2960 72% [============================================ ] 2139/2960 72% [============================================ ] 2140/2960 72% [============================================ ] 2141/2960 72% [============================================ ] 2142/2960 72% [============================================ ] 2143/2960 72% [============================================ ] 2144/2960 72% [============================================ ] 2145/2960 72% [============================================ ] 2146/2960 72% [============================================ ] 2147/2960 72% [============================================ ] 2148/2960 72% [============================================= ] 2149/2960 72% [============================================= ] 2150/2960 72% [============================================= ] 2151/2960 72% [============================================= ] 2152/2960 72% [============================================= ] 2153/2960 72% [============================================= ] 2154/2960 72% [============================================= ] 2155/2960 72% [============================================= ] 2156/2960 72% [============================================= ] 2157/2960 72% [============================================= ] 2158/2960 72% [============================================= ] 2159/2960 72% [============================================= ] 2160/2960 72% [============================================= ] 2161/2960 73% [============================================= ] 2162/2960 73% [============================================= ] 2163/2960 73% [============================================= ] 2164/2960 73% [============================================= ] 2165/2960 73% [============================================= ] 2166/2960 73% [============================================= ] 2167/2960 73% [============================================= ] 2168/2960 73% [============================================= ] 2169/2960 73% [============================================= ] 2170/2960 73% [============================================= ] 2171/2960 73% [============================================= ] 2172/2960 73% [============================================= ] 2173/2960 73% [============================================= ] 2174/2960 73% [============================================= ] 2175/2960 73% [============================================= ] 2176/2960 73% [============================================= ] 2177/2960 73% [============================================= ] 2178/2960 73% [============================================= ] 2179/2960 73% [============================================= ] 2180/2960 73% [============================================= ] 2181/2960 73% [============================================= ] 2182/2960 73% [============================================= ] 2183/2960 73% [============================================= ] 2184/2960 73% [============================================= ] 2185/2960 73% [============================================= ] 2186/2960 73% [============================================= ] 2187/2960 73% [============================================= ] 2188/2960 73% [============================================= ] 2189/2960 73% [============================================= ] 2190/2960 73% [============================================= ] 2191/2960 74% [============================================= ] 2192/2960 74% [============================================= ] 2193/2960 74% [============================================= ] 2194/2960 74% [============================================= ] 2195/2960 74% [============================================= ] 2196/2960 74% [============================================== ] 2197/2960 74% [============================================== ] 2198/2960 74% [============================================== ] 2199/2960 74% [============================================== ] 2200/2960 74% [============================================== ] 2201/2960 74% [============================================== ] 2202/2960 74% [============================================== ] 2203/2960 74% [============================================== ] 2204/2960 74% [============================================== ] 2205/2960 74% [============================================== ] 2206/2960 74% [============================================== ] 2207/2960 74% [============================================== ] 2208/2960 74% [============================================== ] 2209/2960 74% [============================================== ] 2210/2960 74% [============================================== ] 2211/2960 74% [============================================== ] 2212/2960 74% [============================================== ] 2213/2960 74% [============================================== ] 2214/2960 74% [============================================== ] 2215/2960 74% [============================================== ] 2216/2960 74% [============================================== ] 2217/2960 74% [============================================== ] 2218/2960 74% [============================================== ] 2219/2960 74% [============================================== ] 2220/2960 75% [============================================== ] 2221/2960 75% [============================================== ] 2222/2960 75% [============================================== ] 2223/2960 75% [============================================== ] 2224/2960 75% [============================================== ] 2225/2960 75% [============================================== ] 2226/2960 75% [============================================== ] 2227/2960 75% [============================================== ] 2228/2960 75% [============================================== ] 2229/2960 75% [============================================== ] 2230/2960 75% [============================================== ] 2231/2960 75% [============================================== ] 2232/2960 75% [============================================== ] 2233/2960 75% [============================================== ] 2234/2960 75% [============================================== ] 2235/2960 75% [============================================== ] 2236/2960 75% [============================================== ] 2237/2960 75% [============================================== ] 2238/2960 75% [============================================== ] 2239/2960 75% [============================================== ] 2240/2960 75% [============================================== ] 2241/2960 75% [============================================== ] 2242/2960 75% [============================================== ] 2243/2960 75% [=============================================== ] 2244/2960 75% [=============================================== ] 2245/2960 75% [=============================================== ] 2246/2960 75% [=============================================== ] 2247/2960 75% [=============================================== ] 2248/2960 75% [=============================================== ] 2249/2960 75% [=============================================== ] 2250/2960 76% [=============================================== ] 2251/2960 76% [=============================================== ] 2252/2960 76% [=============================================== ] 2253/2960 76% [=============================================== ] 2254/2960 76% [=============================================== ] 2255/2960 76% [=============================================== ] 2256/2960 76% [=============================================== ] 2257/2960 76% [=============================================== ] 2258/2960 76% [=============================================== ] 2259/2960 76% [=============================================== ] 2260/2960 76% [=============================================== ] 2261/2960 76% [=============================================== ] 2262/2960 76% [=============================================== ] 2263/2960 76% [=============================================== ] 2264/2960 76% [=============================================== ] 2265/2960 76% [=============================================== ] 2266/2960 76% [=============================================== ] 2267/2960 76% [=============================================== ] 2268/2960 76% [=============================================== ] 2269/2960 76% [=============================================== ] 2270/2960 76% [=============================================== ] 2271/2960 76% [=============================================== ] 2272/2960 76% [=============================================== ] 2273/2960 76% [=============================================== ] 2274/2960 76% [=============================================== ] 2275/2960 76% [=============================================== ] 2276/2960 76% [=============================================== ] 2277/2960 76% [=============================================== ] 2278/2960 76% [=============================================== ] 2279/2960 76% [=============================================== ] 2280/2960 77% [=============================================== ] 2281/2960 77% [=============================================== ] 2282/2960 77% [=============================================== ] 2283/2960 77% [=============================================== ] 2284/2960 77% [=============================================== ] 2285/2960 77% [=============================================== ] 2286/2960 77% [=============================================== ] 2287/2960 77% [=============================================== ] 2288/2960 77% [=============================================== ] 2289/2960 77% [=============================================== ] 2290/2960 77% [=============================================== ] 2291/2960 77% [================================================ ] 2292/2960 77% [================================================ ] 2293/2960 77% [================================================ ] 2294/2960 77% [================================================ ] 2295/2960 77% [================================================ ] 2296/2960 77% [================================================ ] 2297/2960 77% [================================================ ] 2298/2960 77% [================================================ ] 2299/2960 77% [================================================ ] 2300/2960 77% [================================================ ] 2301/2960 77% [================================================ ] 2302/2960 77% [================================================ ] 2303/2960 77% [================================================ ] 2304/2960 77% [================================================ ] 2305/2960 77% [================================================ ] 2306/2960 77% [================================================ ] 2307/2960 77% [================================================ ] 2308/2960 77% [================================================ ] 2309/2960 78% [================================================ ] 2310/2960 78% [================================================ ] 2311/2960 78% [================================================ ] 2312/2960 78% [================================================ ] 2313/2960 78% [================================================ ] 2314/2960 78% [================================================ ] 2315/2960 78% [================================================ ] 2316/2960 78% [================================================ ] 2317/2960 78% [================================================ ] 2318/2960 78% [================================================ ] 2319/2960 78% [================================================ ] 2320/2960 78% [================================================ ] 2321/2960 78% [================================================ ] 2322/2960 78% [================================================ ] 2323/2960 78% [================================================ ] 2324/2960 78% [================================================ ] 2325/2960 78% [================================================ ] 2326/2960 78% [================================================ ] 2327/2960 78% [================================================ ] 2328/2960 78% [================================================ ] 2329/2960 78% [================================================ ] 2330/2960 78% [================================================ ] 2331/2960 78% [================================================ ] 2332/2960 78% [================================================ ] 2333/2960 78% [================================================ ] 2334/2960 78% [================================================ ] 2335/2960 78% [================================================ ] 2336/2960 78% [================================================ ] 2337/2960 78% [================================================ ] 2338/2960 78% [================================================ ] 2339/2960 79% [================================================= ] 2340/2960 79% [================================================= ] 2341/2960 79% [================================================= ] 2342/2960 79% [================================================= ] 2343/2960 79% [================================================= ] 2344/2960 79% [================================================= ] 2345/2960 79% [================================================= ] 2346/2960 79% [================================================= ] 2347/2960 79% [================================================= ] 2348/2960 79% [================================================= ] 2349/2960 79% [================================================= ] 2350/2960 79% [================================================= ] 2351/2960 79% [================================================= ] 2352/2960 79% [================================================= ] 2353/2960 79% [================================================= ] 2354/2960 79% [================================================= ] 2355/2960 79% [================================================= ] 2356/2960 79% [================================================= ] 2357/2960 79% [================================================= ] 2358/2960 79% [================================================= ] 2359/2960 79% [================================================= ] 2360/2960 79% [================================================= ] 2361/2960 79% [================================================= ] 2362/2960 79% [================================================= ] 2363/2960 79% [================================================= ] 2364/2960 79% [================================================= ] 2365/2960 79% [================================================= ] 2366/2960 79% [================================================= ] 2367/2960 79% [================================================= ] 2368/2960 80% [================================================= ] 2369/2960 80% [================================================= ] 2370/2960 80% [================================================= ] 2371/2960 80% [================================================= ] 2372/2960 80% [================================================= ] 2373/2960 80% [================================================= ] 2374/2960 80% [================================================= ] 2375/2960 80% [================================================= ] 2376/2960 80% [================================================= ] 2377/2960 80% [================================================= ] 2378/2960 80% [================================================= ] 2379/2960 80% [================================================= ] 2380/2960 80% [================================================= ] 2381/2960 80% [================================================= ] 2382/2960 80% [================================================= ] 2383/2960 80% [================================================= ] 2384/2960 80% [================================================= ] 2385/2960 80% [================================================= ] 2386/2960 80% [================================================= ] 2387/2960 80% [================================================== ] 2388/2960 80% [================================================== ] 2389/2960 80% [================================================== ] 2390/2960 80% [================================================== ] 2391/2960 80% [================================================== ] 2392/2960 80% [================================================== ] 2393/2960 80% [================================================== ] 2394/2960 80% [================================================== ] 2395/2960 80% [================================================== ] 2396/2960 80% [================================================== ] 2397/2960 80% [================================================== ] 2398/2960 81% [================================================== ] 2399/2960 81% [================================================== ] 2400/2960 81% [================================================== ] 2401/2960 81% [================================================== ] 2402/2960 81% [================================================== ] 2403/2960 81% [================================================== ] 2404/2960 81% [================================================== ] 2405/2960 81% [================================================== ] 2406/2960 81% [================================================== ] 2407/2960 81% [================================================== ] 2408/2960 81% [================================================== ] 2409/2960 81% [================================================== ] 2410/2960 81% [================================================== ] 2411/2960 81% [================================================== ] 2412/2960 81% [================================================== ] 2413/2960 81% [================================================== ] 2414/2960 81% [================================================== ] 2415/2960 81% [================================================== ] 2416/2960 81% [================================================== ] 2417/2960 81% [================================================== ] 2418/2960 81% [================================================== ] 2419/2960 81% [================================================== ] 2420/2960 81% [================================================== ] 2421/2960 81% [================================================== ] 2422/2960 81% [================================================== ] 2423/2960 81% [================================================== ] 2424/2960 81% [================================================== ] 2425/2960 81% [================================================== ] 2426/2960 81% [================================================== ] 2427/2960 81% [================================================== ] 2428/2960 82% [================================================== ] 2429/2960 82% [================================================== ] 2430/2960 82% [================================================== ] 2431/2960 82% [================================================== ] 2432/2960 82% [================================================== ] 2433/2960 82% [================================================== ] 2434/2960 82% [=================================================== ] 2435/2960 82% [=================================================== ] 2436/2960 82% [=================================================== ] 2437/2960 82% [=================================================== ] 2438/2960 82% [=================================================== ] 2439/2960 82% [=================================================== ] 2440/2960 82% [=================================================== ] 2441/2960 82% [=================================================== ] 2442/2960 82% [=================================================== ] 2443/2960 82% [=================================================== ] 2444/2960 82% [=================================================== ] 2445/2960 82% [=================================================== ] 2446/2960 82% [=================================================== ] 2447/2960 82% [=================================================== ] 2448/2960 82% [=================================================== ] 2449/2960 82% [=================================================== ] 2450/2960 82% [=================================================== ] 2451/2960 82% [=================================================== ] 2452/2960 82% [=================================================== ] 2453/2960 82% [=================================================== ] 2454/2960 82% [=================================================== ] 2455/2960 82% [=================================================== ] 2456/2960 82% [=================================================== ] 2457/2960 83% [=================================================== ] 2458/2960 83% [=================================================== ] 2459/2960 83% [=================================================== ] 2460/2960 83% [=================================================== ] 2461/2960 83% [=================================================== ] 2462/2960 83% [=================================================== ] 2463/2960 83% [=================================================== ] 2464/2960 83% [=================================================== ] 2465/2960 83% [=================================================== ] 2466/2960 83% [=================================================== ] 2467/2960 83% [=================================================== ] 2468/2960 83% [=================================================== ] 2469/2960 83% [=================================================== ] 2470/2960 83% [=================================================== ] 2471/2960 83% [=================================================== ] 2472/2960 83% [=================================================== ] 2473/2960 83% [=================================================== ] 2474/2960 83% [=================================================== ] 2475/2960 83% [=================================================== ] 2476/2960 83% [=================================================== ] 2477/2960 83% [=================================================== ] 2478/2960 83% [=================================================== ] 2479/2960 83% [=================================================== ] 2480/2960 83% [=================================================== ] 2481/2960 83% [=================================================== ] 2482/2960 83% [==================================================== ] 2483/2960 83% [==================================================== ] 2484/2960 83% [==================================================== ] 2485/2960 83% [==================================================== ] 2486/2960 83% [==================================================== ] 2487/2960 84% [==================================================== ] 2488/2960 84% [==================================================== ] 2489/2960 84% [==================================================== ] 2490/2960 84% [==================================================== ] 2491/2960 84% [==================================================== ] 2492/2960 84% [==================================================== ] 2493/2960 84% [==================================================== ] 2494/2960 84% [==================================================== ] 2495/2960 84% [==================================================== ] 2496/2960 84% [==================================================== ] 2497/2960 84% [==================================================== ] 2498/2960 84% [==================================================== ] 2499/2960 84% [==================================================== ] 2500/2960 84% [==================================================== ] 2501/2960 84% [==================================================== ] 2502/2960 84% [==================================================== ] 2503/2960 84% [==================================================== ] 2504/2960 84% [==================================================== ] 2505/2960 84% [==================================================== ] 2506/2960 84% [==================================================== ] 2507/2960 84% [==================================================== ] 2508/2960 84% [==================================================== ] 2509/2960 84% [==================================================== ] 2510/2960 84% [==================================================== ] 2511/2960 84% [==================================================== ] 2512/2960 84% [==================================================== ] 2513/2960 84% [==================================================== ] 2514/2960 84% [==================================================== ] 2515/2960 84% [==================================================== ] 2516/2960 85% [==================================================== ] 2517/2960 85% [==================================================== ] 2518/2960 85% [==================================================== ] 2519/2960 85% [==================================================== ] 2520/2960 85% [==================================================== ] 2521/2960 85% [==================================================== ] 2522/2960 85% [==================================================== ] 2523/2960 85% [==================================================== ] 2524/2960 85% [==================================================== ] 2525/2960 85% [==================================================== ] 2526/2960 85% [==================================================== ] 2527/2960 85% [==================================================== ] 2528/2960 85% [==================================================== ] 2529/2960 85% [==================================================== ] 2530/2960 85% [===================================================== ] 2531/2960 85% [===================================================== ] 2532/2960 85% [===================================================== ] 2533/2960 85% [===================================================== ] 2534/2960 85% [===================================================== ] 2535/2960 85% [===================================================== ] 2536/2960 85% [===================================================== ] 2537/2960 85% [===================================================== ] 2538/2960 85% [===================================================== ] 2539/2960 85% [===================================================== ] 2540/2960 85% [===================================================== ] 2541/2960 85% [===================================================== ] 2542/2960 85% [===================================================== ] 2543/2960 85% [===================================================== ] 2544/2960 85% [===================================================== ] 2545/2960 85% [===================================================== ] 2546/2960 86% [===================================================== ] 2547/2960 86% [===================================================== ] 2548/2960 86% [===================================================== ] 2549/2960 86% [===================================================== ] 2550/2960 86% [===================================================== ] 2551/2960 86% [===================================================== ] 2552/2960 86% [===================================================== ] 2553/2960 86% [===================================================== ] 2554/2960 86% [===================================================== ] 2555/2960 86% [===================================================== ] 2556/2960 86% [===================================================== ] 2557/2960 86% [===================================================== ] 2558/2960 86% [===================================================== ] 2559/2960 86% [===================================================== ] 2560/2960 86% [===================================================== ] 2561/2960 86% [===================================================== ] 2562/2960 86% [===================================================== ] 2563/2960 86% [===================================================== ] 2564/2960 86% [===================================================== ] 2565/2960 86% [===================================================== ] 2566/2960 86% [===================================================== ] 2567/2960 86% [===================================================== ] 2568/2960 86% [===================================================== ] 2569/2960 86% [===================================================== ] 2570/2960 86% [===================================================== ] 2571/2960 86% [===================================================== ] 2572/2960 86% [===================================================== ] 2573/2960 86% [===================================================== ] 2574/2960 86% [===================================================== ] 2575/2960 86% [===================================================== ] 2576/2960 87% [===================================================== ] 2577/2960 87% [===================================================== ] 2578/2960 87% [====================================================== ] 2579/2960 87% [====================================================== ] 2580/2960 87% [====================================================== ] 2581/2960 87% [====================================================== ] 2582/2960 87% [====================================================== ] 2583/2960 87% [====================================================== ] 2584/2960 87% [====================================================== ] 2585/2960 87% [====================================================== ] 2586/2960 87% [====================================================== ] 2587/2960 87% [====================================================== ] 2588/2960 87% [====================================================== ] 2589/2960 87% [====================================================== ] 2590/2960 87% [====================================================== ] 2591/2960 87% [====================================================== ] 2592/2960 87% [====================================================== ] 2593/2960 87% [====================================================== ] 2594/2960 87% [====================================================== ] 2595/2960 87% [====================================================== ] 2596/2960 87% [====================================================== ] 2597/2960 87% [====================================================== ] 2598/2960 87% [====================================================== ] 2599/2960 87% [====================================================== ] 2600/2960 87% [====================================================== ] 2601/2960 87% [====================================================== ] 2602/2960 87% [====================================================== ] 2603/2960 87% [====================================================== ] 2604/2960 87% [====================================================== ] 2605/2960 88% [====================================================== ] 2606/2960 88% [====================================================== ] 2607/2960 88% [====================================================== ] 2608/2960 88% [====================================================== ] 2609/2960 88% [====================================================== ] 2610/2960 88% [====================================================== ] 2611/2960 88% [====================================================== ] 2612/2960 88% [====================================================== ] 2613/2960 88% [====================================================== ] 2614/2960 88% [====================================================== ] 2615/2960 88% [====================================================== ] 2616/2960 88% [====================================================== ] 2617/2960 88% [====================================================== ] 2618/2960 88% [====================================================== ] 2619/2960 88% [====================================================== ] 2620/2960 88% [====================================================== ] 2621/2960 88% [====================================================== ] 2622/2960 88% [====================================================== ] 2623/2960 88% [====================================================== ] 2624/2960 88% [====================================================== ] 2625/2960 88% [======================================================= ] 2626/2960 88% [======================================================= ] 2627/2960 88% [======================================================= ] 2628/2960 88% [======================================================= ] 2629/2960 88% [======================================================= ] 2630/2960 88% [======================================================= ] 2631/2960 88% [======================================================= ] 2632/2960 88% [======================================================= ] 2633/2960 88% [======================================================= ] 2634/2960 88% [======================================================= ] 2635/2960 89% [======================================================= ] 2636/2960 89% [======================================================= ] 2637/2960 89% [======================================================= ] 2638/2960 89% [======================================================= ] 2639/2960 89% [======================================================= ] 2640/2960 89% [======================================================= ] 2641/2960 89% [======================================================= ] 2642/2960 89% [======================================================= ] 2643/2960 89% [======================================================= ] 2644/2960 89% [======================================================= ] 2645/2960 89% [======================================================= ] 2646/2960 89% [======================================================= ] 2647/2960 89% [======================================================= ] 2648/2960 89% [======================================================= ] 2649/2960 89% [======================================================= ] 2650/2960 89% [======================================================= ] 2651/2960 89% [======================================================= ] 2652/2960 89% [======================================================= ] 2653/2960 89% [======================================================= ] 2654/2960 89% [======================================================= ] 2655/2960 89% [======================================================= ] 2656/2960 89% [======================================================= ] 2657/2960 89% [======================================================= ] 2658/2960 89% [======================================================= ] 2659/2960 89% [======================================================= ] 2660/2960 89% [======================================================= ] 2661/2960 89% [======================================================= ] 2662/2960 89% [======================================================= ] 2663/2960 89% [======================================================= ] 2664/2960 90% [======================================================= ] 2665/2960 90% [======================================================= ] 2666/2960 90% [======================================================= ] 2667/2960 90% [======================================================= ] 2668/2960 90% [======================================================= ] 2669/2960 90% [======================================================= ] 2670/2960 90% [======================================================= ] 2671/2960 90% [======================================================= ] 2672/2960 90% [======================================================= ] 2673/2960 90% [======================================================== ] 2674/2960 90% [======================================================== ] 2675/2960 90% [======================================================== ] 2676/2960 90% [======================================================== ] 2677/2960 90% [======================================================== ] 2678/2960 90% [======================================================== ] 2679/2960 90% [======================================================== ] 2680/2960 90% [======================================================== ] 2681/2960 90% [======================================================== ] 2682/2960 90% [======================================================== ] 2683/2960 90% [======================================================== ] 2684/2960 90% [======================================================== ] 2685/2960 90% [======================================================== ] 2686/2960 90% [======================================================== ] 2687/2960 90% [======================================================== ] 2688/2960 90% [======================================================== ] 2689/2960 90% [======================================================== ] 2690/2960 90% [======================================================== ] 2691/2960 90% [======================================================== ] 2692/2960 90% [======================================================== ] 2693/2960 90% [======================================================== ] 2694/2960 91% [======================================================== ] 2695/2960 91% [======================================================== ] 2696/2960 91% [======================================================== ] 2697/2960 91% [======================================================== ] 2698/2960 91% [======================================================== ] 2699/2960 91% [======================================================== ] 2700/2960 91% [======================================================== ] 2701/2960 91% [======================================================== ] 2702/2960 91% [======================================================== ] 2703/2960 91% [======================================================== ] 2704/2960 91% [======================================================== ] 2705/2960 91% [======================================================== ] 2706/2960 91% [======================================================== ] 2707/2960 91% [======================================================== ] 2708/2960 91% [======================================================== ] 2709/2960 91% [======================================================== ] 2710/2960 91% [======================================================== ] 2711/2960 91% [======================================================== ] 2712/2960 91% [======================================================== ] 2713/2960 91% [======================================================== ] 2714/2960 91% [======================================================== ] 2715/2960 91% [======================================================== ] 2716/2960 91% [======================================================== ] 2717/2960 91% [======================================================== ] 2718/2960 91% [======================================================== ] 2719/2960 91% [======================================================== ] 2720/2960 91% [======================================================== ] 2721/2960 91% [========================================================= ] 2722/2960 91% [========================================================= ] 2723/2960 91% [========================================================= ] 2724/2960 92% [========================================================= ] 2725/2960 92% [========================================================= ] 2726/2960 92% [========================================================= ] 2727/2960 92% [========================================================= ] 2728/2960 92% [========================================================= ] 2729/2960 92% [========================================================= ] 2730/2960 92% [========================================================= ] 2731/2960 92% [========================================================= ] 2732/2960 92% [========================================================= ] 2733/2960 92% [========================================================= ] 2734/2960 92% [========================================================= ] 2735/2960 92% [========================================================= ] 2736/2960 92% [========================================================= ] 2737/2960 92% [========================================================= ] 2738/2960 92% [========================================================= ] 2739/2960 92% [========================================================= ] 2740/2960 92% [========================================================= ] 2741/2960 92% [========================================================= ] 2742/2960 92% [========================================================= ] 2743/2960 92% [========================================================= ] 2744/2960 92% [========================================================= ] 2745/2960 92% [========================================================= ] 2746/2960 92% [========================================================= ] 2747/2960 92% [========================================================= ] 2748/2960 92% [========================================================= ] 2749/2960 92% [========================================================= ] 2750/2960 92% [========================================================= ] 2751/2960 92% [========================================================= ] 2752/2960 92% [========================================================= ] 2753/2960 93% [========================================================= ] 2754/2960 93% [========================================================= ] 2755/2960 93% [========================================================= ] 2756/2960 93% [========================================================= ] 2757/2960 93% [========================================================= ] 2758/2960 93% [========================================================= ] 2759/2960 93% [========================================================= ] 2760/2960 93% [========================================================= ] 2761/2960 93% [========================================================= ] 2762/2960 93% [========================================================= ] 2763/2960 93% [========================================================= ] 2764/2960 93% [========================================================= ] 2765/2960 93% [========================================================= ] 2766/2960 93% [========================================================= ] 2767/2960 93% [========================================================= ] 2768/2960 93% [========================================================= ] 2769/2960 93% [========================================================== ] 2770/2960 93% [========================================================== ] 2771/2960 93% [========================================================== ] 2772/2960 93% [========================================================== ] 2773/2960 93% [========================================================== ] 2774/2960 93% [========================================================== ] 2775/2960 93% [========================================================== ] 2776/2960 93% [========================================================== ] 2777/2960 93% [========================================================== ] 2778/2960 93% [========================================================== ] 2779/2960 93% [========================================================== ] 2780/2960 93% [========================================================== ] 2781/2960 93% [========================================================== ] 2782/2960 93% [========================================================== ] 2783/2960 94% [========================================================== ] 2784/2960 94% [========================================================== ] 2785/2960 94% [========================================================== ] 2786/2960 94% [========================================================== ] 2787/2960 94% [========================================================== ] 2788/2960 94% [========================================================== ] 2789/2960 94% [========================================================== ] 2790/2960 94% [========================================================== ] 2791/2960 94% [========================================================== ] 2792/2960 94% [========================================================== ] 2793/2960 94% [========================================================== ] 2794/2960 94% [========================================================== ] 2795/2960 94% [========================================================== ] 2796/2960 94% [========================================================== ] 2797/2960 94% [========================================================== ] 2798/2960 94% [========================================================== ] 2799/2960 94% [========================================================== ] 2800/2960 94% [========================================================== ] 2801/2960 94% [========================================================== ] 2802/2960 94% [========================================================== ] 2803/2960 94% [========================================================== ] 2804/2960 94% [========================================================== ] 2805/2960 94% [========================================================== ] 2806/2960 94% [========================================================== ] 2807/2960 94% [========================================================== ] 2808/2960 94% [========================================================== ] 2809/2960 94% [========================================================== ] 2810/2960 94% [========================================================== ] 2811/2960 94% [========================================================== ] 2812/2960 95% [========================================================== ] 2813/2960 95% [========================================================== ] 2814/2960 95% [========================================================== ] 2815/2960 95% [========================================================== ] 2816/2960 95% [=========================================================== ] 2817/2960 95% [=========================================================== ] 2818/2960 95% [=========================================================== ] 2819/2960 95% [=========================================================== ] 2820/2960 95% [=========================================================== ] 2821/2960 95% [=========================================================== ] 2822/2960 95% [=========================================================== ] 2823/2960 95% [=========================================================== ] 2824/2960 95% [=========================================================== ] 2825/2960 95% [=========================================================== ] 2826/2960 95% [=========================================================== ] 2827/2960 95% [=========================================================== ] 2828/2960 95% [=========================================================== ] 2829/2960 95% [=========================================================== ] 2830/2960 95% [=========================================================== ] 2831/2960 95% [=========================================================== ] 2832/2960 95% [=========================================================== ] 2833/2960 95% [=========================================================== ] 2834/2960 95% [=========================================================== ] 2835/2960 95% [=========================================================== ] 2836/2960 95% [=========================================================== ] 2837/2960 95% [=========================================================== ] 2838/2960 95% [=========================================================== ] 2839/2960 95% [=========================================================== ] 2840/2960 95% [=========================================================== ] 2841/2960 95% [=========================================================== ] 2842/2960 96% [=========================================================== ] 2843/2960 96% [=========================================================== ] 2844/2960 96% [=========================================================== ] 2845/2960 96% [=========================================================== ] 2846/2960 96% [=========================================================== ] 2847/2960 96% [=========================================================== ] 2848/2960 96% [=========================================================== ] 2849/2960 96% [=========================================================== ] 2850/2960 96% [=========================================================== ] 2851/2960 96% [=========================================================== ] 2852/2960 96% [=========================================================== ] 2853/2960 96% [=========================================================== ] 2854/2960 96% [=========================================================== ] 2855/2960 96% [=========================================================== ] 2856/2960 96% [=========================================================== ] 2857/2960 96% [=========================================================== ] 2858/2960 96% [=========================================================== ] 2859/2960 96% [=========================================================== ] 2860/2960 96% [=========================================================== ] 2861/2960 96% [=========================================================== ] 2862/2960 96% [=========================================================== ] 2863/2960 96% [=========================================================== ] 2864/2960 96% [============================================================ ] 2865/2960 96% [============================================================ ] 2866/2960 96% [============================================================ ] 2867/2960 96% [============================================================ ] 2868/2960 96% [============================================================ ] 2869/2960 96% [============================================================ ] 2870/2960 96% [============================================================ ] 2871/2960 96% [============================================================ ] 2872/2960 97% [============================================================ ] 2873/2960 97% [============================================================ ] 2874/2960 97% [============================================================ ] 2875/2960 97% [============================================================ ] 2876/2960 97% [============================================================ ] 2877/2960 97% [============================================================ ] 2878/2960 97% [============================================================ ] 2879/2960 97% [============================================================ ] 2880/2960 97% [============================================================ ] 2881/2960 97% [============================================================ ] 2882/2960 97% [============================================================ ] 2883/2960 97% [============================================================ ] 2884/2960 97% [============================================================ ] 2885/2960 97% [============================================================ ] 2886/2960 97% [============================================================ ] 2887/2960 97% [============================================================ ] 2888/2960 97% [============================================================ ] 2889/2960 97% [============================================================ ] 2890/2960 97% [============================================================ ] 2891/2960 97% [============================================================ ] 2892/2960 97% [============================================================ ] 2893/2960 97% [============================================================ ] 2894/2960 97% [============================================================ ] 2895/2960 97% [============================================================ ] 2896/2960 97% [============================================================ ] 2897/2960 97% [============================================================ ] 2898/2960 97% [============================================================ ] 2899/2960 97% [============================================================ ] 2900/2960 97% [============================================================ ] 2901/2960 98% [============================================================ ] 2902/2960 98% [============================================================ ] 2903/2960 98% [============================================================ ] 2904/2960 98% [============================================================ ] 2905/2960 98% [============================================================ ] 2906/2960 98% [============================================================ ] 2907/2960 98% [============================================================ ] 2908/2960 98% [============================================================ ] 2909/2960 98% [============================================================ ] 2910/2960 98% [============================================================ ] 2911/2960 98% [============================================================ ] 2912/2960 98% [============================================================= ] 2913/2960 98% [============================================================= ] 2914/2960 98% [============================================================= ] 2915/2960 98% [============================================================= ] 2916/2960 98% [============================================================= ] 2917/2960 98% [============================================================= ] 2918/2960 98% [============================================================= ] 2919/2960 98% [============================================================= ] 2920/2960 98% [============================================================= ] 2921/2960 98% [============================================================= ] 2922/2960 98% [============================================================= ] 2923/2960 98% [============================================================= ] 2924/2960 98% [============================================================= ] 2925/2960 98% [============================================================= ] 2926/2960 98% [============================================================= ] 2927/2960 98% [============================================================= ] 2928/2960 98% [============================================================= ] 2929/2960 98% [============================================================= ] 2930/2960 98% [============================================================= ] 2931/2960 99% [============================================================= ] 2932/2960 99% [============================================================= ] 2933/2960 99% [============================================================= ] 2934/2960 99% [============================================================= ] 2935/2960 99% [============================================================= ] 2936/2960 99% [============================================================= ] 2937/2960 99% [============================================================= ] 2938/2960 99% [============================================================= ] 2939/2960 99% [============================================================= ] 2940/2960 99% [============================================================= ] 2941/2960 99% [============================================================= ] 2942/2960 99% [============================================================= ] 2943/2960 99% [============================================================= ] 2944/2960 99% [============================================================= ] 2945/2960 99% [============================================================= ] 2946/2960 99% [============================================================= ] 2947/2960 99% [============================================================= ] 2948/2960 99% [============================================================= ] 2949/2960 99% [============================================================= ] 2950/2960 99% [============================================================= ] 2951/2960 99% [============================================================= ] 2952/2960 99% [============================================================= ] 2953/2960 99% [============================================================= ] 2954/2960 99% [============================================================= ] 2955/2960 99% [============================================================= ] 2956/2960 99% [============================================================= ] 2957/2960 99% [============================================================= ] 2958/2960 99% [============================================================= ] 2959/2960 99% [==============================================================] 2960/2960 100% operation complete, 2960 objects in 85905 NAND pages. ln -snf /home/autobuild/autobuild/instance-5/output-1/host/armeb-buildroot-linux-gnueabi/sysroot /home/autobuild/autobuild/instance-5/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-5/buildroot' >>> Buildroot 2022.08-414-g84b29a3941 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.15 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> 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-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> dnsmasq 2.87 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> empty 0.6.21b Collecting legal info COPYRIGHT: OK (sha256: f01dbe3c624084900b9df1393d9062518b2bc0487acd6a3300ebd6e71352d112) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> fbset 2.1 Collecting legal info fbset.c: OK (sha256: c3285709a0840899a789faefae1704e87f96f757e905a38a1931a9d4fde95ddd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> ffmpeg 4.4.2 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> haproxy 2.6.5 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ifenslave 2.9 Collecting legal info debian/copyright: OK (sha256: 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> iputils 20211215 Collecting legal info LICENSE: OK (sha256: 973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.63.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdnet 1.14 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> host-lld 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: f7891568956e34643eb6a0db1462db30820d40d7266e2a78063f2fe233ece5a0) >>> host-llvm 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> lldpd 1.0.9 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-mkpasswd Collecting legal info >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> msmtp 1.8.14 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ptm2human d0b8b6be9897ea5b04fd6460038a4773cec078bc Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-cython 0.29.32 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-qemu 7.1.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> rhash 1.4.3 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.80.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> s6-rc 0.5.2.2 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> sound-theme-borealis 0.9a Collecting legal info >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> strace 5.19 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> uacme 1.7.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> host-uuu 1.4.243 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 584bfbb18b4c08b872d48b80419dd453307212a144134fb516bd6ddc0700c2e8) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zsh 5.8.1 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-5/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot'