mkdir -p /home/autobuild/autobuild/instance-11/output-1/images rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot printf ' mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/tmp /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/confdir\n touch /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/empty-config\n cp fs/cpio/dracut.conf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/confdir/dracut.conf\n \n /home/autobuild/autobuild/instance-11/output-1/host/bin/dracut --no-kernel -c /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/empty-config --confdir /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/confdir --sysroot /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target --tmpdir /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/tmp -M --force --no-compress /home/autobuild/autobuild/instance-11/output-1/images/rootfs.cpio\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target table='/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt' dracut: Executing: /home/autobuild/autobuild/instance-11/output-1/host/bin/dracut.real --no-kernel -c /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/empty-config --confdir /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/confdir --sysroot /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target --tmpdir /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/tmp -M --force --no-compress /home/autobuild/autobuild/instance-11/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 '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 'base' depends on 'udev-rules', which can't be installed dracut: dracut module 'shutdown' depends on 'base', which can't be installed dracut: dracut module 'busybox-init' cannot be found or installed. dracut: dracut module 'busybox-init' cannot be found or installed. libc-links kernel-modules dracut-install: ERROR: installing '/home/autobuild/autobuild/instance-11/output-1/host/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh' to '/lib/dracut/hooks/cmdline/01-parse-kernel.sh' dracut: FAILED: /home/autobuild/autobuild/instance-11/output-1/host/lib/dracut/dracut-install -r /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target -D /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/tmp/dracut.gRlu3e/initramfs /home/autobuild/autobuild/instance-11/output-1/host/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh /lib/dracut/hooks/cmdline/01-parse-kernel.sh chmod: cannot access '/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/tmp/dracut.gRlu3e/initramfs//lib/dracut/hooks/cmdline/01-parse-kernel.sh': No such file or directory dracut-install: ERROR: installing '/home/autobuild/autobuild/instance-11/output-1/host/lib/dracut/modules.d/90kernel-modules/insmodpost.sh' to '/sbin/insmodpost.sh' dracut: FAILED: /home/autobuild/autobuild/instance-11/output-1/host/lib/dracut/dracut-install -r /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target -D /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/tmp/dracut.gRlu3e/initramfs /home/autobuild/autobuild/instance-11/output-1/host/lib/dracut/modules.d/90kernel-modules/insmodpost.sh /sbin/insmodpost.sh kernel-modules-extra terminfo virtiofs dracut-install: ERROR: installing '/home/autobuild/autobuild/instance-11/output-1/host/lib/dracut/modules.d/95virtiofs/parse-virtiofs.sh' to '/lib/dracut/hooks/cmdline/95-parse-virtiofs.sh' dracut: FAILED: /home/autobuild/autobuild/instance-11/output-1/host/lib/dracut/dracut-install -r /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target -D /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/tmp/dracut.gRlu3e/initramfs /home/autobuild/autobuild/instance-11/output-1/host/lib/dracut/modules.d/95virtiofs/parse-virtiofs.sh /lib/dracut/hooks/cmdline/95-parse-virtiofs.sh chmod: cannot access '/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/tmp/dracut.gRlu3e/initramfs//lib/dracut/hooks/cmdline/95-parse-virtiofs.sh': No such file or directory dracut-install: ERROR: installing '/home/autobuild/autobuild/instance-11/output-1/host/lib/dracut/modules.d/95virtiofs/mount-virtiofs.sh' to '/lib/dracut/hooks/pre-mount/99-mount-virtiofs.sh' dracut: FAILED: /home/autobuild/autobuild/instance-11/output-1/host/lib/dracut/dracut-install -r /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target -D /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/tmp/dracut.gRlu3e/initramfs /home/autobuild/autobuild/instance-11/output-1/host/lib/dracut/modules.d/95virtiofs/mount-virtiofs.sh /lib/dracut/hooks/pre-mount/99-mount-virtiofs.sh chmod: cannot access '/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/tmp/dracut.gRlu3e/initramfs//lib/dracut/hooks/pre-mount/99-mount-virtiofs.sh': No such file or directory dracut: *** Including modules done *** dracut: *** Hardlinking files *** dracut: Mode: real dracut: Method: sha256 dracut: Files: 12 dracut: Linked: 0 files dracut: Compared: 0 xattrs dracut: Compared: 0 files dracut: Saved: 0 B dracut: Duration: 0.000301 seconds dracut: *** Hardlinking files done *** dracut: *** Store current command line parameters *** dracut: *** Creating image file '/home/autobuild/autobuild/instance-11/output-1/images/rootfs.cpio' *** dracut: *** Creating initramfs image file '/home/autobuild/autobuild/instance-11/output-1/images/rootfs.cpio' done *** PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" gzip -9 -c -n /home/autobuild/autobuild/instance-11/output-1/images/rootfs.cpio > /home/autobuild/autobuild/instance-11/output-1/images/rootfs.cpio.gz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/images rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-11/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3208 objects. stage 2: creating image '/home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2' [ ] 1/3208 0% [ ] 2/3208 0% [ ] 3/3208 0% [ ] 4/3208 0% [ ] 5/3208 0% [ ] 6/3208 0% [ ] 7/3208 0% [ ] 8/3208 0% [ ] 9/3208 0% [ ] 10/3208 0% [ ] 11/3208 0% [ ] 12/3208 0% [ ] 13/3208 0% [ ] 14/3208 0% [ ] 15/3208 0% [ ] 16/3208 0% [ ] 17/3208 0% [ ] 18/3208 0% [ ] 19/3208 0% [ ] 20/3208 0% [ ] 21/3208 0% [ ] 22/3208 0% [ ] 23/3208 0% [ ] 24/3208 0% [ ] 25/3208 0% [ ] 26/3208 0% [ ] 27/3208 0% [ ] 28/3208 0% [ ] 29/3208 0% [ ] 30/3208 0% [ ] 31/3208 0% [ ] 32/3208 0% [ ] 33/3208 1% [ ] 34/3208 1% [ ] 35/3208 1% [ ] 36/3208 1% [ ] 37/3208 1% [ ] 38/3208 1% [ ] 39/3208 1% [ ] 40/3208 1% [ ] 41/3208 1% [ ] 42/3208 1% [ ] 43/3208 1% [ ] 44/3208 1% [ ] 45/3208 1% [ ] 46/3208 1% [ ] 47/3208 1% [ ] 48/3208 1% [ ] 49/3208 1% [ ] 50/3208 1% [ ] 51/3208 1% [= ] 52/3208 1% [= ] 53/3208 1% [= ] 54/3208 1% [= ] 55/3208 1% [= ] 56/3208 1% [= ] 57/3208 1% [= ] 58/3208 1% [= ] 59/3208 1% [= ] 60/3208 1% [= ] 61/3208 1% [= ] 62/3208 1% [= ] 63/3208 1% [= ] 64/3208 1% [= ] 65/3208 2% [= ] 66/3208 2% [= ] 67/3208 2% [= ] 68/3208 2% [= ] 69/3208 2% [= ] 70/3208 2% [= ] 71/3208 2% [= ] 72/3208 2% [= ] 73/3208 2% [= ] 74/3208 2% [= ] 75/3208 2% [= ] 76/3208 2% [= ] 77/3208 2% [= ] 78/3208 2% [= ] 79/3208 2% [= ] 80/3208 2% [= ] 81/3208 2% [= ] 82/3208 2% [= ] 83/3208 2% [= ] 84/3208 2% [= ] 85/3208 2% [= ] 86/3208 2% [= ] 87/3208 2% [= ] 88/3208 2% [= ] 89/3208 2% [= ] 90/3208 2% [= ] 91/3208 2% [= ] 92/3208 2% [= ] 93/3208 2% [= ] 94/3208 2% [= ] 95/3208 2% [= ] 96/3208 2% [= ] 97/3208 3% [= ] 98/3208 3% [= ] 99/3208 3% [= ] 100/3208 3% [= ] 101/3208 3% [= ] 102/3208 3% [= ] 103/3208 3% [== ] 104/3208 3% [== ] 105/3208 3% [== ] 106/3208 3% [== ] 107/3208 3% [== ] 108/3208 3% [== ] 109/3208 3% [== ] 110/3208 3% [== ] 111/3208 3% [== ] 112/3208 3% [== ] 113/3208 3% [== ] 114/3208 3% [== ] 115/3208 3% [== ] 116/3208 3% [== ] 117/3208 3% [== ] 118/3208 3% [== ] 119/3208 3% [== ] 120/3208 3% [== ] 121/3208 3% [== ] 122/3208 3% [== ] 123/3208 3% [== ] 124/3208 3% [== ] 125/3208 3% [== ] 126/3208 3% [== ] 127/3208 3% [== ] 128/3208 3% [== ] 129/3208 4% [== ] 130/3208 4% [== ] 131/3208 4% [== ] 132/3208 4% [== ] 133/3208 4% [== ] 134/3208 4% [== ] 135/3208 4% [== ] 136/3208 4% [== ] 137/3208 4% [== ] 138/3208 4% [== ] 139/3208 4% [== ] 140/3208 4% [== ] 141/3208 4% [== ] 142/3208 4% [== ] 143/3208 4% [== ] 144/3208 4% [== ] 145/3208 4% [== ] 146/3208 4% [== ] 147/3208 4% [== ] 148/3208 4% [== ] 149/3208 4% [== ] 150/3208 4% [== ] 151/3208 4% [== ] 152/3208 4% [== ] 153/3208 4% [== ] 154/3208 4% [== ] 155/3208 4% [=== ] 156/3208 4% [=== ] 157/3208 4% [=== ] 158/3208 4% [=== ] 159/3208 4% [=== ] 160/3208 4% [=== ] 161/3208 5% [=== ] 162/3208 5% [=== ] 163/3208 5% [=== ] 164/3208 5% [=== ] 165/3208 5% [=== ] 166/3208 5% [=== ] 167/3208 5% [=== ] 168/3208 5% [=== ] 169/3208 5% [=== ] 170/3208 5% [=== ] 171/3208 5% [=== ] 172/3208 5% [=== ] 173/3208 5% [=== ] 174/3208 5% [=== ] 175/3208 5% [=== ] 176/3208 5% [=== ] 177/3208 5% [=== ] 178/3208 5% [=== ] 179/3208 5% [=== ] 180/3208 5% [=== ] 181/3208 5% [=== ] 182/3208 5% [=== ] 183/3208 5% [=== ] 184/3208 5% [=== ] 185/3208 5% [=== ] 186/3208 5% [=== ] 187/3208 5% [=== ] 188/3208 5% [=== ] 189/3208 5% [=== ] 190/3208 5% [=== ] 191/3208 5% [=== ] 192/3208 5% [=== ] 193/3208 6% [=== ] 194/3208 6% [=== ] 195/3208 6% [=== ] 196/3208 6% [=== ] 197/3208 6% [=== ] 198/3208 6% [=== ] 199/3208 6% [=== ] 200/3208 6% [=== ] 201/3208 6% [=== ] 202/3208 6% [=== ] 203/3208 6% [=== ] 204/3208 6% [=== ] 205/3208 6% [=== ] 206/3208 6% [==== ] 207/3208 6% [==== ] 208/3208 6% [==== ] 209/3208 6% [==== ] 210/3208 6% [==== ] 211/3208 6% [==== ] 212/3208 6% [==== ] 213/3208 6% [==== ] 214/3208 6% [==== ] 215/3208 6% [==== ] 216/3208 6% [==== ] 217/3208 6% [==== ] 218/3208 6% [==== ] 219/3208 6% [==== ] 220/3208 6% [==== ] 221/3208 6% [==== ] 222/3208 6% [==== ] 223/3208 6% [==== ] 224/3208 6% [==== ] 225/3208 7% [==== ] 226/3208 7% [==== ] 227/3208 7% [==== ] 228/3208 7% [==== ] 229/3208 7% [==== ] 230/3208 7% [==== ] 231/3208 7% [==== ] 232/3208 7% [==== ] 233/3208 7% [==== ] 234/3208 7% [==== ] 235/3208 7% [==== ] 236/3208 7% [==== ] 237/3208 7% [==== ] 238/3208 7% [==== ] 239/3208 7% [==== ] 240/3208 7% [==== ] 241/3208 7% [==== ] 242/3208 7% [==== ] 243/3208 7% [==== ] 244/3208 7% [==== ] 245/3208 7% [==== ] 246/3208 7% [==== ] 247/3208 7% [==== ] 248/3208 7% [==== ] 249/3208 7% [==== ] 250/3208 7% [==== ] 251/3208 7% [==== ] 252/3208 7% [==== ] 253/3208 7% [==== ] 254/3208 7% [==== ] 255/3208 7% [==== ] 256/3208 7% [==== ] 257/3208 8% [==== ] 258/3208 8% [===== ] 259/3208 8% [===== ] 260/3208 8% [===== ] 261/3208 8% [===== ] 262/3208 8% [===== ] 263/3208 8% [===== ] 264/3208 8% [===== ] 265/3208 8% [===== ] 266/3208 8% [===== ] 267/3208 8% [===== ] 268/3208 8% [===== ] 269/3208 8% [===== ] 270/3208 8% [===== ] 271/3208 8% [===== ] 272/3208 8% [===== ] 273/3208 8% [===== ] 274/3208 8% [===== ] 275/3208 8% [===== ] 276/3208 8% [===== ] 277/3208 8% [===== ] 278/3208 8% [===== ] 279/3208 8% [===== ] 280/3208 8% [===== ] 281/3208 8% [===== ] 282/3208 8% [===== ] 283/3208 8% [===== ] 284/3208 8% [===== ] 285/3208 8% [===== ] 286/3208 8% [===== ] 287/3208 8% [===== ] 288/3208 8% [===== ] 289/3208 9% [===== ] 290/3208 9% [===== ] 291/3208 9% [===== ] 292/3208 9% [===== ] 293/3208 9% [===== ] 294/3208 9% [===== ] 295/3208 9% [===== ] 296/3208 9% [===== ] 297/3208 9% [===== ] 298/3208 9% [===== ] 299/3208 9% [===== ] 300/3208 9% [===== ] 301/3208 9% [===== ] 302/3208 9% [===== ] 303/3208 9% [===== ] 304/3208 9% [===== ] 305/3208 9% [===== ] 306/3208 9% [===== ] 307/3208 9% [===== ] 308/3208 9% [===== ] 309/3208 9% [===== ] 310/3208 9% [====== ] 311/3208 9% [====== ] 312/3208 9% [====== ] 313/3208 9% [====== ] 314/3208 9% [====== ] 315/3208 9% [====== ] 316/3208 9% [====== ] 317/3208 9% [====== ] 318/3208 9% [====== ] 319/3208 9% [====== ] 320/3208 9% [====== ] 321/3208 10% [====== ] 322/3208 10% [====== ] 323/3208 10% [====== ] 324/3208 10% [====== ] 325/3208 10% [====== ] 326/3208 10% [====== ] 327/3208 10% [====== ] 328/3208 10% [====== ] 329/3208 10% [====== ] 330/3208 10% [====== ] 331/3208 10% [====== ] 332/3208 10% [====== ] 333/3208 10% [====== ] 334/3208 10% [====== ] 335/3208 10% [====== ] 336/3208 10% [====== ] 337/3208 10% [====== ] 338/3208 10% [====== ] 339/3208 10% [====== ] 340/3208 10% [====== ] 341/3208 10% [====== ] 342/3208 10% [====== ] 343/3208 10% [====== ] 344/3208 10% [====== ] 345/3208 10% [====== ] 346/3208 10% [====== ] 347/3208 10% [====== ] 348/3208 10% [====== ] 349/3208 10% [====== ] 350/3208 10% [====== ] 351/3208 10% [====== ] 352/3208 10% [====== ] 353/3208 11% [====== ] 354/3208 11% [====== ] 355/3208 11% [====== ] 356/3208 11% [====== ] 357/3208 11% [====== ] 358/3208 11% [====== ] 359/3208 11% [====== ] 360/3208 11% [====== ] 361/3208 11% [====== ] 362/3208 11% [======= ] 363/3208 11% [======= ] 364/3208 11% [======= ] 365/3208 11% [======= ] 366/3208 11% [======= ] 367/3208 11% [======= ] 368/3208 11% [======= ] 369/3208 11% [======= ] 370/3208 11% [======= ] 371/3208 11% [======= ] 372/3208 11% [======= ] 373/3208 11% [======= ] 374/3208 11% [======= ] 375/3208 11% [======= ] 376/3208 11% [======= ] 377/3208 11% [======= ] 378/3208 11% [======= ] 379/3208 11% [======= ] 380/3208 11% [======= ] 381/3208 11% [======= ] 382/3208 11% [======= ] 383/3208 11% [======= ] 384/3208 11% [======= ] 385/3208 12% [======= ] 386/3208 12% [======= ] 387/3208 12% [======= ] 388/3208 12% [======= ] 389/3208 12% [======= ] 390/3208 12% [======= ] 391/3208 12% [======= ] 392/3208 12% [======= ] 393/3208 12% [======= ] 394/3208 12% [======= ] 395/3208 12% [======= ] 396/3208 12% [======= ] 397/3208 12% [======= ] 398/3208 12% [======= ] 399/3208 12% [======= ] 400/3208 12% [======= ] 401/3208 12% [======= ] 402/3208 12% [======= ] 403/3208 12% [======= ] 404/3208 12% [======= ] 405/3208 12% [======= ] 406/3208 12% [======= ] 407/3208 12% [======= ] 408/3208 12% [======= ] 409/3208 12% [======= ] 410/3208 12% [======= ] 411/3208 12% [======= ] 412/3208 12% [======= ] 413/3208 12% [======== ] 414/3208 12% [======== ] 415/3208 12% [======== ] 416/3208 12% [======== ] 417/3208 12% [======== ] 418/3208 13% [======== ] 419/3208 13% [======== ] 420/3208 13% [======== ] 421/3208 13% [======== ] 422/3208 13% [======== ] 423/3208 13% [======== ] 424/3208 13% [======== ] 425/3208 13% [======== ] 426/3208 13% [======== ] 427/3208 13% [======== ] 428/3208 13% [======== ] 429/3208 13% [======== ] 430/3208 13% [======== ] 431/3208 13% [======== ] 432/3208 13% [======== ] 433/3208 13% [======== ] 434/3208 13% [======== ] 435/3208 13% [======== ] 436/3208 13% [======== ] 437/3208 13% [======== ] 438/3208 13% [======== ] 439/3208 13% [======== ] 440/3208 13% [======== ] 441/3208 13% [======== ] 442/3208 13% [======== ] 443/3208 13% [======== ] 444/3208 13% [======== ] 445/3208 13% [======== ] 446/3208 13% [======== ] 447/3208 13% [======== ] 448/3208 13% [======== ] 449/3208 13% [======== ] 450/3208 14% [======== ] 451/3208 14% [======== ] 452/3208 14% [======== ] 453/3208 14% [======== ] 454/3208 14% [======== ] 455/3208 14% [======== ] 456/3208 14% [======== ] 457/3208 14% [======== ] 458/3208 14% [======== ] 459/3208 14% [======== ] 460/3208 14% [======== ] 461/3208 14% [======== ] 462/3208 14% [======== ] 463/3208 14% [======== ] 464/3208 14% [======== ] 465/3208 14% [========= ] 466/3208 14% [========= ] 467/3208 14% [========= ] 468/3208 14% [========= ] 469/3208 14% [========= ] 470/3208 14% [========= ] 471/3208 14% [========= ] 472/3208 14% [========= ] 473/3208 14% [========= ] 474/3208 14% [========= ] 475/3208 14% [========= ] 476/3208 14% [========= ] 477/3208 14% [========= ] 478/3208 14% [========= ] 479/3208 14% [========= ] 480/3208 14% [========= ] 481/3208 14% [========= ] 482/3208 15% [========= ] 483/3208 15% [========= ] 484/3208 15% [========= ] 485/3208 15% [========= ] 486/3208 15% [========= ] 487/3208 15% [========= ] 488/3208 15% [========= ] 489/3208 15% [========= ] 490/3208 15% [========= ] 491/3208 15% [========= ] 492/3208 15% [========= ] 493/3208 15% [========= ] 494/3208 15% [========= ] 495/3208 15% [========= ] 496/3208 15% [========= ] 497/3208 15% [========= ] 498/3208 15% [========= ] 499/3208 15% [========= ] 500/3208 15% [========= ] 501/3208 15% [========= ] 502/3208 15% [========= ] 503/3208 15% [========= ] 504/3208 15% [========= ] 505/3208 15% [========= ] 506/3208 15% [========= ] 507/3208 15% [========= ] 508/3208 15% [========= ] 509/3208 15% [========= ] 510/3208 15% [========= ] 511/3208 15% [========= ] 512/3208 15% [========= ] 513/3208 15% [========= ] 514/3208 16% [========= ] 515/3208 16% [========= ] 516/3208 16% [========= ] 517/3208 16% [========== ] 518/3208 16% [========== ] 519/3208 16% [========== ] 520/3208 16% [========== ] 521/3208 16% [========== ] 522/3208 16% [========== ] 523/3208 16% [========== ] 524/3208 16% [========== ] 525/3208 16% [========== ] 526/3208 16% [========== ] 527/3208 16% [========== ] 528/3208 16% [========== ] 529/3208 16% [========== ] 530/3208 16% [========== ] 531/3208 16% [========== ] 532/3208 16% [========== ] 533/3208 16% [========== ] 534/3208 16% [========== ] 535/3208 16% [========== ] 536/3208 16% [========== ] 537/3208 16% [========== ] 538/3208 16% [========== ] 539/3208 16% [========== ] 540/3208 16% [========== ] 541/3208 16% [========== ] 542/3208 16% [========== ] 543/3208 16% [========== ] 544/3208 16% [========== ] 545/3208 16% [========== ] 546/3208 17% [========== ] 547/3208 17% [========== ] 548/3208 17% [========== ] 549/3208 17% [========== ] 550/3208 17% [========== ] 551/3208 17% [========== ] 552/3208 17% [========== ] 553/3208 17% [========== ] 554/3208 17% [========== ] 555/3208 17% [========== ] 556/3208 17% [========== ] 557/3208 17% [========== ] 558/3208 17% [========== ] 559/3208 17% [========== ] 560/3208 17% [========== ] 561/3208 17% [========== ] 562/3208 17% [========== ] 563/3208 17% [========== ] 564/3208 17% [========== ] 565/3208 17% [========== ] 566/3208 17% [========== ] 567/3208 17% [========== ] 568/3208 17% [========== ] 569/3208 17% [=========== ] 570/3208 17% [=========== ] 571/3208 17% [=========== ] 572/3208 17% [=========== ] 573/3208 17% [=========== ] 574/3208 17% [=========== ] 575/3208 17% [=========== ] 576/3208 17% [=========== ] 577/3208 17% [=========== ] 578/3208 18% [=========== ] 579/3208 18% [=========== ] 580/3208 18% [=========== ] 581/3208 18% [=========== ] 582/3208 18% [=========== ] 583/3208 18% [=========== ] 584/3208 18% [=========== ] 585/3208 18% [=========== ] 586/3208 18% [=========== ] 587/3208 18% [=========== ] 588/3208 18% [=========== ] 589/3208 18% [=========== ] 590/3208 18% [=========== ] 591/3208 18% [=========== ] 592/3208 18% [=========== ] 593/3208 18% [=========== ] 594/3208 18% [=========== ] 595/3208 18% [=========== ] 596/3208 18% [=========== ] 597/3208 18% [=========== ] 598/3208 18% [=========== ] 599/3208 18% [=========== ] 600/3208 18% [=========== ] 601/3208 18% [=========== ] 602/3208 18% [=========== ] 603/3208 18% [=========== ] 604/3208 18% [=========== ] 605/3208 18% [=========== ] 606/3208 18% [=========== ] 607/3208 18% [=========== ] 608/3208 18% [=========== ] 609/3208 18% [=========== ] 610/3208 19% [=========== ] 611/3208 19% [=========== ] 612/3208 19% [=========== ] 613/3208 19% [=========== ] 614/3208 19% [=========== ] 615/3208 19% [=========== ] 616/3208 19% [=========== ] 617/3208 19% [=========== ] 618/3208 19% [=========== ] 619/3208 19% [=========== ] 620/3208 19% [============ ] 621/3208 19% [============ ] 622/3208 19% [============ ] 623/3208 19% [============ ] 624/3208 19% [============ ] 625/3208 19% [============ ] 626/3208 19% [============ ] 627/3208 19% [============ ] 628/3208 19% [============ ] 629/3208 19% [============ ] 630/3208 19% [============ ] 631/3208 19% [============ ] 632/3208 19% [============ ] 633/3208 19% [============ ] 634/3208 19% [============ ] 635/3208 19% [============ ] 636/3208 19% [============ ] 637/3208 19% [============ ] 638/3208 19% [============ ] 639/3208 19% [============ ] 640/3208 19% [============ ] 641/3208 19% [============ ] 642/3208 20% [============ ] 643/3208 20% [============ ] 644/3208 20% [============ ] 645/3208 20% [============ ] 646/3208 20% [============ ] 647/3208 20% [============ ] 648/3208 20% [============ ] 649/3208 20% [============ ] 650/3208 20% [============ ] 651/3208 20% [============ ] 652/3208 20% [============ ] 653/3208 20% [============ ] 654/3208 20% [============ ] 655/3208 20% [============ ] 656/3208 20% [============ ] 657/3208 20% [============ ] 658/3208 20% [============ ] 659/3208 20% [============ ] 660/3208 20% [============ ] 661/3208 20% [============ ] 662/3208 20% [============ ] 663/3208 20% [============ ] 664/3208 20% [============ ] 665/3208 20% [============ ] 666/3208 20% [============ ] 667/3208 20% [============ ] 668/3208 20% [============ ] 669/3208 20% [============ ] 670/3208 20% [============ ] 671/3208 20% [============ ] 672/3208 20% [============= ] 673/3208 20% [============= ] 674/3208 21% [============= ] 675/3208 21% [============= ] 676/3208 21% [============= ] 677/3208 21% [============= ] 678/3208 21% [============= ] 679/3208 21% [============= ] 680/3208 21% [============= ] 681/3208 21% [============= ] 682/3208 21% [============= ] 683/3208 21% [============= ] 684/3208 21% [============= ] 685/3208 21% [============= ] 686/3208 21% [============= ] 687/3208 21% [============= ] 688/3208 21% [============= ] 689/3208 21% [============= ] 690/3208 21% [============= ] 691/3208 21% [============= ] 692/3208 21% [============= ] 693/3208 21% [============= ] 694/3208 21% [============= ] 695/3208 21% [============= ] 696/3208 21% [============= ] 697/3208 21% [============= ] 698/3208 21% [============= ] 699/3208 21% [============= ] 700/3208 21% [============= ] 701/3208 21% [============= ] 702/3208 21% [============= ] 703/3208 21% [============= ] 704/3208 21% [============= ] 705/3208 21% [============= ] 706/3208 22% [============= ] 707/3208 22% [============= ] 708/3208 22% [============= ] 709/3208 22% [============= ] 710/3208 22% [============= ] 711/3208 22% [============= ] 712/3208 22% [============= ] 713/3208 22% [============= ] 714/3208 22% [============= ] 715/3208 22% [============= ] 716/3208 22% [============= ] 717/3208 22% [============= ] 718/3208 22% [============= ] 719/3208 22% [============= ] 720/3208 22% [============= ] 721/3208 22% [============= ] 722/3208 22% [============= ] 723/3208 22% [============= ] 724/3208 22% [============== ] 725/3208 22% [============== ] 726/3208 22% [============== ] 727/3208 22% [============== ] 728/3208 22% [============== ] 729/3208 22% [============== ] 730/3208 22% [============== ] 731/3208 22% [============== ] 732/3208 22% [============== ] 733/3208 22% [============== ] 734/3208 22% [============== ] 735/3208 22% [============== ] 736/3208 22% [============== ] 737/3208 22% [============== ] 738/3208 23% [============== ] 739/3208 23% [============== ] 740/3208 23% [============== ] 741/3208 23% [============== ] 742/3208 23% [============== ] 743/3208 23% [============== ] 744/3208 23% [============== ] 745/3208 23% [============== ] 746/3208 23% [============== ] 747/3208 23% [============== ] 748/3208 23% [============== ] 749/3208 23% [============== ] 750/3208 23% [============== ] 751/3208 23% [============== ] 752/3208 23% [============== ] 753/3208 23% [============== ] 754/3208 23% [============== ] 755/3208 23% [============== ] 756/3208 23% [============== ] 757/3208 23% [============== ] 758/3208 23% [============== ] 759/3208 23% [============== ] 760/3208 23% [============== ] 761/3208 23% [============== ] 762/3208 23% [============== ] 763/3208 23% [============== ] 764/3208 23% [============== ] 765/3208 23% [============== ] 766/3208 23% [============== ] 767/3208 23% [============== ] 768/3208 23% [============== ] 769/3208 23% [============== ] 770/3208 24% [============== ] 771/3208 24% [============== ] 772/3208 24% [============== ] 773/3208 24% [============== ] 774/3208 24% [============== ] 775/3208 24% [============== ] 776/3208 24% [=============== ] 777/3208 24% [=============== ] 778/3208 24% [=============== ] 779/3208 24% [=============== ] 780/3208 24% [=============== ] 781/3208 24% [=============== ] 782/3208 24% [=============== ] 783/3208 24% [=============== ] 784/3208 24% [=============== ] 785/3208 24% [=============== ] 786/3208 24% [=============== ] 787/3208 24% [=============== ] 788/3208 24% [=============== ] 789/3208 24% [=============== ] 790/3208 24% [=============== ] 791/3208 24% [=============== ] 792/3208 24% [=============== ] 793/3208 24% [=============== ] 794/3208 24% [=============== ] 795/3208 24% [=============== ] 796/3208 24% [=============== ] 797/3208 24% [=============== ] 798/3208 24% [=============== ] 799/3208 24% [=============== ] 800/3208 24% [=============== ] 801/3208 24% [=============== ] 802/3208 25% [=============== ] 803/3208 25% [=============== ] 804/3208 25% [=============== ] 805/3208 25% [=============== ] 806/3208 25% [=============== ] 807/3208 25% [=============== ] 808/3208 25% [=============== ] 809/3208 25% [=============== ] 810/3208 25% [=============== ] 811/3208 25% [=============== ] 812/3208 25% [=============== ] 813/3208 25% [=============== ] 814/3208 25% [=============== ] 815/3208 25% [=============== ] 816/3208 25% [=============== ] 817/3208 25% [=============== ] 818/3208 25% [=============== ] 819/3208 25% [=============== ] 820/3208 25% [=============== ] 821/3208 25% [=============== ] 822/3208 25% [=============== ] 823/3208 25% [=============== ] 824/3208 25% [=============== ] 825/3208 25% [=============== ] 826/3208 25% [=============== ] 827/3208 25% [================ ] 828/3208 25% [================ ] 829/3208 25% [================ ] 830/3208 25% [================ ] 831/3208 25% [================ ] 832/3208 25% [================ ] 833/3208 25% [================ ] 834/3208 25% [================ ] 835/3208 26% [================ ] 836/3208 26% [================ ] 837/3208 26% [================ ] 838/3208 26% [================ ] 839/3208 26% [================ ] 840/3208 26% [================ ] 841/3208 26% [================ ] 842/3208 26% [================ ] 843/3208 26% [================ ] 844/3208 26% [================ ] 845/3208 26% [================ ] 846/3208 26% [================ ] 847/3208 26% [================ ] 848/3208 26% [================ ] 849/3208 26% [================ ] 850/3208 26% [================ ] 851/3208 26% [================ ] 852/3208 26% [================ ] 853/3208 26% [================ ] 854/3208 26% [================ ] 855/3208 26% [================ ] 856/3208 26% [================ ] 857/3208 26% [================ ] 858/3208 26% [================ ] 859/3208 26% [================ ] 860/3208 26% [================ ] 861/3208 26% [================ ] 862/3208 26% [================ ] 863/3208 26% [================ ] 864/3208 26% [================ ] 865/3208 26% [================ ] 866/3208 26% [================ ] 867/3208 27% [================ ] 868/3208 27% [================ ] 869/3208 27% [================ ] 870/3208 27% [================ ] 871/3208 27% [================ ] 872/3208 27% [================ ] 873/3208 27% [================ ] 874/3208 27% [================ ] 875/3208 27% [================ ] 876/3208 27% [================ ] 877/3208 27% [================ ] 878/3208 27% [================ ] 879/3208 27% [================= ] 880/3208 27% [================= ] 881/3208 27% [================= ] 882/3208 27% [================= ] 883/3208 27% [================= ] 884/3208 27% [================= ] 885/3208 27% [================= ] 886/3208 27% [================= ] 887/3208 27% [================= ] 888/3208 27% [================= ] 889/3208 27% [================= ] 890/3208 27% [================= ] 891/3208 27% [================= ] 892/3208 27% [================= ] 893/3208 27% [================= ] 894/3208 27% [================= ] 895/3208 27% [================= ] 896/3208 27% [================= ] 897/3208 27% [================= ] 898/3208 27% [================= ] 899/3208 28% [================= ] 900/3208 28% [================= ] 901/3208 28% [================= ] 902/3208 28% [================= ] 903/3208 28% [================= ] 904/3208 28% [================= ] 905/3208 28% [================= ] 906/3208 28% [================= ] 907/3208 28% [================= ] 908/3208 28% [================= ] 909/3208 28% [================= ] 910/3208 28% [================= ] 911/3208 28% [================= ] 912/3208 28% [================= ] 913/3208 28% [================= ] 914/3208 28% [================= ] 915/3208 28% [================= ] 916/3208 28% [================= ] 917/3208 28% [================= ] 918/3208 28% [================= ] 919/3208 28% [================= ] 920/3208 28% [================= ] 921/3208 28% [================= ] 922/3208 28% [================= ] 923/3208 28% [================= ] 924/3208 28% [================= ] 925/3208 28% [================= ] 926/3208 28% [================= ] 927/3208 28% [================= ] 928/3208 28% [================= ] 929/3208 28% [================= ] 930/3208 28% [================= ] 931/3208 29% [================== ] 932/3208 29% [================== ] 933/3208 29% [================== ] 934/3208 29% [================== ] 935/3208 29% [================== ] 936/3208 29% [================== ] 937/3208 29% [================== ] 938/3208 29% [================== ] 939/3208 29% [================== ] 940/3208 29% [================== ] 941/3208 29% [================== ] 942/3208 29% [================== ] 943/3208 29% [================== ] 944/3208 29% [================== ] 945/3208 29% [================== ] 946/3208 29% [================== ] 947/3208 29% [================== ] 948/3208 29% [================== ] 949/3208 29% [================== ] 950/3208 29% [================== ] 951/3208 29% [================== ] 952/3208 29% [================== ] 953/3208 29% [================== ] 954/3208 29% [================== ] 955/3208 29% [================== ] 956/3208 29% [================== ] 957/3208 29% [================== ] 958/3208 29% [================== ] 959/3208 29% [================== ] 960/3208 29% [================== ] 961/3208 29% [================== ] 962/3208 29% [================== ] 963/3208 30% [================== ] 964/3208 30% [================== ] 965/3208 30% [================== ] 966/3208 30% [================== ] 967/3208 30% [================== ] 968/3208 30% [================== ] 969/3208 30% [================== ] 970/3208 30% [================== ] 971/3208 30% [================== ] 972/3208 30% [================== ] 973/3208 30% [================== ] 974/3208 30% [================== ] 975/3208 30% [================== ] 976/3208 30% [================== ] 977/3208 30% [================== ] 978/3208 30% [================== ] 979/3208 30% [================== ] 980/3208 30% [================== ] 981/3208 30% [================== ] 982/3208 30% [================== ] 983/3208 30% [=================== ] 984/3208 30% [=================== ] 985/3208 30% [=================== ] 986/3208 30% [=================== ] 987/3208 30% [=================== ] 988/3208 30% [=================== ] 989/3208 30% [=================== ] 990/3208 30% [=================== ] 991/3208 30% [=================== ] 992/3208 30% [=================== ] 993/3208 30% [=================== ] 994/3208 30% [=================== ] 995/3208 31% [=================== ] 996/3208 31% [=================== ] 997/3208 31% [=================== ] 998/3208 31% [=================== ] 999/3208 31% [=================== ] 1000/3208 31% [=================== ] 1001/3208 31% [=================== ] 1002/3208 31% [=================== ] 1003/3208 31% [=================== ] 1004/3208 31% [=================== ] 1005/3208 31% [=================== ] 1006/3208 31% [=================== ] 1007/3208 31% [=================== ] 1008/3208 31% [=================== ] 1009/3208 31% [=================== ] 1010/3208 31% [=================== ] 1011/3208 31% [=================== ] 1012/3208 31% [=================== ] 1013/3208 31% [=================== ] 1014/3208 31% [=================== ] 1015/3208 31% [=================== ] 1016/3208 31% [=================== ] 1017/3208 31% [=================== ] 1018/3208 31% [=================== ] 1019/3208 31% [=================== ] 1020/3208 31% [=================== ] 1021/3208 31% [=================== ] 1022/3208 31% [=================== ] 1023/3208 31% [=================== ] 1024/3208 31% [=================== ] 1025/3208 31% [=================== ] 1026/3208 31% [=================== ] 1027/3208 32% [=================== ] 1028/3208 32% [=================== ] 1029/3208 32% [=================== ] 1030/3208 32% [=================== ] 1031/3208 32% [=================== ] 1032/3208 32% [=================== ] 1033/3208 32% [=================== ] 1034/3208 32% [==================== ] 1035/3208 32% [==================== ] 1036/3208 32% [==================== ] 1037/3208 32% [==================== ] 1038/3208 32% [==================== ] 1039/3208 32% [==================== ] 1040/3208 32% [==================== ] 1041/3208 32% [==================== ] 1042/3208 32% [==================== ] 1043/3208 32% [==================== ] 1044/3208 32% [==================== ] 1045/3208 32% [==================== ] 1046/3208 32% [==================== ] 1047/3208 32% [==================== ] 1048/3208 32% [==================== ] 1049/3208 32% [==================== ] 1050/3208 32% [==================== ] 1051/3208 32% [==================== ] 1052/3208 32% [==================== ] 1053/3208 32% [==================== ] 1054/3208 32% [==================== ] 1055/3208 32% [==================== ] 1056/3208 32% [==================== ] 1057/3208 32% [==================== ] 1058/3208 32% [==================== ] 1059/3208 33% [==================== ] 1060/3208 33% [==================== ] 1061/3208 33% [==================== ] 1062/3208 33% [==================== ] 1063/3208 33% [==================== ] 1064/3208 33% [==================== ] 1065/3208 33% [==================== ] 1066/3208 33% [==================== ] 1067/3208 33% [==================== ] 1068/3208 33% [==================== ] 1069/3208 33% [==================== ] 1070/3208 33% [==================== ] 1071/3208 33% [==================== ] 1072/3208 33% [==================== ] 1073/3208 33% [==================== ] 1074/3208 33% [==================== ] 1075/3208 33% [==================== ] 1076/3208 33% [==================== ] 1077/3208 33% [==================== ] 1078/3208 33% [==================== ] 1079/3208 33% [==================== ] 1080/3208 33% [==================== ] 1081/3208 33% [==================== ] 1082/3208 33% [==================== ] 1083/3208 33% [==================== ] 1084/3208 33% [==================== ] 1085/3208 33% [==================== ] 1086/3208 33% [===================== ] 1087/3208 33% [===================== ] 1088/3208 33% [===================== ] 1089/3208 33% [===================== ] 1090/3208 33% [===================== ] 1091/3208 34% [===================== ] 1092/3208 34% [===================== ] 1093/3208 34% [===================== ] 1094/3208 34% [===================== ] 1095/3208 34% [===================== ] 1096/3208 34% [===================== ] 1097/3208 34% [===================== ] 1098/3208 34% [===================== ] 1099/3208 34% [===================== ] 1100/3208 34% [===================== ] 1101/3208 34% [===================== ] 1102/3208 34% [===================== ] 1103/3208 34% [===================== ] 1104/3208 34% [===================== ] 1105/3208 34% [===================== ] 1106/3208 34% [===================== ] 1107/3208 34% [===================== ] 1108/3208 34% [===================== ] 1109/3208 34% [===================== ] 1110/3208 34% [===================== ] 1111/3208 34% [===================== ] 1112/3208 34% [===================== ] 1113/3208 34% [===================== ] 1114/3208 34% [===================== ] 1115/3208 34% [===================== ] 1116/3208 34% [===================== ] 1117/3208 34% [===================== ] 1118/3208 34% [===================== ] 1119/3208 34% [===================== ] 1120/3208 34% [===================== ] 1121/3208 34% [===================== ] 1122/3208 34% [===================== ] 1123/3208 35% [===================== ] 1124/3208 35% [===================== ] 1125/3208 35% [===================== ] 1126/3208 35% [===================== ] 1127/3208 35% [===================== ] 1128/3208 35% [===================== ] 1129/3208 35% [===================== ] 1130/3208 35% [===================== ] 1131/3208 35% [===================== ] 1132/3208 35% [===================== ] 1133/3208 35% [===================== ] 1134/3208 35% [===================== ] 1135/3208 35% [===================== ] 1136/3208 35% [===================== ] 1137/3208 35% [===================== ] 1138/3208 35% [====================== ] 1139/3208 35% [====================== ] 1140/3208 35% [====================== ] 1141/3208 35% [====================== ] 1142/3208 35% [====================== ] 1143/3208 35% [====================== ] 1144/3208 35% [====================== ] 1145/3208 35% [====================== ] 1146/3208 35% [====================== ] 1147/3208 35% [====================== ] 1148/3208 35% [====================== ] 1149/3208 35% [====================== ] 1150/3208 35% [====================== ] 1151/3208 35% [====================== ] 1152/3208 35% [====================== ] 1153/3208 35% [====================== ] 1154/3208 35% [====================== ] 1155/3208 36% [====================== ] 1156/3208 36% [====================== ] 1157/3208 36% [====================== ] 1158/3208 36% [====================== ] 1159/3208 36% [====================== ] 1160/3208 36% [====================== ] 1161/3208 36% [====================== ] 1162/3208 36% [====================== ] 1163/3208 36% [====================== ] 1164/3208 36% [====================== ] 1165/3208 36% [====================== ] 1166/3208 36% [====================== ] 1167/3208 36% [====================== ] 1168/3208 36% [====================== ] 1169/3208 36% [====================== ] 1170/3208 36% [====================== ] 1171/3208 36% [====================== ] 1172/3208 36% [====================== ] 1173/3208 36% [====================== ] 1174/3208 36% [====================== ] 1175/3208 36% [====================== ] 1176/3208 36% [====================== ] 1177/3208 36% [====================== ] 1178/3208 36% [====================== ] 1179/3208 36% [====================== ] 1180/3208 36% [====================== ] 1181/3208 36% [====================== ] 1182/3208 36% [====================== ] 1183/3208 36% [====================== ] 1184/3208 36% [====================== ] 1185/3208 36% [====================== ] 1186/3208 36% [====================== ] 1187/3208 37% [====================== ] 1188/3208 37% [====================== ] 1189/3208 37% [====================== ] 1190/3208 37% [======================= ] 1191/3208 37% [======================= ] 1192/3208 37% [======================= ] 1193/3208 37% [======================= ] 1194/3208 37% [======================= ] 1195/3208 37% [======================= ] 1196/3208 37% [======================= ] 1197/3208 37% [======================= ] 1198/3208 37% [======================= ] 1199/3208 37% [======================= ] 1200/3208 37% [======================= ] 1201/3208 37% [======================= ] 1202/3208 37% [======================= ] 1203/3208 37% [======================= ] 1204/3208 37% [======================= ] 1205/3208 37% [======================= ] 1206/3208 37% [======================= ] 1207/3208 37% [======================= ] 1208/3208 37% [======================= ] 1209/3208 37% [======================= ] 1210/3208 37% [======================= ] 1211/3208 37% [======================= ] 1212/3208 37% [======================= ] 1213/3208 37% [======================= ] 1214/3208 37% [======================= ] 1215/3208 37% [======================= ] 1216/3208 37% [======================= ] 1217/3208 37% [======================= ] 1218/3208 37% [======================= ] 1219/3208 37% [======================= ] 1220/3208 38% [======================= ] 1221/3208 38% [======================= ] 1222/3208 38% [======================= ] 1223/3208 38% [======================= ] 1224/3208 38% [======================= ] 1225/3208 38% [======================= ] 1226/3208 38% [======================= ] 1227/3208 38% [======================= ] 1228/3208 38% [======================= ] 1229/3208 38% [======================= ] 1230/3208 38% [======================= ] 1231/3208 38% [======================= ] 1232/3208 38% [======================= ] 1233/3208 38% [======================= ] 1234/3208 38% [======================= ] 1235/3208 38% [======================= ] 1236/3208 38% [======================= ] 1237/3208 38% [======================= ] 1238/3208 38% [======================= ] 1239/3208 38% [======================= ] 1240/3208 38% [======================= ] 1241/3208 38% [======================== ] 1242/3208 38% [======================== ] 1243/3208 38% [======================== ] 1244/3208 38% [======================== ] 1245/3208 38% [======================== ] 1246/3208 38% [======================== ] 1247/3208 38% [======================== ] 1248/3208 38% [======================== ] 1249/3208 38% [======================== ] 1250/3208 38% [======================== ] 1251/3208 38% [======================== ] 1252/3208 39% [======================== ] 1253/3208 39% [======================== ] 1254/3208 39% [======================== ] 1255/3208 39% [======================== ] 1256/3208 39% [======================== ] 1257/3208 39% [======================== ] 1258/3208 39% [======================== ] 1259/3208 39% [======================== ] 1260/3208 39% [======================== ] 1261/3208 39% [======================== ] 1262/3208 39% [======================== ] 1263/3208 39% [======================== ] 1264/3208 39% [======================== ] 1265/3208 39% [======================== ] 1266/3208 39% [======================== ] 1267/3208 39% [======================== ] 1268/3208 39% [======================== ] 1269/3208 39% [======================== ] 1270/3208 39% [======================== ] 1271/3208 39% [======================== ] 1272/3208 39% [======================== ] 1273/3208 39% [======================== ] 1274/3208 39% [======================== ] 1275/3208 39% [======================== ] 1276/3208 39% [======================== ] 1277/3208 39% [======================== ] 1278/3208 39% [======================== ] 1279/3208 39% [======================== ] 1280/3208 39% [======================== ] 1281/3208 39% [======================== ] 1282/3208 39% [======================== ] 1283/3208 39% [======================== ] 1284/3208 40% [======================== ] 1285/3208 40% [======================== ] 1286/3208 40% [======================== ] 1287/3208 40% [======================== ] 1288/3208 40% [======================== ] 1289/3208 40% [======================== ] 1290/3208 40% [======================== ] 1291/3208 40% [======================== ] 1292/3208 40% [======================== ] 1293/3208 40% [========================= ] 1294/3208 40% [========================= ] 1295/3208 40% [========================= ] 1296/3208 40% [========================= ] 1297/3208 40% [========================= ] 1298/3208 40% [========================= ] 1299/3208 40% [========================= ] 1300/3208 40% [========================= ] 1301/3208 40% [========================= ] 1302/3208 40% [========================= ] 1303/3208 40% [========================= ] 1304/3208 40% [========================= ] 1305/3208 40% [========================= ] 1306/3208 40% [========================= ] 1307/3208 40% [========================= ] 1308/3208 40% [========================= ] 1309/3208 40% [========================= ] 1310/3208 40% [========================= ] 1311/3208 40% [========================= ] 1312/3208 40% [========================= ] 1313/3208 40% [========================= ] 1314/3208 40% [========================= ] 1315/3208 40% [========================= ] 1316/3208 41% [========================= ] 1317/3208 41% [========================= ] 1318/3208 41% [========================= ] 1319/3208 41% [========================= ] 1320/3208 41% [========================= ] 1321/3208 41% [========================= ] 1322/3208 41% [========================= ] 1323/3208 41% [========================= ] 1324/3208 41% [========================= ] 1325/3208 41% [========================= ] 1326/3208 41% [========================= ] 1327/3208 41% [========================= ] 1328/3208 41% [========================= ] 1329/3208 41% [========================= ] 1330/3208 41% [========================= ] 1331/3208 41% [========================= ] 1332/3208 41% [========================= ] 1333/3208 41% [========================= ] 1334/3208 41% [========================= ] 1335/3208 41% [========================= ] 1336/3208 41% [========================= ] 1337/3208 41% [========================= ] 1338/3208 41% [========================= ] 1339/3208 41% [========================= ] 1340/3208 41% [========================= ] 1341/3208 41% [========================= ] 1342/3208 41% [========================= ] 1343/3208 41% [========================= ] 1344/3208 41% [========================= ] 1345/3208 41% [========================== ] 1346/3208 41% [========================== ] 1347/3208 41% [========================== ] 1348/3208 42% [========================== ] 1349/3208 42% [========================== ] 1350/3208 42% [========================== ] 1351/3208 42% [========================== ] 1352/3208 42% [========================== ] 1353/3208 42% [========================== ] 1354/3208 42% [========================== ] 1355/3208 42% [========================== ] 1356/3208 42% [========================== ] 1357/3208 42% [========================== ] 1358/3208 42% [========================== ] 1359/3208 42% [========================== ] 1360/3208 42% [========================== ] 1361/3208 42% [========================== ] 1362/3208 42% [========================== ] 1363/3208 42% [========================== ] 1364/3208 42% [========================== ] 1365/3208 42% [========================== ] 1366/3208 42% [========================== ] 1367/3208 42% [========================== ] 1368/3208 42% [========================== ] 1369/3208 42% [========================== ] 1370/3208 42% [========================== ] 1371/3208 42% [========================== ] 1372/3208 42% [========================== ] 1373/3208 42% [========================== ] 1374/3208 42% [========================== ] 1375/3208 42% [========================== ] 1376/3208 42% [========================== ] 1377/3208 42% [========================== ] 1378/3208 42% [========================== ] 1379/3208 42% [========================== ] 1380/3208 43% [========================== ] 1381/3208 43% [========================== ] 1382/3208 43% [========================== ] 1383/3208 43% [========================== ] 1384/3208 43% [========================== ] 1385/3208 43% [========================== ] 1386/3208 43% [========================== ] 1387/3208 43% [========================== ] 1388/3208 43% [========================== ] 1389/3208 43% [========================== ] 1390/3208 43% [========================== ] 1391/3208 43% [========================== ] 1392/3208 43% [========================== ] 1393/3208 43% [========================== ] 1394/3208 43% [========================== ] 1395/3208 43% [========================== ] 1396/3208 43% [========================== ] 1397/3208 43% [=========================== ] 1398/3208 43% [=========================== ] 1399/3208 43% [=========================== ] 1400/3208 43% [=========================== ] 1401/3208 43% [=========================== ] 1402/3208 43% [=========================== ] 1403/3208 43% [=========================== ] 1404/3208 43% [=========================== ] 1405/3208 43% [=========================== ] 1406/3208 43% [=========================== ] 1407/3208 43% [=========================== ] 1408/3208 43% [=========================== ] 1409/3208 43% [=========================== ] 1410/3208 43% [=========================== ] 1411/3208 43% [=========================== ] 1412/3208 44% [=========================== ] 1413/3208 44% [=========================== ] 1414/3208 44% [=========================== ] 1415/3208 44% [=========================== ] 1416/3208 44% [=========================== ] 1417/3208 44% [=========================== ] 1418/3208 44% [=========================== ] 1419/3208 44% [=========================== ] 1420/3208 44% [=========================== ] 1421/3208 44% [=========================== ] 1422/3208 44% [=========================== ] 1423/3208 44% [=========================== ] 1424/3208 44% [=========================== ] 1425/3208 44% [=========================== ] 1426/3208 44% [=========================== ] 1427/3208 44% [=========================== ] 1428/3208 44% [=========================== ] 1429/3208 44% [=========================== ] 1430/3208 44% [=========================== ] 1431/3208 44% [=========================== ] 1432/3208 44% [=========================== ] 1433/3208 44% [=========================== ] 1434/3208 44% [=========================== ] 1435/3208 44% [=========================== ] 1436/3208 44% [=========================== ] 1437/3208 44% [=========================== ] 1438/3208 44% [=========================== ] 1439/3208 44% [=========================== ] 1440/3208 44% [=========================== ] 1441/3208 44% [=========================== ] 1442/3208 44% [=========================== ] 1443/3208 44% [=========================== ] 1444/3208 45% [=========================== ] 1445/3208 45% [=========================== ] 1446/3208 45% [=========================== ] 1447/3208 45% [=========================== ] 1448/3208 45% [============================ ] 1449/3208 45% [============================ ] 1450/3208 45% [============================ ] 1451/3208 45% [============================ ] 1452/3208 45% [============================ ] 1453/3208 45% [============================ ] 1454/3208 45% [============================ ] 1455/3208 45% [============================ ] 1456/3208 45% [============================ ] 1457/3208 45% [============================ ] 1458/3208 45% [============================ ] 1459/3208 45% [============================ ] 1460/3208 45% [============================ ] 1461/3208 45% [============================ ] 1462/3208 45% [============================ ] 1463/3208 45% [============================ ] 1464/3208 45% [============================ ] 1465/3208 45% [============================ ] 1466/3208 45% [============================ ] 1467/3208 45% [============================ ] 1468/3208 45% [============================ ] 1469/3208 45% [============================ ] 1470/3208 45% [============================ ] 1471/3208 45% [============================ ] 1472/3208 45% [============================ ] 1473/3208 45% [============================ ] 1474/3208 45% [============================ ] 1475/3208 45% [============================ ] 1476/3208 46% [============================ ] 1477/3208 46% [============================ ] 1478/3208 46% [============================ ] 1479/3208 46% [============================ ] 1480/3208 46% [============================ ] 1481/3208 46% [============================ ] 1482/3208 46% [============================ ] 1483/3208 46% [============================ ] 1484/3208 46% [============================ ] 1485/3208 46% [============================ ] 1486/3208 46% [============================ ] 1487/3208 46% [============================ ] 1488/3208 46% [============================ ] 1489/3208 46% [============================ ] 1490/3208 46% [============================ ] 1491/3208 46% [============================ ] 1492/3208 46% [============================ ] 1493/3208 46% [============================ ] 1494/3208 46% [============================ ] 1495/3208 46% [============================ ] 1496/3208 46% [============================ ] 1497/3208 46% [============================ ] 1498/3208 46% [============================ ] 1499/3208 46% [============================ ] 1500/3208 46% [============================= ] 1501/3208 46% [============================= ] 1502/3208 46% [============================= ] 1503/3208 46% [============================= ] 1504/3208 46% [============================= ] 1505/3208 46% [============================= ] 1506/3208 46% [============================= ] 1507/3208 46% [============================= ] 1508/3208 47% [============================= ] 1509/3208 47% [============================= ] 1510/3208 47% [============================= ] 1511/3208 47% [============================= ] 1512/3208 47% [============================= ] 1513/3208 47% [============================= ] 1514/3208 47% [============================= ] 1515/3208 47% [============================= ] 1516/3208 47% [============================= ] 1517/3208 47% [============================= ] 1518/3208 47% [============================= ] 1519/3208 47% [============================= ] 1520/3208 47% [============================= ] 1521/3208 47% [============================= ] 1522/3208 47% [============================= ] 1523/3208 47% [============================= ] 1524/3208 47% [============================= ] 1525/3208 47% [============================= ] 1526/3208 47% [============================= ] 1527/3208 47% [============================= ] 1528/3208 47% [============================= ] 1529/3208 47% [============================= ] 1530/3208 47% [============================= ] 1531/3208 47% [============================= ] 1532/3208 47% [============================= ] 1533/3208 47% [============================= ] 1534/3208 47% [============================= ] 1535/3208 47% [============================= ] 1536/3208 47% [============================= ] 1537/3208 47% [============================= ] 1538/3208 47% [============================= ] 1539/3208 47% [============================= ] 1540/3208 48% [============================= ] 1541/3208 48% [============================= ] 1542/3208 48% [============================= ] 1543/3208 48% [============================= ] 1544/3208 48% [============================= ] 1545/3208 48% [============================= ] 1546/3208 48% [============================= ] 1547/3208 48% [============================= ] 1548/3208 48% [============================= ] 1549/3208 48% [============================= ] 1550/3208 48% [============================= ] 1551/3208 48% [============================= ] 1552/3208 48% [============================== ] 1553/3208 48% [============================== ] 1554/3208 48% [============================== ] 1555/3208 48% [============================== ] 1556/3208 48% [============================== ] 1557/3208 48% [============================== ] 1558/3208 48% [============================== ] 1559/3208 48% [============================== ] 1560/3208 48% [============================== ] 1561/3208 48% [============================== ] 1562/3208 48% [============================== ] 1563/3208 48% [============================== ] 1564/3208 48% [============================== ] 1565/3208 48% [============================== ] 1566/3208 48% [============================== ] 1567/3208 48% [============================== ] 1568/3208 48% [============================== ] 1569/3208 48% [============================== ] 1570/3208 48% [============================== ] 1571/3208 48% [============================== ] 1572/3208 49% [============================== ] 1573/3208 49% [============================== ] 1574/3208 49% [============================== ] 1575/3208 49% [============================== ] 1576/3208 49% [============================== ] 1577/3208 49% [============================== ] 1578/3208 49% [============================== ] 1579/3208 49% [============================== ] 1580/3208 49% [============================== ] 1581/3208 49% [============================== ] 1582/3208 49% [============================== ] 1583/3208 49% [============================== ] 1584/3208 49% [============================== ] 1585/3208 49% [============================== ] 1586/3208 49% [============================== ] 1587/3208 49% [============================== ] 1588/3208 49% [============================== ] 1589/3208 49% [============================== ] 1590/3208 49% [============================== ] 1591/3208 49% [============================== ] 1592/3208 49% [============================== ] 1593/3208 49% [============================== ] 1594/3208 49% [============================== ] 1595/3208 49% [============================== ] 1596/3208 49% [============================== ] 1597/3208 49% [============================== ] 1598/3208 49% [============================== ] 1599/3208 49% [============================== ] 1600/3208 49% [============================== ] 1601/3208 49% [============================== ] 1602/3208 49% [============================== ] 1603/3208 49% [=============================== ] 1604/3208 50% [=============================== ] 1605/3208 50% [=============================== ] 1606/3208 50% [=============================== ] 1607/3208 50% [=============================== ] 1608/3208 50% [=============================== ] 1609/3208 50% [=============================== ] 1610/3208 50% [=============================== ] 1611/3208 50% [=============================== ] 1612/3208 50% [=============================== ] 1613/3208 50% [=============================== ] 1614/3208 50% [=============================== ] 1615/3208 50% [=============================== ] 1616/3208 50% [=============================== ] 1617/3208 50% [=============================== ] 1618/3208 50% [=============================== ] 1619/3208 50% [=============================== ] 1620/3208 50% [=============================== ] 1621/3208 50% [=============================== ] 1622/3208 50% [=============================== ] 1623/3208 50% [=============================== ] 1624/3208 50% [=============================== ] 1625/3208 50% [=============================== ] 1626/3208 50% [=============================== ] 1627/3208 50% [=============================== ] 1628/3208 50% [=============================== ] 1629/3208 50% [=============================== ] 1630/3208 50% [=============================== ] 1631/3208 50% [=============================== ] 1632/3208 50% [=============================== ] 1633/3208 50% [=============================== ] 1634/3208 50% [=============================== ] 1635/3208 50% [=============================== ] 1636/3208 50% [=============================== ] 1637/3208 51% [=============================== ] 1638/3208 51% [=============================== ] 1639/3208 51% [=============================== ] 1640/3208 51% [=============================== ] 1641/3208 51% [=============================== ] 1642/3208 51% [=============================== ] 1643/3208 51% [=============================== ] 1644/3208 51% [=============================== ] 1645/3208 51% [=============================== ] 1646/3208 51% [=============================== ] 1647/3208 51% [=============================== ] 1648/3208 51% [=============================== ] 1649/3208 51% [=============================== ] 1650/3208 51% [=============================== ] 1651/3208 51% [=============================== ] 1652/3208 51% [=============================== ] 1653/3208 51% [=============================== ] 1654/3208 51% [=============================== ] 1655/3208 51% [================================ ] 1656/3208 51% [================================ ] 1657/3208 51% [================================ ] 1658/3208 51% [================================ ] 1659/3208 51% [================================ ] 1660/3208 51% [================================ ] 1661/3208 51% [================================ ] 1662/3208 51% [================================ ] 1663/3208 51% [================================ ] 1664/3208 51% [================================ ] 1665/3208 51% [================================ ] 1666/3208 51% [================================ ] 1667/3208 51% [================================ ] 1668/3208 51% [================================ ] 1669/3208 52% [================================ ] 1670/3208 52% [================================ ] 1671/3208 52% [================================ ] 1672/3208 52% [================================ ] 1673/3208 52% [================================ ] 1674/3208 52% [================================ ] 1675/3208 52% [================================ ] 1676/3208 52% [================================ ] 1677/3208 52% [================================ ] 1678/3208 52% [================================ ] 1679/3208 52% [================================ ] 1680/3208 52% [================================ ] 1681/3208 52% [================================ ] 1682/3208 52% [================================ ] 1683/3208 52% [================================ ] 1684/3208 52% [================================ ] 1685/3208 52% [================================ ] 1686/3208 52% [================================ ] 1687/3208 52% [================================ ] 1688/3208 52% [================================ ] 1689/3208 52% [================================ ] 1690/3208 52% [================================ ] 1691/3208 52% [================================ ] 1692/3208 52% [================================ ] 1693/3208 52% [================================ ] 1694/3208 52% [================================ ] 1695/3208 52% [================================ ] 1696/3208 52% [================================ ] 1697/3208 52% [================================ ] 1698/3208 52% [================================ ] 1699/3208 52% [================================ ] 1700/3208 52% [================================ ] 1701/3208 53% [================================ ] 1702/3208 53% [================================ ] 1703/3208 53% [================================ ] 1704/3208 53% [================================ ] 1705/3208 53% [================================ ] 1706/3208 53% [================================ ] 1707/3208 53% [================================= ] 1708/3208 53% [================================= ] 1709/3208 53% [================================= ] 1710/3208 53% [================================= ] 1711/3208 53% [================================= ] 1712/3208 53% [================================= ] 1713/3208 53% [================================= ] 1714/3208 53% [================================= ] 1715/3208 53% [================================= ] 1716/3208 53% [================================= ] 1717/3208 53% [================================= ] 1718/3208 53% [================================= ] 1719/3208 53% [================================= ] 1720/3208 53% [================================= ] 1721/3208 53% [================================= ] 1722/3208 53% [================================= ] 1723/3208 53% [================================= ] 1724/3208 53% [================================= ] 1725/3208 53% [================================= ] 1726/3208 53% [================================= ] 1727/3208 53% [================================= ] 1728/3208 53% [================================= ] 1729/3208 53% [================================= ] 1730/3208 53% [================================= ] 1731/3208 53% [================================= ] 1732/3208 53% [================================= ] 1733/3208 54% [================================= ] 1734/3208 54% [================================= ] 1735/3208 54% [================================= ] 1736/3208 54% [================================= ] 1737/3208 54% [================================= ] 1738/3208 54% [================================= ] 1739/3208 54% [================================= ] 1740/3208 54% [================================= ] 1741/3208 54% [================================= ] 1742/3208 54% [================================= ] 1743/3208 54% [================================= ] 1744/3208 54% [================================= ] 1745/3208 54% [================================= ] 1746/3208 54% [================================= ] 1747/3208 54% [================================= ] 1748/3208 54% [================================= ] 1749/3208 54% [================================= ] 1750/3208 54% [================================= ] 1751/3208 54% [================================= ] 1752/3208 54% [================================= ] 1753/3208 54% [================================= ] 1754/3208 54% [================================= ] 1755/3208 54% [================================= ] 1756/3208 54% [================================= ] 1757/3208 54% [================================= ] 1758/3208 54% [================================= ] 1759/3208 54% [================================== ] 1760/3208 54% [================================== ] 1761/3208 54% [================================== ] 1762/3208 54% [================================== ] 1763/3208 54% [================================== ] 1764/3208 54% [================================== ] 1765/3208 55% [================================== ] 1766/3208 55% [================================== ] 1767/3208 55% [================================== ] 1768/3208 55% [================================== ] 1769/3208 55% [================================== ] 1770/3208 55% [================================== ] 1771/3208 55% [================================== ] 1772/3208 55% [================================== ] 1773/3208 55% [================================== ] 1774/3208 55% [================================== ] 1775/3208 55% [================================== ] 1776/3208 55% [================================== ] 1777/3208 55% [================================== ] 1778/3208 55% [================================== ] 1779/3208 55% [================================== ] 1780/3208 55% [================================== ] 1781/3208 55% [================================== ] 1782/3208 55% [================================== ] 1783/3208 55% [================================== ] 1784/3208 55% [================================== ] 1785/3208 55% [================================== ] 1786/3208 55% [================================== ] 1787/3208 55% [================================== ] 1788/3208 55% [================================== ] 1789/3208 55% [================================== ] 1790/3208 55% [================================== ] 1791/3208 55% [================================== ] 1792/3208 55% [================================== ] 1793/3208 55% [================================== ] 1794/3208 55% [================================== ] 1795/3208 55% [================================== ] 1796/3208 55% [================================== ] 1797/3208 56% [================================== ] 1798/3208 56% [================================== ] 1799/3208 56% [================================== ] 1800/3208 56% [================================== ] 1801/3208 56% [================================== ] 1802/3208 56% [================================== ] 1803/3208 56% [================================== ] 1804/3208 56% [================================== ] 1805/3208 56% [================================== ] 1806/3208 56% [================================== ] 1807/3208 56% [================================== ] 1808/3208 56% [================================== ] 1809/3208 56% [================================== ] 1810/3208 56% [=================================== ] 1811/3208 56% [=================================== ] 1812/3208 56% [=================================== ] 1813/3208 56% [=================================== ] 1814/3208 56% [=================================== ] 1815/3208 56% [=================================== ] 1816/3208 56% [=================================== ] 1817/3208 56% [=================================== ] 1818/3208 56% [=================================== ] 1819/3208 56% [=================================== ] 1820/3208 56% [=================================== ] 1821/3208 56% [=================================== ] 1822/3208 56% [=================================== ] 1823/3208 56% [=================================== ] 1824/3208 56% [=================================== ] 1825/3208 56% [=================================== ] 1826/3208 56% [=================================== ] 1827/3208 56% [=================================== ] 1828/3208 56% [=================================== ] 1829/3208 57% [=================================== ] 1830/3208 57% [=================================== ] 1831/3208 57% [=================================== ] 1832/3208 57% [=================================== ] 1833/3208 57% [=================================== ] 1834/3208 57% [=================================== ] 1835/3208 57% [=================================== ] 1836/3208 57% [=================================== ] 1837/3208 57% [=================================== ] 1838/3208 57% [=================================== ] 1839/3208 57% [=================================== ] 1840/3208 57% [=================================== ] 1841/3208 57% [=================================== ] 1842/3208 57% [=================================== ] 1843/3208 57% [=================================== ] 1844/3208 57% [=================================== ] 1845/3208 57% [=================================== ] 1846/3208 57% [=================================== ] 1847/3208 57% [=================================== ] 1848/3208 57% [=================================== ] 1849/3208 57% [=================================== ] 1850/3208 57% [=================================== ] 1851/3208 57% [=================================== ] 1852/3208 57% [=================================== ] 1853/3208 57% [=================================== ] 1854/3208 57% [=================================== ] 1855/3208 57% [=================================== ] 1856/3208 57% [=================================== ] 1857/3208 57% [=================================== ] 1858/3208 57% [=================================== ] 1859/3208 57% [=================================== ] 1860/3208 57% [=================================== ] 1861/3208 58% [=================================== ] 1862/3208 58% [==================================== ] 1863/3208 58% [==================================== ] 1864/3208 58% [==================================== ] 1865/3208 58% [==================================== ] 1866/3208 58% [==================================== ] 1867/3208 58% [==================================== ] 1868/3208 58% [==================================== ] 1869/3208 58% [==================================== ] 1870/3208 58% [==================================== ] 1871/3208 58% [==================================== ] 1872/3208 58% [==================================== ] 1873/3208 58% [==================================== ] 1874/3208 58% [==================================== ] 1875/3208 58% [==================================== ] 1876/3208 58% [==================================== ] 1877/3208 58% [==================================== ] 1878/3208 58% [==================================== ] 1879/3208 58% [==================================== ] 1880/3208 58% [==================================== ] 1881/3208 58% [==================================== ] 1882/3208 58% [==================================== ] 1883/3208 58% [==================================== ] 1884/3208 58% [==================================== ] 1885/3208 58% [==================================== ] 1886/3208 58% [==================================== ] 1887/3208 58% [==================================== ] 1888/3208 58% [==================================== ] 1889/3208 58% [==================================== ] 1890/3208 58% [==================================== ] 1891/3208 58% [==================================== ] 1892/3208 58% [==================================== ] 1893/3208 59% [==================================== ] 1894/3208 59% [==================================== ] 1895/3208 59% [==================================== ] 1896/3208 59% [==================================== ] 1897/3208 59% [==================================== ] 1898/3208 59% [==================================== ] 1899/3208 59% [==================================== ] 1900/3208 59% [==================================== ] 1901/3208 59% [==================================== ] 1902/3208 59% [==================================== ] 1903/3208 59% [==================================== ] 1904/3208 59% [==================================== ] 1905/3208 59% [==================================== ] 1906/3208 59% [==================================== ] 1907/3208 59% [==================================== ] 1908/3208 59% [==================================== ] 1909/3208 59% [==================================== ] 1910/3208 59% [==================================== ] 1911/3208 59% [==================================== ] 1912/3208 59% [==================================== ] 1913/3208 59% [==================================== ] 1914/3208 59% [===================================== ] 1915/3208 59% [===================================== ] 1916/3208 59% [===================================== ] 1917/3208 59% [===================================== ] 1918/3208 59% [===================================== ] 1919/3208 59% [===================================== ] 1920/3208 59% [===================================== ] 1921/3208 59% [===================================== ] 1922/3208 59% [===================================== ] 1923/3208 59% [===================================== ] 1924/3208 59% [===================================== ] 1925/3208 60% [===================================== ] 1926/3208 60% [===================================== ] 1927/3208 60% [===================================== ] 1928/3208 60% [===================================== ] 1929/3208 60% [===================================== ] 1930/3208 60% [===================================== ] 1931/3208 60% [===================================== ] 1932/3208 60% [===================================== ] 1933/3208 60% [===================================== ] 1934/3208 60% [===================================== ] 1935/3208 60% [===================================== ] 1936/3208 60% [===================================== ] 1937/3208 60% [===================================== ] 1938/3208 60% [===================================== ] 1939/3208 60% [===================================== ] 1940/3208 60% [===================================== ] 1941/3208 60% [===================================== ] 1942/3208 60% [===================================== ] 1943/3208 60% [===================================== ] 1944/3208 60% [===================================== ] 1945/3208 60% [===================================== ] 1946/3208 60% [===================================== ] 1947/3208 60% [===================================== ] 1948/3208 60% [===================================== ] 1949/3208 60% [===================================== ] 1950/3208 60% [===================================== ] 1951/3208 60% [===================================== ] 1952/3208 60% [===================================== ] 1953/3208 60% [===================================== ] 1954/3208 60% [===================================== ] 1955/3208 60% [===================================== ] 1956/3208 60% [===================================== ] 1957/3208 61% [===================================== ] 1958/3208 61% [===================================== ] 1959/3208 61% [===================================== ] 1960/3208 61% [===================================== ] 1961/3208 61% [===================================== ] 1962/3208 61% [===================================== ] 1963/3208 61% [===================================== ] 1964/3208 61% [===================================== ] 1965/3208 61% [===================================== ] 1966/3208 61% [====================================== ] 1967/3208 61% [====================================== ] 1968/3208 61% [====================================== ] 1969/3208 61% [====================================== ] 1970/3208 61% [====================================== ] 1971/3208 61% [====================================== ] 1972/3208 61% [====================================== ] 1973/3208 61% [====================================== ] 1974/3208 61% [====================================== ] 1975/3208 61% [====================================== ] 1976/3208 61% [====================================== ] 1977/3208 61% [====================================== ] 1978/3208 61% [====================================== ] 1979/3208 61% [====================================== ] 1980/3208 61% [====================================== ] 1981/3208 61% [====================================== ] 1982/3208 61% [====================================== ] 1983/3208 61% [====================================== ] 1984/3208 61% [====================================== ] 1985/3208 61% [====================================== ] 1986/3208 61% [====================================== ] 1987/3208 61% [====================================== ] 1988/3208 61% [====================================== ] 1989/3208 62% [====================================== ] 1990/3208 62% [====================================== ] 1991/3208 62% [====================================== ] 1992/3208 62% [====================================== ] 1993/3208 62% [====================================== ] 1994/3208 62% [====================================== ] 1995/3208 62% [====================================== ] 1996/3208 62% [====================================== ] 1997/3208 62% [====================================== ] 1998/3208 62% [====================================== ] 1999/3208 62% [====================================== ] 2000/3208 62% [====================================== ] 2001/3208 62% [====================================== ] 2002/3208 62% [====================================== ] 2003/3208 62% [====================================== ] 2004/3208 62% [====================================== ] 2005/3208 62% [====================================== ] 2006/3208 62% [====================================== ] 2007/3208 62% [====================================== ] 2008/3208 62% [====================================== ] 2009/3208 62% [====================================== ] 2010/3208 62% [====================================== ] 2011/3208 62% [====================================== ] 2012/3208 62% [====================================== ] 2013/3208 62% [====================================== ] 2014/3208 62% [====================================== ] 2015/3208 62% [====================================== ] 2016/3208 62% [====================================== ] 2017/3208 62% [======================================= ] 2018/3208 62% [======================================= ] 2019/3208 62% [======================================= ] 2020/3208 62% [======================================= ] 2021/3208 62% [======================================= ] 2022/3208 63% [======================================= ] 2023/3208 63% [======================================= ] 2024/3208 63% [======================================= ] 2025/3208 63% [======================================= ] 2026/3208 63% [======================================= ] 2027/3208 63% [======================================= ] 2028/3208 63% [======================================= ] 2029/3208 63% [======================================= ] 2030/3208 63% [======================================= ] 2031/3208 63% [======================================= ] 2032/3208 63% [======================================= ] 2033/3208 63% [======================================= ] 2034/3208 63% [======================================= ] 2035/3208 63% [======================================= ] 2036/3208 63% [======================================= ] 2037/3208 63% [======================================= ] 2038/3208 63% [======================================= ] 2039/3208 63% [======================================= ] 2040/3208 63% [======================================= ] 2041/3208 63% [======================================= ] 2042/3208 63% [======================================= ] 2043/3208 63% [======================================= ] 2044/3208 63% [======================================= ] 2045/3208 63% [======================================= ] 2046/3208 63% [======================================= ] 2047/3208 63% [======================================= ] 2048/3208 63% [======================================= ] 2049/3208 63% [======================================= ] 2050/3208 63% [======================================= ] 2051/3208 63% [======================================= ] 2052/3208 63% [======================================= ] 2053/3208 63% [======================================= ] 2054/3208 64% [======================================= ] 2055/3208 64% [======================================= ] 2056/3208 64% [======================================= ] 2057/3208 64% [======================================= ] 2058/3208 64% [======================================= ] 2059/3208 64% [======================================= ] 2060/3208 64% [======================================= ] 2061/3208 64% [======================================= ] 2062/3208 64% [======================================= ] 2063/3208 64% [======================================= ] 2064/3208 64% [======================================= ] 2065/3208 64% [======================================= ] 2066/3208 64% [======================================= ] 2067/3208 64% [======================================= ] 2068/3208 64% [======================================= ] 2069/3208 64% [======================================== ] 2070/3208 64% [======================================== ] 2071/3208 64% [======================================== ] 2072/3208 64% [======================================== ] 2073/3208 64% [======================================== ] 2074/3208 64% [======================================== ] 2075/3208 64% [======================================== ] 2076/3208 64% [======================================== ] 2077/3208 64% [======================================== ] 2078/3208 64% [======================================== ] 2079/3208 64% [======================================== ] 2080/3208 64% [======================================== ] 2081/3208 64% [======================================== ] 2082/3208 64% [======================================== ] 2083/3208 64% [======================================== ] 2084/3208 64% [======================================== ] 2085/3208 64% [======================================== ] 2086/3208 65% [======================================== ] 2087/3208 65% [======================================== ] 2088/3208 65% [======================================== ] 2089/3208 65% [======================================== ] 2090/3208 65% [======================================== ] 2091/3208 65% [======================================== ] 2092/3208 65% [======================================== ] 2093/3208 65% [======================================== ] 2094/3208 65% [======================================== ] 2095/3208 65% [======================================== ] 2096/3208 65% [======================================== ] 2097/3208 65% [======================================== ] 2098/3208 65% [======================================== ] 2099/3208 65% [======================================== ] 2100/3208 65% [======================================== ] 2101/3208 65% [======================================== ] 2102/3208 65% [======================================== ] 2103/3208 65% [======================================== ] 2104/3208 65% [======================================== ] 2105/3208 65% [======================================== ] 2106/3208 65% [======================================== ] 2107/3208 65% [======================================== ] 2108/3208 65% [======================================== ] 2109/3208 65% [======================================== ] 2110/3208 65% [======================================== ] 2111/3208 65% [======================================== ] 2112/3208 65% [======================================== ] 2113/3208 65% [======================================== ] 2114/3208 65% [======================================== ] 2115/3208 65% [======================================== ] 2116/3208 65% [======================================== ] 2117/3208 65% [======================================== ] 2118/3208 66% [======================================== ] 2119/3208 66% [======================================== ] 2120/3208 66% [======================================== ] 2121/3208 66% [========================================= ] 2122/3208 66% [========================================= ] 2123/3208 66% [========================================= ] 2124/3208 66% [========================================= ] 2125/3208 66% [========================================= ] 2126/3208 66% [========================================= ] 2127/3208 66% [========================================= ] 2128/3208 66% [========================================= ] 2129/3208 66% [========================================= ] 2130/3208 66% [========================================= ] 2131/3208 66% [========================================= ] 2132/3208 66% [========================================= ] 2133/3208 66% [========================================= ] 2134/3208 66% [========================================= ] 2135/3208 66% [========================================= ] 2136/3208 66% [========================================= ] 2137/3208 66% [========================================= ] 2138/3208 66% [========================================= ] 2139/3208 66% [========================================= ] 2140/3208 66% [========================================= ] 2141/3208 66% [========================================= ] 2142/3208 66% [========================================= ] 2143/3208 66% [========================================= ] 2144/3208 66% [========================================= ] 2145/3208 66% [========================================= ] 2146/3208 66% [========================================= ] 2147/3208 66% [========================================= ] 2148/3208 66% [========================================= ] 2149/3208 66% [========================================= ] 2150/3208 67% [========================================= ] 2151/3208 67% [========================================= ] 2152/3208 67% [========================================= ] 2153/3208 67% [========================================= ] 2154/3208 67% [========================================= ] 2155/3208 67% [========================================= ] 2156/3208 67% [========================================= ] 2157/3208 67% [========================================= ] 2158/3208 67% [========================================= ] 2159/3208 67% [========================================= ] 2160/3208 67% [========================================= ] 2161/3208 67% [========================================= ] 2162/3208 67% [========================================= ] 2163/3208 67% [========================================= ] 2164/3208 67% [========================================= ] 2165/3208 67% [========================================= ] 2166/3208 67% [========================================= ] 2167/3208 67% [========================================= ] 2168/3208 67% [========================================= ] 2169/3208 67% [========================================= ] 2170/3208 67% [========================================= ] 2171/3208 67% [========================================= ] 2172/3208 67% [========================================= ] 2173/3208 67% [========================================== ] 2174/3208 67% [========================================== ] 2175/3208 67% [========================================== ] 2176/3208 67% [========================================== ] 2177/3208 67% [========================================== ] 2178/3208 67% [========================================== ] 2179/3208 67% [========================================== ] 2180/3208 67% [========================================== ] 2181/3208 67% [========================================== ] 2182/3208 68% [========================================== ] 2183/3208 68% [========================================== ] 2184/3208 68% [========================================== ] 2185/3208 68% [========================================== ] 2186/3208 68% [========================================== ] 2187/3208 68% [========================================== ] 2188/3208 68% [========================================== ] 2189/3208 68% [========================================== ] 2190/3208 68% [========================================== ] 2191/3208 68% [========================================== ] 2192/3208 68% [========================================== ] 2193/3208 68% [========================================== ] 2194/3208 68% [========================================== ] 2195/3208 68% [========================================== ] 2196/3208 68% [========================================== ] 2197/3208 68% [========================================== ] 2198/3208 68% [========================================== ] 2199/3208 68% [========================================== ] 2200/3208 68% [========================================== ] 2201/3208 68% [========================================== ] 2202/3208 68% [========================================== ] 2203/3208 68% [========================================== ] 2204/3208 68% [========================================== ] 2205/3208 68% [========================================== ] 2206/3208 68% [========================================== ] 2207/3208 68% [========================================== ] 2208/3208 68% [========================================== ] 2209/3208 68% [========================================== ] 2210/3208 68% [========================================== ] 2211/3208 68% [========================================== ] 2212/3208 68% [========================================== ] 2213/3208 68% [========================================== ] 2214/3208 69% [========================================== ] 2215/3208 69% [========================================== ] 2216/3208 69% [========================================== ] 2217/3208 69% [========================================== ] 2218/3208 69% [========================================== ] 2219/3208 69% [========================================== ] 2220/3208 69% [========================================== ] 2221/3208 69% [========================================== ] 2222/3208 69% [========================================== ] 2223/3208 69% [========================================== ] 2224/3208 69% [=========================================== ] 2225/3208 69% [=========================================== ] 2226/3208 69% [=========================================== ] 2227/3208 69% [=========================================== ] 2228/3208 69% [=========================================== ] 2229/3208 69% [=========================================== ] 2230/3208 69% [=========================================== ] 2231/3208 69% [=========================================== ] 2232/3208 69% [=========================================== ] 2233/3208 69% [=========================================== ] 2234/3208 69% [=========================================== ] 2235/3208 69% [=========================================== ] 2236/3208 69% [=========================================== ] 2237/3208 69% [=========================================== ] 2238/3208 69% [=========================================== ] 2239/3208 69% [=========================================== ] 2240/3208 69% [=========================================== ] 2241/3208 69% [=========================================== ] 2242/3208 69% [=========================================== ] 2243/3208 69% [=========================================== ] 2244/3208 69% [=========================================== ] 2245/3208 69% [=========================================== ] 2246/3208 70% [=========================================== ] 2247/3208 70% [=========================================== ] 2248/3208 70% [=========================================== ] 2249/3208 70% [=========================================== ] 2250/3208 70% [=========================================== ] 2251/3208 70% [=========================================== ] 2252/3208 70% [=========================================== ] 2253/3208 70% [=========================================== ] 2254/3208 70% [=========================================== ] 2255/3208 70% [=========================================== ] 2256/3208 70% [=========================================== ] 2257/3208 70% [=========================================== ] 2258/3208 70% [=========================================== ] 2259/3208 70% [=========================================== ] 2260/3208 70% [=========================================== ] 2261/3208 70% [=========================================== ] 2262/3208 70% [=========================================== ] 2263/3208 70% [=========================================== ] 2264/3208 70% [=========================================== ] 2265/3208 70% [=========================================== ] 2266/3208 70% [=========================================== ] 2267/3208 70% [=========================================== ] 2268/3208 70% [=========================================== ] 2269/3208 70% [=========================================== ] 2270/3208 70% [=========================================== ] 2271/3208 70% [=========================================== ] 2272/3208 70% [=========================================== ] 2273/3208 70% [=========================================== ] 2274/3208 70% [=========================================== ] 2275/3208 70% [=========================================== ] 2276/3208 70% [============================================ ] 2277/3208 70% [============================================ ] 2278/3208 71% [============================================ ] 2279/3208 71% [============================================ ] 2280/3208 71% [============================================ ] 2281/3208 71% [============================================ ] 2282/3208 71% [============================================ ] 2283/3208 71% [============================================ ] 2284/3208 71% [============================================ ] 2285/3208 71% [============================================ ] 2286/3208 71% [============================================ ] 2287/3208 71% [============================================ ] 2288/3208 71% [============================================ ] 2289/3208 71% [============================================ ] 2290/3208 71% [============================================ ] 2291/3208 71% [============================================ ] 2292/3208 71% [============================================ ] 2293/3208 71% [============================================ ] 2294/3208 71% [============================================ ] 2295/3208 71% [============================================ ] 2296/3208 71% [============================================ ] 2297/3208 71% [============================================ ] 2298/3208 71% [============================================ ] 2299/3208 71% [============================================ ] 2300/3208 71% [============================================ ] 2301/3208 71% [============================================ ] 2302/3208 71% [============================================ ] 2303/3208 71% [============================================ ] 2304/3208 71% [============================================ ] 2305/3208 71% [============================================ ] 2306/3208 71% [============================================ ] 2307/3208 71% [============================================ ] 2308/3208 71% [============================================ ] 2309/3208 71% [============================================ ] 2310/3208 72% [============================================ ] 2311/3208 72% [============================================ ] 2312/3208 72% [============================================ ] 2313/3208 72% [============================================ ] 2314/3208 72% [============================================ ] 2315/3208 72% [============================================ ] 2316/3208 72% [============================================ ] 2317/3208 72% [============================================ ] 2318/3208 72% [============================================ ] 2319/3208 72% [============================================ ] 2320/3208 72% [============================================ ] 2321/3208 72% [============================================ ] 2322/3208 72% [============================================ ] 2323/3208 72% [============================================ ] 2324/3208 72% [============================================ ] 2325/3208 72% [============================================ ] 2326/3208 72% [============================================ ] 2327/3208 72% [============================================ ] 2328/3208 72% [============================================= ] 2329/3208 72% [============================================= ] 2330/3208 72% [============================================= ] 2331/3208 72% [============================================= ] 2332/3208 72% [============================================= ] 2333/3208 72% [============================================= ] 2334/3208 72% [============================================= ] 2335/3208 72% [============================================= ] 2336/3208 72% [============================================= ] 2337/3208 72% [============================================= ] 2338/3208 72% [============================================= ] 2339/3208 72% [============================================= ] 2340/3208 72% [============================================= ] 2341/3208 72% [============================================= ] 2342/3208 73% [============================================= ] 2343/3208 73% [============================================= ] 2344/3208 73% [============================================= ] 2345/3208 73% [============================================= ] 2346/3208 73% [============================================= ] 2347/3208 73% [============================================= ] 2348/3208 73% [============================================= ] 2349/3208 73% [============================================= ] 2350/3208 73% [============================================= ] 2351/3208 73% [============================================= ] 2352/3208 73% [============================================= ] 2353/3208 73% [============================================= ] 2354/3208 73% [============================================= ] 2355/3208 73% [============================================= ] 2356/3208 73% [============================================= ] 2357/3208 73% [============================================= ] 2358/3208 73% [============================================= ] 2359/3208 73% [============================================= ] 2360/3208 73% [============================================= ] 2361/3208 73% [============================================= ] 2362/3208 73% [============================================= ] 2363/3208 73% [============================================= ] 2364/3208 73% [============================================= ] 2365/3208 73% [============================================= ] 2366/3208 73% [============================================= ] 2367/3208 73% [============================================= ] 2368/3208 73% [============================================= ] 2369/3208 73% [============================================= ] 2370/3208 73% [============================================= ] 2371/3208 73% [============================================= ] 2372/3208 73% [============================================= ] 2373/3208 73% [============================================= ] 2374/3208 74% [============================================= ] 2375/3208 74% [============================================= ] 2376/3208 74% [============================================= ] 2377/3208 74% [============================================= ] 2378/3208 74% [============================================= ] 2379/3208 74% [============================================= ] 2380/3208 74% [============================================== ] 2381/3208 74% [============================================== ] 2382/3208 74% [============================================== ] 2383/3208 74% [============================================== ] 2384/3208 74% [============================================== ] 2385/3208 74% [============================================== ] 2386/3208 74% [============================================== ] 2387/3208 74% [============================================== ] 2388/3208 74% [============================================== ] 2389/3208 74% [============================================== ] 2390/3208 74% [============================================== ] 2391/3208 74% [============================================== ] 2392/3208 74% [============================================== ] 2393/3208 74% [============================================== ] 2394/3208 74% [============================================== ] 2395/3208 74% [============================================== ] 2396/3208 74% [============================================== ] 2397/3208 74% [============================================== ] 2398/3208 74% [============================================== ] 2399/3208 74% [============================================== ] 2400/3208 74% [============================================== ] 2401/3208 74% [============================================== ] 2402/3208 74% [============================================== ] 2403/3208 74% [============================================== ] 2404/3208 74% [============================================== ] 2405/3208 74% [============================================== ] 2406/3208 75% [============================================== ] 2407/3208 75% [============================================== ] 2408/3208 75% [============================================== ] 2409/3208 75% [============================================== ] 2410/3208 75% [============================================== ] 2411/3208 75% [============================================== ] 2412/3208 75% [============================================== ] 2413/3208 75% [============================================== ] 2414/3208 75% [============================================== ] 2415/3208 75% [============================================== ] 2416/3208 75% [============================================== ] 2417/3208 75% [============================================== ] 2418/3208 75% [============================================== ] 2419/3208 75% [============================================== ] 2420/3208 75% [============================================== ] 2421/3208 75% [============================================== ] 2422/3208 75% [============================================== ] 2423/3208 75% [============================================== ] 2424/3208 75% [============================================== ] 2425/3208 75% [============================================== ] 2426/3208 75% [============================================== ] 2427/3208 75% [============================================== ] 2428/3208 75% [============================================== ] 2429/3208 75% [============================================== ] 2430/3208 75% [============================================== ] 2431/3208 75% [=============================================== ] 2432/3208 75% [=============================================== ] 2433/3208 75% [=============================================== ] 2434/3208 75% [=============================================== ] 2435/3208 75% [=============================================== ] 2436/3208 75% [=============================================== ] 2437/3208 75% [=============================================== ] 2438/3208 75% [=============================================== ] 2439/3208 76% [=============================================== ] 2440/3208 76% [=============================================== ] 2441/3208 76% [=============================================== ] 2442/3208 76% [=============================================== ] 2443/3208 76% [=============================================== ] 2444/3208 76% [=============================================== ] 2445/3208 76% [=============================================== ] 2446/3208 76% [=============================================== ] 2447/3208 76% [=============================================== ] 2448/3208 76% [=============================================== ] 2449/3208 76% [=============================================== ] 2450/3208 76% [=============================================== ] 2451/3208 76% [=============================================== ] 2452/3208 76% [=============================================== ] 2453/3208 76% [=============================================== ] 2454/3208 76% [=============================================== ] 2455/3208 76% [=============================================== ] 2456/3208 76% [=============================================== ] 2457/3208 76% [=============================================== ] 2458/3208 76% [=============================================== ] 2459/3208 76% [=============================================== ] 2460/3208 76% [=============================================== ] 2461/3208 76% [=============================================== ] 2462/3208 76% [=============================================== ] 2463/3208 76% [=============================================== ] 2464/3208 76% [=============================================== ] 2465/3208 76% [=============================================== ] 2466/3208 76% [=============================================== ] 2467/3208 76% [=============================================== ] 2468/3208 76% [=============================================== ] 2469/3208 76% [=============================================== ] 2470/3208 76% [=============================================== ] 2471/3208 77% [=============================================== ] 2472/3208 77% [=============================================== ] 2473/3208 77% [=============================================== ] 2474/3208 77% [=============================================== ] 2475/3208 77% [=============================================== ] 2476/3208 77% [=============================================== ] 2477/3208 77% [=============================================== ] 2478/3208 77% [=============================================== ] 2479/3208 77% [=============================================== ] 2480/3208 77% [=============================================== ] 2481/3208 77% [=============================================== ] 2482/3208 77% [=============================================== ] 2483/3208 77% [================================================ ] 2484/3208 77% [================================================ ] 2485/3208 77% [================================================ ] 2486/3208 77% [================================================ ] 2487/3208 77% [================================================ ] 2488/3208 77% [================================================ ] 2489/3208 77% [================================================ ] 2490/3208 77% [================================================ ] 2491/3208 77% [================================================ ] 2492/3208 77% [================================================ ] 2493/3208 77% [================================================ ] 2494/3208 77% [================================================ ] 2495/3208 77% [================================================ ] 2496/3208 77% [================================================ ] 2497/3208 77% [================================================ ] 2498/3208 77% [================================================ ] 2499/3208 77% [================================================ ] 2500/3208 77% [================================================ ] 2501/3208 77% [================================================ ] 2502/3208 77% [================================================ ] 2503/3208 78% [================================================ ] 2504/3208 78% [================================================ ] 2505/3208 78% [================================================ ] 2506/3208 78% [================================================ ] 2507/3208 78% [================================================ ] 2508/3208 78% [================================================ ] 2509/3208 78% [================================================ ] 2510/3208 78% [================================================ ] 2511/3208 78% [================================================ ] 2512/3208 78% [================================================ ] 2513/3208 78% [================================================ ] 2514/3208 78% [================================================ ] 2515/3208 78% [================================================ ] 2516/3208 78% [================================================ ] 2517/3208 78% [================================================ ] 2518/3208 78% [================================================ ] 2519/3208 78% [================================================ ] 2520/3208 78% [================================================ ] 2521/3208 78% [================================================ ] 2522/3208 78% [================================================ ] 2523/3208 78% [================================================ ] 2524/3208 78% [================================================ ] 2525/3208 78% [================================================ ] 2526/3208 78% [================================================ ] 2527/3208 78% [================================================ ] 2528/3208 78% [================================================ ] 2529/3208 78% [================================================ ] 2530/3208 78% [================================================ ] 2531/3208 78% [================================================ ] 2532/3208 78% [================================================ ] 2533/3208 78% [================================================ ] 2534/3208 78% [================================================ ] 2535/3208 79% [================================================= ] 2536/3208 79% [================================================= ] 2537/3208 79% [================================================= ] 2538/3208 79% [================================================= ] 2539/3208 79% [================================================= ] 2540/3208 79% [================================================= ] 2541/3208 79% [================================================= ] 2542/3208 79% [================================================= ] 2543/3208 79% [================================================= ] 2544/3208 79% [================================================= ] 2545/3208 79% [================================================= ] 2546/3208 79% [================================================= ] 2547/3208 79% [================================================= ] 2548/3208 79% [================================================= ] 2549/3208 79% [================================================= ] 2550/3208 79% [================================================= ] 2551/3208 79% [================================================= ] 2552/3208 79% [================================================= ] 2553/3208 79% [================================================= ] 2554/3208 79% [================================================= ] 2555/3208 79% [================================================= ] 2556/3208 79% [================================================= ] 2557/3208 79% [================================================= ] 2558/3208 79% [================================================= ] 2559/3208 79% [================================================= ] 2560/3208 79% [================================================= ] 2561/3208 79% [================================================= ] 2562/3208 79% [================================================= ] 2563/3208 79% [================================================= ] 2564/3208 79% [================================================= ] 2565/3208 79% [================================================= ] 2566/3208 79% [================================================= ] 2567/3208 80% [================================================= ] 2568/3208 80% [================================================= ] 2569/3208 80% [================================================= ] 2570/3208 80% [================================================= ] 2571/3208 80% [================================================= ] 2572/3208 80% [================================================= ] 2573/3208 80% [================================================= ] 2574/3208 80% [================================================= ] 2575/3208 80% [================================================= ] 2576/3208 80% [================================================= ] 2577/3208 80% [================================================= ] 2578/3208 80% [================================================= ] 2579/3208 80% [================================================= ] 2580/3208 80% [================================================= ] 2581/3208 80% [================================================= ] 2582/3208 80% [================================================= ] 2583/3208 80% [================================================= ] 2584/3208 80% [================================================= ] 2585/3208 80% [================================================= ] 2586/3208 80% [================================================= ] 2587/3208 80% [================================================== ] 2588/3208 80% [================================================== ] 2589/3208 80% [================================================== ] 2590/3208 80% [================================================== ] 2591/3208 80% [================================================== ] 2592/3208 80% [================================================== ] 2593/3208 80% [================================================== ] 2594/3208 80% [================================================== ] 2595/3208 80% [================================================== ] 2596/3208 80% [================================================== ] 2597/3208 80% [================================================== ] 2598/3208 80% [================================================== ] 2599/3208 81% [================================================== ] 2600/3208 81% [================================================== ] 2601/3208 81% [================================================== ] 2602/3208 81% [================================================== ] 2603/3208 81% [================================================== ] 2604/3208 81% [================================================== ] 2605/3208 81% [================================================== ] 2606/3208 81% [================================================== ] 2607/3208 81% [================================================== ] 2608/3208 81% [================================================== ] 2609/3208 81% [================================================== ] 2610/3208 81% [================================================== ] 2611/3208 81% [================================================== ] 2612/3208 81% [================================================== ] 2613/3208 81% [================================================== ] 2614/3208 81% [================================================== ] 2615/3208 81% [================================================== ] 2616/3208 81% [================================================== ] 2617/3208 81% [================================================== ] 2618/3208 81% [================================================== ] 2619/3208 81% [================================================== ] 2620/3208 81% [================================================== ] 2621/3208 81% [================================================== ] 2622/3208 81% [================================================== ] 2623/3208 81% [================================================== ] 2624/3208 81% [================================================== ] 2625/3208 81% [================================================== ] 2626/3208 81% [================================================== ] 2627/3208 81% [================================================== ] 2628/3208 81% [================================================== ] 2629/3208 81% [================================================== ] 2630/3208 81% [================================================== ] 2631/3208 82% [================================================== ] 2632/3208 82% [================================================== ] 2633/3208 82% [================================================== ] 2634/3208 82% [================================================== ] 2635/3208 82% [================================================== ] 2636/3208 82% [================================================== ] 2637/3208 82% [================================================== ] 2638/3208 82% [=================================================== ] 2639/3208 82% [=================================================== ] 2640/3208 82% [=================================================== ] 2641/3208 82% [=================================================== ] 2642/3208 82% [=================================================== ] 2643/3208 82% [=================================================== ] 2644/3208 82% [=================================================== ] 2645/3208 82% [=================================================== ] 2646/3208 82% [=================================================== ] 2647/3208 82% [=================================================== ] 2648/3208 82% [=================================================== ] 2649/3208 82% [=================================================== ] 2650/3208 82% [=================================================== ] 2651/3208 82% [=================================================== ] 2652/3208 82% [=================================================== ] 2653/3208 82% [=================================================== ] 2654/3208 82% [=================================================== ] 2655/3208 82% [=================================================== ] 2656/3208 82% [=================================================== ] 2657/3208 82% [=================================================== ] 2658/3208 82% [=================================================== ] 2659/3208 82% [=================================================== ] 2660/3208 82% [=================================================== ] 2661/3208 82% [=================================================== ] 2662/3208 82% [=================================================== ] 2663/3208 83% [=================================================== ] 2664/3208 83% [=================================================== ] 2665/3208 83% [=================================================== ] 2666/3208 83% [=================================================== ] 2667/3208 83% [=================================================== ] 2668/3208 83% [=================================================== ] 2669/3208 83% [=================================================== ] 2670/3208 83% [=================================================== ] 2671/3208 83% [=================================================== ] 2672/3208 83% [=================================================== ] 2673/3208 83% [=================================================== ] 2674/3208 83% [=================================================== ] 2675/3208 83% [=================================================== ] 2676/3208 83% [=================================================== ] 2677/3208 83% [=================================================== ] 2678/3208 83% [=================================================== ] 2679/3208 83% [=================================================== ] 2680/3208 83% [=================================================== ] 2681/3208 83% [=================================================== ] 2682/3208 83% [=================================================== ] 2683/3208 83% [=================================================== ] 2684/3208 83% [=================================================== ] 2685/3208 83% [=================================================== ] 2686/3208 83% [=================================================== ] 2687/3208 83% [=================================================== ] 2688/3208 83% [=================================================== ] 2689/3208 83% [=================================================== ] 2690/3208 83% [==================================================== ] 2691/3208 83% [==================================================== ] 2692/3208 83% [==================================================== ] 2693/3208 83% [==================================================== ] 2694/3208 83% [==================================================== ] 2695/3208 84% [==================================================== ] 2696/3208 84% [==================================================== ] 2697/3208 84% [==================================================== ] 2698/3208 84% [==================================================== ] 2699/3208 84% [==================================================== ] 2700/3208 84% [==================================================== ] 2701/3208 84% [==================================================== ] 2702/3208 84% [==================================================== ] 2703/3208 84% [==================================================== ] 2704/3208 84% [==================================================== ] 2705/3208 84% [==================================================== ] 2706/3208 84% [==================================================== ] 2707/3208 84% [==================================================== ] 2708/3208 84% [==================================================== ] 2709/3208 84% [==================================================== ] 2710/3208 84% [==================================================== ] 2711/3208 84% [==================================================== ] 2712/3208 84% [==================================================== ] 2713/3208 84% [==================================================== ] 2714/3208 84% [==================================================== ] 2715/3208 84% [==================================================== ] 2716/3208 84% [==================================================== ] 2717/3208 84% [==================================================== ] 2718/3208 84% [==================================================== ] 2719/3208 84% [==================================================== ] 2720/3208 84% [==================================================== ] 2721/3208 84% [==================================================== ] 2722/3208 84% [==================================================== ] 2723/3208 84% [==================================================== ] 2724/3208 84% [==================================================== ] 2725/3208 84% [==================================================== ] 2726/3208 84% [==================================================== ] 2727/3208 85% [==================================================== ] 2728/3208 85% [==================================================== ] 2729/3208 85% [==================================================== ] 2730/3208 85% [==================================================== ] 2731/3208 85% [==================================================== ] 2732/3208 85% [==================================================== ] 2733/3208 85% [==================================================== ] 2734/3208 85% [==================================================== ] 2735/3208 85% [==================================================== ] 2736/3208 85% [==================================================== ] 2737/3208 85% [==================================================== ] 2738/3208 85% [==================================================== ] 2739/3208 85% [==================================================== ] 2740/3208 85% [==================================================== ] 2741/3208 85% [==================================================== ] 2742/3208 85% [===================================================== ] 2743/3208 85% [===================================================== ] 2744/3208 85% [===================================================== ] 2745/3208 85% [===================================================== ] 2746/3208 85% [===================================================== ] 2747/3208 85% [===================================================== ] 2748/3208 85% [===================================================== ] 2749/3208 85% [===================================================== ] 2750/3208 85% [===================================================== ] 2751/3208 85% [===================================================== ] 2752/3208 85% [===================================================== ] 2753/3208 85% [===================================================== ] 2754/3208 85% [===================================================== ] 2755/3208 85% [===================================================== ] 2756/3208 85% [===================================================== ] 2757/3208 85% [===================================================== ] 2758/3208 85% [===================================================== ] 2759/3208 86% [===================================================== ] 2760/3208 86% [===================================================== ] 2761/3208 86% [===================================================== ] 2762/3208 86% [===================================================== ] 2763/3208 86% [===================================================== ] 2764/3208 86% [===================================================== ] 2765/3208 86% [===================================================== ] 2766/3208 86% [===================================================== ] 2767/3208 86% [===================================================== ] 2768/3208 86% [===================================================== ] 2769/3208 86% [===================================================== ] 2770/3208 86% [===================================================== ] 2771/3208 86% [===================================================== ] 2772/3208 86% [===================================================== ] 2773/3208 86% [===================================================== ] 2774/3208 86% [===================================================== ] 2775/3208 86% [===================================================== ] 2776/3208 86% [===================================================== ] 2777/3208 86% [===================================================== ] 2778/3208 86% [===================================================== ] 2779/3208 86% [===================================================== ] 2780/3208 86% [===================================================== ] 2781/3208 86% [===================================================== ] 2782/3208 86% [===================================================== ] 2783/3208 86% [===================================================== ] 2784/3208 86% [===================================================== ] 2785/3208 86% [===================================================== ] 2786/3208 86% [===================================================== ] 2787/3208 86% [===================================================== ] 2788/3208 86% [===================================================== ] 2789/3208 86% [===================================================== ] 2790/3208 86% [===================================================== ] 2791/3208 87% [===================================================== ] 2792/3208 87% [===================================================== ] 2793/3208 87% [===================================================== ] 2794/3208 87% [====================================================== ] 2795/3208 87% [====================================================== ] 2796/3208 87% [====================================================== ] 2797/3208 87% [====================================================== ] 2798/3208 87% [====================================================== ] 2799/3208 87% [====================================================== ] 2800/3208 87% [====================================================== ] 2801/3208 87% [====================================================== ] 2802/3208 87% [====================================================== ] 2803/3208 87% [====================================================== ] 2804/3208 87% [====================================================== ] 2805/3208 87% [====================================================== ] 2806/3208 87% [====================================================== ] 2807/3208 87% [====================================================== ] 2808/3208 87% [====================================================== ] 2809/3208 87% [====================================================== ] 2810/3208 87% [====================================================== ] 2811/3208 87% [====================================================== ] 2812/3208 87% [====================================================== ] 2813/3208 87% [====================================================== ] 2814/3208 87% [====================================================== ] 2815/3208 87% [====================================================== ] 2816/3208 87% [====================================================== ] 2817/3208 87% [====================================================== ] 2818/3208 87% [====================================================== ] 2819/3208 87% [====================================================== ] 2820/3208 87% [====================================================== ] 2821/3208 87% [====================================================== ] 2822/3208 87% [====================================================== ] 2823/3208 87% [====================================================== ] 2824/3208 88% [====================================================== ] 2825/3208 88% [====================================================== ] 2826/3208 88% [====================================================== ] 2827/3208 88% [====================================================== ] 2828/3208 88% [====================================================== ] 2829/3208 88% [====================================================== ] 2830/3208 88% [====================================================== ] 2831/3208 88% [====================================================== ] 2832/3208 88% [====================================================== ] 2833/3208 88% [====================================================== ] 2834/3208 88% [====================================================== ] 2835/3208 88% [====================================================== ] 2836/3208 88% [====================================================== ] 2837/3208 88% [====================================================== ] 2838/3208 88% [====================================================== ] 2839/3208 88% [====================================================== ] 2840/3208 88% [====================================================== ] 2841/3208 88% [====================================================== ] 2842/3208 88% [====================================================== ] 2843/3208 88% [====================================================== ] 2844/3208 88% [====================================================== ] 2845/3208 88% [======================================================= ] 2846/3208 88% [======================================================= ] 2847/3208 88% [======================================================= ] 2848/3208 88% [======================================================= ] 2849/3208 88% [======================================================= ] 2850/3208 88% [======================================================= ] 2851/3208 88% [======================================================= ] 2852/3208 88% [======================================================= ] 2853/3208 88% [======================================================= ] 2854/3208 88% [======================================================= ] 2855/3208 88% [======================================================= ] 2856/3208 89% [======================================================= ] 2857/3208 89% [======================================================= ] 2858/3208 89% [======================================================= ] 2859/3208 89% [======================================================= ] 2860/3208 89% [======================================================= ] 2861/3208 89% [======================================================= ] 2862/3208 89% [======================================================= ] 2863/3208 89% [======================================================= ] 2864/3208 89% [======================================================= ] 2865/3208 89% [======================================================= ] 2866/3208 89% [======================================================= ] 2867/3208 89% [======================================================= ] 2868/3208 89% [======================================================= ] 2869/3208 89% [======================================================= ] 2870/3208 89% [======================================================= ] 2871/3208 89% [======================================================= ] 2872/3208 89% [======================================================= ] 2873/3208 89% [======================================================= ] 2874/3208 89% [======================================================= ] 2875/3208 89% [======================================================= ] 2876/3208 89% [======================================================= ] 2877/3208 89% [======================================================= ] 2878/3208 89% [======================================================= ] 2879/3208 89% [======================================================= ] 2880/3208 89% [======================================================= ] 2881/3208 89% [======================================================= ] 2882/3208 89% [======================================================= ] 2883/3208 89% [======================================================= ] 2884/3208 89% [======================================================= ] 2885/3208 89% [======================================================= ] 2886/3208 89% [======================================================= ] 2887/3208 89% [======================================================= ] 2888/3208 90% [======================================================= ] 2889/3208 90% [======================================================= ] 2890/3208 90% [======================================================= ] 2891/3208 90% [======================================================= ] 2892/3208 90% [======================================================= ] 2893/3208 90% [======================================================= ] 2894/3208 90% [======================================================= ] 2895/3208 90% [======================================================= ] 2896/3208 90% [======================================================= ] 2897/3208 90% [======================================================== ] 2898/3208 90% [======================================================== ] 2899/3208 90% [======================================================== ] 2900/3208 90% [======================================================== ] 2901/3208 90% [======================================================== ] 2902/3208 90% [======================================================== ] 2903/3208 90% [======================================================== ] 2904/3208 90% [======================================================== ] 2905/3208 90% [======================================================== ] 2906/3208 90% [======================================================== ] 2907/3208 90% [======================================================== ] 2908/3208 90% [======================================================== ] 2909/3208 90% [======================================================== ] 2910/3208 90% [======================================================== ] 2911/3208 90% [======================================================== ] 2912/3208 90% [======================================================== ] 2913/3208 90% [======================================================== ] 2914/3208 90% [======================================================== ] 2915/3208 90% [======================================================== ] 2916/3208 90% [======================================================== ] 2917/3208 90% [======================================================== ] 2918/3208 90% [======================================================== ] 2919/3208 90% [======================================================== ] 2920/3208 91% [======================================================== ] 2921/3208 91% [======================================================== ] 2922/3208 91% [======================================================== ] 2923/3208 91% [======================================================== ] 2924/3208 91% [======================================================== ] 2925/3208 91% [======================================================== ] 2926/3208 91% [======================================================== ] 2927/3208 91% [======================================================== ] 2928/3208 91% [======================================================== ] 2929/3208 91% [======================================================== ] 2930/3208 91% [======================================================== ] 2931/3208 91% [======================================================== ] 2932/3208 91% [======================================================== ] 2933/3208 91% [======================================================== ] 2934/3208 91% [======================================================== ] 2935/3208 91% [======================================================== ] 2936/3208 91% [======================================================== ] 2937/3208 91% [======================================================== ] 2938/3208 91% [======================================================== ] 2939/3208 91% [======================================================== ] 2940/3208 91% [======================================================== ] 2941/3208 91% [======================================================== ] 2942/3208 91% [======================================================== ] 2943/3208 91% [======================================================== ] 2944/3208 91% [======================================================== ] 2945/3208 91% [======================================================== ] 2946/3208 91% [======================================================== ] 2947/3208 91% [======================================================== ] 2948/3208 91% [======================================================== ] 2949/3208 91% [========================================================= ] 2950/3208 91% [========================================================= ] 2951/3208 91% [========================================================= ] 2952/3208 92% [========================================================= ] 2953/3208 92% [========================================================= ] 2954/3208 92% [========================================================= ] 2955/3208 92% [========================================================= ] 2956/3208 92% [========================================================= ] 2957/3208 92% [========================================================= ] 2958/3208 92% [========================================================= ] 2959/3208 92% [========================================================= ] 2960/3208 92% [========================================================= ] 2961/3208 92% [========================================================= ] 2962/3208 92% [========================================================= ] 2963/3208 92% [========================================================= ] 2964/3208 92% [========================================================= ] 2965/3208 92% [========================================================= ] 2966/3208 92% [========================================================= ] 2967/3208 92% [========================================================= ] 2968/3208 92% [========================================================= ] 2969/3208 92% [========================================================= ] 2970/3208 92% [========================================================= ] 2971/3208 92% [========================================================= ] 2972/3208 92% [========================================================= ] 2973/3208 92% [========================================================= ] 2974/3208 92% [========================================================= ] 2975/3208 92% [========================================================= ] 2976/3208 92% [========================================================= ] 2977/3208 92% [========================================================= ] 2978/3208 92% [========================================================= ] 2979/3208 92% [========================================================= ] 2980/3208 92% [========================================================= ] 2981/3208 92% [========================================================= ] 2982/3208 92% [========================================================= ] 2983/3208 92% [========================================================= ] 2984/3208 93% [========================================================= ] 2985/3208 93% [========================================================= ] 2986/3208 93% [========================================================= ] 2987/3208 93% [========================================================= ] 2988/3208 93% [========================================================= ] 2989/3208 93% [========================================================= ] 2990/3208 93% [========================================================= ] 2991/3208 93% [========================================================= ] 2992/3208 93% [========================================================= ] 2993/3208 93% [========================================================= ] 2994/3208 93% [========================================================= ] 2995/3208 93% [========================================================= ] 2996/3208 93% [========================================================= ] 2997/3208 93% [========================================================= ] 2998/3208 93% [========================================================= ] 2999/3208 93% [========================================================= ] 3000/3208 93% [========================================================= ] 3001/3208 93% [========================================================== ] 3002/3208 93% [========================================================== ] 3003/3208 93% [========================================================== ] 3004/3208 93% [========================================================== ] 3005/3208 93% [========================================================== ] 3006/3208 93% [========================================================== ] 3007/3208 93% [========================================================== ] 3008/3208 93% [========================================================== ] 3009/3208 93% [========================================================== ] 3010/3208 93% [========================================================== ] 3011/3208 93% [========================================================== ] 3012/3208 93% [========================================================== ] 3013/3208 93% [========================================================== ] 3014/3208 93% [========================================================== ] 3015/3208 93% [========================================================== ] 3016/3208 94% [========================================================== ] 3017/3208 94% [========================================================== ] 3018/3208 94% [========================================================== ] 3019/3208 94% [========================================================== ] 3020/3208 94% [========================================================== ] 3021/3208 94% [========================================================== ] 3022/3208 94% [========================================================== ] 3023/3208 94% [========================================================== ] 3024/3208 94% [========================================================== ] 3025/3208 94% [========================================================== ] 3026/3208 94% [========================================================== ] 3027/3208 94% [========================================================== ] 3028/3208 94% [========================================================== ] 3029/3208 94% [========================================================== ] 3030/3208 94% [========================================================== ] 3031/3208 94% [========================================================== ] 3032/3208 94% [========================================================== ] 3033/3208 94% [========================================================== ] 3034/3208 94% [========================================================== ] 3035/3208 94% [========================================================== ] 3036/3208 94% [========================================================== ] 3037/3208 94% [========================================================== ] 3038/3208 94% [========================================================== ] 3039/3208 94% [========================================================== ] 3040/3208 94% [========================================================== ] 3041/3208 94% [========================================================== ] 3042/3208 94% [========================================================== ] 3043/3208 94% [========================================================== ] 3044/3208 94% [========================================================== ] 3045/3208 94% [========================================================== ] 3046/3208 94% [========================================================== ] 3047/3208 94% [========================================================== ] 3048/3208 95% [========================================================== ] 3049/3208 95% [========================================================== ] 3050/3208 95% [========================================================== ] 3051/3208 95% [========================================================== ] 3052/3208 95% [=========================================================== ] 3053/3208 95% [=========================================================== ] 3054/3208 95% [=========================================================== ] 3055/3208 95% [=========================================================== ] 3056/3208 95% [=========================================================== ] 3057/3208 95% [=========================================================== ] 3058/3208 95% [=========================================================== ] 3059/3208 95% [=========================================================== ] 3060/3208 95% [=========================================================== ] 3061/3208 95% [=========================================================== ] 3062/3208 95% [=========================================================== ] 3063/3208 95% [=========================================================== ] 3064/3208 95% [=========================================================== ] 3065/3208 95% [=========================================================== ] 3066/3208 95% [=========================================================== ] 3067/3208 95% [=========================================================== ] 3068/3208 95% [=========================================================== ] 3069/3208 95% [=========================================================== ] 3070/3208 95% [=========================================================== ] 3071/3208 95% [=========================================================== ] 3072/3208 95% [=========================================================== ] 3073/3208 95% [=========================================================== ] 3074/3208 95% [=========================================================== ] 3075/3208 95% [=========================================================== ] 3076/3208 95% [=========================================================== ] 3077/3208 95% [=========================================================== ] 3078/3208 95% [=========================================================== ] 3079/3208 95% [=========================================================== ] 3080/3208 96% [=========================================================== ] 3081/3208 96% [=========================================================== ] 3082/3208 96% [=========================================================== ] 3083/3208 96% [=========================================================== ] 3084/3208 96% [=========================================================== ] 3085/3208 96% [=========================================================== ] 3086/3208 96% [=========================================================== ] 3087/3208 96% [=========================================================== ] 3088/3208 96% [=========================================================== ] 3089/3208 96% [=========================================================== ] 3090/3208 96% [=========================================================== ] 3091/3208 96% [=========================================================== ] 3092/3208 96% [=========================================================== ] 3093/3208 96% [=========================================================== ] 3094/3208 96% [=========================================================== ] 3095/3208 96% [=========================================================== ] 3096/3208 96% [=========================================================== ] 3097/3208 96% [=========================================================== ] 3098/3208 96% [=========================================================== ] 3099/3208 96% [=========================================================== ] 3100/3208 96% [=========================================================== ] 3101/3208 96% [=========================================================== ] 3102/3208 96% [=========================================================== ] 3103/3208 96% [=========================================================== ] 3104/3208 96% [============================================================ ] 3105/3208 96% [============================================================ ] 3106/3208 96% [============================================================ ] 3107/3208 96% [============================================================ ] 3108/3208 96% [============================================================ ] 3109/3208 96% [============================================================ ] 3110/3208 96% [============================================================ ] 3111/3208 96% [============================================================ ] 3112/3208 97% [============================================================ ] 3113/3208 97% [============================================================ ] 3114/3208 97% [============================================================ ] 3115/3208 97% [============================================================ ] 3116/3208 97% [============================================================ ] 3117/3208 97% [============================================================ ] 3118/3208 97% [============================================================ ] 3119/3208 97% [============================================================ ] 3120/3208 97% [============================================================ ] 3121/3208 97% [============================================================ ] 3122/3208 97% [============================================================ ] 3123/3208 97% [============================================================ ] 3124/3208 97% [============================================================ ] 3125/3208 97% [============================================================ ] 3126/3208 97% [============================================================ ] 3127/3208 97% [============================================================ ] 3128/3208 97% [============================================================ ] 3129/3208 97% [============================================================ ] 3130/3208 97% [============================================================ ] 3131/3208 97% [============================================================ ] 3132/3208 97% [============================================================ ] 3133/3208 97% [============================================================ ] 3134/3208 97% [============================================================ ] 3135/3208 97% [============================================================ ] 3136/3208 97% [============================================================ ] 3137/3208 97% [============================================================ ] 3138/3208 97% [============================================================ ] 3139/3208 97% [============================================================ ] 3140/3208 97% [============================================================ ] 3141/3208 97% [============================================================ ] 3142/3208 97% [============================================================ ] 3143/3208 97% [============================================================ ] 3144/3208 98% [============================================================ ] 3145/3208 98% [============================================================ ] 3146/3208 98% [============================================================ ] 3147/3208 98% [============================================================ ] 3148/3208 98% [============================================================ ] 3149/3208 98% [============================================================ ] 3150/3208 98% [============================================================ ] 3151/3208 98% [============================================================ ] 3152/3208 98% [============================================================ ] 3153/3208 98% [============================================================ ] 3154/3208 98% [============================================================ ] 3155/3208 98% [============================================================ ] 3156/3208 98% [============================================================= ] 3157/3208 98% [============================================================= ] 3158/3208 98% [============================================================= ] 3159/3208 98% [============================================================= ] 3160/3208 98% [============================================================= ] 3161/3208 98% [============================================================= ] 3162/3208 98% [============================================================= ] 3163/3208 98% [============================================================= ] 3164/3208 98% [============================================================= ] 3165/3208 98% [============================================================= ] 3166/3208 98% [============================================================= ] 3167/3208 98% [============================================================= ] 3168/3208 98% [============================================================= ] 3169/3208 98% [============================================================= ] 3170/3208 98% [============================================================= ] 3171/3208 98% [============================================================= ] 3172/3208 98% [============================================================= ] 3173/3208 98% [============================================================= ] 3174/3208 98% [============================================================= ] 3175/3208 98% [============================================================= ] 3176/3208 99% [============================================================= ] 3177/3208 99% [============================================================= ] 3178/3208 99% [============================================================= ] 3179/3208 99% [============================================================= ] 3180/3208 99% [============================================================= ] 3181/3208 99% [============================================================= ] 3182/3208 99% [============================================================= ] 3183/3208 99% [============================================================= ] 3184/3208 99% [============================================================= ] 3185/3208 99% [============================================================= ] 3186/3208 99% [============================================================= ] 3187/3208 99% [============================================================= ] 3188/3208 99% [============================================================= ] 3189/3208 99% [============================================================= ] 3190/3208 99% [============================================================= ] 3191/3208 99% [============================================================= ] 3192/3208 99% [============================================================= ] 3193/3208 99% [============================================================= ] 3194/3208 99% [============================================================= ] 3195/3208 99% [============================================================= ] 3196/3208 99% [============================================================= ] 3197/3208 99% [============================================================= ] 3198/3208 99% [============================================================= ] 3199/3208 99% [============================================================= ] 3200/3208 99% [============================================================= ] 3201/3208 99% [============================================================= ] 3202/3208 99% [============================================================= ] 3203/3208 99% [============================================================= ] 3204/3208 99% [============================================================= ] 3205/3208 99% [============================================================= ] 3206/3208 99% [============================================================= ] 3207/3208 99% [==============================================================] 3208/3208 100% operation complete, 3208 objects in 125597 NAND pages. ln -snf /home/autobuild/autobuild/instance-11/output-1/host/armeb-buildroot-linux-gnueabi/sysroot /home/autobuild/autobuild/instance-11/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-11/buildroot' >>> Buildroot 2022.11-266-gf298729fc3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.9 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 >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.64.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-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.5.1 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.0 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> host-cbootimage 1.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> crun 1.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.libcrun: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> host-dracut 057 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-prelink-cross a853a5d715d84eec93aa68e8f2df26b7d860f5b2 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> jquery 3.5.1 Collecting legal info >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libksba 1.6.2 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> luainterpreter Collecting legal info >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> host-mkpasswd Collecting legal info >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> host-mxsldr 2793a657ab7a22487d21c1b020957806f8ae8383 Collecting legal info WARNING: no hash file for COPYING >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-data-dump 1.25 Collecting legal info README.md: OK (sha256: 8bdd655ceab54bbeb1105a101f0412ec764098abf09b4e92bc430d56befa10cb) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-dist-checkconflicts 0.11 Collecting legal info LICENSE: OK (sha256: b4e0637ed96008ddcbf7e0ddeb73967df3d0b4dc62a6b7fdb86eac37018cb12e) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-http-message 6.37 Collecting legal info LICENSE: OK (sha256: f2f428b5f8a3bf4e6a71cd5ea92558a3d123d3d7c5075d34923e71e46dea94df) >>> perl-http-negotiate 6.01 Collecting legal info README: OK (sha256: 7a2114bb46279309f8a67e359ab0a578a4e9a7c7add0d1725de46b44f6da6514) >>> perl-io-html 1.004 Collecting legal info LICENSE: OK (sha256: 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84) >>> perl-lwp-mediatypes 6.04 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-module-implementation 0.09 Collecting legal info LICENSE: OK (sha256: dd34e4dbcadfaa3db992201873e1cbb4b4f4c18e9bf000821d5c768e66d7ff0b) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> host-perl-module-build 0.4231 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-mojolicious-plugin-authentication 1.37 Collecting legal info LICENSE: OK (sha256: 37d219684a6c5f8754435fb0dd36a779121e416553fd6a75e22a7545039d1021) >>> perl-mojolicious-plugin-i18n 1.6 Collecting legal info README.pod: OK (sha256: 82b05028033057b388b0040a3b5590a1c51168fe3b9899bffdb5ef7962c4eb47) >>> perl-mojolicious-plugin-securityheader 0.07 Collecting legal info LICENSE: OK (sha256: 0c38e4629cc9eee869217d62ad765e581e54958596672046a62dfa4cfd87bb09) >>> perl-mojolicious 9.26 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-package-stash 0.39 Collecting legal info LICENSE: OK (sha256: 810b319a6f4a53c9cbbef513da17b2f0c872accd149bb889f153f4b78cf8cbb8) >>> perl-sub-install 0.928 Collecting legal info LICENSE: OK (sha256: ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-try-tiny 0.31 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> perl-uri 5.12 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> ser2net 4.3.8 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-uuu 1.5.11 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 584bfbb18b4c08b872d48b80419dd453307212a144134fb516bd6ddc0700c2e8) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-11/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot'