echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/squashfs/fakeroot printf ' find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/squashfs/target -print0 | xargs -0 -r touch -hd @1662020351\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-1/output-1/images/rootfs.squashfs -noappend -processors 1 -b 32K -nopad -comp lz4\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-1/output-1/images/rootfs.squashfs, block size 32768. [=============================================================/] 8343/8343 100% Exportable Squashfs 4.0 filesystem, lz4 compressed, data block size 32768 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 185697.07 Kbytes (181.34 Mbytes) 87.17% of uncompressed filesystem size (213040.57 Kbytes) Inode table size 40326 bytes (39.38 Kbytes) 40.26% of uncompressed inode table size (100175 bytes) Directory table size 34681 bytes (33.87 Kbytes) 70.90% of uncompressed directory table size (48918 bytes) Number of duplicate files found 24 Number of inodes 2315 Number of files 1946 Number of fragments 141 Number of symbolic links 76 Number of device nodes 203 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 90 Number of ids (unique uids + gids) 3 Number of uids 2 root (0) http (33) Number of gids 3 root (0) tty (5) http (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1662020351\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-1/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-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2315 objects. stage 2: creating image '/home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2315 0% [ ] 2/2315 0% [ ] 3/2315 0% [ ] 4/2315 0% [ ] 5/2315 0% [ ] 6/2315 0% [ ] 7/2315 0% [ ] 8/2315 0% [ ] 9/2315 0% [ ] 10/2315 0% [ ] 11/2315 0% [ ] 12/2315 0% [ ] 13/2315 0% [ ] 14/2315 0% [ ] 15/2315 0% [ ] 16/2315 0% [ ] 17/2315 0% [ ] 18/2315 0% [ ] 19/2315 0% [ ] 20/2315 0% [ ] 21/2315 0% [ ] 22/2315 0% [ ] 23/2315 0% [ ] 24/2315 1% [ ] 25/2315 1% [ ] 26/2315 1% [ ] 27/2315 1% [ ] 28/2315 1% [ ] 29/2315 1% [ ] 30/2315 1% [ ] 31/2315 1% [ ] 32/2315 1% [ ] 33/2315 1% [ ] 34/2315 1% [ ] 35/2315 1% [ ] 36/2315 1% [ ] 37/2315 1% [= ] 38/2315 1% [= ] 39/2315 1% [= ] 40/2315 1% [= ] 41/2315 1% [= ] 42/2315 1% [= ] 43/2315 1% [= ] 44/2315 1% [= ] 45/2315 1% [= ] 46/2315 1% [= ] 47/2315 2% [= ] 48/2315 2% [= ] 49/2315 2% [= ] 50/2315 2% [= ] 51/2315 2% [= ] 52/2315 2% [= ] 53/2315 2% [= ] 54/2315 2% [= ] 55/2315 2% [= ] 56/2315 2% [= ] 57/2315 2% [= ] 58/2315 2% [= ] 59/2315 2% [= ] 60/2315 2% [= ] 61/2315 2% [= ] 62/2315 2% [= ] 63/2315 2% [= ] 64/2315 2% [= ] 65/2315 2% [= ] 66/2315 2% [= ] 67/2315 2% [= ] 68/2315 2% [= ] 69/2315 2% [= ] 70/2315 3% [= ] 71/2315 3% [= ] 72/2315 3% [= ] 73/2315 3% [= ] 74/2315 3% [== ] 75/2315 3% [== ] 76/2315 3% [== ] 77/2315 3% [== ] 78/2315 3% [== ] 79/2315 3% [== ] 80/2315 3% [== ] 81/2315 3% [== ] 82/2315 3% [== ] 83/2315 3% [== ] 84/2315 3% [== ] 85/2315 3% [== ] 86/2315 3% [== ] 87/2315 3% [== ] 88/2315 3% [== ] 89/2315 3% [== ] 90/2315 3% [== ] 91/2315 3% [== ] 92/2315 3% [== ] 93/2315 4% [== ] 94/2315 4% [== ] 95/2315 4% [== ] 96/2315 4% [== ] 97/2315 4% [== ] 98/2315 4% [== ] 99/2315 4% [== ] 100/2315 4% [== ] 101/2315 4% [== ] 102/2315 4% [== ] 103/2315 4% [== ] 104/2315 4% [== ] 105/2315 4% [== ] 106/2315 4% [== ] 107/2315 4% [== ] 108/2315 4% [== ] 109/2315 4% [== ] 110/2315 4% [== ] 111/2315 4% [== ] 112/2315 4% [=== ] 113/2315 4% [=== ] 114/2315 4% [=== ] 115/2315 4% [=== ] 116/2315 5% [=== ] 117/2315 5% [=== ] 118/2315 5% [=== ] 119/2315 5% [=== ] 120/2315 5% [=== ] 121/2315 5% [=== ] 122/2315 5% [=== ] 123/2315 5% [=== ] 124/2315 5% [=== ] 125/2315 5% [=== ] 126/2315 5% [=== ] 127/2315 5% [=== ] 128/2315 5% [=== ] 129/2315 5% [=== ] 130/2315 5% [=== ] 131/2315 5% [=== ] 132/2315 5% [=== ] 133/2315 5% [=== ] 134/2315 5% [=== ] 135/2315 5% [=== ] 136/2315 5% [=== ] 137/2315 5% [=== ] 138/2315 5% [=== ] 139/2315 6% [=== ] 140/2315 6% [=== ] 141/2315 6% [=== ] 142/2315 6% [=== ] 143/2315 6% [=== ] 144/2315 6% [=== ] 145/2315 6% [=== ] 146/2315 6% [=== ] 147/2315 6% [=== ] 148/2315 6% [=== ] 149/2315 6% [==== ] 150/2315 6% [==== ] 151/2315 6% [==== ] 152/2315 6% [==== ] 153/2315 6% [==== ] 154/2315 6% [==== ] 155/2315 6% [==== ] 156/2315 6% [==== ] 157/2315 6% [==== ] 158/2315 6% [==== ] 159/2315 6% [==== ] 160/2315 6% [==== ] 161/2315 6% [==== ] 162/2315 6% [==== ] 163/2315 7% [==== ] 164/2315 7% [==== ] 165/2315 7% [==== ] 166/2315 7% [==== ] 167/2315 7% [==== ] 168/2315 7% [==== ] 169/2315 7% [==== ] 170/2315 7% [==== ] 171/2315 7% [==== ] 172/2315 7% [==== ] 173/2315 7% [==== ] 174/2315 7% [==== ] 175/2315 7% [==== ] 176/2315 7% [==== ] 177/2315 7% [==== ] 178/2315 7% [==== ] 179/2315 7% [==== ] 180/2315 7% [==== ] 181/2315 7% [==== ] 182/2315 7% [==== ] 183/2315 7% [==== ] 184/2315 7% [==== ] 185/2315 7% [==== ] 186/2315 8% [===== ] 187/2315 8% [===== ] 188/2315 8% [===== ] 189/2315 8% [===== ] 190/2315 8% [===== ] 191/2315 8% [===== ] 192/2315 8% [===== ] 193/2315 8% [===== ] 194/2315 8% [===== ] 195/2315 8% [===== ] 196/2315 8% [===== ] 197/2315 8% [===== ] 198/2315 8% [===== ] 199/2315 8% [===== ] 200/2315 8% [===== ] 201/2315 8% [===== ] 202/2315 8% [===== ] 203/2315 8% [===== ] 204/2315 8% [===== ] 205/2315 8% [===== ] 206/2315 8% [===== ] 207/2315 8% [===== ] 208/2315 8% [===== ] 209/2315 9% [===== ] 210/2315 9% [===== ] 211/2315 9% [===== ] 212/2315 9% [===== ] 213/2315 9% [===== ] 214/2315 9% [===== ] 215/2315 9% [===== ] 216/2315 9% [===== ] 217/2315 9% [===== ] 218/2315 9% [===== ] 219/2315 9% [===== ] 220/2315 9% [===== ] 221/2315 9% [===== ] 222/2315 9% [===== ] 223/2315 9% [===== ] 224/2315 9% [====== ] 225/2315 9% [====== ] 226/2315 9% [====== ] 227/2315 9% [====== ] 228/2315 9% [====== ] 229/2315 9% [====== ] 230/2315 9% [====== ] 231/2315 9% [====== ] 232/2315 10% [====== ] 233/2315 10% [====== ] 234/2315 10% [====== ] 235/2315 10% [====== ] 236/2315 10% [====== ] 237/2315 10% [====== ] 238/2315 10% [====== ] 239/2315 10% [====== ] 240/2315 10% [====== ] 241/2315 10% [====== ] 242/2315 10% [====== ] 243/2315 10% [====== ] 244/2315 10% [====== ] 245/2315 10% [====== ] 246/2315 10% [====== ] 247/2315 10% [====== ] 248/2315 10% [====== ] 249/2315 10% [====== ] 250/2315 10% [====== ] 251/2315 10% [====== ] 252/2315 10% [====== ] 253/2315 10% [====== ] 254/2315 10% [====== ] 255/2315 11% [====== ] 256/2315 11% [====== ] 257/2315 11% [====== ] 258/2315 11% [====== ] 259/2315 11% [====== ] 260/2315 11% [====== ] 261/2315 11% [======= ] 262/2315 11% [======= ] 263/2315 11% [======= ] 264/2315 11% [======= ] 265/2315 11% [======= ] 266/2315 11% [======= ] 267/2315 11% [======= ] 268/2315 11% [======= ] 269/2315 11% [======= ] 270/2315 11% [======= ] 271/2315 11% [======= ] 272/2315 11% [======= ] 273/2315 11% [======= ] 274/2315 11% [======= ] 275/2315 11% [======= ] 276/2315 11% [======= ] 277/2315 11% [======= ] 278/2315 12% [======= ] 279/2315 12% [======= ] 280/2315 12% [======= ] 281/2315 12% [======= ] 282/2315 12% [======= ] 283/2315 12% [======= ] 284/2315 12% [======= ] 285/2315 12% [======= ] 286/2315 12% [======= ] 287/2315 12% [======= ] 288/2315 12% [======= ] 289/2315 12% [======= ] 290/2315 12% [======= ] 291/2315 12% [======= ] 292/2315 12% [======= ] 293/2315 12% [======= ] 294/2315 12% [======= ] 295/2315 12% [======= ] 296/2315 12% [======= ] 297/2315 12% [======= ] 298/2315 12% [======== ] 299/2315 12% [======== ] 300/2315 12% [======== ] 301/2315 13% [======== ] 302/2315 13% [======== ] 303/2315 13% [======== ] 304/2315 13% [======== ] 305/2315 13% [======== ] 306/2315 13% [======== ] 307/2315 13% [======== ] 308/2315 13% [======== ] 309/2315 13% [======== ] 310/2315 13% [======== ] 311/2315 13% [======== ] 312/2315 13% [======== ] 313/2315 13% [======== ] 314/2315 13% [======== ] 315/2315 13% [======== ] 316/2315 13% [======== ] 317/2315 13% [======== ] 318/2315 13% [======== ] 319/2315 13% [======== ] 320/2315 13% [======== ] 321/2315 13% [======== ] 322/2315 13% [======== ] 323/2315 13% [======== ] 324/2315 13% [======== ] 325/2315 14% [======== ] 326/2315 14% [======== ] 327/2315 14% [======== ] 328/2315 14% [======== ] 329/2315 14% [======== ] 330/2315 14% [======== ] 331/2315 14% [======== ] 332/2315 14% [======== ] 333/2315 14% [======== ] 334/2315 14% [======== ] 335/2315 14% [======== ] 336/2315 14% [========= ] 337/2315 14% [========= ] 338/2315 14% [========= ] 339/2315 14% [========= ] 340/2315 14% [========= ] 341/2315 14% [========= ] 342/2315 14% [========= ] 343/2315 14% [========= ] 344/2315 14% [========= ] 345/2315 14% [========= ] 346/2315 14% [========= ] 347/2315 14% [========= ] 348/2315 15% [========= ] 349/2315 15% [========= ] 350/2315 15% [========= ] 351/2315 15% [========= ] 352/2315 15% [========= ] 353/2315 15% [========= ] 354/2315 15% [========= ] 355/2315 15% [========= ] 356/2315 15% [========= ] 357/2315 15% [========= ] 358/2315 15% [========= ] 359/2315 15% [========= ] 360/2315 15% [========= ] 361/2315 15% [========= ] 362/2315 15% [========= ] 363/2315 15% [========= ] 364/2315 15% [========= ] 365/2315 15% [========= ] 366/2315 15% [========= ] 367/2315 15% [========= ] 368/2315 15% [========= ] 369/2315 15% [========= ] 370/2315 15% [========= ] 371/2315 16% [========= ] 372/2315 16% [========= ] 373/2315 16% [========== ] 374/2315 16% [========== ] 375/2315 16% [========== ] 376/2315 16% [========== ] 377/2315 16% [========== ] 378/2315 16% [========== ] 379/2315 16% [========== ] 380/2315 16% [========== ] 381/2315 16% [========== ] 382/2315 16% [========== ] 383/2315 16% [========== ] 384/2315 16% [========== ] 385/2315 16% [========== ] 386/2315 16% [========== ] 387/2315 16% [========== ] 388/2315 16% [========== ] 389/2315 16% [========== ] 390/2315 16% [========== ] 391/2315 16% [========== ] 392/2315 16% [========== ] 393/2315 16% [========== ] 394/2315 17% [========== ] 395/2315 17% [========== ] 396/2315 17% [========== ] 397/2315 17% [========== ] 398/2315 17% [========== ] 399/2315 17% [========== ] 400/2315 17% [========== ] 401/2315 17% [========== ] 402/2315 17% [========== ] 403/2315 17% [========== ] 404/2315 17% [========== ] 405/2315 17% [========== ] 406/2315 17% [========== ] 407/2315 17% [========== ] 408/2315 17% [========== ] 409/2315 17% [========== ] 410/2315 17% [=========== ] 411/2315 17% [=========== ] 412/2315 17% [=========== ] 413/2315 17% [=========== ] 414/2315 17% [=========== ] 415/2315 17% [=========== ] 416/2315 17% [=========== ] 417/2315 18% [=========== ] 418/2315 18% [=========== ] 419/2315 18% [=========== ] 420/2315 18% [=========== ] 421/2315 18% [=========== ] 422/2315 18% [=========== ] 423/2315 18% [=========== ] 424/2315 18% [=========== ] 425/2315 18% [=========== ] 426/2315 18% [=========== ] 427/2315 18% [=========== ] 428/2315 18% [=========== ] 429/2315 18% [=========== ] 430/2315 18% [=========== ] 431/2315 18% [=========== ] 432/2315 18% [=========== ] 433/2315 18% [=========== ] 434/2315 18% [=========== ] 435/2315 18% [=========== ] 436/2315 18% [=========== ] 437/2315 18% [=========== ] 438/2315 18% [=========== ] 439/2315 18% [=========== ] 440/2315 19% [=========== ] 441/2315 19% [=========== ] 442/2315 19% [=========== ] 443/2315 19% [=========== ] 444/2315 19% [=========== ] 445/2315 19% [=========== ] 446/2315 19% [=========== ] 447/2315 19% [=========== ] 448/2315 19% [============ ] 449/2315 19% [============ ] 450/2315 19% [============ ] 451/2315 19% [============ ] 452/2315 19% [============ ] 453/2315 19% [============ ] 454/2315 19% [============ ] 455/2315 19% [============ ] 456/2315 19% [============ ] 457/2315 19% [============ ] 458/2315 19% [============ ] 459/2315 19% [============ ] 460/2315 19% [============ ] 461/2315 19% [============ ] 462/2315 19% [============ ] 463/2315 20% [============ ] 464/2315 20% [============ ] 465/2315 20% [============ ] 466/2315 20% [============ ] 467/2315 20% [============ ] 468/2315 20% [============ ] 469/2315 20% [============ ] 470/2315 20% [============ ] 471/2315 20% [============ ] 472/2315 20% [============ ] 473/2315 20% [============ ] 474/2315 20% [============ ] 475/2315 20% [============ ] 476/2315 20% [============ ] 477/2315 20% [============ ] 478/2315 20% [============ ] 479/2315 20% [============ ] 480/2315 20% [============ ] 481/2315 20% [============ ] 482/2315 20% [============ ] 483/2315 20% [============ ] 484/2315 20% [============ ] 485/2315 20% [============= ] 486/2315 20% [============= ] 487/2315 21% [============= ] 488/2315 21% [============= ] 489/2315 21% [============= ] 490/2315 21% [============= ] 491/2315 21% [============= ] 492/2315 21% [============= ] 493/2315 21% [============= ] 494/2315 21% [============= ] 495/2315 21% [============= ] 496/2315 21% [============= ] 497/2315 21% [============= ] 498/2315 21% [============= ] 499/2315 21% [============= ] 500/2315 21% [============= ] 501/2315 21% [============= ] 502/2315 21% [============= ] 503/2315 21% [============= ] 504/2315 21% [============= ] 505/2315 21% [============= ] 506/2315 21% [============= ] 507/2315 21% [============= ] 508/2315 21% [============= ] 509/2315 21% [============= ] 510/2315 22% [============= ] 511/2315 22% [============= ] 512/2315 22% [============= ] 513/2315 22% [============= ] 514/2315 22% [============= ] 515/2315 22% [============= ] 516/2315 22% [============= ] 517/2315 22% [============= ] 518/2315 22% [============= ] 519/2315 22% [============= ] 520/2315 22% [============= ] 521/2315 22% [============= ] 522/2315 22% [============== ] 523/2315 22% [============== ] 524/2315 22% [============== ] 525/2315 22% [============== ] 526/2315 22% [============== ] 527/2315 22% [============== ] 528/2315 22% [============== ] 529/2315 22% [============== ] 530/2315 22% [============== ] 531/2315 22% [============== ] 532/2315 22% [============== ] 533/2315 23% [============== ] 534/2315 23% [============== ] 535/2315 23% [============== ] 536/2315 23% [============== ] 537/2315 23% [============== ] 538/2315 23% [============== ] 539/2315 23% [============== ] 540/2315 23% [============== ] 541/2315 23% [============== ] 542/2315 23% [============== ] 543/2315 23% [============== ] 544/2315 23% [============== ] 545/2315 23% [============== ] 546/2315 23% [============== ] 547/2315 23% [============== ] 548/2315 23% [============== ] 549/2315 23% [============== ] 550/2315 23% [============== ] 551/2315 23% [============== ] 552/2315 23% [============== ] 553/2315 23% [============== ] 554/2315 23% [============== ] 555/2315 23% [============== ] 556/2315 24% [============== ] 557/2315 24% [============== ] 558/2315 24% [============== ] 559/2315 24% [============== ] 560/2315 24% [=============== ] 561/2315 24% [=============== ] 562/2315 24% [=============== ] 563/2315 24% [=============== ] 564/2315 24% [=============== ] 565/2315 24% [=============== ] 566/2315 24% [=============== ] 567/2315 24% [=============== ] 568/2315 24% [=============== ] 569/2315 24% [=============== ] 570/2315 24% [=============== ] 571/2315 24% [=============== ] 572/2315 24% [=============== ] 573/2315 24% [=============== ] 574/2315 24% [=============== ] 575/2315 24% [=============== ] 576/2315 24% [=============== ] 577/2315 24% [=============== ] 578/2315 24% [=============== ] 579/2315 25% [=============== ] 580/2315 25% [=============== ] 581/2315 25% [=============== ] 582/2315 25% [=============== ] 583/2315 25% [=============== ] 584/2315 25% [=============== ] 585/2315 25% [=============== ] 586/2315 25% [=============== ] 587/2315 25% [=============== ] 588/2315 25% [=============== ] 589/2315 25% [=============== ] 590/2315 25% [=============== ] 591/2315 25% [=============== ] 592/2315 25% [=============== ] 593/2315 25% [=============== ] 594/2315 25% [=============== ] 595/2315 25% [=============== ] 596/2315 25% [=============== ] 597/2315 25% [================ ] 598/2315 25% [================ ] 599/2315 25% [================ ] 600/2315 25% [================ ] 601/2315 25% [================ ] 602/2315 26% [================ ] 603/2315 26% [================ ] 604/2315 26% [================ ] 605/2315 26% [================ ] 606/2315 26% [================ ] 607/2315 26% [================ ] 608/2315 26% [================ ] 609/2315 26% [================ ] 610/2315 26% [================ ] 611/2315 26% [================ ] 612/2315 26% [================ ] 613/2315 26% [================ ] 614/2315 26% [================ ] 615/2315 26% [================ ] 616/2315 26% [================ ] 617/2315 26% [================ ] 618/2315 26% [================ ] 619/2315 26% [================ ] 620/2315 26% [================ ] 621/2315 26% [================ ] 622/2315 26% [================ ] 623/2315 26% [================ ] 624/2315 26% [================ ] 625/2315 26% [================ ] 626/2315 27% [================ ] 627/2315 27% [================ ] 628/2315 27% [================ ] 629/2315 27% [================ ] 630/2315 27% [================ ] 631/2315 27% [================ ] 632/2315 27% [================ ] 633/2315 27% [================ ] 634/2315 27% [================= ] 635/2315 27% [================= ] 636/2315 27% [================= ] 637/2315 27% [================= ] 638/2315 27% [================= ] 639/2315 27% [================= ] 640/2315 27% [================= ] 641/2315 27% [================= ] 642/2315 27% [================= ] 643/2315 27% [================= ] 644/2315 27% [================= ] 645/2315 27% [================= ] 646/2315 27% [================= ] 647/2315 27% [================= ] 648/2315 27% [================= ] 649/2315 28% [================= ] 650/2315 28% [================= ] 651/2315 28% [================= ] 652/2315 28% [================= ] 653/2315 28% [================= ] 654/2315 28% [================= ] 655/2315 28% [================= ] 656/2315 28% [================= ] 657/2315 28% [================= ] 658/2315 28% [================= ] 659/2315 28% [================= ] 660/2315 28% [================= ] 661/2315 28% [================= ] 662/2315 28% [================= ] 663/2315 28% [================= ] 664/2315 28% [================= ] 665/2315 28% [================= ] 666/2315 28% [================= ] 667/2315 28% [================= ] 668/2315 28% [================= ] 669/2315 28% [================= ] 670/2315 28% [================= ] 671/2315 28% [================= ] 672/2315 29% [================== ] 673/2315 29% [================== ] 674/2315 29% [================== ] 675/2315 29% [================== ] 676/2315 29% [================== ] 677/2315 29% [================== ] 678/2315 29% [================== ] 679/2315 29% [================== ] 680/2315 29% [================== ] 681/2315 29% [================== ] 682/2315 29% [================== ] 683/2315 29% [================== ] 684/2315 29% [================== ] 685/2315 29% [================== ] 686/2315 29% [================== ] 687/2315 29% [================== ] 688/2315 29% [================== ] 689/2315 29% [================== ] 690/2315 29% [================== ] 691/2315 29% [================== ] 692/2315 29% [================== ] 693/2315 29% [================== ] 694/2315 29% [================== ] 695/2315 30% [================== ] 696/2315 30% [================== ] 697/2315 30% [================== ] 698/2315 30% [================== ] 699/2315 30% [================== ] 700/2315 30% [================== ] 701/2315 30% [================== ] 702/2315 30% [================== ] 703/2315 30% [================== ] 704/2315 30% [================== ] 705/2315 30% [================== ] 706/2315 30% [================== ] 707/2315 30% [================== ] 708/2315 30% [================== ] 709/2315 30% [=================== ] 710/2315 30% [=================== ] 711/2315 30% [=================== ] 712/2315 30% [=================== ] 713/2315 30% [=================== ] 714/2315 30% [=================== ] 715/2315 30% [=================== ] 716/2315 30% [=================== ] 717/2315 30% [=================== ] 718/2315 31% [=================== ] 719/2315 31% [=================== ] 720/2315 31% [=================== ] 721/2315 31% [=================== ] 722/2315 31% [=================== ] 723/2315 31% [=================== ] 724/2315 31% [=================== ] 725/2315 31% [=================== ] 726/2315 31% [=================== ] 727/2315 31% [=================== ] 728/2315 31% [=================== ] 729/2315 31% [=================== ] 730/2315 31% [=================== ] 731/2315 31% [=================== ] 732/2315 31% [=================== ] 733/2315 31% [=================== ] 734/2315 31% [=================== ] 735/2315 31% [=================== ] 736/2315 31% [=================== ] 737/2315 31% [=================== ] 738/2315 31% [=================== ] 739/2315 31% [=================== ] 740/2315 31% [=================== ] 741/2315 32% [=================== ] 742/2315 32% [=================== ] 743/2315 32% [=================== ] 744/2315 32% [=================== ] 745/2315 32% [=================== ] 746/2315 32% [==================== ] 747/2315 32% [==================== ] 748/2315 32% [==================== ] 749/2315 32% [==================== ] 750/2315 32% [==================== ] 751/2315 32% [==================== ] 752/2315 32% [==================== ] 753/2315 32% [==================== ] 754/2315 32% [==================== ] 755/2315 32% [==================== ] 756/2315 32% [==================== ] 757/2315 32% [==================== ] 758/2315 32% [==================== ] 759/2315 32% [==================== ] 760/2315 32% [==================== ] 761/2315 32% [==================== ] 762/2315 32% [==================== ] 763/2315 32% [==================== ] 764/2315 33% [==================== ] 765/2315 33% [==================== ] 766/2315 33% [==================== ] 767/2315 33% [==================== ] 768/2315 33% [==================== ] 769/2315 33% [==================== ] 770/2315 33% [==================== ] 771/2315 33% [==================== ] 772/2315 33% [==================== ] 773/2315 33% [==================== ] 774/2315 33% [==================== ] 775/2315 33% [==================== ] 776/2315 33% [==================== ] 777/2315 33% [==================== ] 778/2315 33% [==================== ] 779/2315 33% [==================== ] 780/2315 33% [==================== ] 781/2315 33% [==================== ] 782/2315 33% [==================== ] 783/2315 33% [==================== ] 784/2315 33% [===================== ] 785/2315 33% [===================== ] 786/2315 33% [===================== ] 787/2315 33% [===================== ] 788/2315 34% [===================== ] 789/2315 34% [===================== ] 790/2315 34% [===================== ] 791/2315 34% [===================== ] 792/2315 34% [===================== ] 793/2315 34% [===================== ] 794/2315 34% [===================== ] 795/2315 34% [===================== ] 796/2315 34% [===================== ] 797/2315 34% [===================== ] 798/2315 34% [===================== ] 799/2315 34% [===================== ] 800/2315 34% [===================== ] 801/2315 34% [===================== ] 802/2315 34% [===================== ] 803/2315 34% [===================== ] 804/2315 34% [===================== ] 805/2315 34% [===================== ] 806/2315 34% [===================== ] 807/2315 34% [===================== ] 808/2315 34% [===================== ] 809/2315 34% [===================== ] 810/2315 34% [===================== ] 811/2315 35% [===================== ] 812/2315 35% [===================== ] 813/2315 35% [===================== ] 814/2315 35% [===================== ] 815/2315 35% [===================== ] 816/2315 35% [===================== ] 817/2315 35% [===================== ] 818/2315 35% [===================== ] 819/2315 35% [===================== ] 820/2315 35% [===================== ] 821/2315 35% [====================== ] 822/2315 35% [====================== ] 823/2315 35% [====================== ] 824/2315 35% [====================== ] 825/2315 35% [====================== ] 826/2315 35% [====================== ] 827/2315 35% [====================== ] 828/2315 35% [====================== ] 829/2315 35% [====================== ] 830/2315 35% [====================== ] 831/2315 35% [====================== ] 832/2315 35% [====================== ] 833/2315 35% [====================== ] 834/2315 36% [====================== ] 835/2315 36% [====================== ] 836/2315 36% [====================== ] 837/2315 36% [====================== ] 838/2315 36% [====================== ] 839/2315 36% [====================== ] 840/2315 36% [====================== ] 841/2315 36% [====================== ] 842/2315 36% [====================== ] 843/2315 36% [====================== ] 844/2315 36% [====================== ] 845/2315 36% [====================== ] 846/2315 36% [====================== ] 847/2315 36% [====================== ] 848/2315 36% [====================== ] 849/2315 36% [====================== ] 850/2315 36% [====================== ] 851/2315 36% [====================== ] 852/2315 36% [====================== ] 853/2315 36% [====================== ] 854/2315 36% [====================== ] 855/2315 36% [====================== ] 856/2315 36% [====================== ] 857/2315 37% [====================== ] 858/2315 37% [======================= ] 859/2315 37% [======================= ] 860/2315 37% [======================= ] 861/2315 37% [======================= ] 862/2315 37% [======================= ] 863/2315 37% [======================= ] 864/2315 37% [======================= ] 865/2315 37% [======================= ] 866/2315 37% [======================= ] 867/2315 37% [======================= ] 868/2315 37% [======================= ] 869/2315 37% [======================= ] 870/2315 37% [======================= ] 871/2315 37% [======================= ] 872/2315 37% [======================= ] 873/2315 37% [======================= ] 874/2315 37% [======================= ] 875/2315 37% [======================= ] 876/2315 37% [======================= ] 877/2315 37% [======================= ] 878/2315 37% [======================= ] 879/2315 37% [======================= ] 880/2315 38% [======================= ] 881/2315 38% [======================= ] 882/2315 38% [======================= ] 883/2315 38% [======================= ] 884/2315 38% [======================= ] 885/2315 38% [======================= ] 886/2315 38% [======================= ] 887/2315 38% [======================= ] 888/2315 38% [======================= ] 889/2315 38% [======================= ] 890/2315 38% [======================= ] 891/2315 38% [======================= ] 892/2315 38% [======================= ] 893/2315 38% [======================= ] 894/2315 38% [======================= ] 895/2315 38% [======================= ] 896/2315 38% [======================== ] 897/2315 38% [======================== ] 898/2315 38% [======================== ] 899/2315 38% [======================== ] 900/2315 38% [======================== ] 901/2315 38% [======================== ] 902/2315 38% [======================== ] 903/2315 39% [======================== ] 904/2315 39% [======================== ] 905/2315 39% [======================== ] 906/2315 39% [======================== ] 907/2315 39% [======================== ] 908/2315 39% [======================== ] 909/2315 39% [======================== ] 910/2315 39% [======================== ] 911/2315 39% [======================== ] 912/2315 39% [======================== ] 913/2315 39% [======================== ] 914/2315 39% [======================== ] 915/2315 39% [======================== ] 916/2315 39% [======================== ] 917/2315 39% [======================== ] 918/2315 39% [======================== ] 919/2315 39% [======================== ] 920/2315 39% [======================== ] 921/2315 39% [======================== ] 922/2315 39% [======================== ] 923/2315 39% [======================== ] 924/2315 39% [======================== ] 925/2315 39% [======================== ] 926/2315 40% [======================== ] 927/2315 40% [======================== ] 928/2315 40% [======================== ] 929/2315 40% [======================== ] 930/2315 40% [======================== ] 931/2315 40% [======================== ] 932/2315 40% [======================== ] 933/2315 40% [========================= ] 934/2315 40% [========================= ] 935/2315 40% [========================= ] 936/2315 40% [========================= ] 937/2315 40% [========================= ] 938/2315 40% [========================= ] 939/2315 40% [========================= ] 940/2315 40% [========================= ] 941/2315 40% [========================= ] 942/2315 40% [========================= ] 943/2315 40% [========================= ] 944/2315 40% [========================= ] 945/2315 40% [========================= ] 946/2315 40% [========================= ] 947/2315 40% [========================= ] 948/2315 40% [========================= ] 949/2315 40% [========================= ] 950/2315 41% [========================= ] 951/2315 41% [========================= ] 952/2315 41% [========================= ] 953/2315 41% [========================= ] 954/2315 41% [========================= ] 955/2315 41% [========================= ] 956/2315 41% [========================= ] 957/2315 41% [========================= ] 958/2315 41% [========================= ] 959/2315 41% [========================= ] 960/2315 41% [========================= ] 961/2315 41% [========================= ] 962/2315 41% [========================= ] 963/2315 41% [========================= ] 964/2315 41% [========================= ] 965/2315 41% [========================= ] 966/2315 41% [========================= ] 967/2315 41% [========================= ] 968/2315 41% [========================= ] 969/2315 41% [========================= ] 970/2315 41% [========================== ] 971/2315 41% [========================== ] 972/2315 41% [========================== ] 973/2315 42% [========================== ] 974/2315 42% [========================== ] 975/2315 42% [========================== ] 976/2315 42% [========================== ] 977/2315 42% [========================== ] 978/2315 42% [========================== ] 979/2315 42% [========================== ] 980/2315 42% [========================== ] 981/2315 42% [========================== ] 982/2315 42% [========================== ] 983/2315 42% [========================== ] 984/2315 42% [========================== ] 985/2315 42% [========================== ] 986/2315 42% [========================== ] 987/2315 42% [========================== ] 988/2315 42% [========================== ] 989/2315 42% [========================== ] 990/2315 42% [========================== ] 991/2315 42% [========================== ] 992/2315 42% [========================== ] 993/2315 42% [========================== ] 994/2315 42% [========================== ] 995/2315 42% [========================== ] 996/2315 43% [========================== ] 997/2315 43% [========================== ] 998/2315 43% [========================== ] 999/2315 43% [========================== ] 1000/2315 43% [========================== ] 1001/2315 43% [========================== ] 1002/2315 43% [========================== ] 1003/2315 43% [========================== ] 1004/2315 43% [========================== ] 1005/2315 43% [========================== ] 1006/2315 43% [========================== ] 1007/2315 43% [========================== ] 1008/2315 43% [=========================== ] 1009/2315 43% [=========================== ] 1010/2315 43% [=========================== ] 1011/2315 43% [=========================== ] 1012/2315 43% [=========================== ] 1013/2315 43% [=========================== ] 1014/2315 43% [=========================== ] 1015/2315 43% [=========================== ] 1016/2315 43% [=========================== ] 1017/2315 43% [=========================== ] 1018/2315 43% [=========================== ] 1019/2315 44% [=========================== ] 1020/2315 44% [=========================== ] 1021/2315 44% [=========================== ] 1022/2315 44% [=========================== ] 1023/2315 44% [=========================== ] 1024/2315 44% [=========================== ] 1025/2315 44% [=========================== ] 1026/2315 44% [=========================== ] 1027/2315 44% [=========================== ] 1028/2315 44% [=========================== ] 1029/2315 44% [=========================== ] 1030/2315 44% [=========================== ] 1031/2315 44% [=========================== ] 1032/2315 44% [=========================== ] 1033/2315 44% [=========================== ] 1034/2315 44% [=========================== ] 1035/2315 44% [=========================== ] 1036/2315 44% [=========================== ] 1037/2315 44% [=========================== ] 1038/2315 44% [=========================== ] 1039/2315 44% [=========================== ] 1040/2315 44% [=========================== ] 1041/2315 44% [=========================== ] 1042/2315 45% [=========================== ] 1043/2315 45% [=========================== ] 1044/2315 45% [=========================== ] 1045/2315 45% [============================ ] 1046/2315 45% [============================ ] 1047/2315 45% [============================ ] 1048/2315 45% [============================ ] 1049/2315 45% [============================ ] 1050/2315 45% [============================ ] 1051/2315 45% [============================ ] 1052/2315 45% [============================ ] 1053/2315 45% [============================ ] 1054/2315 45% [============================ ] 1055/2315 45% [============================ ] 1056/2315 45% [============================ ] 1057/2315 45% [============================ ] 1058/2315 45% [============================ ] 1059/2315 45% [============================ ] 1060/2315 45% [============================ ] 1061/2315 45% [============================ ] 1062/2315 45% [============================ ] 1063/2315 45% [============================ ] 1064/2315 45% [============================ ] 1065/2315 46% [============================ ] 1066/2315 46% [============================ ] 1067/2315 46% [============================ ] 1068/2315 46% [============================ ] 1069/2315 46% [============================ ] 1070/2315 46% [============================ ] 1071/2315 46% [============================ ] 1072/2315 46% [============================ ] 1073/2315 46% [============================ ] 1074/2315 46% [============================ ] 1075/2315 46% [============================ ] 1076/2315 46% [============================ ] 1077/2315 46% [============================ ] 1078/2315 46% [============================ ] 1079/2315 46% [============================ ] 1080/2315 46% [============================ ] 1081/2315 46% [============================ ] 1082/2315 46% [============================= ] 1083/2315 46% [============================= ] 1084/2315 46% [============================= ] 1085/2315 46% [============================= ] 1086/2315 46% [============================= ] 1087/2315 46% [============================= ] 1088/2315 46% [============================= ] 1089/2315 47% [============================= ] 1090/2315 47% [============================= ] 1091/2315 47% [============================= ] 1092/2315 47% [============================= ] 1093/2315 47% [============================= ] 1094/2315 47% [============================= ] 1095/2315 47% [============================= ] 1096/2315 47% [============================= ] 1097/2315 47% [============================= ] 1098/2315 47% [============================= ] 1099/2315 47% [============================= ] 1100/2315 47% [============================= ] 1101/2315 47% [============================= ] 1102/2315 47% [============================= ] 1103/2315 47% [============================= ] 1104/2315 47% [============================= ] 1105/2315 47% [============================= ] 1106/2315 47% [============================= ] 1107/2315 47% [============================= ] 1108/2315 47% [============================= ] 1109/2315 47% [============================= ] 1110/2315 47% [============================= ] 1111/2315 47% [============================= ] 1112/2315 48% [============================= ] 1113/2315 48% [============================= ] 1114/2315 48% [============================= ] 1115/2315 48% [============================= ] 1116/2315 48% [============================= ] 1117/2315 48% [============================= ] 1118/2315 48% [============================= ] 1119/2315 48% [============================= ] 1120/2315 48% [============================== ] 1121/2315 48% [============================== ] 1122/2315 48% [============================== ] 1123/2315 48% [============================== ] 1124/2315 48% [============================== ] 1125/2315 48% [============================== ] 1126/2315 48% [============================== ] 1127/2315 48% [============================== ] 1128/2315 48% [============================== ] 1129/2315 48% [============================== ] 1130/2315 48% [============================== ] 1131/2315 48% [============================== ] 1132/2315 48% [============================== ] 1133/2315 48% [============================== ] 1134/2315 48% [============================== ] 1135/2315 49% [============================== ] 1136/2315 49% [============================== ] 1137/2315 49% [============================== ] 1138/2315 49% [============================== ] 1139/2315 49% [============================== ] 1140/2315 49% [============================== ] 1141/2315 49% [============================== ] 1142/2315 49% [============================== ] 1143/2315 49% [============================== ] 1144/2315 49% [============================== ] 1145/2315 49% [============================== ] 1146/2315 49% [============================== ] 1147/2315 49% [============================== ] 1148/2315 49% [============================== ] 1149/2315 49% [============================== ] 1150/2315 49% [============================== ] 1151/2315 49% [============================== ] 1152/2315 49% [============================== ] 1153/2315 49% [============================== ] 1154/2315 49% [============================== ] 1155/2315 49% [============================== ] 1156/2315 49% [============================== ] 1157/2315 49% [=============================== ] 1158/2315 50% [=============================== ] 1159/2315 50% [=============================== ] 1160/2315 50% [=============================== ] 1161/2315 50% [=============================== ] 1162/2315 50% [=============================== ] 1163/2315 50% [=============================== ] 1164/2315 50% [=============================== ] 1165/2315 50% [=============================== ] 1166/2315 50% [=============================== ] 1167/2315 50% [=============================== ] 1168/2315 50% [=============================== ] 1169/2315 50% [=============================== ] 1170/2315 50% [=============================== ] 1171/2315 50% [=============================== ] 1172/2315 50% [=============================== ] 1173/2315 50% [=============================== ] 1174/2315 50% [=============================== ] 1175/2315 50% [=============================== ] 1176/2315 50% [=============================== ] 1177/2315 50% [=============================== ] 1178/2315 50% [=============================== ] 1179/2315 50% [=============================== ] 1180/2315 50% [=============================== ] 1181/2315 51% [=============================== ] 1182/2315 51% [=============================== ] 1183/2315 51% [=============================== ] 1184/2315 51% [=============================== ] 1185/2315 51% [=============================== ] 1186/2315 51% [=============================== ] 1187/2315 51% [=============================== ] 1188/2315 51% [=============================== ] 1189/2315 51% [=============================== ] 1190/2315 51% [=============================== ] 1191/2315 51% [=============================== ] 1192/2315 51% [=============================== ] 1193/2315 51% [=============================== ] 1194/2315 51% [================================ ] 1195/2315 51% [================================ ] 1196/2315 51% [================================ ] 1197/2315 51% [================================ ] 1198/2315 51% [================================ ] 1199/2315 51% [================================ ] 1200/2315 51% [================================ ] 1201/2315 51% [================================ ] 1202/2315 51% [================================ ] 1203/2315 51% [================================ ] 1204/2315 52% [================================ ] 1205/2315 52% [================================ ] 1206/2315 52% [================================ ] 1207/2315 52% [================================ ] 1208/2315 52% [================================ ] 1209/2315 52% [================================ ] 1210/2315 52% [================================ ] 1211/2315 52% [================================ ] 1212/2315 52% [================================ ] 1213/2315 52% [================================ ] 1214/2315 52% [================================ ] 1215/2315 52% [================================ ] 1216/2315 52% [================================ ] 1217/2315 52% [================================ ] 1218/2315 52% [================================ ] 1219/2315 52% [================================ ] 1220/2315 52% [================================ ] 1221/2315 52% [================================ ] 1222/2315 52% [================================ ] 1223/2315 52% [================================ ] 1224/2315 52% [================================ ] 1225/2315 52% [================================ ] 1226/2315 52% [================================ ] 1227/2315 53% [================================ ] 1228/2315 53% [================================ ] 1229/2315 53% [================================ ] 1230/2315 53% [================================ ] 1231/2315 53% [================================ ] 1232/2315 53% [================================= ] 1233/2315 53% [================================= ] 1234/2315 53% [================================= ] 1235/2315 53% [================================= ] 1236/2315 53% [================================= ] 1237/2315 53% [================================= ] 1238/2315 53% [================================= ] 1239/2315 53% [================================= ] 1240/2315 53% [================================= ] 1241/2315 53% [================================= ] 1242/2315 53% [================================= ] 1243/2315 53% [================================= ] 1244/2315 53% [================================= ] 1245/2315 53% [================================= ] 1246/2315 53% [================================= ] 1247/2315 53% [================================= ] 1248/2315 53% [================================= ] 1249/2315 53% [================================= ] 1250/2315 53% [================================= ] 1251/2315 54% [================================= ] 1252/2315 54% [================================= ] 1253/2315 54% [================================= ] 1254/2315 54% [================================= ] 1255/2315 54% [================================= ] 1256/2315 54% [================================= ] 1257/2315 54% [================================= ] 1258/2315 54% [================================= ] 1259/2315 54% [================================= ] 1260/2315 54% [================================= ] 1261/2315 54% [================================= ] 1262/2315 54% [================================= ] 1263/2315 54% [================================= ] 1264/2315 54% [================================= ] 1265/2315 54% [================================= ] 1266/2315 54% [================================= ] 1267/2315 54% [================================= ] 1268/2315 54% [================================= ] 1269/2315 54% [================================== ] 1270/2315 54% [================================== ] 1271/2315 54% [================================== ] 1272/2315 54% [================================== ] 1273/2315 54% [================================== ] 1274/2315 55% [================================== ] 1275/2315 55% [================================== ] 1276/2315 55% [================================== ] 1277/2315 55% [================================== ] 1278/2315 55% [================================== ] 1279/2315 55% [================================== ] 1280/2315 55% [================================== ] 1281/2315 55% [================================== ] 1282/2315 55% [================================== ] 1283/2315 55% [================================== ] 1284/2315 55% [================================== ] 1285/2315 55% [================================== ] 1286/2315 55% [================================== ] 1287/2315 55% [================================== ] 1288/2315 55% [================================== ] 1289/2315 55% [================================== ] 1290/2315 55% [================================== ] 1291/2315 55% [================================== ] 1292/2315 55% [================================== ] 1293/2315 55% [================================== ] 1294/2315 55% [================================== ] 1295/2315 55% [================================== ] 1296/2315 55% [================================== ] 1297/2315 56% [================================== ] 1298/2315 56% [================================== ] 1299/2315 56% [================================== ] 1300/2315 56% [================================== ] 1301/2315 56% [================================== ] 1302/2315 56% [================================== ] 1303/2315 56% [================================== ] 1304/2315 56% [================================== ] 1305/2315 56% [================================== ] 1306/2315 56% [=================================== ] 1307/2315 56% [=================================== ] 1308/2315 56% [=================================== ] 1309/2315 56% [=================================== ] 1310/2315 56% [=================================== ] 1311/2315 56% [=================================== ] 1312/2315 56% [=================================== ] 1313/2315 56% [=================================== ] 1314/2315 56% [=================================== ] 1315/2315 56% [=================================== ] 1316/2315 56% [=================================== ] 1317/2315 56% [=================================== ] 1318/2315 56% [=================================== ] 1319/2315 56% [=================================== ] 1320/2315 57% [=================================== ] 1321/2315 57% [=================================== ] 1322/2315 57% [=================================== ] 1323/2315 57% [=================================== ] 1324/2315 57% [=================================== ] 1325/2315 57% [=================================== ] 1326/2315 57% [=================================== ] 1327/2315 57% [=================================== ] 1328/2315 57% [=================================== ] 1329/2315 57% [=================================== ] 1330/2315 57% [=================================== ] 1331/2315 57% [=================================== ] 1332/2315 57% [=================================== ] 1333/2315 57% [=================================== ] 1334/2315 57% [=================================== ] 1335/2315 57% [=================================== ] 1336/2315 57% [=================================== ] 1337/2315 57% [=================================== ] 1338/2315 57% [=================================== ] 1339/2315 57% [=================================== ] 1340/2315 57% [=================================== ] 1341/2315 57% [=================================== ] 1342/2315 57% [=================================== ] 1343/2315 58% [=================================== ] 1344/2315 58% [==================================== ] 1345/2315 58% [==================================== ] 1346/2315 58% [==================================== ] 1347/2315 58% [==================================== ] 1348/2315 58% [==================================== ] 1349/2315 58% [==================================== ] 1350/2315 58% [==================================== ] 1351/2315 58% [==================================== ] 1352/2315 58% [==================================== ] 1353/2315 58% [==================================== ] 1354/2315 58% [==================================== ] 1355/2315 58% [==================================== ] 1356/2315 58% [==================================== ] 1357/2315 58% [==================================== ] 1358/2315 58% [==================================== ] 1359/2315 58% [==================================== ] 1360/2315 58% [==================================== ] 1361/2315 58% [==================================== ] 1362/2315 58% [==================================== ] 1363/2315 58% [==================================== ] 1364/2315 58% [==================================== ] 1365/2315 58% [==================================== ] 1366/2315 59% [==================================== ] 1367/2315 59% [==================================== ] 1368/2315 59% [==================================== ] 1369/2315 59% [==================================== ] 1370/2315 59% [==================================== ] 1371/2315 59% [==================================== ] 1372/2315 59% [==================================== ] 1373/2315 59% [==================================== ] 1374/2315 59% [==================================== ] 1375/2315 59% [==================================== ] 1376/2315 59% [==================================== ] 1377/2315 59% [==================================== ] 1378/2315 59% [==================================== ] 1379/2315 59% [==================================== ] 1380/2315 59% [==================================== ] 1381/2315 59% [===================================== ] 1382/2315 59% [===================================== ] 1383/2315 59% [===================================== ] 1384/2315 59% [===================================== ] 1385/2315 59% [===================================== ] 1386/2315 59% [===================================== ] 1387/2315 59% [===================================== ] 1388/2315 59% [===================================== ] 1389/2315 60% [===================================== ] 1390/2315 60% [===================================== ] 1391/2315 60% [===================================== ] 1392/2315 60% [===================================== ] 1393/2315 60% [===================================== ] 1394/2315 60% [===================================== ] 1395/2315 60% [===================================== ] 1396/2315 60% [===================================== ] 1397/2315 60% [===================================== ] 1398/2315 60% [===================================== ] 1399/2315 60% [===================================== ] 1400/2315 60% [===================================== ] 1401/2315 60% [===================================== ] 1402/2315 60% [===================================== ] 1403/2315 60% [===================================== ] 1404/2315 60% [===================================== ] 1405/2315 60% [===================================== ] 1406/2315 60% [===================================== ] 1407/2315 60% [===================================== ] 1408/2315 60% [===================================== ] 1409/2315 60% [===================================== ] 1410/2315 60% [===================================== ] 1411/2315 60% [===================================== ] 1412/2315 60% [===================================== ] 1413/2315 61% [===================================== ] 1414/2315 61% [===================================== ] 1415/2315 61% [===================================== ] 1416/2315 61% [===================================== ] 1417/2315 61% [===================================== ] 1418/2315 61% [====================================== ] 1419/2315 61% [====================================== ] 1420/2315 61% [====================================== ] 1421/2315 61% [====================================== ] 1422/2315 61% [====================================== ] 1423/2315 61% [====================================== ] 1424/2315 61% [====================================== ] 1425/2315 61% [====================================== ] 1426/2315 61% [====================================== ] 1427/2315 61% [====================================== ] 1428/2315 61% [====================================== ] 1429/2315 61% [====================================== ] 1430/2315 61% [====================================== ] 1431/2315 61% [====================================== ] 1432/2315 61% [====================================== ] 1433/2315 61% [====================================== ] 1434/2315 61% [====================================== ] 1435/2315 61% [====================================== ] 1436/2315 62% [====================================== ] 1437/2315 62% [====================================== ] 1438/2315 62% [====================================== ] 1439/2315 62% [====================================== ] 1440/2315 62% [====================================== ] 1441/2315 62% [====================================== ] 1442/2315 62% [====================================== ] 1443/2315 62% [====================================== ] 1444/2315 62% [====================================== ] 1445/2315 62% [====================================== ] 1446/2315 62% [====================================== ] 1447/2315 62% [====================================== ] 1448/2315 62% [====================================== ] 1449/2315 62% [====================================== ] 1450/2315 62% [====================================== ] 1451/2315 62% [====================================== ] 1452/2315 62% [====================================== ] 1453/2315 62% [====================================== ] 1454/2315 62% [====================================== ] 1455/2315 62% [====================================== ] 1456/2315 62% [======================================= ] 1457/2315 62% [======================================= ] 1458/2315 62% [======================================= ] 1459/2315 63% [======================================= ] 1460/2315 63% [======================================= ] 1461/2315 63% [======================================= ] 1462/2315 63% [======================================= ] 1463/2315 63% [======================================= ] 1464/2315 63% [======================================= ] 1465/2315 63% [======================================= ] 1466/2315 63% [======================================= ] 1467/2315 63% [======================================= ] 1468/2315 63% [======================================= ] 1469/2315 63% [======================================= ] 1470/2315 63% [======================================= ] 1471/2315 63% [======================================= ] 1472/2315 63% [======================================= ] 1473/2315 63% [======================================= ] 1474/2315 63% [======================================= ] 1475/2315 63% [======================================= ] 1476/2315 63% [======================================= ] 1477/2315 63% [======================================= ] 1478/2315 63% [======================================= ] 1479/2315 63% [======================================= ] 1480/2315 63% [======================================= ] 1481/2315 63% [======================================= ] 1482/2315 64% [======================================= ] 1483/2315 64% [======================================= ] 1484/2315 64% [======================================= ] 1485/2315 64% [======================================= ] 1486/2315 64% [======================================= ] 1487/2315 64% [======================================= ] 1488/2315 64% [======================================= ] 1489/2315 64% [======================================= ] 1490/2315 64% [======================================= ] 1491/2315 64% [======================================= ] 1492/2315 64% [======================================= ] 1493/2315 64% [======================================== ] 1494/2315 64% [======================================== ] 1495/2315 64% [======================================== ] 1496/2315 64% [======================================== ] 1497/2315 64% [======================================== ] 1498/2315 64% [======================================== ] 1499/2315 64% [======================================== ] 1500/2315 64% [======================================== ] 1501/2315 64% [======================================== ] 1502/2315 64% [======================================== ] 1503/2315 64% [======================================== ] 1504/2315 64% [======================================== ] 1505/2315 65% [======================================== ] 1506/2315 65% [======================================== ] 1507/2315 65% [======================================== ] 1508/2315 65% [======================================== ] 1509/2315 65% [======================================== ] 1510/2315 65% [======================================== ] 1511/2315 65% [======================================== ] 1512/2315 65% [======================================== ] 1513/2315 65% [======================================== ] 1514/2315 65% [======================================== ] 1515/2315 65% [======================================== ] 1516/2315 65% [======================================== ] 1517/2315 65% [======================================== ] 1518/2315 65% [======================================== ] 1519/2315 65% [======================================== ] 1520/2315 65% [======================================== ] 1521/2315 65% [======================================== ] 1522/2315 65% [======================================== ] 1523/2315 65% [======================================== ] 1524/2315 65% [======================================== ] 1525/2315 65% [======================================== ] 1526/2315 65% [======================================== ] 1527/2315 65% [======================================== ] 1528/2315 66% [======================================== ] 1529/2315 66% [======================================== ] 1530/2315 66% [========================================= ] 1531/2315 66% [========================================= ] 1532/2315 66% [========================================= ] 1533/2315 66% [========================================= ] 1534/2315 66% [========================================= ] 1535/2315 66% [========================================= ] 1536/2315 66% [========================================= ] 1537/2315 66% [========================================= ] 1538/2315 66% [========================================= ] 1539/2315 66% [========================================= ] 1540/2315 66% [========================================= ] 1541/2315 66% [========================================= ] 1542/2315 66% [========================================= ] 1543/2315 66% [========================================= ] 1544/2315 66% [========================================= ] 1545/2315 66% [========================================= ] 1546/2315 66% [========================================= ] 1547/2315 66% [========================================= ] 1548/2315 66% [========================================= ] 1549/2315 66% [========================================= ] 1550/2315 66% [========================================= ] 1551/2315 66% [========================================= ] 1552/2315 67% [========================================= ] 1553/2315 67% [========================================= ] 1554/2315 67% [========================================= ] 1555/2315 67% [========================================= ] 1556/2315 67% [========================================= ] 1557/2315 67% [========================================= ] 1558/2315 67% [========================================= ] 1559/2315 67% [========================================= ] 1560/2315 67% [========================================= ] 1561/2315 67% [========================================= ] 1562/2315 67% [========================================= ] 1563/2315 67% [========================================= ] 1564/2315 67% [========================================= ] 1565/2315 67% [========================================= ] 1566/2315 67% [========================================= ] 1567/2315 67% [========================================= ] 1568/2315 67% [========================================== ] 1569/2315 67% [========================================== ] 1570/2315 67% [========================================== ] 1571/2315 67% [========================================== ] 1572/2315 67% [========================================== ] 1573/2315 67% [========================================== ] 1574/2315 67% [========================================== ] 1575/2315 68% [========================================== ] 1576/2315 68% [========================================== ] 1577/2315 68% [========================================== ] 1578/2315 68% [========================================== ] 1579/2315 68% [========================================== ] 1580/2315 68% [========================================== ] 1581/2315 68% [========================================== ] 1582/2315 68% [========================================== ] 1583/2315 68% [========================================== ] 1584/2315 68% [========================================== ] 1585/2315 68% [========================================== ] 1586/2315 68% [========================================== ] 1587/2315 68% [========================================== ] 1588/2315 68% [========================================== ] 1589/2315 68% [========================================== ] 1590/2315 68% [========================================== ] 1591/2315 68% [========================================== ] 1592/2315 68% [========================================== ] 1593/2315 68% [========================================== ] 1594/2315 68% [========================================== ] 1595/2315 68% [========================================== ] 1596/2315 68% [========================================== ] 1597/2315 68% [========================================== ] 1598/2315 69% [========================================== ] 1599/2315 69% [========================================== ] 1600/2315 69% [========================================== ] 1601/2315 69% [========================================== ] 1602/2315 69% [========================================== ] 1603/2315 69% [========================================== ] 1604/2315 69% [========================================== ] 1605/2315 69% [=========================================== ] 1606/2315 69% [=========================================== ] 1607/2315 69% [=========================================== ] 1608/2315 69% [=========================================== ] 1609/2315 69% [=========================================== ] 1610/2315 69% [=========================================== ] 1611/2315 69% [=========================================== ] 1612/2315 69% [=========================================== ] 1613/2315 69% [=========================================== ] 1614/2315 69% [=========================================== ] 1615/2315 69% [=========================================== ] 1616/2315 69% [=========================================== ] 1617/2315 69% [=========================================== ] 1618/2315 69% [=========================================== ] 1619/2315 69% [=========================================== ] 1620/2315 69% [=========================================== ] 1621/2315 70% [=========================================== ] 1622/2315 70% [=========================================== ] 1623/2315 70% [=========================================== ] 1624/2315 70% [=========================================== ] 1625/2315 70% [=========================================== ] 1626/2315 70% [=========================================== ] 1627/2315 70% [=========================================== ] 1628/2315 70% [=========================================== ] 1629/2315 70% [=========================================== ] 1630/2315 70% [=========================================== ] 1631/2315 70% [=========================================== ] 1632/2315 70% [=========================================== ] 1633/2315 70% [=========================================== ] 1634/2315 70% [=========================================== ] 1635/2315 70% [=========================================== ] 1636/2315 70% [=========================================== ] 1637/2315 70% [=========================================== ] 1638/2315 70% [=========================================== ] 1639/2315 70% [=========================================== ] 1640/2315 70% [=========================================== ] 1641/2315 70% [=========================================== ] 1642/2315 70% [============================================ ] 1643/2315 70% [============================================ ] 1644/2315 71% [============================================ ] 1645/2315 71% [============================================ ] 1646/2315 71% [============================================ ] 1647/2315 71% [============================================ ] 1648/2315 71% [============================================ ] 1649/2315 71% [============================================ ] 1650/2315 71% [============================================ ] 1651/2315 71% [============================================ ] 1652/2315 71% [============================================ ] 1653/2315 71% [============================================ ] 1654/2315 71% [============================================ ] 1655/2315 71% [============================================ ] 1656/2315 71% [============================================ ] 1657/2315 71% [============================================ ] 1658/2315 71% [============================================ ] 1659/2315 71% [============================================ ] 1660/2315 71% [============================================ ] 1661/2315 71% [============================================ ] 1662/2315 71% [============================================ ] 1663/2315 71% [============================================ ] 1664/2315 71% [============================================ ] 1665/2315 71% [============================================ ] 1666/2315 71% [============================================ ] 1667/2315 72% [============================================ ] 1668/2315 72% [============================================ ] 1669/2315 72% [============================================ ] 1670/2315 72% [============================================ ] 1671/2315 72% [============================================ ] 1672/2315 72% [============================================ ] 1673/2315 72% [============================================ ] 1674/2315 72% [============================================ ] 1675/2315 72% [============================================ ] 1676/2315 72% [============================================ ] 1677/2315 72% [============================================ ] 1678/2315 72% [============================================ ] 1679/2315 72% [============================================ ] 1680/2315 72% [============================================= ] 1681/2315 72% [============================================= ] 1682/2315 72% [============================================= ] 1683/2315 72% [============================================= ] 1684/2315 72% [============================================= ] 1685/2315 72% [============================================= ] 1686/2315 72% [============================================= ] 1687/2315 72% [============================================= ] 1688/2315 72% [============================================= ] 1689/2315 72% [============================================= ] 1690/2315 73% [============================================= ] 1691/2315 73% [============================================= ] 1692/2315 73% [============================================= ] 1693/2315 73% [============================================= ] 1694/2315 73% [============================================= ] 1695/2315 73% [============================================= ] 1696/2315 73% [============================================= ] 1697/2315 73% [============================================= ] 1698/2315 73% [============================================= ] 1699/2315 73% [============================================= ] 1700/2315 73% [============================================= ] 1701/2315 73% [============================================= ] 1702/2315 73% [============================================= ] 1703/2315 73% [============================================= ] 1704/2315 73% [============================================= ] 1705/2315 73% [============================================= ] 1706/2315 73% [============================================= ] 1707/2315 73% [============================================= ] 1708/2315 73% [============================================= ] 1709/2315 73% [============================================= ] 1710/2315 73% [============================================= ] 1711/2315 73% [============================================= ] 1712/2315 73% [============================================= ] 1713/2315 73% [============================================= ] 1714/2315 74% [============================================= ] 1715/2315 74% [============================================= ] 1716/2315 74% [============================================= ] 1717/2315 74% [============================================== ] 1718/2315 74% [============================================== ] 1719/2315 74% [============================================== ] 1720/2315 74% [============================================== ] 1721/2315 74% [============================================== ] 1722/2315 74% [============================================== ] 1723/2315 74% [============================================== ] 1724/2315 74% [============================================== ] 1725/2315 74% [============================================== ] 1726/2315 74% [============================================== ] 1727/2315 74% [============================================== ] 1728/2315 74% [============================================== ] 1729/2315 74% [============================================== ] 1730/2315 74% [============================================== ] 1731/2315 74% [============================================== ] 1732/2315 74% [============================================== ] 1733/2315 74% [============================================== ] 1734/2315 74% [============================================== ] 1735/2315 74% [============================================== ] 1736/2315 74% [============================================== ] 1737/2315 75% [============================================== ] 1738/2315 75% [============================================== ] 1739/2315 75% [============================================== ] 1740/2315 75% [============================================== ] 1741/2315 75% [============================================== ] 1742/2315 75% [============================================== ] 1743/2315 75% [============================================== ] 1744/2315 75% [============================================== ] 1745/2315 75% [============================================== ] 1746/2315 75% [============================================== ] 1747/2315 75% [============================================== ] 1748/2315 75% [============================================== ] 1749/2315 75% [============================================== ] 1750/2315 75% [============================================== ] 1751/2315 75% [============================================== ] 1752/2315 75% [============================================== ] 1753/2315 75% [============================================== ] 1754/2315 75% [=============================================== ] 1755/2315 75% [=============================================== ] 1756/2315 75% [=============================================== ] 1757/2315 75% [=============================================== ] 1758/2315 75% [=============================================== ] 1759/2315 75% [=============================================== ] 1760/2315 76% [=============================================== ] 1761/2315 76% [=============================================== ] 1762/2315 76% [=============================================== ] 1763/2315 76% [=============================================== ] 1764/2315 76% [=============================================== ] 1765/2315 76% [=============================================== ] 1766/2315 76% [=============================================== ] 1767/2315 76% [=============================================== ] 1768/2315 76% [=============================================== ] 1769/2315 76% [=============================================== ] 1770/2315 76% [=============================================== ] 1771/2315 76% [=============================================== ] 1772/2315 76% [=============================================== ] 1773/2315 76% [=============================================== ] 1774/2315 76% [=============================================== ] 1775/2315 76% [=============================================== ] 1776/2315 76% [=============================================== ] 1777/2315 76% [=============================================== ] 1778/2315 76% [=============================================== ] 1779/2315 76% [=============================================== ] 1780/2315 76% [=============================================== ] 1781/2315 76% [=============================================== ] 1782/2315 76% [=============================================== ] 1783/2315 77% [=============================================== ] 1784/2315 77% [=============================================== ] 1785/2315 77% [=============================================== ] 1786/2315 77% [=============================================== ] 1787/2315 77% [=============================================== ] 1788/2315 77% [=============================================== ] 1789/2315 77% [=============================================== ] 1790/2315 77% [=============================================== ] 1791/2315 77% [=============================================== ] 1792/2315 77% [================================================ ] 1793/2315 77% [================================================ ] 1794/2315 77% [================================================ ] 1795/2315 77% [================================================ ] 1796/2315 77% [================================================ ] 1797/2315 77% [================================================ ] 1798/2315 77% [================================================ ] 1799/2315 77% [================================================ ] 1800/2315 77% [================================================ ] 1801/2315 77% [================================================ ] 1802/2315 77% [================================================ ] 1803/2315 77% [================================================ ] 1804/2315 77% [================================================ ] 1805/2315 77% [================================================ ] 1806/2315 78% [================================================ ] 1807/2315 78% [================================================ ] 1808/2315 78% [================================================ ] 1809/2315 78% [================================================ ] 1810/2315 78% [================================================ ] 1811/2315 78% [================================================ ] 1812/2315 78% [================================================ ] 1813/2315 78% [================================================ ] 1814/2315 78% [================================================ ] 1815/2315 78% [================================================ ] 1816/2315 78% [================================================ ] 1817/2315 78% [================================================ ] 1818/2315 78% [================================================ ] 1819/2315 78% [================================================ ] 1820/2315 78% [================================================ ] 1821/2315 78% [================================================ ] 1822/2315 78% [================================================ ] 1823/2315 78% [================================================ ] 1824/2315 78% [================================================ ] 1825/2315 78% [================================================ ] 1826/2315 78% [================================================ ] 1827/2315 78% [================================================ ] 1828/2315 78% [================================================ ] 1829/2315 79% [================================================= ] 1830/2315 79% [================================================= ] 1831/2315 79% [================================================= ] 1832/2315 79% [================================================= ] 1833/2315 79% [================================================= ] 1834/2315 79% [================================================= ] 1835/2315 79% [================================================= ] 1836/2315 79% [================================================= ] 1837/2315 79% [================================================= ] 1838/2315 79% [================================================= ] 1839/2315 79% [================================================= ] 1840/2315 79% [================================================= ] 1841/2315 79% [================================================= ] 1842/2315 79% [================================================= ] 1843/2315 79% [================================================= ] 1844/2315 79% [================================================= ] 1845/2315 79% [================================================= ] 1846/2315 79% [================================================= ] 1847/2315 79% [================================================= ] 1848/2315 79% [================================================= ] 1849/2315 79% [================================================= ] 1850/2315 79% [================================================= ] 1851/2315 79% [================================================= ] 1852/2315 80% [================================================= ] 1853/2315 80% [================================================= ] 1854/2315 80% [================================================= ] 1855/2315 80% [================================================= ] 1856/2315 80% [================================================= ] 1857/2315 80% [================================================= ] 1858/2315 80% [================================================= ] 1859/2315 80% [================================================= ] 1860/2315 80% [================================================= ] 1861/2315 80% [================================================= ] 1862/2315 80% [================================================= ] 1863/2315 80% [================================================= ] 1864/2315 80% [================================================= ] 1865/2315 80% [================================================= ] 1866/2315 80% [================================================== ] 1867/2315 80% [================================================== ] 1868/2315 80% [================================================== ] 1869/2315 80% [================================================== ] 1870/2315 80% [================================================== ] 1871/2315 80% [================================================== ] 1872/2315 80% [================================================== ] 1873/2315 80% [================================================== ] 1874/2315 80% [================================================== ] 1875/2315 80% [================================================== ] 1876/2315 81% [================================================== ] 1877/2315 81% [================================================== ] 1878/2315 81% [================================================== ] 1879/2315 81% [================================================== ] 1880/2315 81% [================================================== ] 1881/2315 81% [================================================== ] 1882/2315 81% [================================================== ] 1883/2315 81% [================================================== ] 1884/2315 81% [================================================== ] 1885/2315 81% [================================================== ] 1886/2315 81% [================================================== ] 1887/2315 81% [================================================== ] 1888/2315 81% [================================================== ] 1889/2315 81% [================================================== ] 1890/2315 81% [================================================== ] 1891/2315 81% [================================================== ] 1892/2315 81% [================================================== ] 1893/2315 81% [================================================== ] 1894/2315 81% [================================================== ] 1895/2315 81% [================================================== ] 1896/2315 81% [================================================== ] 1897/2315 81% [================================================== ] 1898/2315 81% [================================================== ] 1899/2315 82% [================================================== ] 1900/2315 82% [================================================== ] 1901/2315 82% [================================================== ] 1902/2315 82% [================================================== ] 1903/2315 82% [================================================== ] 1904/2315 82% [=================================================== ] 1905/2315 82% [=================================================== ] 1906/2315 82% [=================================================== ] 1907/2315 82% [=================================================== ] 1908/2315 82% [=================================================== ] 1909/2315 82% [=================================================== ] 1910/2315 82% [=================================================== ] 1911/2315 82% [=================================================== ] 1912/2315 82% [=================================================== ] 1913/2315 82% [=================================================== ] 1914/2315 82% [=================================================== ] 1915/2315 82% [=================================================== ] 1916/2315 82% [=================================================== ] 1917/2315 82% [=================================================== ] 1918/2315 82% [=================================================== ] 1919/2315 82% [=================================================== ] 1920/2315 82% [=================================================== ] 1921/2315 82% [=================================================== ] 1922/2315 83% [=================================================== ] 1923/2315 83% [=================================================== ] 1924/2315 83% [=================================================== ] 1925/2315 83% [=================================================== ] 1926/2315 83% [=================================================== ] 1927/2315 83% [=================================================== ] 1928/2315 83% [=================================================== ] 1929/2315 83% [=================================================== ] 1930/2315 83% [=================================================== ] 1931/2315 83% [=================================================== ] 1932/2315 83% [=================================================== ] 1933/2315 83% [=================================================== ] 1934/2315 83% [=================================================== ] 1935/2315 83% [=================================================== ] 1936/2315 83% [=================================================== ] 1937/2315 83% [=================================================== ] 1938/2315 83% [=================================================== ] 1939/2315 83% [=================================================== ] 1940/2315 83% [=================================================== ] 1941/2315 83% [==================================================== ] 1942/2315 83% [==================================================== ] 1943/2315 83% [==================================================== ] 1944/2315 83% [==================================================== ] 1945/2315 84% [==================================================== ] 1946/2315 84% [==================================================== ] 1947/2315 84% [==================================================== ] 1948/2315 84% [==================================================== ] 1949/2315 84% [==================================================== ] 1950/2315 84% [==================================================== ] 1951/2315 84% [==================================================== ] 1952/2315 84% [==================================================== ] 1953/2315 84% [==================================================== ] 1954/2315 84% [==================================================== ] 1955/2315 84% [==================================================== ] 1956/2315 84% [==================================================== ] 1957/2315 84% [==================================================== ] 1958/2315 84% [==================================================== ] 1959/2315 84% [==================================================== ] 1960/2315 84% [==================================================== ] 1961/2315 84% [==================================================== ] 1962/2315 84% [==================================================== ] 1963/2315 84% [==================================================== ] 1964/2315 84% [==================================================== ] 1965/2315 84% [==================================================== ] 1966/2315 84% [==================================================== ] 1967/2315 84% [==================================================== ] 1968/2315 85% [==================================================== ] 1969/2315 85% [==================================================== ] 1970/2315 85% [==================================================== ] 1971/2315 85% [==================================================== ] 1972/2315 85% [==================================================== ] 1973/2315 85% [==================================================== ] 1974/2315 85% [==================================================== ] 1975/2315 85% [==================================================== ] 1976/2315 85% [==================================================== ] 1977/2315 85% [==================================================== ] 1978/2315 85% [===================================================== ] 1979/2315 85% [===================================================== ] 1980/2315 85% [===================================================== ] 1981/2315 85% [===================================================== ] 1982/2315 85% [===================================================== ] 1983/2315 85% [===================================================== ] 1984/2315 85% [===================================================== ] 1985/2315 85% [===================================================== ] 1986/2315 85% [===================================================== ] 1987/2315 85% [===================================================== ] 1988/2315 85% [===================================================== ] 1989/2315 85% [===================================================== ] 1990/2315 85% [===================================================== ] 1991/2315 86% [===================================================== ] 1992/2315 86% [===================================================== ] 1993/2315 86% [===================================================== ] 1994/2315 86% [===================================================== ] 1995/2315 86% [===================================================== ] 1996/2315 86% [===================================================== ] 1997/2315 86% [===================================================== ] 1998/2315 86% [===================================================== ] 1999/2315 86% [===================================================== ] 2000/2315 86% [===================================================== ] 2001/2315 86% [===================================================== ] 2002/2315 86% [===================================================== ] 2003/2315 86% [===================================================== ] 2004/2315 86% [===================================================== ] 2005/2315 86% [===================================================== ] 2006/2315 86% [===================================================== ] 2007/2315 86% [===================================================== ] 2008/2315 86% [===================================================== ] 2009/2315 86% [===================================================== ] 2010/2315 86% [===================================================== ] 2011/2315 86% [===================================================== ] 2012/2315 86% [===================================================== ] 2013/2315 86% [===================================================== ] 2014/2315 86% [===================================================== ] 2015/2315 87% [===================================================== ] 2016/2315 87% [====================================================== ] 2017/2315 87% [====================================================== ] 2018/2315 87% [====================================================== ] 2019/2315 87% [====================================================== ] 2020/2315 87% [====================================================== ] 2021/2315 87% [====================================================== ] 2022/2315 87% [====================================================== ] 2023/2315 87% [====================================================== ] 2024/2315 87% [====================================================== ] 2025/2315 87% [====================================================== ] 2026/2315 87% [====================================================== ] 2027/2315 87% [====================================================== ] 2028/2315 87% [====================================================== ] 2029/2315 87% [====================================================== ] 2030/2315 87% [====================================================== ] 2031/2315 87% [====================================================== ] 2032/2315 87% [====================================================== ] 2033/2315 87% [====================================================== ] 2034/2315 87% [====================================================== ] 2035/2315 87% [====================================================== ] 2036/2315 87% [====================================================== ] 2037/2315 87% [====================================================== ] 2038/2315 88% [====================================================== ] 2039/2315 88% [====================================================== ] 2040/2315 88% [====================================================== ] 2041/2315 88% [====================================================== ] 2042/2315 88% [====================================================== ] 2043/2315 88% [====================================================== ] 2044/2315 88% [====================================================== ] 2045/2315 88% [====================================================== ] 2046/2315 88% [====================================================== ] 2047/2315 88% [====================================================== ] 2048/2315 88% [====================================================== ] 2049/2315 88% [====================================================== ] 2050/2315 88% [====================================================== ] 2051/2315 88% [====================================================== ] 2052/2315 88% [====================================================== ] 2053/2315 88% [======================================================= ] 2054/2315 88% [======================================================= ] 2055/2315 88% [======================================================= ] 2056/2315 88% [======================================================= ] 2057/2315 88% [======================================================= ] 2058/2315 88% [======================================================= ] 2059/2315 88% [======================================================= ] 2060/2315 88% [======================================================= ] 2061/2315 89% [======================================================= ] 2062/2315 89% [======================================================= ] 2063/2315 89% [======================================================= ] 2064/2315 89% [======================================================= ] 2065/2315 89% [======================================================= ] 2066/2315 89% [======================================================= ] 2067/2315 89% [======================================================= ] 2068/2315 89% [======================================================= ] 2069/2315 89% [======================================================= ] 2070/2315 89% [======================================================= ] 2071/2315 89% [======================================================= ] 2072/2315 89% [======================================================= ] 2073/2315 89% [======================================================= ] 2074/2315 89% [======================================================= ] 2075/2315 89% [======================================================= ] 2076/2315 89% [======================================================= ] 2077/2315 89% [======================================================= ] 2078/2315 89% [======================================================= ] 2079/2315 89% [======================================================= ] 2080/2315 89% [======================================================= ] 2081/2315 89% [======================================================= ] 2082/2315 89% [======================================================= ] 2083/2315 89% [======================================================= ] 2084/2315 90% [======================================================= ] 2085/2315 90% [======================================================= ] 2086/2315 90% [======================================================= ] 2087/2315 90% [======================================================= ] 2088/2315 90% [======================================================= ] 2089/2315 90% [======================================================= ] 2090/2315 90% [======================================================== ] 2091/2315 90% [======================================================== ] 2092/2315 90% [======================================================== ] 2093/2315 90% [======================================================== ] 2094/2315 90% [======================================================== ] 2095/2315 90% [======================================================== ] 2096/2315 90% [======================================================== ] 2097/2315 90% [======================================================== ] 2098/2315 90% [======================================================== ] 2099/2315 90% [======================================================== ] 2100/2315 90% [======================================================== ] 2101/2315 90% [======================================================== ] 2102/2315 90% [======================================================== ] 2103/2315 90% [======================================================== ] 2104/2315 90% [======================================================== ] 2105/2315 90% [======================================================== ] 2106/2315 90% [======================================================== ] 2107/2315 91% [======================================================== ] 2108/2315 91% [======================================================== ] 2109/2315 91% [======================================================== ] 2110/2315 91% [======================================================== ] 2111/2315 91% [======================================================== ] 2112/2315 91% [======================================================== ] 2113/2315 91% [======================================================== ] 2114/2315 91% [======================================================== ] 2115/2315 91% [======================================================== ] 2116/2315 91% [======================================================== ] 2117/2315 91% [======================================================== ] 2118/2315 91% [======================================================== ] 2119/2315 91% [======================================================== ] 2120/2315 91% [======================================================== ] 2121/2315 91% [======================================================== ] 2122/2315 91% [======================================================== ] 2123/2315 91% [======================================================== ] 2124/2315 91% [======================================================== ] 2125/2315 91% [======================================================== ] 2126/2315 91% [======================================================== ] 2127/2315 91% [======================================================== ] 2128/2315 91% [========================================================= ] 2129/2315 91% [========================================================= ] 2130/2315 92% [========================================================= ] 2131/2315 92% [========================================================= ] 2132/2315 92% [========================================================= ] 2133/2315 92% [========================================================= ] 2134/2315 92% [========================================================= ] 2135/2315 92% [========================================================= ] 2136/2315 92% [========================================================= ] 2137/2315 92% [========================================================= ] 2138/2315 92% [========================================================= ] 2139/2315 92% [========================================================= ] 2140/2315 92% [========================================================= ] 2141/2315 92% [========================================================= ] 2142/2315 92% [========================================================= ] 2143/2315 92% [========================================================= ] 2144/2315 92% [========================================================= ] 2145/2315 92% [========================================================= ] 2146/2315 92% [========================================================= ] 2147/2315 92% [========================================================= ] 2148/2315 92% [========================================================= ] 2149/2315 92% [========================================================= ] 2150/2315 92% [========================================================= ] 2151/2315 92% [========================================================= ] 2152/2315 92% [========================================================= ] 2153/2315 93% [========================================================= ] 2154/2315 93% [========================================================= ] 2155/2315 93% [========================================================= ] 2156/2315 93% [========================================================= ] 2157/2315 93% [========================================================= ] 2158/2315 93% [========================================================= ] 2159/2315 93% [========================================================= ] 2160/2315 93% [========================================================= ] 2161/2315 93% [========================================================= ] 2162/2315 93% [========================================================= ] 2163/2315 93% [========================================================= ] 2164/2315 93% [========================================================= ] 2165/2315 93% [========================================================== ] 2166/2315 93% [========================================================== ] 2167/2315 93% [========================================================== ] 2168/2315 93% [========================================================== ] 2169/2315 93% [========================================================== ] 2170/2315 93% [========================================================== ] 2171/2315 93% [========================================================== ] 2172/2315 93% [========================================================== ] 2173/2315 93% [========================================================== ] 2174/2315 93% [========================================================== ] 2175/2315 93% [========================================================== ] 2176/2315 93% [========================================================== ] 2177/2315 94% [========================================================== ] 2178/2315 94% [========================================================== ] 2179/2315 94% [========================================================== ] 2180/2315 94% [========================================================== ] 2181/2315 94% [========================================================== ] 2182/2315 94% [========================================================== ] 2183/2315 94% [========================================================== ] 2184/2315 94% [========================================================== ] 2185/2315 94% [========================================================== ] 2186/2315 94% [========================================================== ] 2187/2315 94% [========================================================== ] 2188/2315 94% [========================================================== ] 2189/2315 94% [========================================================== ] 2190/2315 94% [========================================================== ] 2191/2315 94% [========================================================== ] 2192/2315 94% [========================================================== ] 2193/2315 94% [========================================================== ] 2194/2315 94% [========================================================== ] 2195/2315 94% [========================================================== ] 2196/2315 94% [========================================================== ] 2197/2315 94% [========================================================== ] 2198/2315 94% [========================================================== ] 2199/2315 94% [========================================================== ] 2200/2315 95% [========================================================== ] 2201/2315 95% [========================================================== ] 2202/2315 95% [=========================================================== ] 2203/2315 95% [=========================================================== ] 2204/2315 95% [=========================================================== ] 2205/2315 95% [=========================================================== ] 2206/2315 95% [=========================================================== ] 2207/2315 95% [=========================================================== ] 2208/2315 95% [=========================================================== ] 2209/2315 95% [=========================================================== ] 2210/2315 95% [=========================================================== ] 2211/2315 95% [=========================================================== ] 2212/2315 95% [=========================================================== ] 2213/2315 95% [=========================================================== ] 2214/2315 95% [=========================================================== ] 2215/2315 95% [=========================================================== ] 2216/2315 95% [=========================================================== ] 2217/2315 95% [=========================================================== ] 2218/2315 95% [=========================================================== ] 2219/2315 95% [=========================================================== ] 2220/2315 95% [=========================================================== ] 2221/2315 95% [=========================================================== ] 2222/2315 95% [=========================================================== ] 2223/2315 96% [=========================================================== ] 2224/2315 96% [=========================================================== ] 2225/2315 96% [=========================================================== ] 2226/2315 96% [=========================================================== ] 2227/2315 96% [=========================================================== ] 2228/2315 96% [=========================================================== ] 2229/2315 96% [=========================================================== ] 2230/2315 96% [=========================================================== ] 2231/2315 96% [=========================================================== ] 2232/2315 96% [=========================================================== ] 2233/2315 96% [=========================================================== ] 2234/2315 96% [=========================================================== ] 2235/2315 96% [=========================================================== ] 2236/2315 96% [=========================================================== ] 2237/2315 96% [=========================================================== ] 2238/2315 96% [=========================================================== ] 2239/2315 96% [=========================================================== ] 2240/2315 96% [============================================================ ] 2241/2315 96% [============================================================ ] 2242/2315 96% [============================================================ ] 2243/2315 96% [============================================================ ] 2244/2315 96% [============================================================ ] 2245/2315 96% [============================================================ ] 2246/2315 97% [============================================================ ] 2247/2315 97% [============================================================ ] 2248/2315 97% [============================================================ ] 2249/2315 97% [============================================================ ] 2250/2315 97% [============================================================ ] 2251/2315 97% [============================================================ ] 2252/2315 97% [============================================================ ] 2253/2315 97% [============================================================ ] 2254/2315 97% [============================================================ ] 2255/2315 97% [============================================================ ] 2256/2315 97% [============================================================ ] 2257/2315 97% [============================================================ ] 2258/2315 97% [============================================================ ] 2259/2315 97% [============================================================ ] 2260/2315 97% [============================================================ ] 2261/2315 97% [============================================================ ] 2262/2315 97% [============================================================ ] 2263/2315 97% [============================================================ ] 2264/2315 97% [============================================================ ] 2265/2315 97% [============================================================ ] 2266/2315 97% [============================================================ ] 2267/2315 97% [============================================================ ] 2268/2315 97% [============================================================ ] 2269/2315 98% [============================================================ ] 2270/2315 98% [============================================================ ] 2271/2315 98% [============================================================ ] 2272/2315 98% [============================================================ ] 2273/2315 98% [============================================================ ] 2274/2315 98% [============================================================ ] 2275/2315 98% [============================================================ ] 2276/2315 98% [============================================================ ] 2277/2315 98% [============================================================= ] 2278/2315 98% [============================================================= ] 2279/2315 98% [============================================================= ] 2280/2315 98% [============================================================= ] 2281/2315 98% [============================================================= ] 2282/2315 98% [============================================================= ] 2283/2315 98% [============================================================= ] 2284/2315 98% [============================================================= ] 2285/2315 98% [============================================================= ] 2286/2315 98% [============================================================= ] 2287/2315 98% [============================================================= ] 2288/2315 98% [============================================================= ] 2289/2315 98% [============================================================= ] 2290/2315 98% [============================================================= ] 2291/2315 98% [============================================================= ] 2292/2315 99% [============================================================= ] 2293/2315 99% [============================================================= ] 2294/2315 99% [============================================================= ] 2295/2315 99% [============================================================= ] 2296/2315 99% [============================================================= ] 2297/2315 99% [============================================================= ] 2298/2315 99% [============================================================= ] 2299/2315 99% [============================================================= ] 2300/2315 99% [============================================================= ] 2301/2315 99% [============================================================= ] 2302/2315 99% [============================================================= ] 2303/2315 99% [============================================================= ] 2304/2315 99% [============================================================= ] 2305/2315 99% [============================================================= ] 2306/2315 99% [============================================================= ] 2307/2315 99% [============================================================= ] 2308/2315 99% [============================================================= ] 2309/2315 99% [============================================================= ] 2310/2315 99% [============================================================= ] 2311/2315 99% [============================================================= ] 2312/2315 99% [============================================================= ] 2313/2315 99% [============================================================= ] 2314/2315 99% [==============================================================] 2315/2315 100% operation complete, 2315 objects in 110034 NAND pages. ln -snf /home/autobuild/autobuild/instance-1/output-1/host/sh4-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-1/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-174-g1c0da88a83 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> aespipe 2.4f Collecting legal info >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> b43-firmware 5.10.56.27.3 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bash 5.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) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-checksec 2.5.0 Collecting legal info LICENSE.txt: OK (sha256: 7888fee828bf56d547fc1f634e40638984148b4fc41373b7626eb465060640de) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> ethtool 5.18 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.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 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 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-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> ipcalc 1.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ipset 7.15 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubootenv 7dbfffa4cc0e42ad3febb122a711fe9d1b20e9f7 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> logsurfer 1.8 Collecting legal info >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> minizip-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-mkpasswd Collecting legal info >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> host-nodejs 16.16.0 Collecting legal info LICENSE: OK (sha256: 6211cc77f9ceaf365db12faf050775b3a1e6da7a1eff3577ba006c4918103c33) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> open62541 v1.3.2 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> procps-ng 3.3.17 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> host-qemu 7.0.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> smcroute 2.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sound-theme-borealis 0.9a Collecting legal info >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uacme 1.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> 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-cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-cloop 3.14.1.3 Collecting legal info README: OK (sha256: 1b1f89e94e131e259b9e334565c5c3500d4b8aa755b75c3f145ddcdff3b89124) advancecomp-1.15/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: b43-firmware-5.10.56.27.3: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot'