if [ -x /home/buildroot/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/instance-0/output-1/target/etc/inittab; fi rm -rf /home/buildroot/instance-0/output-1/target/usr/include /home/buildroot/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/instance-0/output-1/target/usr/lib/cmake /home/buildroot/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/instance-0/output-1/target/usr/lib/rpm /home/buildroot/instance-0/output-1/target/usr/doc find /home/buildroot/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/instance-0/output-1/target/lib/ /home/buildroot/instance-0/output-1/target/usr/lib/ /home/buildroot/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/instance-0/output-1/target/usr/man /home/buildroot/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/instance-0/output-1/target/usr/info /home/buildroot/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/instance-0/output-1/target/usr/doc /home/buildroot/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/instance-0/output-1/target/lib/debug /home/buildroot/instance-0/output-1/target/usr/lib/debug find /home/buildroot/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.08-rc3-17-gefd5f1aae4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-rc3\"" \ ) > /home/buildroot/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=17 \ PER_PACKAGE_DIR=/home/buildroot/instance-0/output-1/per-package \ /home/buildroot/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/buildroot/instance-0/output-1/images rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/instance-0/output-1/target/ /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/buildroot/support/scripts/mkusers /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target >> /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/buildroot/instance-0/output-1/host/bin/makedevs -d /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target/init ]; then ln -sf sbin/init /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target/init; fi\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/tmp /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/confdir /home/buildroot/instance-0/output-1/host/lib/dracut/modules.d\n touch /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/empty-config\n cp fs/cpio/dracut.conf /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/confdir/dracut.conf\n \n \n /home/buildroot/instance-0/output-1/host/bin/dracut --no-kernel -c /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/empty-config --confdir /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/confdir --sysroot /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target --tmpdir /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/tmp -M --force --no-compress /home/buildroot/instance-0/output-1/images/rootfs.cpio\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target table='/home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' dracut-install: ERROR: failed to install '/home/buildroot/instance-0/output-1/host/sbin/prelink-rtld:' for '/bin/busybox' dracut-install: ERROR: installing '/bin/sh' dracut: FAILED: /home/buildroot/instance-0/output-1/host/lib/dracut/dracut-install -r /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target -D /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/tmp/dracut.TkD5Qs/initramfs -l /bin/sh dracut: Executing: /home/buildroot/instance-0/output-1/host/bin/dracut.real --no-kernel -c /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/empty-config --confdir /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/confdir --sysroot /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target --tmpdir /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/tmp -M --force --no-compress /home/buildroot/instance-0/output-1/images/rootfs.cpio dracut: dracut module 'systemd-integritysetup' will not be installed, because command '/systemd-integritysetup' could not be found! dracut: dracut module 'systemd-integritysetup' will not be installed, because command '/system-generators/systemd-integritysetup-generator' could not be found! dracut: dracut module 'systemd-pcrphase' will not be installed, because command '/systemd-pcrphase' could not be found! dracut: dracut module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! dracut: dracut module 'systemd-portabled' will not be installed, because command '/systemd-portabled' could not be found! dracut: dracut module 'systemd-pstore' will not be installed, because command '/systemd-pstore' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! dracut: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! dracut: dracut module 'base' depends on 'udev-rules', which can't be installed dracut: dracut module 'virtiofs' depends on 'base', which can't be installed dracut: dracut module 'shutdown' depends on 'base', which can't be installed busybox-init dracut-install: ERROR: failed to install '/home/buildroot/instance-0/output-1/host/sbin/prelink-rtld:' for '/bin/busybox' dracut-install: ERROR: installing '/bin/busybox' dracut: FAILED: /home/buildroot/instance-0/output-1/host/lib/dracut/dracut-install -r /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target -D /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/tmp/dracut.TkD5Qs/initramfs -a -l /bin/busybox dracut-install: ERROR: failed to install '/home/buildroot/instance-0/output-1/host/sbin/prelink-rtld:' for '/sbin/../bin/busybox' dracut-install: ERROR: installing '/init' dracut: FAILED: /home/buildroot/instance-0/output-1/host/lib/dracut/dracut-install -r /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target -D /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/tmp/dracut.TkD5Qs/initramfs -a -l /init dracut-install: ERROR: failed to install '/home/buildroot/instance-0/output-1/host/sbin/prelink-rtld:' for '/bin/sh' dracut-install: ERROR: failed to install '/bin/sh' dracut-install: ERROR: installing '/etc/init.d/rcS' dracut-install: ERROR: failed to install '/home/buildroot/instance-0/output-1/host/sbin/prelink-rtld:' for '/bin/sh' dracut-install: ERROR: failed to install '/bin/sh' dracut-install: ERROR: installing '/etc/init.d/rcK' dracut: FAILED: /home/buildroot/instance-0/output-1/host/lib/dracut/dracut-install -r /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target -D /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/tmp/dracut.TkD5Qs/initramfs -a -l /etc/inittab /etc/init.d/rcS /etc/init.d/rcK /etc/issue /etc/fstab /etc/group /etc/passwd /etc/shadow /etc/hostname libc-links kernel-modules dracut-install: ERROR: installing '/home/buildroot/instance-0/output-1/host/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh' to '/lib/dracut/hooks/cmdline/01-parse-kernel.sh' dracut: FAILED: /home/buildroot/instance-0/output-1/host/lib/dracut/dracut-install -r /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target -D /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/tmp/dracut.TkD5Qs/initramfs /home/buildroot/instance-0/output-1/host/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh /lib/dracut/hooks/cmdline/01-parse-kernel.sh chmod: cannot access '/home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/tmp/dracut.TkD5Qs/initramfs//lib/dracut/hooks/cmdline/01-parse-kernel.sh': No such file or directory dracut-install: ERROR: installing '/home/buildroot/instance-0/output-1/host/lib/dracut/modules.d/90kernel-modules/insmodpost.sh' to '/sbin/insmodpost.sh' dracut: FAILED: /home/buildroot/instance-0/output-1/host/lib/dracut/dracut-install -r /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/target -D /home/buildroot/instance-0/output-1/build/buildroot-fs/cpio/tmp/dracut.TkD5Qs/initramfs /home/buildroot/instance-0/output-1/host/lib/dracut/modules.d/90kernel-modules/insmodpost.sh /sbin/insmodpost.sh dracut-install: ERROR: failed to install '/home/buildroot/instance-0/output-1/host/sbin/prelink-rtld:' for '/sbin/sysctl' kernel-modules-extra terminfo dracut: *** Including modules done *** dracut: *** Store current command line parameters *** dracut: *** Creating image file '/home/buildroot/instance-0/output-1/images/rootfs.cpio' *** dracut: *** Creating initramfs image file '/home/buildroot/instance-0/output-1/images/rootfs.cpio' done *** PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" bzip2 -9 -c /home/buildroot/instance-0/output-1/images/rootfs.cpio > /home/buildroot/instance-0/output-1/images/rootfs.cpio.bz2 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/instance-0/output-1/images rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/instance-0/output-1/target/ /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/buildroot/support/scripts/mkusers /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/instance-0/output-1/host/bin/makedevs -d /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2661 objects. stage 2: creating image '/home/buildroot/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2661 0% [ ] 2/2661 0% [ ] 3/2661 0% [ ] 4/2661 0% [ ] 5/2661 0% [ ] 6/2661 0% [ ] 7/2661 0% [ ] 8/2661 0% [ ] 9/2661 0% [ ] 10/2661 0% [ ] 11/2661 0% [ ] 12/2661 0% [ ] 13/2661 0% [ ] 14/2661 0% [ ] 15/2661 0% [ ] 16/2661 0% [ ] 17/2661 0% [ ] 18/2661 0% [ ] 19/2661 0% [ ] 20/2661 0% [ ] 21/2661 0% [ ] 22/2661 0% [ ] 23/2661 0% [ ] 24/2661 0% [ ] 25/2661 0% [ ] 26/2661 0% [ ] 27/2661 1% [ ] 28/2661 1% [ ] 29/2661 1% [ ] 30/2661 1% [ ] 31/2661 1% [ ] 32/2661 1% [ ] 33/2661 1% [ ] 34/2661 1% [ ] 35/2661 1% [ ] 36/2661 1% [ ] 37/2661 1% [ ] 38/2661 1% [ ] 39/2661 1% [ ] 40/2661 1% [ ] 41/2661 1% [ ] 42/2661 1% [= ] 43/2661 1% [= ] 44/2661 1% [= ] 45/2661 1% [= ] 46/2661 1% [= ] 47/2661 1% [= ] 48/2661 1% [= ] 49/2661 1% [= ] 50/2661 1% [= ] 51/2661 1% [= ] 52/2661 1% [= ] 53/2661 1% [= ] 54/2661 2% [= ] 55/2661 2% [= ] 56/2661 2% [= ] 57/2661 2% [= ] 58/2661 2% [= ] 59/2661 2% [= ] 60/2661 2% [= ] 61/2661 2% [= ] 62/2661 2% [= ] 63/2661 2% [= ] 64/2661 2% [= ] 65/2661 2% [= ] 66/2661 2% [= ] 67/2661 2% [= ] 68/2661 2% [= ] 69/2661 2% [= ] 70/2661 2% [= ] 71/2661 2% [= ] 72/2661 2% [= ] 73/2661 2% [= ] 74/2661 2% [= ] 75/2661 2% [= ] 76/2661 2% [= ] 77/2661 2% [= ] 78/2661 2% [= ] 79/2661 2% [= ] 80/2661 3% [= ] 81/2661 3% [= ] 82/2661 3% [= ] 83/2661 3% [= ] 84/2661 3% [= ] 85/2661 3% [== ] 86/2661 3% [== ] 87/2661 3% [== ] 88/2661 3% [== ] 89/2661 3% [== ] 90/2661 3% [== ] 91/2661 3% [== ] 92/2661 3% [== ] 93/2661 3% [== ] 94/2661 3% [== ] 95/2661 3% [== ] 96/2661 3% [== ] 97/2661 3% [== ] 98/2661 3% [== ] 99/2661 3% [== ] 100/2661 3% [== ] 101/2661 3% [== ] 102/2661 3% [== ] 103/2661 3% [== ] 104/2661 3% [== ] 105/2661 3% [== ] 106/2661 3% [== ] 107/2661 4% [== ] 108/2661 4% [== ] 109/2661 4% [== ] 110/2661 4% [== ] 111/2661 4% [== ] 112/2661 4% [== ] 113/2661 4% [== ] 114/2661 4% [== ] 115/2661 4% [== ] 116/2661 4% [== ] 117/2661 4% [== ] 118/2661 4% [== ] 119/2661 4% [== ] 120/2661 4% [== ] 121/2661 4% [== ] 122/2661 4% [== ] 123/2661 4% [== ] 124/2661 4% [== ] 125/2661 4% [== ] 126/2661 4% [== ] 127/2661 4% [== ] 128/2661 4% [=== ] 129/2661 4% [=== ] 130/2661 4% [=== ] 131/2661 4% [=== ] 132/2661 4% [=== ] 133/2661 4% [=== ] 134/2661 5% [=== ] 135/2661 5% [=== ] 136/2661 5% [=== ] 137/2661 5% [=== ] 138/2661 5% [=== ] 139/2661 5% [=== ] 140/2661 5% [=== ] 141/2661 5% [=== ] 142/2661 5% [=== ] 143/2661 5% [=== ] 144/2661 5% [=== ] 145/2661 5% [=== ] 146/2661 5% [=== ] 147/2661 5% [=== ] 148/2661 5% [=== ] 149/2661 5% [=== ] 150/2661 5% [=== ] 151/2661 5% [=== ] 152/2661 5% [=== ] 153/2661 5% [=== ] 154/2661 5% [=== ] 155/2661 5% [=== ] 156/2661 5% [=== ] 157/2661 5% [=== ] 158/2661 5% [=== ] 159/2661 5% [=== ] 160/2661 6% [=== ] 161/2661 6% [=== ] 162/2661 6% [=== ] 163/2661 6% [=== ] 164/2661 6% [=== ] 165/2661 6% [=== ] 166/2661 6% [=== ] 167/2661 6% [=== ] 168/2661 6% [=== ] 169/2661 6% [=== ] 170/2661 6% [=== ] 171/2661 6% [==== ] 172/2661 6% [==== ] 173/2661 6% [==== ] 174/2661 6% [==== ] 175/2661 6% [==== ] 176/2661 6% [==== ] 177/2661 6% [==== ] 178/2661 6% [==== ] 179/2661 6% [==== ] 180/2661 6% [==== ] 181/2661 6% [==== ] 182/2661 6% [==== ] 183/2661 6% [==== ] 184/2661 6% [==== ] 185/2661 6% [==== ] 186/2661 6% [==== ] 187/2661 7% [==== ] 188/2661 7% [==== ] 189/2661 7% [==== ] 190/2661 7% [==== ] 191/2661 7% [==== ] 192/2661 7% [==== ] 193/2661 7% [==== ] 194/2661 7% [==== ] 195/2661 7% [==== ] 196/2661 7% [==== ] 197/2661 7% [==== ] 198/2661 7% [==== ] 199/2661 7% [==== ] 200/2661 7% [==== ] 201/2661 7% [==== ] 202/2661 7% [==== ] 203/2661 7% [==== ] 204/2661 7% [==== ] 205/2661 7% [==== ] 206/2661 7% [==== ] 207/2661 7% [==== ] 208/2661 7% [==== ] 209/2661 7% [==== ] 210/2661 7% [==== ] 211/2661 7% [==== ] 212/2661 7% [==== ] 213/2661 8% [==== ] 214/2661 8% [===== ] 215/2661 8% [===== ] 216/2661 8% [===== ] 217/2661 8% [===== ] 218/2661 8% [===== ] 219/2661 8% [===== ] 220/2661 8% [===== ] 221/2661 8% [===== ] 222/2661 8% [===== ] 223/2661 8% [===== ] 224/2661 8% [===== ] 225/2661 8% [===== ] 226/2661 8% [===== ] 227/2661 8% [===== ] 228/2661 8% [===== ] 229/2661 8% [===== ] 230/2661 8% [===== ] 231/2661 8% [===== ] 232/2661 8% [===== ] 233/2661 8% [===== ] 234/2661 8% [===== ] 235/2661 8% [===== ] 236/2661 8% [===== ] 237/2661 8% [===== ] 238/2661 8% [===== ] 239/2661 8% [===== ] 240/2661 9% [===== ] 241/2661 9% [===== ] 242/2661 9% [===== ] 243/2661 9% [===== ] 244/2661 9% [===== ] 245/2661 9% [===== ] 246/2661 9% [===== ] 247/2661 9% [===== ] 248/2661 9% [===== ] 249/2661 9% [===== ] 250/2661 9% [===== ] 251/2661 9% [===== ] 252/2661 9% [===== ] 253/2661 9% [===== ] 254/2661 9% [===== ] 255/2661 9% [===== ] 256/2661 9% [===== ] 257/2661 9% [====== ] 258/2661 9% [====== ] 259/2661 9% [====== ] 260/2661 9% [====== ] 261/2661 9% [====== ] 262/2661 9% [====== ] 263/2661 9% [====== ] 264/2661 9% [====== ] 265/2661 9% [====== ] 266/2661 9% [====== ] 267/2661 10% [====== ] 268/2661 10% [====== ] 269/2661 10% [====== ] 270/2661 10% [====== ] 271/2661 10% [====== ] 272/2661 10% [====== ] 273/2661 10% [====== ] 274/2661 10% [====== ] 275/2661 10% [====== ] 276/2661 10% [====== ] 277/2661 10% [====== ] 278/2661 10% [====== ] 279/2661 10% [====== ] 280/2661 10% [====== ] 281/2661 10% [====== ] 282/2661 10% [====== ] 283/2661 10% [====== ] 284/2661 10% [====== ] 285/2661 10% [====== ] 286/2661 10% [====== ] 287/2661 10% [====== ] 288/2661 10% [====== ] 289/2661 10% [====== ] 290/2661 10% [====== ] 291/2661 10% [====== ] 292/2661 10% [====== ] 293/2661 11% [====== ] 294/2661 11% [====== ] 295/2661 11% [====== ] 296/2661 11% [====== ] 297/2661 11% [====== ] 298/2661 11% [====== ] 299/2661 11% [====== ] 300/2661 11% [======= ] 301/2661 11% [======= ] 302/2661 11% [======= ] 303/2661 11% [======= ] 304/2661 11% [======= ] 305/2661 11% [======= ] 306/2661 11% [======= ] 307/2661 11% [======= ] 308/2661 11% [======= ] 309/2661 11% [======= ] 310/2661 11% [======= ] 311/2661 11% [======= ] 312/2661 11% [======= ] 313/2661 11% [======= ] 314/2661 11% [======= ] 315/2661 11% [======= ] 316/2661 11% [======= ] 317/2661 11% [======= ] 318/2661 11% [======= ] 319/2661 11% [======= ] 320/2661 12% [======= ] 321/2661 12% [======= ] 322/2661 12% [======= ] 323/2661 12% [======= ] 324/2661 12% [======= ] 325/2661 12% [======= ] 326/2661 12% [======= ] 327/2661 12% [======= ] 328/2661 12% [======= ] 329/2661 12% [======= ] 330/2661 12% [======= ] 331/2661 12% [======= ] 332/2661 12% [======= ] 333/2661 12% [======= ] 334/2661 12% [======= ] 335/2661 12% [======= ] 336/2661 12% [======= ] 337/2661 12% [======= ] 338/2661 12% [======= ] 339/2661 12% [======= ] 340/2661 12% [======= ] 341/2661 12% [======= ] 342/2661 12% [======= ] 343/2661 12% [======== ] 344/2661 12% [======== ] 345/2661 12% [======== ] 346/2661 13% [======== ] 347/2661 13% [======== ] 348/2661 13% [======== ] 349/2661 13% [======== ] 350/2661 13% [======== ] 351/2661 13% [======== ] 352/2661 13% [======== ] 353/2661 13% [======== ] 354/2661 13% [======== ] 355/2661 13% [======== ] 356/2661 13% [======== ] 357/2661 13% [======== ] 358/2661 13% [======== ] 359/2661 13% [======== ] 360/2661 13% [======== ] 361/2661 13% [======== ] 362/2661 13% [======== ] 363/2661 13% [======== ] 364/2661 13% [======== ] 365/2661 13% [======== ] 366/2661 13% [======== ] 367/2661 13% [======== ] 368/2661 13% [======== ] 369/2661 13% [======== ] 370/2661 13% [======== ] 371/2661 13% [======== ] 372/2661 13% [======== ] 373/2661 14% [======== ] 374/2661 14% [======== ] 375/2661 14% [======== ] 376/2661 14% [======== ] 377/2661 14% [======== ] 378/2661 14% [======== ] 379/2661 14% [======== ] 380/2661 14% [======== ] 381/2661 14% [======== ] 382/2661 14% [======== ] 383/2661 14% [======== ] 384/2661 14% [======== ] 385/2661 14% [======== ] 386/2661 14% [========= ] 387/2661 14% [========= ] 388/2661 14% [========= ] 389/2661 14% [========= ] 390/2661 14% [========= ] 391/2661 14% [========= ] 392/2661 14% [========= ] 393/2661 14% [========= ] 394/2661 14% [========= ] 395/2661 14% [========= ] 396/2661 14% [========= ] 397/2661 14% [========= ] 398/2661 14% [========= ] 399/2661 14% [========= ] 400/2661 15% [========= ] 401/2661 15% [========= ] 402/2661 15% [========= ] 403/2661 15% [========= ] 404/2661 15% [========= ] 405/2661 15% [========= ] 406/2661 15% [========= ] 407/2661 15% [========= ] 408/2661 15% [========= ] 409/2661 15% [========= ] 410/2661 15% [========= ] 411/2661 15% [========= ] 412/2661 15% [========= ] 413/2661 15% [========= ] 414/2661 15% [========= ] 415/2661 15% [========= ] 416/2661 15% [========= ] 417/2661 15% [========= ] 418/2661 15% [========= ] 419/2661 15% [========= ] 420/2661 15% [========= ] 421/2661 15% [========= ] 422/2661 15% [========= ] 423/2661 15% [========= ] 424/2661 15% [========= ] 425/2661 15% [========= ] 426/2661 16% [========= ] 427/2661 16% [========= ] 428/2661 16% [========= ] 429/2661 16% [========== ] 430/2661 16% [========== ] 431/2661 16% [========== ] 432/2661 16% [========== ] 433/2661 16% [========== ] 434/2661 16% [========== ] 435/2661 16% [========== ] 436/2661 16% [========== ] 437/2661 16% [========== ] 438/2661 16% [========== ] 439/2661 16% [========== ] 440/2661 16% [========== ] 441/2661 16% [========== ] 442/2661 16% [========== ] 443/2661 16% [========== ] 444/2661 16% [========== ] 445/2661 16% [========== ] 446/2661 16% [========== ] 447/2661 16% [========== ] 448/2661 16% [========== ] 449/2661 16% [========== ] 450/2661 16% [========== ] 451/2661 16% [========== ] 452/2661 16% [========== ] 453/2661 17% [========== ] 454/2661 17% [========== ] 455/2661 17% [========== ] 456/2661 17% [========== ] 457/2661 17% [========== ] 458/2661 17% [========== ] 459/2661 17% [========== ] 460/2661 17% [========== ] 461/2661 17% [========== ] 462/2661 17% [========== ] 463/2661 17% [========== ] 464/2661 17% [========== ] 465/2661 17% [========== ] 466/2661 17% [========== ] 467/2661 17% [========== ] 468/2661 17% [========== ] 469/2661 17% [========== ] 470/2661 17% [========== ] 471/2661 17% [========== ] 472/2661 17% [=========== ] 473/2661 17% [=========== ] 474/2661 17% [=========== ] 475/2661 17% [=========== ] 476/2661 17% [=========== ] 477/2661 17% [=========== ] 478/2661 17% [=========== ] 479/2661 18% [=========== ] 480/2661 18% [=========== ] 481/2661 18% [=========== ] 482/2661 18% [=========== ] 483/2661 18% [=========== ] 484/2661 18% [=========== ] 485/2661 18% [=========== ] 486/2661 18% [=========== ] 487/2661 18% [=========== ] 488/2661 18% [=========== ] 489/2661 18% [=========== ] 490/2661 18% [=========== ] 491/2661 18% [=========== ] 492/2661 18% [=========== ] 493/2661 18% [=========== ] 494/2661 18% [=========== ] 495/2661 18% [=========== ] 496/2661 18% [=========== ] 497/2661 18% [=========== ] 498/2661 18% [=========== ] 499/2661 18% [=========== ] 500/2661 18% [=========== ] 501/2661 18% [=========== ] 502/2661 18% [=========== ] 503/2661 18% [=========== ] 504/2661 18% [=========== ] 505/2661 18% [=========== ] 506/2661 19% [=========== ] 507/2661 19% [=========== ] 508/2661 19% [=========== ] 509/2661 19% [=========== ] 510/2661 19% [=========== ] 511/2661 19% [=========== ] 512/2661 19% [=========== ] 513/2661 19% [=========== ] 514/2661 19% [=========== ] 515/2661 19% [============ ] 516/2661 19% [============ ] 517/2661 19% [============ ] 518/2661 19% [============ ] 519/2661 19% [============ ] 520/2661 19% [============ ] 521/2661 19% [============ ] 522/2661 19% [============ ] 523/2661 19% [============ ] 524/2661 19% [============ ] 525/2661 19% [============ ] 526/2661 19% [============ ] 527/2661 19% [============ ] 528/2661 19% [============ ] 529/2661 19% [============ ] 530/2661 19% [============ ] 531/2661 19% [============ ] 532/2661 19% [============ ] 533/2661 20% [============ ] 534/2661 20% [============ ] 535/2661 20% [============ ] 536/2661 20% [============ ] 537/2661 20% [============ ] 538/2661 20% [============ ] 539/2661 20% [============ ] 540/2661 20% [============ ] 541/2661 20% [============ ] 542/2661 20% [============ ] 543/2661 20% [============ ] 544/2661 20% [============ ] 545/2661 20% [============ ] 546/2661 20% [============ ] 547/2661 20% [============ ] 548/2661 20% [============ ] 549/2661 20% [============ ] 550/2661 20% [============ ] 551/2661 20% [============ ] 552/2661 20% [============ ] 553/2661 20% [============ ] 554/2661 20% [============ ] 555/2661 20% [============ ] 556/2661 20% [============ ] 557/2661 20% [============= ] 558/2661 20% [============= ] 559/2661 21% [============= ] 560/2661 21% [============= ] 561/2661 21% [============= ] 562/2661 21% [============= ] 563/2661 21% [============= ] 564/2661 21% [============= ] 565/2661 21% [============= ] 566/2661 21% [============= ] 567/2661 21% [============= ] 568/2661 21% [============= ] 569/2661 21% [============= ] 570/2661 21% [============= ] 571/2661 21% [============= ] 572/2661 21% [============= ] 573/2661 21% [============= ] 574/2661 21% [============= ] 575/2661 21% [============= ] 576/2661 21% [============= ] 577/2661 21% [============= ] 578/2661 21% [============= ] 579/2661 21% [============= ] 580/2661 21% [============= ] 581/2661 21% [============= ] 582/2661 21% [============= ] 583/2661 21% [============= ] 584/2661 21% [============= ] 585/2661 21% [============= ] 586/2661 22% [============= ] 587/2661 22% [============= ] 588/2661 22% [============= ] 589/2661 22% [============= ] 590/2661 22% [============= ] 591/2661 22% [============= ] 592/2661 22% [============= ] 593/2661 22% [============= ] 594/2661 22% [============= ] 595/2661 22% [============= ] 596/2661 22% [============= ] 597/2661 22% [============= ] 598/2661 22% [============= ] 599/2661 22% [============= ] 600/2661 22% [============== ] 601/2661 22% [============== ] 602/2661 22% [============== ] 603/2661 22% [============== ] 604/2661 22% [============== ] 605/2661 22% [============== ] 606/2661 22% [============== ] 607/2661 22% [============== ] 608/2661 22% [============== ] 609/2661 22% [============== ] 610/2661 22% [============== ] 611/2661 22% [============== ] 612/2661 22% [============== ] 613/2661 23% [============== ] 614/2661 23% [============== ] 615/2661 23% [============== ] 616/2661 23% [============== ] 617/2661 23% [============== ] 618/2661 23% [============== ] 619/2661 23% [============== ] 620/2661 23% [============== ] 621/2661 23% [============== ] 622/2661 23% [============== ] 623/2661 23% [============== ] 624/2661 23% [============== ] 625/2661 23% [============== ] 626/2661 23% [============== ] 627/2661 23% [============== ] 628/2661 23% [============== ] 629/2661 23% [============== ] 630/2661 23% [============== ] 631/2661 23% [============== ] 632/2661 23% [============== ] 633/2661 23% [============== ] 634/2661 23% [============== ] 635/2661 23% [============== ] 636/2661 23% [============== ] 637/2661 23% [============== ] 638/2661 23% [============== ] 639/2661 24% [============== ] 640/2661 24% [============== ] 641/2661 24% [============== ] 642/2661 24% [============== ] 643/2661 24% [=============== ] 644/2661 24% [=============== ] 645/2661 24% [=============== ] 646/2661 24% [=============== ] 647/2661 24% [=============== ] 648/2661 24% [=============== ] 649/2661 24% [=============== ] 650/2661 24% [=============== ] 651/2661 24% [=============== ] 652/2661 24% [=============== ] 653/2661 24% [=============== ] 654/2661 24% [=============== ] 655/2661 24% [=============== ] 656/2661 24% [=============== ] 657/2661 24% [=============== ] 658/2661 24% [=============== ] 659/2661 24% [=============== ] 660/2661 24% [=============== ] 661/2661 24% [=============== ] 662/2661 24% [=============== ] 663/2661 24% [=============== ] 664/2661 24% [=============== ] 665/2661 24% [=============== ] 666/2661 25% [=============== ] 667/2661 25% [=============== ] 668/2661 25% [=============== ] 669/2661 25% [=============== ] 670/2661 25% [=============== ] 671/2661 25% [=============== ] 672/2661 25% [=============== ] 673/2661 25% [=============== ] 674/2661 25% [=============== ] 675/2661 25% [=============== ] 676/2661 25% [=============== ] 677/2661 25% [=============== ] 678/2661 25% [=============== ] 679/2661 25% [=============== ] 680/2661 25% [=============== ] 681/2661 25% [=============== ] 682/2661 25% [=============== ] 683/2661 25% [=============== ] 684/2661 25% [=============== ] 685/2661 25% [=============== ] 686/2661 25% [================ ] 687/2661 25% [================ ] 688/2661 25% [================ ] 689/2661 25% [================ ] 690/2661 25% [================ ] 691/2661 25% [================ ] 692/2661 26% [================ ] 693/2661 26% [================ ] 694/2661 26% [================ ] 695/2661 26% [================ ] 696/2661 26% [================ ] 697/2661 26% [================ ] 698/2661 26% [================ ] 699/2661 26% [================ ] 700/2661 26% [================ ] 701/2661 26% [================ ] 702/2661 26% [================ ] 703/2661 26% [================ ] 704/2661 26% [================ ] 705/2661 26% [================ ] 706/2661 26% [================ ] 707/2661 26% [================ ] 708/2661 26% [================ ] 709/2661 26% [================ ] 710/2661 26% [================ ] 711/2661 26% [================ ] 712/2661 26% [================ ] 713/2661 26% [================ ] 714/2661 26% [================ ] 715/2661 26% [================ ] 716/2661 26% [================ ] 717/2661 26% [================ ] 718/2661 26% [================ ] 719/2661 27% [================ ] 720/2661 27% [================ ] 721/2661 27% [================ ] 722/2661 27% [================ ] 723/2661 27% [================ ] 724/2661 27% [================ ] 725/2661 27% [================ ] 726/2661 27% [================ ] 727/2661 27% [================ ] 728/2661 27% [================ ] 729/2661 27% [================= ] 730/2661 27% [================= ] 731/2661 27% [================= ] 732/2661 27% [================= ] 733/2661 27% [================= ] 734/2661 27% [================= ] 735/2661 27% [================= ] 736/2661 27% [================= ] 737/2661 27% [================= ] 738/2661 27% [================= ] 739/2661 27% [================= ] 740/2661 27% [================= ] 741/2661 27% [================= ] 742/2661 27% [================= ] 743/2661 27% [================= ] 744/2661 27% [================= ] 745/2661 27% [================= ] 746/2661 28% [================= ] 747/2661 28% [================= ] 748/2661 28% [================= ] 749/2661 28% [================= ] 750/2661 28% [================= ] 751/2661 28% [================= ] 752/2661 28% [================= ] 753/2661 28% [================= ] 754/2661 28% [================= ] 755/2661 28% [================= ] 756/2661 28% [================= ] 757/2661 28% [================= ] 758/2661 28% [================= ] 759/2661 28% [================= ] 760/2661 28% [================= ] 761/2661 28% [================= ] 762/2661 28% [================= ] 763/2661 28% [================= ] 764/2661 28% [================= ] 765/2661 28% [================= ] 766/2661 28% [================= ] 767/2661 28% [================= ] 768/2661 28% [================= ] 769/2661 28% [================= ] 770/2661 28% [================= ] 771/2661 28% [================= ] 772/2661 29% [================== ] 773/2661 29% [================== ] 774/2661 29% [================== ] 775/2661 29% [================== ] 776/2661 29% [================== ] 777/2661 29% [================== ] 778/2661 29% [================== ] 779/2661 29% [================== ] 780/2661 29% [================== ] 781/2661 29% [================== ] 782/2661 29% [================== ] 783/2661 29% [================== ] 784/2661 29% [================== ] 785/2661 29% [================== ] 786/2661 29% [================== ] 787/2661 29% [================== ] 788/2661 29% [================== ] 789/2661 29% [================== ] 790/2661 29% [================== ] 791/2661 29% [================== ] 792/2661 29% [================== ] 793/2661 29% [================== ] 794/2661 29% [================== ] 795/2661 29% [================== ] 796/2661 29% [================== ] 797/2661 29% [================== ] 798/2661 29% [================== ] 799/2661 30% [================== ] 800/2661 30% [================== ] 801/2661 30% [================== ] 802/2661 30% [================== ] 803/2661 30% [================== ] 804/2661 30% [================== ] 805/2661 30% [================== ] 806/2661 30% [================== ] 807/2661 30% [================== ] 808/2661 30% [================== ] 809/2661 30% [================== ] 810/2661 30% [================== ] 811/2661 30% [================== ] 812/2661 30% [================== ] 813/2661 30% [================== ] 814/2661 30% [================== ] 815/2661 30% [=================== ] 816/2661 30% [=================== ] 817/2661 30% [=================== ] 818/2661 30% [=================== ] 819/2661 30% [=================== ] 820/2661 30% [=================== ] 821/2661 30% [=================== ] 822/2661 30% [=================== ] 823/2661 30% [=================== ] 824/2661 30% [=================== ] 825/2661 31% [=================== ] 826/2661 31% [=================== ] 827/2661 31% [=================== ] 828/2661 31% [=================== ] 829/2661 31% [=================== ] 830/2661 31% [=================== ] 831/2661 31% [=================== ] 832/2661 31% [=================== ] 833/2661 31% [=================== ] 834/2661 31% [=================== ] 835/2661 31% [=================== ] 836/2661 31% [=================== ] 837/2661 31% [=================== ] 838/2661 31% [=================== ] 839/2661 31% [=================== ] 840/2661 31% [=================== ] 841/2661 31% [=================== ] 842/2661 31% [=================== ] 843/2661 31% [=================== ] 844/2661 31% [=================== ] 845/2661 31% [=================== ] 846/2661 31% [=================== ] 847/2661 31% [=================== ] 848/2661 31% [=================== ] 849/2661 31% [=================== ] 850/2661 31% [=================== ] 851/2661 31% [=================== ] 852/2661 32% [=================== ] 853/2661 32% [=================== ] 854/2661 32% [=================== ] 855/2661 32% [=================== ] 856/2661 32% [=================== ] 857/2661 32% [=================== ] 858/2661 32% [==================== ] 859/2661 32% [==================== ] 860/2661 32% [==================== ] 861/2661 32% [==================== ] 862/2661 32% [==================== ] 863/2661 32% [==================== ] 864/2661 32% [==================== ] 865/2661 32% [==================== ] 866/2661 32% [==================== ] 867/2661 32% [==================== ] 868/2661 32% [==================== ] 869/2661 32% [==================== ] 870/2661 32% [==================== ] 871/2661 32% [==================== ] 872/2661 32% [==================== ] 873/2661 32% [==================== ] 874/2661 32% [==================== ] 875/2661 32% [==================== ] 876/2661 32% [==================== ] 877/2661 32% [==================== ] 878/2661 32% [==================== ] 879/2661 33% [==================== ] 880/2661 33% [==================== ] 881/2661 33% [==================== ] 882/2661 33% [==================== ] 883/2661 33% [==================== ] 884/2661 33% [==================== ] 885/2661 33% [==================== ] 886/2661 33% [==================== ] 887/2661 33% [==================== ] 888/2661 33% [==================== ] 889/2661 33% [==================== ] 890/2661 33% [==================== ] 891/2661 33% [==================== ] 892/2661 33% [==================== ] 893/2661 33% [==================== ] 894/2661 33% [==================== ] 895/2661 33% [==================== ] 896/2661 33% [==================== ] 897/2661 33% [==================== ] 898/2661 33% [==================== ] 899/2661 33% [==================== ] 900/2661 33% [==================== ] 901/2661 33% [===================== ] 902/2661 33% [===================== ] 903/2661 33% [===================== ] 904/2661 33% [===================== ] 905/2661 34% [===================== ] 906/2661 34% [===================== ] 907/2661 34% [===================== ] 908/2661 34% [===================== ] 909/2661 34% [===================== ] 910/2661 34% [===================== ] 911/2661 34% [===================== ] 912/2661 34% [===================== ] 913/2661 34% [===================== ] 914/2661 34% [===================== ] 915/2661 34% [===================== ] 916/2661 34% [===================== ] 917/2661 34% [===================== ] 918/2661 34% [===================== ] 919/2661 34% [===================== ] 920/2661 34% [===================== ] 921/2661 34% [===================== ] 922/2661 34% [===================== ] 923/2661 34% [===================== ] 924/2661 34% [===================== ] 925/2661 34% [===================== ] 926/2661 34% [===================== ] 927/2661 34% [===================== ] 928/2661 34% [===================== ] 929/2661 34% [===================== ] 930/2661 34% [===================== ] 931/2661 34% [===================== ] 932/2661 35% [===================== ] 933/2661 35% [===================== ] 934/2661 35% [===================== ] 935/2661 35% [===================== ] 936/2661 35% [===================== ] 937/2661 35% [===================== ] 938/2661 35% [===================== ] 939/2661 35% [===================== ] 940/2661 35% [===================== ] 941/2661 35% [===================== ] 942/2661 35% [===================== ] 943/2661 35% [===================== ] 944/2661 35% [====================== ] 945/2661 35% [====================== ] 946/2661 35% [====================== ] 947/2661 35% [====================== ] 948/2661 35% [====================== ] 949/2661 35% [====================== ] 950/2661 35% [====================== ] 951/2661 35% [====================== ] 952/2661 35% [====================== ] 953/2661 35% [====================== ] 954/2661 35% [====================== ] 955/2661 35% [====================== ] 956/2661 35% [====================== ] 957/2661 35% [====================== ] 958/2661 36% [====================== ] 959/2661 36% [====================== ] 960/2661 36% [====================== ] 961/2661 36% [====================== ] 962/2661 36% [====================== ] 963/2661 36% [====================== ] 964/2661 36% [====================== ] 965/2661 36% [====================== ] 966/2661 36% [====================== ] 967/2661 36% [====================== ] 968/2661 36% [====================== ] 969/2661 36% [====================== ] 970/2661 36% [====================== ] 971/2661 36% [====================== ] 972/2661 36% [====================== ] 973/2661 36% [====================== ] 974/2661 36% [====================== ] 975/2661 36% [====================== ] 976/2661 36% [====================== ] 977/2661 36% [====================== ] 978/2661 36% [====================== ] 979/2661 36% [====================== ] 980/2661 36% [====================== ] 981/2661 36% [====================== ] 982/2661 36% [====================== ] 983/2661 36% [====================== ] 984/2661 36% [====================== ] 985/2661 37% [====================== ] 986/2661 37% [====================== ] 987/2661 37% [======================= ] 988/2661 37% [======================= ] 989/2661 37% [======================= ] 990/2661 37% [======================= ] 991/2661 37% [======================= ] 992/2661 37% [======================= ] 993/2661 37% [======================= ] 994/2661 37% [======================= ] 995/2661 37% [======================= ] 996/2661 37% [======================= ] 997/2661 37% [======================= ] 998/2661 37% [======================= ] 999/2661 37% [======================= ] 1000/2661 37% [======================= ] 1001/2661 37% [======================= ] 1002/2661 37% [======================= ] 1003/2661 37% [======================= ] 1004/2661 37% [======================= ] 1005/2661 37% [======================= ] 1006/2661 37% [======================= ] 1007/2661 37% [======================= ] 1008/2661 37% [======================= ] 1009/2661 37% [======================= ] 1010/2661 37% [======================= ] 1011/2661 37% [======================= ] 1012/2661 38% [======================= ] 1013/2661 38% [======================= ] 1014/2661 38% [======================= ] 1015/2661 38% [======================= ] 1016/2661 38% [======================= ] 1017/2661 38% [======================= ] 1018/2661 38% [======================= ] 1019/2661 38% [======================= ] 1020/2661 38% [======================= ] 1021/2661 38% [======================= ] 1022/2661 38% [======================= ] 1023/2661 38% [======================= ] 1024/2661 38% [======================= ] 1025/2661 38% [======================= ] 1026/2661 38% [======================= ] 1027/2661 38% [======================= ] 1028/2661 38% [======================= ] 1029/2661 38% [======================= ] 1030/2661 38% [======================== ] 1031/2661 38% [======================== ] 1032/2661 38% [======================== ] 1033/2661 38% [======================== ] 1034/2661 38% [======================== ] 1035/2661 38% [======================== ] 1036/2661 38% [======================== ] 1037/2661 38% [======================== ] 1038/2661 39% [======================== ] 1039/2661 39% [======================== ] 1040/2661 39% [======================== ] 1041/2661 39% [======================== ] 1042/2661 39% [======================== ] 1043/2661 39% [======================== ] 1044/2661 39% [======================== ] 1045/2661 39% [======================== ] 1046/2661 39% [======================== ] 1047/2661 39% [======================== ] 1048/2661 39% [======================== ] 1049/2661 39% [======================== ] 1050/2661 39% [======================== ] 1051/2661 39% [======================== ] 1052/2661 39% [======================== ] 1053/2661 39% [======================== ] 1054/2661 39% [======================== ] 1055/2661 39% [======================== ] 1056/2661 39% [======================== ] 1057/2661 39% [======================== ] 1058/2661 39% [======================== ] 1059/2661 39% [======================== ] 1060/2661 39% [======================== ] 1061/2661 39% [======================== ] 1062/2661 39% [======================== ] 1063/2661 39% [======================== ] 1064/2661 39% [======================== ] 1065/2661 40% [======================== ] 1066/2661 40% [======================== ] 1067/2661 40% [======================== ] 1068/2661 40% [======================== ] 1069/2661 40% [======================== ] 1070/2661 40% [======================== ] 1071/2661 40% [======================== ] 1072/2661 40% [========================= ] 1073/2661 40% [========================= ] 1074/2661 40% [========================= ] 1075/2661 40% [========================= ] 1076/2661 40% [========================= ] 1077/2661 40% [========================= ] 1078/2661 40% [========================= ] 1079/2661 40% [========================= ] 1080/2661 40% [========================= ] 1081/2661 40% [========================= ] 1082/2661 40% [========================= ] 1083/2661 40% [========================= ] 1084/2661 40% [========================= ] 1085/2661 40% [========================= ] 1086/2661 40% [========================= ] 1087/2661 40% [========================= ] 1088/2661 40% [========================= ] 1089/2661 40% [========================= ] 1090/2661 40% [========================= ] 1091/2661 40% [========================= ] 1092/2661 41% [========================= ] 1093/2661 41% [========================= ] 1094/2661 41% [========================= ] 1095/2661 41% [========================= ] 1096/2661 41% [========================= ] 1097/2661 41% [========================= ] 1098/2661 41% [========================= ] 1099/2661 41% [========================= ] 1100/2661 41% [========================= ] 1101/2661 41% [========================= ] 1102/2661 41% [========================= ] 1103/2661 41% [========================= ] 1104/2661 41% [========================= ] 1105/2661 41% [========================= ] 1106/2661 41% [========================= ] 1107/2661 41% [========================= ] 1108/2661 41% [========================= ] 1109/2661 41% [========================= ] 1110/2661 41% [========================= ] 1111/2661 41% [========================= ] 1112/2661 41% [========================= ] 1113/2661 41% [========================= ] 1114/2661 41% [========================= ] 1115/2661 41% [========================== ] 1116/2661 41% [========================== ] 1117/2661 41% [========================== ] 1118/2661 42% [========================== ] 1119/2661 42% [========================== ] 1120/2661 42% [========================== ] 1121/2661 42% [========================== ] 1122/2661 42% [========================== ] 1123/2661 42% [========================== ] 1124/2661 42% [========================== ] 1125/2661 42% [========================== ] 1126/2661 42% [========================== ] 1127/2661 42% [========================== ] 1128/2661 42% [========================== ] 1129/2661 42% [========================== ] 1130/2661 42% [========================== ] 1131/2661 42% [========================== ] 1132/2661 42% [========================== ] 1133/2661 42% [========================== ] 1134/2661 42% [========================== ] 1135/2661 42% [========================== ] 1136/2661 42% [========================== ] 1137/2661 42% [========================== ] 1138/2661 42% [========================== ] 1139/2661 42% [========================== ] 1140/2661 42% [========================== ] 1141/2661 42% [========================== ] 1142/2661 42% [========================== ] 1143/2661 42% [========================== ] 1144/2661 42% [========================== ] 1145/2661 43% [========================== ] 1146/2661 43% [========================== ] 1147/2661 43% [========================== ] 1148/2661 43% [========================== ] 1149/2661 43% [========================== ] 1150/2661 43% [========================== ] 1151/2661 43% [========================== ] 1152/2661 43% [========================== ] 1153/2661 43% [========================== ] 1154/2661 43% [========================== ] 1155/2661 43% [========================== ] 1156/2661 43% [========================== ] 1157/2661 43% [========================== ] 1158/2661 43% [=========================== ] 1159/2661 43% [=========================== ] 1160/2661 43% [=========================== ] 1161/2661 43% [=========================== ] 1162/2661 43% [=========================== ] 1163/2661 43% [=========================== ] 1164/2661 43% [=========================== ] 1165/2661 43% [=========================== ] 1166/2661 43% [=========================== ] 1167/2661 43% [=========================== ] 1168/2661 43% [=========================== ] 1169/2661 43% [=========================== ] 1170/2661 43% [=========================== ] 1171/2661 44% [=========================== ] 1172/2661 44% [=========================== ] 1173/2661 44% [=========================== ] 1174/2661 44% [=========================== ] 1175/2661 44% [=========================== ] 1176/2661 44% [=========================== ] 1177/2661 44% [=========================== ] 1178/2661 44% [=========================== ] 1179/2661 44% [=========================== ] 1180/2661 44% [=========================== ] 1181/2661 44% [=========================== ] 1182/2661 44% [=========================== ] 1183/2661 44% [=========================== ] 1184/2661 44% [=========================== ] 1185/2661 44% [=========================== ] 1186/2661 44% [=========================== ] 1187/2661 44% [=========================== ] 1188/2661 44% [=========================== ] 1189/2661 44% [=========================== ] 1190/2661 44% [=========================== ] 1191/2661 44% [=========================== ] 1192/2661 44% [=========================== ] 1193/2661 44% [=========================== ] 1194/2661 44% [=========================== ] 1195/2661 44% [=========================== ] 1196/2661 44% [=========================== ] 1197/2661 44% [=========================== ] 1198/2661 45% [=========================== ] 1199/2661 45% [=========================== ] 1200/2661 45% [=========================== ] 1201/2661 45% [============================ ] 1202/2661 45% [============================ ] 1203/2661 45% [============================ ] 1204/2661 45% [============================ ] 1205/2661 45% [============================ ] 1206/2661 45% [============================ ] 1207/2661 45% [============================ ] 1208/2661 45% [============================ ] 1209/2661 45% [============================ ] 1210/2661 45% [============================ ] 1211/2661 45% [============================ ] 1212/2661 45% [============================ ] 1213/2661 45% [============================ ] 1214/2661 45% [============================ ] 1215/2661 45% [============================ ] 1216/2661 45% [============================ ] 1217/2661 45% [============================ ] 1218/2661 45% [============================ ] 1219/2661 45% [============================ ] 1220/2661 45% [============================ ] 1221/2661 45% [============================ ] 1222/2661 45% [============================ ] 1223/2661 45% [============================ ] 1224/2661 45% [============================ ] 1225/2661 46% [============================ ] 1226/2661 46% [============================ ] 1227/2661 46% [============================ ] 1228/2661 46% [============================ ] 1229/2661 46% [============================ ] 1230/2661 46% [============================ ] 1231/2661 46% [============================ ] 1232/2661 46% [============================ ] 1233/2661 46% [============================ ] 1234/2661 46% [============================ ] 1235/2661 46% [============================ ] 1236/2661 46% [============================ ] 1237/2661 46% [============================ ] 1238/2661 46% [============================ ] 1239/2661 46% [============================ ] 1240/2661 46% [============================ ] 1241/2661 46% [============================ ] 1242/2661 46% [============================ ] 1243/2661 46% [============================ ] 1244/2661 46% [============================= ] 1245/2661 46% [============================= ] 1246/2661 46% [============================= ] 1247/2661 46% [============================= ] 1248/2661 46% [============================= ] 1249/2661 46% [============================= ] 1250/2661 46% [============================= ] 1251/2661 47% [============================= ] 1252/2661 47% [============================= ] 1253/2661 47% [============================= ] 1254/2661 47% [============================= ] 1255/2661 47% [============================= ] 1256/2661 47% [============================= ] 1257/2661 47% [============================= ] 1258/2661 47% [============================= ] 1259/2661 47% [============================= ] 1260/2661 47% [============================= ] 1261/2661 47% [============================= ] 1262/2661 47% [============================= ] 1263/2661 47% [============================= ] 1264/2661 47% [============================= ] 1265/2661 47% [============================= ] 1266/2661 47% [============================= ] 1267/2661 47% [============================= ] 1268/2661 47% [============================= ] 1269/2661 47% [============================= ] 1270/2661 47% [============================= ] 1271/2661 47% [============================= ] 1272/2661 47% [============================= ] 1273/2661 47% [============================= ] 1274/2661 47% [============================= ] 1275/2661 47% [============================= ] 1276/2661 47% [============================= ] 1277/2661 47% [============================= ] 1278/2661 48% [============================= ] 1279/2661 48% [============================= ] 1280/2661 48% [============================= ] 1281/2661 48% [============================= ] 1282/2661 48% [============================= ] 1283/2661 48% [============================= ] 1284/2661 48% [============================= ] 1285/2661 48% [============================= ] 1286/2661 48% [============================= ] 1287/2661 48% [============================== ] 1288/2661 48% [============================== ] 1289/2661 48% [============================== ] 1290/2661 48% [============================== ] 1291/2661 48% [============================== ] 1292/2661 48% [============================== ] 1293/2661 48% [============================== ] 1294/2661 48% [============================== ] 1295/2661 48% [============================== ] 1296/2661 48% [============================== ] 1297/2661 48% [============================== ] 1298/2661 48% [============================== ] 1299/2661 48% [============================== ] 1300/2661 48% [============================== ] 1301/2661 48% [============================== ] 1302/2661 48% [============================== ] 1303/2661 48% [============================== ] 1304/2661 49% [============================== ] 1305/2661 49% [============================== ] 1306/2661 49% [============================== ] 1307/2661 49% [============================== ] 1308/2661 49% [============================== ] 1309/2661 49% [============================== ] 1310/2661 49% [============================== ] 1311/2661 49% [============================== ] 1312/2661 49% [============================== ] 1313/2661 49% [============================== ] 1314/2661 49% [============================== ] 1315/2661 49% [============================== ] 1316/2661 49% [============================== ] 1317/2661 49% [============================== ] 1318/2661 49% [============================== ] 1319/2661 49% [============================== ] 1320/2661 49% [============================== ] 1321/2661 49% [============================== ] 1322/2661 49% [============================== ] 1323/2661 49% [============================== ] 1324/2661 49% [============================== ] 1325/2661 49% [============================== ] 1326/2661 49% [============================== ] 1327/2661 49% [============================== ] 1328/2661 49% [============================== ] 1329/2661 49% [============================== ] 1330/2661 49% [=============================== ] 1331/2661 50% [=============================== ] 1332/2661 50% [=============================== ] 1333/2661 50% [=============================== ] 1334/2661 50% [=============================== ] 1335/2661 50% [=============================== ] 1336/2661 50% [=============================== ] 1337/2661 50% [=============================== ] 1338/2661 50% [=============================== ] 1339/2661 50% [=============================== ] 1340/2661 50% [=============================== ] 1341/2661 50% [=============================== ] 1342/2661 50% [=============================== ] 1343/2661 50% [=============================== ] 1344/2661 50% [=============================== ] 1345/2661 50% [=============================== ] 1346/2661 50% [=============================== ] 1347/2661 50% [=============================== ] 1348/2661 50% [=============================== ] 1349/2661 50% [=============================== ] 1350/2661 50% [=============================== ] 1351/2661 50% [=============================== ] 1352/2661 50% [=============================== ] 1353/2661 50% [=============================== ] 1354/2661 50% [=============================== ] 1355/2661 50% [=============================== ] 1356/2661 50% [=============================== ] 1357/2661 50% [=============================== ] 1358/2661 51% [=============================== ] 1359/2661 51% [=============================== ] 1360/2661 51% [=============================== ] 1361/2661 51% [=============================== ] 1362/2661 51% [=============================== ] 1363/2661 51% [=============================== ] 1364/2661 51% [=============================== ] 1365/2661 51% [=============================== ] 1366/2661 51% [=============================== ] 1367/2661 51% [=============================== ] 1368/2661 51% [=============================== ] 1369/2661 51% [=============================== ] 1370/2661 51% [=============================== ] 1371/2661 51% [=============================== ] 1372/2661 51% [=============================== ] 1373/2661 51% [================================ ] 1374/2661 51% [================================ ] 1375/2661 51% [================================ ] 1376/2661 51% [================================ ] 1377/2661 51% [================================ ] 1378/2661 51% [================================ ] 1379/2661 51% [================================ ] 1380/2661 51% [================================ ] 1381/2661 51% [================================ ] 1382/2661 51% [================================ ] 1383/2661 51% [================================ ] 1384/2661 52% [================================ ] 1385/2661 52% [================================ ] 1386/2661 52% [================================ ] 1387/2661 52% [================================ ] 1388/2661 52% [================================ ] 1389/2661 52% [================================ ] 1390/2661 52% [================================ ] 1391/2661 52% [================================ ] 1392/2661 52% [================================ ] 1393/2661 52% [================================ ] 1394/2661 52% [================================ ] 1395/2661 52% [================================ ] 1396/2661 52% [================================ ] 1397/2661 52% [================================ ] 1398/2661 52% [================================ ] 1399/2661 52% [================================ ] 1400/2661 52% [================================ ] 1401/2661 52% [================================ ] 1402/2661 52% [================================ ] 1403/2661 52% [================================ ] 1404/2661 52% [================================ ] 1405/2661 52% [================================ ] 1406/2661 52% [================================ ] 1407/2661 52% [================================ ] 1408/2661 52% [================================ ] 1409/2661 52% [================================ ] 1410/2661 52% [================================ ] 1411/2661 53% [================================ ] 1412/2661 53% [================================ ] 1413/2661 53% [================================ ] 1414/2661 53% [================================ ] 1415/2661 53% [================================ ] 1416/2661 53% [================================= ] 1417/2661 53% [================================= ] 1418/2661 53% [================================= ] 1419/2661 53% [================================= ] 1420/2661 53% [================================= ] 1421/2661 53% [================================= ] 1422/2661 53% [================================= ] 1423/2661 53% [================================= ] 1424/2661 53% [================================= ] 1425/2661 53% [================================= ] 1426/2661 53% [================================= ] 1427/2661 53% [================================= ] 1428/2661 53% [================================= ] 1429/2661 53% [================================= ] 1430/2661 53% [================================= ] 1431/2661 53% [================================= ] 1432/2661 53% [================================= ] 1433/2661 53% [================================= ] 1434/2661 53% [================================= ] 1435/2661 53% [================================= ] 1436/2661 53% [================================= ] 1437/2661 54% [================================= ] 1438/2661 54% [================================= ] 1439/2661 54% [================================= ] 1440/2661 54% [================================= ] 1441/2661 54% [================================= ] 1442/2661 54% [================================= ] 1443/2661 54% [================================= ] 1444/2661 54% [================================= ] 1445/2661 54% [================================= ] 1446/2661 54% [================================= ] 1447/2661 54% [================================= ] 1448/2661 54% [================================= ] 1449/2661 54% [================================= ] 1450/2661 54% [================================= ] 1451/2661 54% [================================= ] 1452/2661 54% [================================= ] 1453/2661 54% [================================= ] 1454/2661 54% [================================= ] 1455/2661 54% [================================= ] 1456/2661 54% [================================= ] 1457/2661 54% [================================= ] 1458/2661 54% [================================= ] 1459/2661 54% [================================== ] 1460/2661 54% [================================== ] 1461/2661 54% [================================== ] 1462/2661 54% [================================== ] 1463/2661 54% [================================== ] 1464/2661 55% [================================== ] 1465/2661 55% [================================== ] 1466/2661 55% [================================== ] 1467/2661 55% [================================== ] 1468/2661 55% [================================== ] 1469/2661 55% [================================== ] 1470/2661 55% [================================== ] 1471/2661 55% [================================== ] 1472/2661 55% [================================== ] 1473/2661 55% [================================== ] 1474/2661 55% [================================== ] 1475/2661 55% [================================== ] 1476/2661 55% [================================== ] 1477/2661 55% [================================== ] 1478/2661 55% [================================== ] 1479/2661 55% [================================== ] 1480/2661 55% [================================== ] 1481/2661 55% [================================== ] 1482/2661 55% [================================== ] 1483/2661 55% [================================== ] 1484/2661 55% [================================== ] 1485/2661 55% [================================== ] 1486/2661 55% [================================== ] 1487/2661 55% [================================== ] 1488/2661 55% [================================== ] 1489/2661 55% [================================== ] 1490/2661 55% [================================== ] 1491/2661 56% [================================== ] 1492/2661 56% [================================== ] 1493/2661 56% [================================== ] 1494/2661 56% [================================== ] 1495/2661 56% [================================== ] 1496/2661 56% [================================== ] 1497/2661 56% [================================== ] 1498/2661 56% [================================== ] 1499/2661 56% [================================== ] 1500/2661 56% [================================== ] 1501/2661 56% [================================== ] 1502/2661 56% [=================================== ] 1503/2661 56% [=================================== ] 1504/2661 56% [=================================== ] 1505/2661 56% [=================================== ] 1506/2661 56% [=================================== ] 1507/2661 56% [=================================== ] 1508/2661 56% [=================================== ] 1509/2661 56% [=================================== ] 1510/2661 56% [=================================== ] 1511/2661 56% [=================================== ] 1512/2661 56% [=================================== ] 1513/2661 56% [=================================== ] 1514/2661 56% [=================================== ] 1515/2661 56% [=================================== ] 1516/2661 56% [=================================== ] 1517/2661 57% [=================================== ] 1518/2661 57% [=================================== ] 1519/2661 57% [=================================== ] 1520/2661 57% [=================================== ] 1521/2661 57% [=================================== ] 1522/2661 57% [=================================== ] 1523/2661 57% [=================================== ] 1524/2661 57% [=================================== ] 1525/2661 57% [=================================== ] 1526/2661 57% [=================================== ] 1527/2661 57% [=================================== ] 1528/2661 57% [=================================== ] 1529/2661 57% [=================================== ] 1530/2661 57% [=================================== ] 1531/2661 57% [=================================== ] 1532/2661 57% [=================================== ] 1533/2661 57% [=================================== ] 1534/2661 57% [=================================== ] 1535/2661 57% [=================================== ] 1536/2661 57% [=================================== ] 1537/2661 57% [=================================== ] 1538/2661 57% [=================================== ] 1539/2661 57% [=================================== ] 1540/2661 57% [=================================== ] 1541/2661 57% [=================================== ] 1542/2661 57% [=================================== ] 1543/2661 57% [=================================== ] 1544/2661 58% [=================================== ] 1545/2661 58% [==================================== ] 1546/2661 58% [==================================== ] 1547/2661 58% [==================================== ] 1548/2661 58% [==================================== ] 1549/2661 58% [==================================== ] 1550/2661 58% [==================================== ] 1551/2661 58% [==================================== ] 1552/2661 58% [==================================== ] 1553/2661 58% [==================================== ] 1554/2661 58% [==================================== ] 1555/2661 58% [==================================== ] 1556/2661 58% [==================================== ] 1557/2661 58% [==================================== ] 1558/2661 58% [==================================== ] 1559/2661 58% [==================================== ] 1560/2661 58% [==================================== ] 1561/2661 58% [==================================== ] 1562/2661 58% [==================================== ] 1563/2661 58% [==================================== ] 1564/2661 58% [==================================== ] 1565/2661 58% [==================================== ] 1566/2661 58% [==================================== ] 1567/2661 58% [==================================== ] 1568/2661 58% [==================================== ] 1569/2661 58% [==================================== ] 1570/2661 59% [==================================== ] 1571/2661 59% [==================================== ] 1572/2661 59% [==================================== ] 1573/2661 59% [==================================== ] 1574/2661 59% [==================================== ] 1575/2661 59% [==================================== ] 1576/2661 59% [==================================== ] 1577/2661 59% [==================================== ] 1578/2661 59% [==================================== ] 1579/2661 59% [==================================== ] 1580/2661 59% [==================================== ] 1581/2661 59% [==================================== ] 1582/2661 59% [==================================== ] 1583/2661 59% [==================================== ] 1584/2661 59% [==================================== ] 1585/2661 59% [==================================== ] 1586/2661 59% [==================================== ] 1587/2661 59% [==================================== ] 1588/2661 59% [===================================== ] 1589/2661 59% [===================================== ] 1590/2661 59% [===================================== ] 1591/2661 59% [===================================== ] 1592/2661 59% [===================================== ] 1593/2661 59% [===================================== ] 1594/2661 59% [===================================== ] 1595/2661 59% [===================================== ] 1596/2661 59% [===================================== ] 1597/2661 60% [===================================== ] 1598/2661 60% [===================================== ] 1599/2661 60% [===================================== ] 1600/2661 60% [===================================== ] 1601/2661 60% [===================================== ] 1602/2661 60% [===================================== ] 1603/2661 60% [===================================== ] 1604/2661 60% [===================================== ] 1605/2661 60% [===================================== ] 1606/2661 60% [===================================== ] 1607/2661 60% [===================================== ] 1608/2661 60% [===================================== ] 1609/2661 60% [===================================== ] 1610/2661 60% [===================================== ] 1611/2661 60% [===================================== ] 1612/2661 60% [===================================== ] 1613/2661 60% [===================================== ] 1614/2661 60% [===================================== ] 1615/2661 60% [===================================== ] 1616/2661 60% [===================================== ] 1617/2661 60% [===================================== ] 1618/2661 60% [===================================== ] 1619/2661 60% [===================================== ] 1620/2661 60% [===================================== ] 1621/2661 60% [===================================== ] 1622/2661 60% [===================================== ] 1623/2661 60% [===================================== ] 1624/2661 61% [===================================== ] 1625/2661 61% [===================================== ] 1626/2661 61% [===================================== ] 1627/2661 61% [===================================== ] 1628/2661 61% [===================================== ] 1629/2661 61% [===================================== ] 1630/2661 61% [====================================== ] 1631/2661 61% [====================================== ] 1632/2661 61% [====================================== ] 1633/2661 61% [====================================== ] 1634/2661 61% [====================================== ] 1635/2661 61% [====================================== ] 1636/2661 61% [====================================== ] 1637/2661 61% [====================================== ] 1638/2661 61% [====================================== ] 1639/2661 61% [====================================== ] 1640/2661 61% [====================================== ] 1641/2661 61% [====================================== ] 1642/2661 61% [====================================== ] 1643/2661 61% [====================================== ] 1644/2661 61% [====================================== ] 1645/2661 61% [====================================== ] 1646/2661 61% [====================================== ] 1647/2661 61% [====================================== ] 1648/2661 61% [====================================== ] 1649/2661 61% [====================================== ] 1650/2661 62% [====================================== ] 1651/2661 62% [====================================== ] 1652/2661 62% [====================================== ] 1653/2661 62% [====================================== ] 1654/2661 62% [====================================== ] 1655/2661 62% [====================================== ] 1656/2661 62% [====================================== ] 1657/2661 62% [====================================== ] 1658/2661 62% [====================================== ] 1659/2661 62% [====================================== ] 1660/2661 62% [====================================== ] 1661/2661 62% [====================================== ] 1662/2661 62% [====================================== ] 1663/2661 62% [====================================== ] 1664/2661 62% [====================================== ] 1665/2661 62% [====================================== ] 1666/2661 62% [====================================== ] 1667/2661 62% [====================================== ] 1668/2661 62% [====================================== ] 1669/2661 62% [====================================== ] 1670/2661 62% [====================================== ] 1671/2661 62% [====================================== ] 1672/2661 62% [====================================== ] 1673/2661 62% [======================================= ] 1674/2661 62% [======================================= ] 1675/2661 62% [======================================= ] 1676/2661 62% [======================================= ] 1677/2661 63% [======================================= ] 1678/2661 63% [======================================= ] 1679/2661 63% [======================================= ] 1680/2661 63% [======================================= ] 1681/2661 63% [======================================= ] 1682/2661 63% [======================================= ] 1683/2661 63% [======================================= ] 1684/2661 63% [======================================= ] 1685/2661 63% [======================================= ] 1686/2661 63% [======================================= ] 1687/2661 63% [======================================= ] 1688/2661 63% [======================================= ] 1689/2661 63% [======================================= ] 1690/2661 63% [======================================= ] 1691/2661 63% [======================================= ] 1692/2661 63% [======================================= ] 1693/2661 63% [======================================= ] 1694/2661 63% [======================================= ] 1695/2661 63% [======================================= ] 1696/2661 63% [======================================= ] 1697/2661 63% [======================================= ] 1698/2661 63% [======================================= ] 1699/2661 63% [======================================= ] 1700/2661 63% [======================================= ] 1701/2661 63% [======================================= ] 1702/2661 63% [======================================= ] 1703/2661 63% [======================================= ] 1704/2661 64% [======================================= ] 1705/2661 64% [======================================= ] 1706/2661 64% [======================================= ] 1707/2661 64% [======================================= ] 1708/2661 64% [======================================= ] 1709/2661 64% [======================================= ] 1710/2661 64% [======================================= ] 1711/2661 64% [======================================= ] 1712/2661 64% [======================================= ] 1713/2661 64% [======================================= ] 1714/2661 64% [======================================= ] 1715/2661 64% [======================================= ] 1716/2661 64% [======================================== ] 1717/2661 64% [======================================== ] 1718/2661 64% [======================================== ] 1719/2661 64% [======================================== ] 1720/2661 64% [======================================== ] 1721/2661 64% [======================================== ] 1722/2661 64% [======================================== ] 1723/2661 64% [======================================== ] 1724/2661 64% [======================================== ] 1725/2661 64% [======================================== ] 1726/2661 64% [======================================== ] 1727/2661 64% [======================================== ] 1728/2661 64% [======================================== ] 1729/2661 64% [======================================== ] 1730/2661 65% [======================================== ] 1731/2661 65% [======================================== ] 1732/2661 65% [======================================== ] 1733/2661 65% [======================================== ] 1734/2661 65% [======================================== ] 1735/2661 65% [======================================== ] 1736/2661 65% [======================================== ] 1737/2661 65% [======================================== ] 1738/2661 65% [======================================== ] 1739/2661 65% [======================================== ] 1740/2661 65% [======================================== ] 1741/2661 65% [======================================== ] 1742/2661 65% [======================================== ] 1743/2661 65% [======================================== ] 1744/2661 65% [======================================== ] 1745/2661 65% [======================================== ] 1746/2661 65% [======================================== ] 1747/2661 65% [======================================== ] 1748/2661 65% [======================================== ] 1749/2661 65% [======================================== ] 1750/2661 65% [======================================== ] 1751/2661 65% [======================================== ] 1752/2661 65% [======================================== ] 1753/2661 65% [======================================== ] 1754/2661 65% [======================================== ] 1755/2661 65% [======================================== ] 1756/2661 65% [======================================== ] 1757/2661 66% [======================================== ] 1758/2661 66% [======================================== ] 1759/2661 66% [========================================= ] 1760/2661 66% [========================================= ] 1761/2661 66% [========================================= ] 1762/2661 66% [========================================= ] 1763/2661 66% [========================================= ] 1764/2661 66% [========================================= ] 1765/2661 66% [========================================= ] 1766/2661 66% [========================================= ] 1767/2661 66% [========================================= ] 1768/2661 66% [========================================= ] 1769/2661 66% [========================================= ] 1770/2661 66% [========================================= ] 1771/2661 66% [========================================= ] 1772/2661 66% [========================================= ] 1773/2661 66% [========================================= ] 1774/2661 66% [========================================= ] 1775/2661 66% [========================================= ] 1776/2661 66% [========================================= ] 1777/2661 66% [========================================= ] 1778/2661 66% [========================================= ] 1779/2661 66% [========================================= ] 1780/2661 66% [========================================= ] 1781/2661 66% [========================================= ] 1782/2661 66% [========================================= ] 1783/2661 67% [========================================= ] 1784/2661 67% [========================================= ] 1785/2661 67% [========================================= ] 1786/2661 67% [========================================= ] 1787/2661 67% [========================================= ] 1788/2661 67% [========================================= ] 1789/2661 67% [========================================= ] 1790/2661 67% [========================================= ] 1791/2661 67% [========================================= ] 1792/2661 67% [========================================= ] 1793/2661 67% [========================================= ] 1794/2661 67% [========================================= ] 1795/2661 67% [========================================= ] 1796/2661 67% [========================================= ] 1797/2661 67% [========================================= ] 1798/2661 67% [========================================= ] 1799/2661 67% [========================================= ] 1800/2661 67% [========================================= ] 1801/2661 67% [========================================= ] 1802/2661 67% [========================================== ] 1803/2661 67% [========================================== ] 1804/2661 67% [========================================== ] 1805/2661 67% [========================================== ] 1806/2661 67% [========================================== ] 1807/2661 67% [========================================== ] 1808/2661 67% [========================================== ] 1809/2661 67% [========================================== ] 1810/2661 68% [========================================== ] 1811/2661 68% [========================================== ] 1812/2661 68% [========================================== ] 1813/2661 68% [========================================== ] 1814/2661 68% [========================================== ] 1815/2661 68% [========================================== ] 1816/2661 68% [========================================== ] 1817/2661 68% [========================================== ] 1818/2661 68% [========================================== ] 1819/2661 68% [========================================== ] 1820/2661 68% [========================================== ] 1821/2661 68% [========================================== ] 1822/2661 68% [========================================== ] 1823/2661 68% [========================================== ] 1824/2661 68% [========================================== ] 1825/2661 68% [========================================== ] 1826/2661 68% [========================================== ] 1827/2661 68% [========================================== ] 1828/2661 68% [========================================== ] 1829/2661 68% [========================================== ] 1830/2661 68% [========================================== ] 1831/2661 68% [========================================== ] 1832/2661 68% [========================================== ] 1833/2661 68% [========================================== ] 1834/2661 68% [========================================== ] 1835/2661 68% [========================================== ] 1836/2661 68% [========================================== ] 1837/2661 69% [========================================== ] 1838/2661 69% [========================================== ] 1839/2661 69% [========================================== ] 1840/2661 69% [========================================== ] 1841/2661 69% [========================================== ] 1842/2661 69% [========================================== ] 1843/2661 69% [========================================== ] 1844/2661 69% [========================================== ] 1845/2661 69% [=========================================== ] 1846/2661 69% [=========================================== ] 1847/2661 69% [=========================================== ] 1848/2661 69% [=========================================== ] 1849/2661 69% [=========================================== ] 1850/2661 69% [=========================================== ] 1851/2661 69% [=========================================== ] 1852/2661 69% [=========================================== ] 1853/2661 69% [=========================================== ] 1854/2661 69% [=========================================== ] 1855/2661 69% [=========================================== ] 1856/2661 69% [=========================================== ] 1857/2661 69% [=========================================== ] 1858/2661 69% [=========================================== ] 1859/2661 69% [=========================================== ] 1860/2661 69% [=========================================== ] 1861/2661 69% [=========================================== ] 1862/2661 69% [=========================================== ] 1863/2661 70% [=========================================== ] 1864/2661 70% [=========================================== ] 1865/2661 70% [=========================================== ] 1866/2661 70% [=========================================== ] 1867/2661 70% [=========================================== ] 1868/2661 70% [=========================================== ] 1869/2661 70% [=========================================== ] 1870/2661 70% [=========================================== ] 1871/2661 70% [=========================================== ] 1872/2661 70% [=========================================== ] 1873/2661 70% [=========================================== ] 1874/2661 70% [=========================================== ] 1875/2661 70% [=========================================== ] 1876/2661 70% [=========================================== ] 1877/2661 70% [=========================================== ] 1878/2661 70% [=========================================== ] 1879/2661 70% [=========================================== ] 1880/2661 70% [=========================================== ] 1881/2661 70% [=========================================== ] 1882/2661 70% [=========================================== ] 1883/2661 70% [=========================================== ] 1884/2661 70% [=========================================== ] 1885/2661 70% [=========================================== ] 1886/2661 70% [=========================================== ] 1887/2661 70% [=========================================== ] 1888/2661 70% [============================================ ] 1889/2661 70% [============================================ ] 1890/2661 71% [============================================ ] 1891/2661 71% [============================================ ] 1892/2661 71% [============================================ ] 1893/2661 71% [============================================ ] 1894/2661 71% [============================================ ] 1895/2661 71% [============================================ ] 1896/2661 71% [============================================ ] 1897/2661 71% [============================================ ] 1898/2661 71% [============================================ ] 1899/2661 71% [============================================ ] 1900/2661 71% [============================================ ] 1901/2661 71% [============================================ ] 1902/2661 71% [============================================ ] 1903/2661 71% [============================================ ] 1904/2661 71% [============================================ ] 1905/2661 71% [============================================ ] 1906/2661 71% [============================================ ] 1907/2661 71% [============================================ ] 1908/2661 71% [============================================ ] 1909/2661 71% [============================================ ] 1910/2661 71% [============================================ ] 1911/2661 71% [============================================ ] 1912/2661 71% [============================================ ] 1913/2661 71% [============================================ ] 1914/2661 71% [============================================ ] 1915/2661 71% [============================================ ] 1916/2661 72% [============================================ ] 1917/2661 72% [============================================ ] 1918/2661 72% [============================================ ] 1919/2661 72% [============================================ ] 1920/2661 72% [============================================ ] 1921/2661 72% [============================================ ] 1922/2661 72% [============================================ ] 1923/2661 72% [============================================ ] 1924/2661 72% [============================================ ] 1925/2661 72% [============================================ ] 1926/2661 72% [============================================ ] 1927/2661 72% [============================================ ] 1928/2661 72% [============================================ ] 1929/2661 72% [============================================ ] 1930/2661 72% [============================================ ] 1931/2661 72% [============================================= ] 1932/2661 72% [============================================= ] 1933/2661 72% [============================================= ] 1934/2661 72% [============================================= ] 1935/2661 72% [============================================= ] 1936/2661 72% [============================================= ] 1937/2661 72% [============================================= ] 1938/2661 72% [============================================= ] 1939/2661 72% [============================================= ] 1940/2661 72% [============================================= ] 1941/2661 72% [============================================= ] 1942/2661 72% [============================================= ] 1943/2661 73% [============================================= ] 1944/2661 73% [============================================= ] 1945/2661 73% [============================================= ] 1946/2661 73% [============================================= ] 1947/2661 73% [============================================= ] 1948/2661 73% [============================================= ] 1949/2661 73% [============================================= ] 1950/2661 73% [============================================= ] 1951/2661 73% [============================================= ] 1952/2661 73% [============================================= ] 1953/2661 73% [============================================= ] 1954/2661 73% [============================================= ] 1955/2661 73% [============================================= ] 1956/2661 73% [============================================= ] 1957/2661 73% [============================================= ] 1958/2661 73% [============================================= ] 1959/2661 73% [============================================= ] 1960/2661 73% [============================================= ] 1961/2661 73% [============================================= ] 1962/2661 73% [============================================= ] 1963/2661 73% [============================================= ] 1964/2661 73% [============================================= ] 1965/2661 73% [============================================= ] 1966/2661 73% [============================================= ] 1967/2661 73% [============================================= ] 1968/2661 73% [============================================= ] 1969/2661 73% [============================================= ] 1970/2661 74% [============================================= ] 1971/2661 74% [============================================= ] 1972/2661 74% [============================================= ] 1973/2661 74% [============================================= ] 1974/2661 74% [============================================== ] 1975/2661 74% [============================================== ] 1976/2661 74% [============================================== ] 1977/2661 74% [============================================== ] 1978/2661 74% [============================================== ] 1979/2661 74% [============================================== ] 1980/2661 74% [============================================== ] 1981/2661 74% [============================================== ] 1982/2661 74% [============================================== ] 1983/2661 74% [============================================== ] 1984/2661 74% [============================================== ] 1985/2661 74% [============================================== ] 1986/2661 74% [============================================== ] 1987/2661 74% [============================================== ] 1988/2661 74% [============================================== ] 1989/2661 74% [============================================== ] 1990/2661 74% [============================================== ] 1991/2661 74% [============================================== ] 1992/2661 74% [============================================== ] 1993/2661 74% [============================================== ] 1994/2661 74% [============================================== ] 1995/2661 74% [============================================== ] 1996/2661 75% [============================================== ] 1997/2661 75% [============================================== ] 1998/2661 75% [============================================== ] 1999/2661 75% [============================================== ] 2000/2661 75% [============================================== ] 2001/2661 75% [============================================== ] 2002/2661 75% [============================================== ] 2003/2661 75% [============================================== ] 2004/2661 75% [============================================== ] 2005/2661 75% [============================================== ] 2006/2661 75% [============================================== ] 2007/2661 75% [============================================== ] 2008/2661 75% [============================================== ] 2009/2661 75% [============================================== ] 2010/2661 75% [============================================== ] 2011/2661 75% [============================================== ] 2012/2661 75% [============================================== ] 2013/2661 75% [============================================== ] 2014/2661 75% [============================================== ] 2015/2661 75% [============================================== ] 2016/2661 75% [============================================== ] 2017/2661 75% [=============================================== ] 2018/2661 75% [=============================================== ] 2019/2661 75% [=============================================== ] 2020/2661 75% [=============================================== ] 2021/2661 75% [=============================================== ] 2022/2661 75% [=============================================== ] 2023/2661 76% [=============================================== ] 2024/2661 76% [=============================================== ] 2025/2661 76% [=============================================== ] 2026/2661 76% [=============================================== ] 2027/2661 76% [=============================================== ] 2028/2661 76% [=============================================== ] 2029/2661 76% [=============================================== ] 2030/2661 76% [=============================================== ] 2031/2661 76% [=============================================== ] 2032/2661 76% [=============================================== ] 2033/2661 76% [=============================================== ] 2034/2661 76% [=============================================== ] 2035/2661 76% [=============================================== ] 2036/2661 76% [=============================================== ] 2037/2661 76% [=============================================== ] 2038/2661 76% [=============================================== ] 2039/2661 76% [=============================================== ] 2040/2661 76% [=============================================== ] 2041/2661 76% [=============================================== ] 2042/2661 76% [=============================================== ] 2043/2661 76% [=============================================== ] 2044/2661 76% [=============================================== ] 2045/2661 76% [=============================================== ] 2046/2661 76% [=============================================== ] 2047/2661 76% [=============================================== ] 2048/2661 76% [=============================================== ] 2049/2661 77% [=============================================== ] 2050/2661 77% [=============================================== ] 2051/2661 77% [=============================================== ] 2052/2661 77% [=============================================== ] 2053/2661 77% [=============================================== ] 2054/2661 77% [=============================================== ] 2055/2661 77% [=============================================== ] 2056/2661 77% [=============================================== ] 2057/2661 77% [=============================================== ] 2058/2661 77% [=============================================== ] 2059/2661 77% [=============================================== ] 2060/2661 77% [================================================ ] 2061/2661 77% [================================================ ] 2062/2661 77% [================================================ ] 2063/2661 77% [================================================ ] 2064/2661 77% [================================================ ] 2065/2661 77% [================================================ ] 2066/2661 77% [================================================ ] 2067/2661 77% [================================================ ] 2068/2661 77% [================================================ ] 2069/2661 77% [================================================ ] 2070/2661 77% [================================================ ] 2071/2661 77% [================================================ ] 2072/2661 77% [================================================ ] 2073/2661 77% [================================================ ] 2074/2661 77% [================================================ ] 2075/2661 77% [================================================ ] 2076/2661 78% [================================================ ] 2077/2661 78% [================================================ ] 2078/2661 78% [================================================ ] 2079/2661 78% [================================================ ] 2080/2661 78% [================================================ ] 2081/2661 78% [================================================ ] 2082/2661 78% [================================================ ] 2083/2661 78% [================================================ ] 2084/2661 78% [================================================ ] 2085/2661 78% [================================================ ] 2086/2661 78% [================================================ ] 2087/2661 78% [================================================ ] 2088/2661 78% [================================================ ] 2089/2661 78% [================================================ ] 2090/2661 78% [================================================ ] 2091/2661 78% [================================================ ] 2092/2661 78% [================================================ ] 2093/2661 78% [================================================ ] 2094/2661 78% [================================================ ] 2095/2661 78% [================================================ ] 2096/2661 78% [================================================ ] 2097/2661 78% [================================================ ] 2098/2661 78% [================================================ ] 2099/2661 78% [================================================ ] 2100/2661 78% [================================================ ] 2101/2661 78% [================================================ ] 2102/2661 78% [================================================ ] 2103/2661 79% [================================================= ] 2104/2661 79% [================================================= ] 2105/2661 79% [================================================= ] 2106/2661 79% [================================================= ] 2107/2661 79% [================================================= ] 2108/2661 79% [================================================= ] 2109/2661 79% [================================================= ] 2110/2661 79% [================================================= ] 2111/2661 79% [================================================= ] 2112/2661 79% [================================================= ] 2113/2661 79% [================================================= ] 2114/2661 79% [================================================= ] 2115/2661 79% [================================================= ] 2116/2661 79% [================================================= ] 2117/2661 79% [================================================= ] 2118/2661 79% [================================================= ] 2119/2661 79% [================================================= ] 2120/2661 79% [================================================= ] 2121/2661 79% [================================================= ] 2122/2661 79% [================================================= ] 2123/2661 79% [================================================= ] 2124/2661 79% [================================================= ] 2125/2661 79% [================================================= ] 2126/2661 79% [================================================= ] 2127/2661 79% [================================================= ] 2128/2661 79% [================================================= ] 2129/2661 80% [================================================= ] 2130/2661 80% [================================================= ] 2131/2661 80% [================================================= ] 2132/2661 80% [================================================= ] 2133/2661 80% [================================================= ] 2134/2661 80% [================================================= ] 2135/2661 80% [================================================= ] 2136/2661 80% [================================================= ] 2137/2661 80% [================================================= ] 2138/2661 80% [================================================= ] 2139/2661 80% [================================================= ] 2140/2661 80% [================================================= ] 2141/2661 80% [================================================= ] 2142/2661 80% [================================================= ] 2143/2661 80% [================================================= ] 2144/2661 80% [================================================= ] 2145/2661 80% [================================================== ] 2146/2661 80% [================================================== ] 2147/2661 80% [================================================== ] 2148/2661 80% [================================================== ] 2149/2661 80% [================================================== ] 2150/2661 80% [================================================== ] 2151/2661 80% [================================================== ] 2152/2661 80% [================================================== ] 2153/2661 80% [================================================== ] 2154/2661 80% [================================================== ] 2155/2661 80% [================================================== ] 2156/2661 81% [================================================== ] 2157/2661 81% [================================================== ] 2158/2661 81% [================================================== ] 2159/2661 81% [================================================== ] 2160/2661 81% [================================================== ] 2161/2661 81% [================================================== ] 2162/2661 81% [================================================== ] 2163/2661 81% [================================================== ] 2164/2661 81% [================================================== ] 2165/2661 81% [================================================== ] 2166/2661 81% [================================================== ] 2167/2661 81% [================================================== ] 2168/2661 81% [================================================== ] 2169/2661 81% [================================================== ] 2170/2661 81% [================================================== ] 2171/2661 81% [================================================== ] 2172/2661 81% [================================================== ] 2173/2661 81% [================================================== ] 2174/2661 81% [================================================== ] 2175/2661 81% [================================================== ] 2176/2661 81% [================================================== ] 2177/2661 81% [================================================== ] 2178/2661 81% [================================================== ] 2179/2661 81% [================================================== ] 2180/2661 81% [================================================== ] 2181/2661 81% [================================================== ] 2182/2661 81% [================================================== ] 2183/2661 82% [================================================== ] 2184/2661 82% [================================================== ] 2185/2661 82% [================================================== ] 2186/2661 82% [================================================== ] 2187/2661 82% [================================================== ] 2188/2661 82% [=================================================== ] 2189/2661 82% [=================================================== ] 2190/2661 82% [=================================================== ] 2191/2661 82% [=================================================== ] 2192/2661 82% [=================================================== ] 2193/2661 82% [=================================================== ] 2194/2661 82% [=================================================== ] 2195/2661 82% [=================================================== ] 2196/2661 82% [=================================================== ] 2197/2661 82% [=================================================== ] 2198/2661 82% [=================================================== ] 2199/2661 82% [=================================================== ] 2200/2661 82% [=================================================== ] 2201/2661 82% [=================================================== ] 2202/2661 82% [=================================================== ] 2203/2661 82% [=================================================== ] 2204/2661 82% [=================================================== ] 2205/2661 82% [=================================================== ] 2206/2661 82% [=================================================== ] 2207/2661 82% [=================================================== ] 2208/2661 82% [=================================================== ] 2209/2661 83% [=================================================== ] 2210/2661 83% [=================================================== ] 2211/2661 83% [=================================================== ] 2212/2661 83% [=================================================== ] 2213/2661 83% [=================================================== ] 2214/2661 83% [=================================================== ] 2215/2661 83% [=================================================== ] 2216/2661 83% [=================================================== ] 2217/2661 83% [=================================================== ] 2218/2661 83% [=================================================== ] 2219/2661 83% [=================================================== ] 2220/2661 83% [=================================================== ] 2221/2661 83% [=================================================== ] 2222/2661 83% [=================================================== ] 2223/2661 83% [=================================================== ] 2224/2661 83% [=================================================== ] 2225/2661 83% [=================================================== ] 2226/2661 83% [=================================================== ] 2227/2661 83% [=================================================== ] 2228/2661 83% [=================================================== ] 2229/2661 83% [=================================================== ] 2230/2661 83% [=================================================== ] 2231/2661 83% [==================================================== ] 2232/2661 83% [==================================================== ] 2233/2661 83% [==================================================== ] 2234/2661 83% [==================================================== ] 2235/2661 83% [==================================================== ] 2236/2661 84% [==================================================== ] 2237/2661 84% [==================================================== ] 2238/2661 84% [==================================================== ] 2239/2661 84% [==================================================== ] 2240/2661 84% [==================================================== ] 2241/2661 84% [==================================================== ] 2242/2661 84% [==================================================== ] 2243/2661 84% [==================================================== ] 2244/2661 84% [==================================================== ] 2245/2661 84% [==================================================== ] 2246/2661 84% [==================================================== ] 2247/2661 84% [==================================================== ] 2248/2661 84% [==================================================== ] 2249/2661 84% [==================================================== ] 2250/2661 84% [==================================================== ] 2251/2661 84% [==================================================== ] 2252/2661 84% [==================================================== ] 2253/2661 84% [==================================================== ] 2254/2661 84% [==================================================== ] 2255/2661 84% [==================================================== ] 2256/2661 84% [==================================================== ] 2257/2661 84% [==================================================== ] 2258/2661 84% [==================================================== ] 2259/2661 84% [==================================================== ] 2260/2661 84% [==================================================== ] 2261/2661 84% [==================================================== ] 2262/2661 85% [==================================================== ] 2263/2661 85% [==================================================== ] 2264/2661 85% [==================================================== ] 2265/2661 85% [==================================================== ] 2266/2661 85% [==================================================== ] 2267/2661 85% [==================================================== ] 2268/2661 85% [==================================================== ] 2269/2661 85% [==================================================== ] 2270/2661 85% [==================================================== ] 2271/2661 85% [==================================================== ] 2272/2661 85% [==================================================== ] 2273/2661 85% [==================================================== ] 2274/2661 85% [===================================================== ] 2275/2661 85% [===================================================== ] 2276/2661 85% [===================================================== ] 2277/2661 85% [===================================================== ] 2278/2661 85% [===================================================== ] 2279/2661 85% [===================================================== ] 2280/2661 85% [===================================================== ] 2281/2661 85% [===================================================== ] 2282/2661 85% [===================================================== ] 2283/2661 85% [===================================================== ] 2284/2661 85% [===================================================== ] 2285/2661 85% [===================================================== ] 2286/2661 85% [===================================================== ] 2287/2661 85% [===================================================== ] 2288/2661 85% [===================================================== ] 2289/2661 86% [===================================================== ] 2290/2661 86% [===================================================== ] 2291/2661 86% [===================================================== ] 2292/2661 86% [===================================================== ] 2293/2661 86% [===================================================== ] 2294/2661 86% [===================================================== ] 2295/2661 86% [===================================================== ] 2296/2661 86% [===================================================== ] 2297/2661 86% [===================================================== ] 2298/2661 86% [===================================================== ] 2299/2661 86% [===================================================== ] 2300/2661 86% [===================================================== ] 2301/2661 86% [===================================================== ] 2302/2661 86% [===================================================== ] 2303/2661 86% [===================================================== ] 2304/2661 86% [===================================================== ] 2305/2661 86% [===================================================== ] 2306/2661 86% [===================================================== ] 2307/2661 86% [===================================================== ] 2308/2661 86% [===================================================== ] 2309/2661 86% [===================================================== ] 2310/2661 86% [===================================================== ] 2311/2661 86% [===================================================== ] 2312/2661 86% [===================================================== ] 2313/2661 86% [===================================================== ] 2314/2661 86% [===================================================== ] 2315/2661 86% [===================================================== ] 2316/2661 87% [===================================================== ] 2317/2661 87% [====================================================== ] 2318/2661 87% [====================================================== ] 2319/2661 87% [====================================================== ] 2320/2661 87% [====================================================== ] 2321/2661 87% [====================================================== ] 2322/2661 87% [====================================================== ] 2323/2661 87% [====================================================== ] 2324/2661 87% [====================================================== ] 2325/2661 87% [====================================================== ] 2326/2661 87% [====================================================== ] 2327/2661 87% [====================================================== ] 2328/2661 87% [====================================================== ] 2329/2661 87% [====================================================== ] 2330/2661 87% [====================================================== ] 2331/2661 87% [====================================================== ] 2332/2661 87% [====================================================== ] 2333/2661 87% [====================================================== ] 2334/2661 87% [====================================================== ] 2335/2661 87% [====================================================== ] 2336/2661 87% [====================================================== ] 2337/2661 87% [====================================================== ] 2338/2661 87% [====================================================== ] 2339/2661 87% [====================================================== ] 2340/2661 87% [====================================================== ] 2341/2661 87% [====================================================== ] 2342/2661 88% [====================================================== ] 2343/2661 88% [====================================================== ] 2344/2661 88% [====================================================== ] 2345/2661 88% [====================================================== ] 2346/2661 88% [====================================================== ] 2347/2661 88% [====================================================== ] 2348/2661 88% [====================================================== ] 2349/2661 88% [====================================================== ] 2350/2661 88% [====================================================== ] 2351/2661 88% [====================================================== ] 2352/2661 88% [====================================================== ] 2353/2661 88% [====================================================== ] 2354/2661 88% [====================================================== ] 2355/2661 88% [====================================================== ] 2356/2661 88% [====================================================== ] 2357/2661 88% [====================================================== ] 2358/2661 88% [====================================================== ] 2359/2661 88% [====================================================== ] 2360/2661 88% [======================================================= ] 2361/2661 88% [======================================================= ] 2362/2661 88% [======================================================= ] 2363/2661 88% [======================================================= ] 2364/2661 88% [======================================================= ] 2365/2661 88% [======================================================= ] 2366/2661 88% [======================================================= ] 2367/2661 88% [======================================================= ] 2368/2661 88% [======================================================= ] 2369/2661 89% [======================================================= ] 2370/2661 89% [======================================================= ] 2371/2661 89% [======================================================= ] 2372/2661 89% [======================================================= ] 2373/2661 89% [======================================================= ] 2374/2661 89% [======================================================= ] 2375/2661 89% [======================================================= ] 2376/2661 89% [======================================================= ] 2377/2661 89% [======================================================= ] 2378/2661 89% [======================================================= ] 2379/2661 89% [======================================================= ] 2380/2661 89% [======================================================= ] 2381/2661 89% [======================================================= ] 2382/2661 89% [======================================================= ] 2383/2661 89% [======================================================= ] 2384/2661 89% [======================================================= ] 2385/2661 89% [======================================================= ] 2386/2661 89% [======================================================= ] 2387/2661 89% [======================================================= ] 2388/2661 89% [======================================================= ] 2389/2661 89% [======================================================= ] 2390/2661 89% [======================================================= ] 2391/2661 89% [======================================================= ] 2392/2661 89% [======================================================= ] 2393/2661 89% [======================================================= ] 2394/2661 89% [======================================================= ] 2395/2661 90% [======================================================= ] 2396/2661 90% [======================================================= ] 2397/2661 90% [======================================================= ] 2398/2661 90% [======================================================= ] 2399/2661 90% [======================================================= ] 2400/2661 90% [======================================================= ] 2401/2661 90% [======================================================= ] 2402/2661 90% [======================================================= ] 2403/2661 90% [======================================================== ] 2404/2661 90% [======================================================== ] 2405/2661 90% [======================================================== ] 2406/2661 90% [======================================================== ] 2407/2661 90% [======================================================== ] 2408/2661 90% [======================================================== ] 2409/2661 90% [======================================================== ] 2410/2661 90% [======================================================== ] 2411/2661 90% [======================================================== ] 2412/2661 90% [======================================================== ] 2413/2661 90% [======================================================== ] 2414/2661 90% [======================================================== ] 2415/2661 90% [======================================================== ] 2416/2661 90% [======================================================== ] 2417/2661 90% [======================================================== ] 2418/2661 90% [======================================================== ] 2419/2661 90% [======================================================== ] 2420/2661 90% [======================================================== ] 2421/2661 90% [======================================================== ] 2422/2661 91% [======================================================== ] 2423/2661 91% [======================================================== ] 2424/2661 91% [======================================================== ] 2425/2661 91% [======================================================== ] 2426/2661 91% [======================================================== ] 2427/2661 91% [======================================================== ] 2428/2661 91% [======================================================== ] 2429/2661 91% [======================================================== ] 2430/2661 91% [======================================================== ] 2431/2661 91% [======================================================== ] 2432/2661 91% [======================================================== ] 2433/2661 91% [======================================================== ] 2434/2661 91% [======================================================== ] 2435/2661 91% [======================================================== ] 2436/2661 91% [======================================================== ] 2437/2661 91% [======================================================== ] 2438/2661 91% [======================================================== ] 2439/2661 91% [======================================================== ] 2440/2661 91% [======================================================== ] 2441/2661 91% [======================================================== ] 2442/2661 91% [======================================================== ] 2443/2661 91% [======================================================== ] 2444/2661 91% [======================================================== ] 2445/2661 91% [======================================================== ] 2446/2661 91% [========================================================= ] 2447/2661 91% [========================================================= ] 2448/2661 91% [========================================================= ] 2449/2661 92% [========================================================= ] 2450/2661 92% [========================================================= ] 2451/2661 92% [========================================================= ] 2452/2661 92% [========================================================= ] 2453/2661 92% [========================================================= ] 2454/2661 92% [========================================================= ] 2455/2661 92% [========================================================= ] 2456/2661 92% [========================================================= ] 2457/2661 92% [========================================================= ] 2458/2661 92% [========================================================= ] 2459/2661 92% [========================================================= ] 2460/2661 92% [========================================================= ] 2461/2661 92% [========================================================= ] 2462/2661 92% [========================================================= ] 2463/2661 92% [========================================================= ] 2464/2661 92% [========================================================= ] 2465/2661 92% [========================================================= ] 2466/2661 92% [========================================================= ] 2467/2661 92% [========================================================= ] 2468/2661 92% [========================================================= ] 2469/2661 92% [========================================================= ] 2470/2661 92% [========================================================= ] 2471/2661 92% [========================================================= ] 2472/2661 92% [========================================================= ] 2473/2661 92% [========================================================= ] 2474/2661 92% [========================================================= ] 2475/2661 93% [========================================================= ] 2476/2661 93% [========================================================= ] 2477/2661 93% [========================================================= ] 2478/2661 93% [========================================================= ] 2479/2661 93% [========================================================= ] 2480/2661 93% [========================================================= ] 2481/2661 93% [========================================================= ] 2482/2661 93% [========================================================= ] 2483/2661 93% [========================================================= ] 2484/2661 93% [========================================================= ] 2485/2661 93% [========================================================= ] 2486/2661 93% [========================================================= ] 2487/2661 93% [========================================================= ] 2488/2661 93% [========================================================= ] 2489/2661 93% [========================================================== ] 2490/2661 93% [========================================================== ] 2491/2661 93% [========================================================== ] 2492/2661 93% [========================================================== ] 2493/2661 93% [========================================================== ] 2494/2661 93% [========================================================== ] 2495/2661 93% [========================================================== ] 2496/2661 93% [========================================================== ] 2497/2661 93% [========================================================== ] 2498/2661 93% [========================================================== ] 2499/2661 93% [========================================================== ] 2500/2661 93% [========================================================== ] 2501/2661 93% [========================================================== ] 2502/2661 94% [========================================================== ] 2503/2661 94% [========================================================== ] 2504/2661 94% [========================================================== ] 2505/2661 94% [========================================================== ] 2506/2661 94% [========================================================== ] 2507/2661 94% [========================================================== ] 2508/2661 94% [========================================================== ] 2509/2661 94% [========================================================== ] 2510/2661 94% [========================================================== ] 2511/2661 94% [========================================================== ] 2512/2661 94% [========================================================== ] 2513/2661 94% [========================================================== ] 2514/2661 94% [========================================================== ] 2515/2661 94% [========================================================== ] 2516/2661 94% [========================================================== ] 2517/2661 94% [========================================================== ] 2518/2661 94% [========================================================== ] 2519/2661 94% [========================================================== ] 2520/2661 94% [========================================================== ] 2521/2661 94% [========================================================== ] 2522/2661 94% [========================================================== ] 2523/2661 94% [========================================================== ] 2524/2661 94% [========================================================== ] 2525/2661 94% [========================================================== ] 2526/2661 94% [========================================================== ] 2527/2661 94% [========================================================== ] 2528/2661 95% [========================================================== ] 2529/2661 95% [========================================================== ] 2530/2661 95% [========================================================== ] 2531/2661 95% [========================================================== ] 2532/2661 95% [=========================================================== ] 2533/2661 95% [=========================================================== ] 2534/2661 95% [=========================================================== ] 2535/2661 95% [=========================================================== ] 2536/2661 95% [=========================================================== ] 2537/2661 95% [=========================================================== ] 2538/2661 95% [=========================================================== ] 2539/2661 95% [=========================================================== ] 2540/2661 95% [=========================================================== ] 2541/2661 95% [=========================================================== ] 2542/2661 95% [=========================================================== ] 2543/2661 95% [=========================================================== ] 2544/2661 95% [=========================================================== ] 2545/2661 95% [=========================================================== ] 2546/2661 95% [=========================================================== ] 2547/2661 95% [=========================================================== ] 2548/2661 95% [=========================================================== ] 2549/2661 95% [=========================================================== ] 2550/2661 95% [=========================================================== ] 2551/2661 95% [=========================================================== ] 2552/2661 95% [=========================================================== ] 2553/2661 95% [=========================================================== ] 2554/2661 95% [=========================================================== ] 2555/2661 96% [=========================================================== ] 2556/2661 96% [=========================================================== ] 2557/2661 96% [=========================================================== ] 2558/2661 96% [=========================================================== ] 2559/2661 96% [=========================================================== ] 2560/2661 96% [=========================================================== ] 2561/2661 96% [=========================================================== ] 2562/2661 96% [=========================================================== ] 2563/2661 96% [=========================================================== ] 2564/2661 96% [=========================================================== ] 2565/2661 96% [=========================================================== ] 2566/2661 96% [=========================================================== ] 2567/2661 96% [=========================================================== ] 2568/2661 96% [=========================================================== ] 2569/2661 96% [=========================================================== ] 2570/2661 96% [=========================================================== ] 2571/2661 96% [=========================================================== ] 2572/2661 96% [=========================================================== ] 2573/2661 96% [=========================================================== ] 2574/2661 96% [=========================================================== ] 2575/2661 96% [============================================================ ] 2576/2661 96% [============================================================ ] 2577/2661 96% [============================================================ ] 2578/2661 96% [============================================================ ] 2579/2661 96% [============================================================ ] 2580/2661 96% [============================================================ ] 2581/2661 96% [============================================================ ] 2582/2661 97% [============================================================ ] 2583/2661 97% [============================================================ ] 2584/2661 97% [============================================================ ] 2585/2661 97% [============================================================ ] 2586/2661 97% [============================================================ ] 2587/2661 97% [============================================================ ] 2588/2661 97% [============================================================ ] 2589/2661 97% [============================================================ ] 2590/2661 97% [============================================================ ] 2591/2661 97% [============================================================ ] 2592/2661 97% [============================================================ ] 2593/2661 97% [============================================================ ] 2594/2661 97% [============================================================ ] 2595/2661 97% [============================================================ ] 2596/2661 97% [============================================================ ] 2597/2661 97% [============================================================ ] 2598/2661 97% [============================================================ ] 2599/2661 97% [============================================================ ] 2600/2661 97% [============================================================ ] 2601/2661 97% [============================================================ ] 2602/2661 97% [============================================================ ] 2603/2661 97% [============================================================ ] 2604/2661 97% [============================================================ ] 2605/2661 97% [============================================================ ] 2606/2661 97% [============================================================ ] 2607/2661 97% [============================================================ ] 2608/2661 98% [============================================================ ] 2609/2661 98% [============================================================ ] 2610/2661 98% [============================================================ ] 2611/2661 98% [============================================================ ] 2612/2661 98% [============================================================ ] 2613/2661 98% [============================================================ ] 2614/2661 98% [============================================================ ] 2615/2661 98% [============================================================ ] 2616/2661 98% [============================================================ ] 2617/2661 98% [============================================================ ] 2618/2661 98% [============================================================= ] 2619/2661 98% [============================================================= ] 2620/2661 98% [============================================================= ] 2621/2661 98% [============================================================= ] 2622/2661 98% [============================================================= ] 2623/2661 98% [============================================================= ] 2624/2661 98% [============================================================= ] 2625/2661 98% [============================================================= ] 2626/2661 98% [============================================================= ] 2627/2661 98% [============================================================= ] 2628/2661 98% [============================================================= ] 2629/2661 98% [============================================================= ] 2630/2661 98% [============================================================= ] 2631/2661 98% [============================================================= ] 2632/2661 98% [============================================================= ] 2633/2661 98% [============================================================= ] 2634/2661 98% [============================================================= ] 2635/2661 99% [============================================================= ] 2636/2661 99% [============================================================= ] 2637/2661 99% [============================================================= ] 2638/2661 99% [============================================================= ] 2639/2661 99% [============================================================= ] 2640/2661 99% [============================================================= ] 2641/2661 99% [============================================================= ] 2642/2661 99% [============================================================= ] 2643/2661 99% [============================================================= ] 2644/2661 99% [============================================================= ] 2645/2661 99% [============================================================= ] 2646/2661 99% [============================================================= ] 2647/2661 99% [============================================================= ] 2648/2661 99% [============================================================= ] 2649/2661 99% [============================================================= ] 2650/2661 99% [============================================================= ] 2651/2661 99% [============================================================= ] 2652/2661 99% [============================================================= ] 2653/2661 99% [============================================================= ] 2654/2661 99% [============================================================= ] 2655/2661 99% [============================================================= ] 2656/2661 99% [============================================================= ] 2657/2661 99% [============================================================= ] 2658/2661 99% [============================================================= ] 2659/2661 99% [============================================================= ] 2660/2661 99% [==============================================================] 2661/2661 100% operation complete, 2661 objects in 93472 NAND pages. ln -snf /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/buildroot/instance-0/output-1/staging make: Leaving directory '/home/buildroot/instance-0/buildroot' make: Entering directory '/home/buildroot/instance-0/buildroot' >>> Buildroot 2024.08-rc3-17-gefd5f1aae4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final arc-2023.09-release Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final arc-2023.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils arc-2023.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.50 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial arc-2023.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.10.7 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> brotli 1.1.0 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.30.0 Collecting legal info Copyright.txt: OK (sha256: 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-checksec 2.7.1 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> doom-wad 1.9 Collecting legal info >>> host-dracut 059 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-prelink-cross a853a5d715d84eec93aa68e8f2df26b7d860f5b2 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libiberty 2.41 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> dtv-scan-tables 7098bdd27548eaf3e5d9485fc68575f88e362daf Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flashrom 1.4.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> host-flutter-sdk-bin 3.24.0 Collecting legal info LICENSE: OK (sha256: a598db94b6290ffbe10b5ecf911057b6a943351c727fdda9e5f2891d68700a20) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-imagemagick 7.1.1-31 Collecting legal info LICENSE: OK (sha256: a556c5292c87c9a6ac795c80669b0c3660f9f729de8c476bf2b10f83ab1b34ec) >>> host-libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> host-libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-imx-mkimage lf-6.6.23-2.0.0 Collecting legal info LICENSE: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libbytesize 2.10 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libmpdclient 2.22 Collecting legal info LICENSES/BSD-2-Clause.txt: OK (sha256: fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c) LICENSES/BSD-3-Clause.txt: OK (sha256: e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsrtp 2.6.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libwebsockets 4.3.3 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> lldpd 1.0.17 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mrouted 4.5 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> nettle 3.9.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> tslib 1.23 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> proftpd 1.3.8b Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-rust-bin 1.79.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> skalibs 2.14.2.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> host-skopeo 1.13.3 Collecting legal info LICENSE: OK (sha256: 716a8b80635c394681e652823e1e42e411ad2d254e1f202403422d74f4b0b106) >>> host-btrfs-progs 6.10 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-go 1.22.5 Collecting legal info >>> host-go-src Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage3 1.21.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.13 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-libgpgme 1.23.2 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> host-libassuan 2.5.7 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libgpg-error 1.50 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-lvm2 2.03.23 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.6.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> utf8proc 2.9.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wpa_supplicant 2.11 Collecting legal info README: OK (sha256: f1b5992bbdd015c3ccb7faaadd62ef58ed821e15b9329bf2ceb27511ccc3f562) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd 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: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: doom-wad-1.9: cannot save license (DOOM_WAD_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/buildroot/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/instance-0/buildroot'