echo '#!/bin/sh' > /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-3/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-3/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot printf ' find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target -print0 | xargs -0 -r touch -hd @1695572949\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-3/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-3/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-3/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-3/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-3/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-3/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-3/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-3/output-1/images/rootfs.ubifs"74059776 bytes (70.6 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-3/output-1/images rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-3/output-1/target/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-3/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-3/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1695572949\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-3/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-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2287 objects. stage 2: creating image '/home/autobuild/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2287 0% [ ] 2/2287 0% [ ] 3/2287 0% [ ] 4/2287 0% [ ] 5/2287 0% [ ] 6/2287 0% [ ] 7/2287 0% [ ] 8/2287 0% [ ] 9/2287 0% [ ] 10/2287 0% [ ] 11/2287 0% [ ] 12/2287 0% [ ] 13/2287 0% [ ] 14/2287 0% [ ] 15/2287 0% [ ] 16/2287 0% [ ] 17/2287 0% [ ] 18/2287 0% [ ] 19/2287 0% [ ] 20/2287 0% [ ] 21/2287 0% [ ] 22/2287 0% [ ] 23/2287 1% [ ] 24/2287 1% [ ] 25/2287 1% [ ] 26/2287 1% [ ] 27/2287 1% [ ] 28/2287 1% [ ] 29/2287 1% [ ] 30/2287 1% [ ] 31/2287 1% [ ] 32/2287 1% [ ] 33/2287 1% [ ] 34/2287 1% [ ] 35/2287 1% [ ] 36/2287 1% [= ] 37/2287 1% [= ] 38/2287 1% [= ] 39/2287 1% [= ] 40/2287 1% [= ] 41/2287 1% [= ] 42/2287 1% [= ] 43/2287 1% [= ] 44/2287 1% [= ] 45/2287 1% [= ] 46/2287 2% [= ] 47/2287 2% [= ] 48/2287 2% [= ] 49/2287 2% [= ] 50/2287 2% [= ] 51/2287 2% [= ] 52/2287 2% [= ] 53/2287 2% [= ] 54/2287 2% [= ] 55/2287 2% [= ] 56/2287 2% [= ] 57/2287 2% [= ] 58/2287 2% [= ] 59/2287 2% [= ] 60/2287 2% [= ] 61/2287 2% [= ] 62/2287 2% [= ] 63/2287 2% [= ] 64/2287 2% [= ] 65/2287 2% [= ] 66/2287 2% [= ] 67/2287 2% [= ] 68/2287 2% [= ] 69/2287 3% [= ] 70/2287 3% [= ] 71/2287 3% [= ] 72/2287 3% [= ] 73/2287 3% [== ] 74/2287 3% [== ] 75/2287 3% [== ] 76/2287 3% [== ] 77/2287 3% [== ] 78/2287 3% [== ] 79/2287 3% [== ] 80/2287 3% [== ] 81/2287 3% [== ] 82/2287 3% [== ] 83/2287 3% [== ] 84/2287 3% [== ] 85/2287 3% [== ] 86/2287 3% [== ] 87/2287 3% [== ] 88/2287 3% [== ] 89/2287 3% [== ] 90/2287 3% [== ] 91/2287 3% [== ] 92/2287 4% [== ] 93/2287 4% [== ] 94/2287 4% [== ] 95/2287 4% [== ] 96/2287 4% [== ] 97/2287 4% [== ] 98/2287 4% [== ] 99/2287 4% [== ] 100/2287 4% [== ] 101/2287 4% [== ] 102/2287 4% [== ] 103/2287 4% [== ] 104/2287 4% [== ] 105/2287 4% [== ] 106/2287 4% [== ] 107/2287 4% [== ] 108/2287 4% [== ] 109/2287 4% [== ] 110/2287 4% [=== ] 111/2287 4% [=== ] 112/2287 4% [=== ] 113/2287 4% [=== ] 114/2287 4% [=== ] 115/2287 5% [=== ] 116/2287 5% [=== ] 117/2287 5% [=== ] 118/2287 5% [=== ] 119/2287 5% [=== ] 120/2287 5% [=== ] 121/2287 5% [=== ] 122/2287 5% [=== ] 123/2287 5% [=== ] 124/2287 5% [=== ] 125/2287 5% [=== ] 126/2287 5% [=== ] 127/2287 5% [=== ] 128/2287 5% [=== ] 129/2287 5% [=== ] 130/2287 5% [=== ] 131/2287 5% [=== ] 132/2287 5% [=== ] 133/2287 5% [=== ] 134/2287 5% [=== ] 135/2287 5% [=== ] 136/2287 5% [=== ] 137/2287 5% [=== ] 138/2287 6% [=== ] 139/2287 6% [=== ] 140/2287 6% [=== ] 141/2287 6% [=== ] 142/2287 6% [=== ] 143/2287 6% [=== ] 144/2287 6% [=== ] 145/2287 6% [=== ] 146/2287 6% [=== ] 147/2287 6% [==== ] 148/2287 6% [==== ] 149/2287 6% [==== ] 150/2287 6% [==== ] 151/2287 6% [==== ] 152/2287 6% [==== ] 153/2287 6% [==== ] 154/2287 6% [==== ] 155/2287 6% [==== ] 156/2287 6% [==== ] 157/2287 6% [==== ] 158/2287 6% [==== ] 159/2287 6% [==== ] 160/2287 6% [==== ] 161/2287 7% [==== ] 162/2287 7% [==== ] 163/2287 7% [==== ] 164/2287 7% [==== ] 165/2287 7% [==== ] 166/2287 7% [==== ] 167/2287 7% [==== ] 168/2287 7% [==== ] 169/2287 7% [==== ] 170/2287 7% [==== ] 171/2287 7% [==== ] 172/2287 7% [==== ] 173/2287 7% [==== ] 174/2287 7% [==== ] 175/2287 7% [==== ] 176/2287 7% [==== ] 177/2287 7% [==== ] 178/2287 7% [==== ] 179/2287 7% [==== ] 180/2287 7% [==== ] 181/2287 7% [==== ] 182/2287 7% [==== ] 183/2287 8% [==== ] 184/2287 8% [===== ] 185/2287 8% [===== ] 186/2287 8% [===== ] 187/2287 8% [===== ] 188/2287 8% [===== ] 189/2287 8% [===== ] 190/2287 8% [===== ] 191/2287 8% [===== ] 192/2287 8% [===== ] 193/2287 8% [===== ] 194/2287 8% [===== ] 195/2287 8% [===== ] 196/2287 8% [===== ] 197/2287 8% [===== ] 198/2287 8% [===== ] 199/2287 8% [===== ] 200/2287 8% [===== ] 201/2287 8% [===== ] 202/2287 8% [===== ] 203/2287 8% [===== ] 204/2287 8% [===== ] 205/2287 8% [===== ] 206/2287 9% [===== ] 207/2287 9% [===== ] 208/2287 9% [===== ] 209/2287 9% [===== ] 210/2287 9% [===== ] 211/2287 9% [===== ] 212/2287 9% [===== ] 213/2287 9% [===== ] 214/2287 9% [===== ] 215/2287 9% [===== ] 216/2287 9% [===== ] 217/2287 9% [===== ] 218/2287 9% [===== ] 219/2287 9% [===== ] 220/2287 9% [===== ] 221/2287 9% [====== ] 222/2287 9% [====== ] 223/2287 9% [====== ] 224/2287 9% [====== ] 225/2287 9% [====== ] 226/2287 9% [====== ] 227/2287 9% [====== ] 228/2287 9% [====== ] 229/2287 10% [====== ] 230/2287 10% [====== ] 231/2287 10% [====== ] 232/2287 10% [====== ] 233/2287 10% [====== ] 234/2287 10% [====== ] 235/2287 10% [====== ] 236/2287 10% [====== ] 237/2287 10% [====== ] 238/2287 10% [====== ] 239/2287 10% [====== ] 240/2287 10% [====== ] 241/2287 10% [====== ] 242/2287 10% [====== ] 243/2287 10% [====== ] 244/2287 10% [====== ] 245/2287 10% [====== ] 246/2287 10% [====== ] 247/2287 10% [====== ] 248/2287 10% [====== ] 249/2287 10% [====== ] 250/2287 10% [====== ] 251/2287 10% [====== ] 252/2287 11% [====== ] 253/2287 11% [====== ] 254/2287 11% [====== ] 255/2287 11% [====== ] 256/2287 11% [====== ] 257/2287 11% [====== ] 258/2287 11% [======= ] 259/2287 11% [======= ] 260/2287 11% [======= ] 261/2287 11% [======= ] 262/2287 11% [======= ] 263/2287 11% [======= ] 264/2287 11% [======= ] 265/2287 11% [======= ] 266/2287 11% [======= ] 267/2287 11% [======= ] 268/2287 11% [======= ] 269/2287 11% [======= ] 270/2287 11% [======= ] 271/2287 11% [======= ] 272/2287 11% [======= ] 273/2287 11% [======= ] 274/2287 11% [======= ] 275/2287 12% [======= ] 276/2287 12% [======= ] 277/2287 12% [======= ] 278/2287 12% [======= ] 279/2287 12% [======= ] 280/2287 12% [======= ] 281/2287 12% [======= ] 282/2287 12% [======= ] 283/2287 12% [======= ] 284/2287 12% [======= ] 285/2287 12% [======= ] 286/2287 12% [======= ] 287/2287 12% [======= ] 288/2287 12% [======= ] 289/2287 12% [======= ] 290/2287 12% [======= ] 291/2287 12% [======= ] 292/2287 12% [======= ] 293/2287 12% [======= ] 294/2287 12% [======= ] 295/2287 12% [======== ] 296/2287 12% [======== ] 297/2287 12% [======== ] 298/2287 13% [======== ] 299/2287 13% [======== ] 300/2287 13% [======== ] 301/2287 13% [======== ] 302/2287 13% [======== ] 303/2287 13% [======== ] 304/2287 13% [======== ] 305/2287 13% [======== ] 306/2287 13% [======== ] 307/2287 13% [======== ] 308/2287 13% [======== ] 309/2287 13% [======== ] 310/2287 13% [======== ] 311/2287 13% [======== ] 312/2287 13% [======== ] 313/2287 13% [======== ] 314/2287 13% [======== ] 315/2287 13% [======== ] 316/2287 13% [======== ] 317/2287 13% [======== ] 318/2287 13% [======== ] 319/2287 13% [======== ] 320/2287 13% [======== ] 321/2287 14% [======== ] 322/2287 14% [======== ] 323/2287 14% [======== ] 324/2287 14% [======== ] 325/2287 14% [======== ] 326/2287 14% [======== ] 327/2287 14% [======== ] 328/2287 14% [======== ] 329/2287 14% [======== ] 330/2287 14% [======== ] 331/2287 14% [========= ] 332/2287 14% [========= ] 333/2287 14% [========= ] 334/2287 14% [========= ] 335/2287 14% [========= ] 336/2287 14% [========= ] 337/2287 14% [========= ] 338/2287 14% [========= ] 339/2287 14% [========= ] 340/2287 14% [========= ] 341/2287 14% [========= ] 342/2287 14% [========= ] 343/2287 14% [========= ] 344/2287 15% [========= ] 345/2287 15% [========= ] 346/2287 15% [========= ] 347/2287 15% [========= ] 348/2287 15% [========= ] 349/2287 15% [========= ] 350/2287 15% [========= ] 351/2287 15% [========= ] 352/2287 15% [========= ] 353/2287 15% [========= ] 354/2287 15% [========= ] 355/2287 15% [========= ] 356/2287 15% [========= ] 357/2287 15% [========= ] 358/2287 15% [========= ] 359/2287 15% [========= ] 360/2287 15% [========= ] 361/2287 15% [========= ] 362/2287 15% [========= ] 363/2287 15% [========= ] 364/2287 15% [========= ] 365/2287 15% [========= ] 366/2287 16% [========= ] 367/2287 16% [========= ] 368/2287 16% [========== ] 369/2287 16% [========== ] 370/2287 16% [========== ] 371/2287 16% [========== ] 372/2287 16% [========== ] 373/2287 16% [========== ] 374/2287 16% [========== ] 375/2287 16% [========== ] 376/2287 16% [========== ] 377/2287 16% [========== ] 378/2287 16% [========== ] 379/2287 16% [========== ] 380/2287 16% [========== ] 381/2287 16% [========== ] 382/2287 16% [========== ] 383/2287 16% [========== ] 384/2287 16% [========== ] 385/2287 16% [========== ] 386/2287 16% [========== ] 387/2287 16% [========== ] 388/2287 16% [========== ] 389/2287 17% [========== ] 390/2287 17% [========== ] 391/2287 17% [========== ] 392/2287 17% [========== ] 393/2287 17% [========== ] 394/2287 17% [========== ] 395/2287 17% [========== ] 396/2287 17% [========== ] 397/2287 17% [========== ] 398/2287 17% [========== ] 399/2287 17% [========== ] 400/2287 17% [========== ] 401/2287 17% [========== ] 402/2287 17% [========== ] 403/2287 17% [========== ] 404/2287 17% [========== ] 405/2287 17% [=========== ] 406/2287 17% [=========== ] 407/2287 17% [=========== ] 408/2287 17% [=========== ] 409/2287 17% [=========== ] 410/2287 17% [=========== ] 411/2287 17% [=========== ] 412/2287 18% [=========== ] 413/2287 18% [=========== ] 414/2287 18% [=========== ] 415/2287 18% [=========== ] 416/2287 18% [=========== ] 417/2287 18% [=========== ] 418/2287 18% [=========== ] 419/2287 18% [=========== ] 420/2287 18% [=========== ] 421/2287 18% [=========== ] 422/2287 18% [=========== ] 423/2287 18% [=========== ] 424/2287 18% [=========== ] 425/2287 18% [=========== ] 426/2287 18% [=========== ] 427/2287 18% [=========== ] 428/2287 18% [=========== ] 429/2287 18% [=========== ] 430/2287 18% [=========== ] 431/2287 18% [=========== ] 432/2287 18% [=========== ] 433/2287 18% [=========== ] 434/2287 18% [=========== ] 435/2287 19% [=========== ] 436/2287 19% [=========== ] 437/2287 19% [=========== ] 438/2287 19% [=========== ] 439/2287 19% [=========== ] 440/2287 19% [=========== ] 441/2287 19% [=========== ] 442/2287 19% [============ ] 443/2287 19% [============ ] 444/2287 19% [============ ] 445/2287 19% [============ ] 446/2287 19% [============ ] 447/2287 19% [============ ] 448/2287 19% [============ ] 449/2287 19% [============ ] 450/2287 19% [============ ] 451/2287 19% [============ ] 452/2287 19% [============ ] 453/2287 19% [============ ] 454/2287 19% [============ ] 455/2287 19% [============ ] 456/2287 19% [============ ] 457/2287 19% [============ ] 458/2287 20% [============ ] 459/2287 20% [============ ] 460/2287 20% [============ ] 461/2287 20% [============ ] 462/2287 20% [============ ] 463/2287 20% [============ ] 464/2287 20% [============ ] 465/2287 20% [============ ] 466/2287 20% [============ ] 467/2287 20% [============ ] 468/2287 20% [============ ] 469/2287 20% [============ ] 470/2287 20% [============ ] 471/2287 20% [============ ] 472/2287 20% [============ ] 473/2287 20% [============ ] 474/2287 20% [============ ] 475/2287 20% [============ ] 476/2287 20% [============ ] 477/2287 20% [============ ] 478/2287 20% [============ ] 479/2287 20% [============= ] 480/2287 20% [============= ] 481/2287 21% [============= ] 482/2287 21% [============= ] 483/2287 21% [============= ] 484/2287 21% [============= ] 485/2287 21% [============= ] 486/2287 21% [============= ] 487/2287 21% [============= ] 488/2287 21% [============= ] 489/2287 21% [============= ] 490/2287 21% [============= ] 491/2287 21% [============= ] 492/2287 21% [============= ] 493/2287 21% [============= ] 494/2287 21% [============= ] 495/2287 21% [============= ] 496/2287 21% [============= ] 497/2287 21% [============= ] 498/2287 21% [============= ] 499/2287 21% [============= ] 500/2287 21% [============= ] 501/2287 21% [============= ] 502/2287 21% [============= ] 503/2287 21% [============= ] 504/2287 22% [============= ] 505/2287 22% [============= ] 506/2287 22% [============= ] 507/2287 22% [============= ] 508/2287 22% [============= ] 509/2287 22% [============= ] 510/2287 22% [============= ] 511/2287 22% [============= ] 512/2287 22% [============= ] 513/2287 22% [============= ] 514/2287 22% [============= ] 515/2287 22% [============= ] 516/2287 22% [============== ] 517/2287 22% [============== ] 518/2287 22% [============== ] 519/2287 22% [============== ] 520/2287 22% [============== ] 521/2287 22% [============== ] 522/2287 22% [============== ] 523/2287 22% [============== ] 524/2287 22% [============== ] 525/2287 22% [============== ] 526/2287 22% [============== ] 527/2287 23% [============== ] 528/2287 23% [============== ] 529/2287 23% [============== ] 530/2287 23% [============== ] 531/2287 23% [============== ] 532/2287 23% [============== ] 533/2287 23% [============== ] 534/2287 23% [============== ] 535/2287 23% [============== ] 536/2287 23% [============== ] 537/2287 23% [============== ] 538/2287 23% [============== ] 539/2287 23% [============== ] 540/2287 23% [============== ] 541/2287 23% [============== ] 542/2287 23% [============== ] 543/2287 23% [============== ] 544/2287 23% [============== ] 545/2287 23% [============== ] 546/2287 23% [============== ] 547/2287 23% [============== ] 548/2287 23% [============== ] 549/2287 24% [============== ] 550/2287 24% [============== ] 551/2287 24% [============== ] 552/2287 24% [============== ] 553/2287 24% [=============== ] 554/2287 24% [=============== ] 555/2287 24% [=============== ] 556/2287 24% [=============== ] 557/2287 24% [=============== ] 558/2287 24% [=============== ] 559/2287 24% [=============== ] 560/2287 24% [=============== ] 561/2287 24% [=============== ] 562/2287 24% [=============== ] 563/2287 24% [=============== ] 564/2287 24% [=============== ] 565/2287 24% [=============== ] 566/2287 24% [=============== ] 567/2287 24% [=============== ] 568/2287 24% [=============== ] 569/2287 24% [=============== ] 570/2287 24% [=============== ] 571/2287 24% [=============== ] 572/2287 25% [=============== ] 573/2287 25% [=============== ] 574/2287 25% [=============== ] 575/2287 25% [=============== ] 576/2287 25% [=============== ] 577/2287 25% [=============== ] 578/2287 25% [=============== ] 579/2287 25% [=============== ] 580/2287 25% [=============== ] 581/2287 25% [=============== ] 582/2287 25% [=============== ] 583/2287 25% [=============== ] 584/2287 25% [=============== ] 585/2287 25% [=============== ] 586/2287 25% [=============== ] 587/2287 25% [=============== ] 588/2287 25% [=============== ] 589/2287 25% [=============== ] 590/2287 25% [================ ] 591/2287 25% [================ ] 592/2287 25% [================ ] 593/2287 25% [================ ] 594/2287 25% [================ ] 595/2287 26% [================ ] 596/2287 26% [================ ] 597/2287 26% [================ ] 598/2287 26% [================ ] 599/2287 26% [================ ] 600/2287 26% [================ ] 601/2287 26% [================ ] 602/2287 26% [================ ] 603/2287 26% [================ ] 604/2287 26% [================ ] 605/2287 26% [================ ] 606/2287 26% [================ ] 607/2287 26% [================ ] 608/2287 26% [================ ] 609/2287 26% [================ ] 610/2287 26% [================ ] 611/2287 26% [================ ] 612/2287 26% [================ ] 613/2287 26% [================ ] 614/2287 26% [================ ] 615/2287 26% [================ ] 616/2287 26% [================ ] 617/2287 26% [================ ] 618/2287 27% [================ ] 619/2287 27% [================ ] 620/2287 27% [================ ] 621/2287 27% [================ ] 622/2287 27% [================ ] 623/2287 27% [================ ] 624/2287 27% [================ ] 625/2287 27% [================ ] 626/2287 27% [================ ] 627/2287 27% [================= ] 628/2287 27% [================= ] 629/2287 27% [================= ] 630/2287 27% [================= ] 631/2287 27% [================= ] 632/2287 27% [================= ] 633/2287 27% [================= ] 634/2287 27% [================= ] 635/2287 27% [================= ] 636/2287 27% [================= ] 637/2287 27% [================= ] 638/2287 27% [================= ] 639/2287 27% [================= ] 640/2287 27% [================= ] 641/2287 28% [================= ] 642/2287 28% [================= ] 643/2287 28% [================= ] 644/2287 28% [================= ] 645/2287 28% [================= ] 646/2287 28% [================= ] 647/2287 28% [================= ] 648/2287 28% [================= ] 649/2287 28% [================= ] 650/2287 28% [================= ] 651/2287 28% [================= ] 652/2287 28% [================= ] 653/2287 28% [================= ] 654/2287 28% [================= ] 655/2287 28% [================= ] 656/2287 28% [================= ] 657/2287 28% [================= ] 658/2287 28% [================= ] 659/2287 28% [================= ] 660/2287 28% [================= ] 661/2287 28% [================= ] 662/2287 28% [================= ] 663/2287 28% [================== ] 664/2287 29% [================== ] 665/2287 29% [================== ] 666/2287 29% [================== ] 667/2287 29% [================== ] 668/2287 29% [================== ] 669/2287 29% [================== ] 670/2287 29% [================== ] 671/2287 29% [================== ] 672/2287 29% [================== ] 673/2287 29% [================== ] 674/2287 29% [================== ] 675/2287 29% [================== ] 676/2287 29% [================== ] 677/2287 29% [================== ] 678/2287 29% [================== ] 679/2287 29% [================== ] 680/2287 29% [================== ] 681/2287 29% [================== ] 682/2287 29% [================== ] 683/2287 29% [================== ] 684/2287 29% [================== ] 685/2287 29% [================== ] 686/2287 29% [================== ] 687/2287 30% [================== ] 688/2287 30% [================== ] 689/2287 30% [================== ] 690/2287 30% [================== ] 691/2287 30% [================== ] 692/2287 30% [================== ] 693/2287 30% [================== ] 694/2287 30% [================== ] 695/2287 30% [================== ] 696/2287 30% [================== ] 697/2287 30% [================== ] 698/2287 30% [================== ] 699/2287 30% [================== ] 700/2287 30% [=================== ] 701/2287 30% [=================== ] 702/2287 30% [=================== ] 703/2287 30% [=================== ] 704/2287 30% [=================== ] 705/2287 30% [=================== ] 706/2287 30% [=================== ] 707/2287 30% [=================== ] 708/2287 30% [=================== ] 709/2287 31% [=================== ] 710/2287 31% [=================== ] 711/2287 31% [=================== ] 712/2287 31% [=================== ] 713/2287 31% [=================== ] 714/2287 31% [=================== ] 715/2287 31% [=================== ] 716/2287 31% [=================== ] 717/2287 31% [=================== ] 718/2287 31% [=================== ] 719/2287 31% [=================== ] 720/2287 31% [=================== ] 721/2287 31% [=================== ] 722/2287 31% [=================== ] 723/2287 31% [=================== ] 724/2287 31% [=================== ] 725/2287 31% [=================== ] 726/2287 31% [=================== ] 727/2287 31% [=================== ] 728/2287 31% [=================== ] 729/2287 31% [=================== ] 730/2287 31% [=================== ] 731/2287 31% [=================== ] 732/2287 32% [=================== ] 733/2287 32% [=================== ] 734/2287 32% [=================== ] 735/2287 32% [=================== ] 736/2287 32% [=================== ] 737/2287 32% [==================== ] 738/2287 32% [==================== ] 739/2287 32% [==================== ] 740/2287 32% [==================== ] 741/2287 32% [==================== ] 742/2287 32% [==================== ] 743/2287 32% [==================== ] 744/2287 32% [==================== ] 745/2287 32% [==================== ] 746/2287 32% [==================== ] 747/2287 32% [==================== ] 748/2287 32% [==================== ] 749/2287 32% [==================== ] 750/2287 32% [==================== ] 751/2287 32% [==================== ] 752/2287 32% [==================== ] 753/2287 32% [==================== ] 754/2287 32% [==================== ] 755/2287 33% [==================== ] 756/2287 33% [==================== ] 757/2287 33% [==================== ] 758/2287 33% [==================== ] 759/2287 33% [==================== ] 760/2287 33% [==================== ] 761/2287 33% [==================== ] 762/2287 33% [==================== ] 763/2287 33% [==================== ] 764/2287 33% [==================== ] 765/2287 33% [==================== ] 766/2287 33% [==================== ] 767/2287 33% [==================== ] 768/2287 33% [==================== ] 769/2287 33% [==================== ] 770/2287 33% [==================== ] 771/2287 33% [==================== ] 772/2287 33% [==================== ] 773/2287 33% [==================== ] 774/2287 33% [===================== ] 775/2287 33% [===================== ] 776/2287 33% [===================== ] 777/2287 33% [===================== ] 778/2287 34% [===================== ] 779/2287 34% [===================== ] 780/2287 34% [===================== ] 781/2287 34% [===================== ] 782/2287 34% [===================== ] 783/2287 34% [===================== ] 784/2287 34% [===================== ] 785/2287 34% [===================== ] 786/2287 34% [===================== ] 787/2287 34% [===================== ] 788/2287 34% [===================== ] 789/2287 34% [===================== ] 790/2287 34% [===================== ] 791/2287 34% [===================== ] 792/2287 34% [===================== ] 793/2287 34% [===================== ] 794/2287 34% [===================== ] 795/2287 34% [===================== ] 796/2287 34% [===================== ] 797/2287 34% [===================== ] 798/2287 34% [===================== ] 799/2287 34% [===================== ] 800/2287 34% [===================== ] 801/2287 35% [===================== ] 802/2287 35% [===================== ] 803/2287 35% [===================== ] 804/2287 35% [===================== ] 805/2287 35% [===================== ] 806/2287 35% [===================== ] 807/2287 35% [===================== ] 808/2287 35% [===================== ] 809/2287 35% [===================== ] 810/2287 35% [===================== ] 811/2287 35% [====================== ] 812/2287 35% [====================== ] 813/2287 35% [====================== ] 814/2287 35% [====================== ] 815/2287 35% [====================== ] 816/2287 35% [====================== ] 817/2287 35% [====================== ] 818/2287 35% [====================== ] 819/2287 35% [====================== ] 820/2287 35% [====================== ] 821/2287 35% [====================== ] 822/2287 35% [====================== ] 823/2287 35% [====================== ] 824/2287 36% [====================== ] 825/2287 36% [====================== ] 826/2287 36% [====================== ] 827/2287 36% [====================== ] 828/2287 36% [====================== ] 829/2287 36% [====================== ] 830/2287 36% [====================== ] 831/2287 36% [====================== ] 832/2287 36% [====================== ] 833/2287 36% [====================== ] 834/2287 36% [====================== ] 835/2287 36% [====================== ] 836/2287 36% [====================== ] 837/2287 36% [====================== ] 838/2287 36% [====================== ] 839/2287 36% [====================== ] 840/2287 36% [====================== ] 841/2287 36% [====================== ] 842/2287 36% [====================== ] 843/2287 36% [====================== ] 844/2287 36% [====================== ] 845/2287 36% [====================== ] 846/2287 36% [====================== ] 847/2287 37% [====================== ] 848/2287 37% [======================= ] 849/2287 37% [======================= ] 850/2287 37% [======================= ] 851/2287 37% [======================= ] 852/2287 37% [======================= ] 853/2287 37% [======================= ] 854/2287 37% [======================= ] 855/2287 37% [======================= ] 856/2287 37% [======================= ] 857/2287 37% [======================= ] 858/2287 37% [======================= ] 859/2287 37% [======================= ] 860/2287 37% [======================= ] 861/2287 37% [======================= ] 862/2287 37% [======================= ] 863/2287 37% [======================= ] 864/2287 37% [======================= ] 865/2287 37% [======================= ] 866/2287 37% [======================= ] 867/2287 37% [======================= ] 868/2287 37% [======================= ] 869/2287 37% [======================= ] 870/2287 38% [======================= ] 871/2287 38% [======================= ] 872/2287 38% [======================= ] 873/2287 38% [======================= ] 874/2287 38% [======================= ] 875/2287 38% [======================= ] 876/2287 38% [======================= ] 877/2287 38% [======================= ] 878/2287 38% [======================= ] 879/2287 38% [======================= ] 880/2287 38% [======================= ] 881/2287 38% [======================= ] 882/2287 38% [======================= ] 883/2287 38% [======================= ] 884/2287 38% [======================= ] 885/2287 38% [======================== ] 886/2287 38% [======================== ] 887/2287 38% [======================== ] 888/2287 38% [======================== ] 889/2287 38% [======================== ] 890/2287 38% [======================== ] 891/2287 38% [======================== ] 892/2287 39% [======================== ] 893/2287 39% [======================== ] 894/2287 39% [======================== ] 895/2287 39% [======================== ] 896/2287 39% [======================== ] 897/2287 39% [======================== ] 898/2287 39% [======================== ] 899/2287 39% [======================== ] 900/2287 39% [======================== ] 901/2287 39% [======================== ] 902/2287 39% [======================== ] 903/2287 39% [======================== ] 904/2287 39% [======================== ] 905/2287 39% [======================== ] 906/2287 39% [======================== ] 907/2287 39% [======================== ] 908/2287 39% [======================== ] 909/2287 39% [======================== ] 910/2287 39% [======================== ] 911/2287 39% [======================== ] 912/2287 39% [======================== ] 913/2287 39% [======================== ] 914/2287 39% [======================== ] 915/2287 40% [======================== ] 916/2287 40% [======================== ] 917/2287 40% [======================== ] 918/2287 40% [======================== ] 919/2287 40% [======================== ] 920/2287 40% [======================== ] 921/2287 40% [======================== ] 922/2287 40% [========================= ] 923/2287 40% [========================= ] 924/2287 40% [========================= ] 925/2287 40% [========================= ] 926/2287 40% [========================= ] 927/2287 40% [========================= ] 928/2287 40% [========================= ] 929/2287 40% [========================= ] 930/2287 40% [========================= ] 931/2287 40% [========================= ] 932/2287 40% [========================= ] 933/2287 40% [========================= ] 934/2287 40% [========================= ] 935/2287 40% [========================= ] 936/2287 40% [========================= ] 937/2287 40% [========================= ] 938/2287 41% [========================= ] 939/2287 41% [========================= ] 940/2287 41% [========================= ] 941/2287 41% [========================= ] 942/2287 41% [========================= ] 943/2287 41% [========================= ] 944/2287 41% [========================= ] 945/2287 41% [========================= ] 946/2287 41% [========================= ] 947/2287 41% [========================= ] 948/2287 41% [========================= ] 949/2287 41% [========================= ] 950/2287 41% [========================= ] 951/2287 41% [========================= ] 952/2287 41% [========================= ] 953/2287 41% [========================= ] 954/2287 41% [========================= ] 955/2287 41% [========================= ] 956/2287 41% [========================= ] 957/2287 41% [========================= ] 958/2287 41% [========================= ] 959/2287 41% [========================== ] 960/2287 41% [========================== ] 961/2287 42% [========================== ] 962/2287 42% [========================== ] 963/2287 42% [========================== ] 964/2287 42% [========================== ] 965/2287 42% [========================== ] 966/2287 42% [========================== ] 967/2287 42% [========================== ] 968/2287 42% [========================== ] 969/2287 42% [========================== ] 970/2287 42% [========================== ] 971/2287 42% [========================== ] 972/2287 42% [========================== ] 973/2287 42% [========================== ] 974/2287 42% [========================== ] 975/2287 42% [========================== ] 976/2287 42% [========================== ] 977/2287 42% [========================== ] 978/2287 42% [========================== ] 979/2287 42% [========================== ] 980/2287 42% [========================== ] 981/2287 42% [========================== ] 982/2287 42% [========================== ] 983/2287 42% [========================== ] 984/2287 43% [========================== ] 985/2287 43% [========================== ] 986/2287 43% [========================== ] 987/2287 43% [========================== ] 988/2287 43% [========================== ] 989/2287 43% [========================== ] 990/2287 43% [========================== ] 991/2287 43% [========================== ] 992/2287 43% [========================== ] 993/2287 43% [========================== ] 994/2287 43% [========================== ] 995/2287 43% [=========================== ] 996/2287 43% [=========================== ] 997/2287 43% [=========================== ] 998/2287 43% [=========================== ] 999/2287 43% [=========================== ] 1000/2287 43% [=========================== ] 1001/2287 43% [=========================== ] 1002/2287 43% [=========================== ] 1003/2287 43% [=========================== ] 1004/2287 43% [=========================== ] 1005/2287 43% [=========================== ] 1006/2287 43% [=========================== ] 1007/2287 44% [=========================== ] 1008/2287 44% [=========================== ] 1009/2287 44% [=========================== ] 1010/2287 44% [=========================== ] 1011/2287 44% [=========================== ] 1012/2287 44% [=========================== ] 1013/2287 44% [=========================== ] 1014/2287 44% [=========================== ] 1015/2287 44% [=========================== ] 1016/2287 44% [=========================== ] 1017/2287 44% [=========================== ] 1018/2287 44% [=========================== ] 1019/2287 44% [=========================== ] 1020/2287 44% [=========================== ] 1021/2287 44% [=========================== ] 1022/2287 44% [=========================== ] 1023/2287 44% [=========================== ] 1024/2287 44% [=========================== ] 1025/2287 44% [=========================== ] 1026/2287 44% [=========================== ] 1027/2287 44% [=========================== ] 1028/2287 44% [=========================== ] 1029/2287 44% [=========================== ] 1030/2287 45% [=========================== ] 1031/2287 45% [=========================== ] 1032/2287 45% [============================ ] 1033/2287 45% [============================ ] 1034/2287 45% [============================ ] 1035/2287 45% [============================ ] 1036/2287 45% [============================ ] 1037/2287 45% [============================ ] 1038/2287 45% [============================ ] 1039/2287 45% [============================ ] 1040/2287 45% [============================ ] 1041/2287 45% [============================ ] 1042/2287 45% [============================ ] 1043/2287 45% [============================ ] 1044/2287 45% [============================ ] 1045/2287 45% [============================ ] 1046/2287 45% [============================ ] 1047/2287 45% [============================ ] 1048/2287 45% [============================ ] 1049/2287 45% [============================ ] 1050/2287 45% [============================ ] 1051/2287 45% [============================ ] 1052/2287 45% [============================ ] 1053/2287 46% [============================ ] 1054/2287 46% [============================ ] 1055/2287 46% [============================ ] 1056/2287 46% [============================ ] 1057/2287 46% [============================ ] 1058/2287 46% [============================ ] 1059/2287 46% [============================ ] 1060/2287 46% [============================ ] 1061/2287 46% [============================ ] 1062/2287 46% [============================ ] 1063/2287 46% [============================ ] 1064/2287 46% [============================ ] 1065/2287 46% [============================ ] 1066/2287 46% [============================ ] 1067/2287 46% [============================ ] 1068/2287 46% [============================ ] 1069/2287 46% [============================= ] 1070/2287 46% [============================= ] 1071/2287 46% [============================= ] 1072/2287 46% [============================= ] 1073/2287 46% [============================= ] 1074/2287 46% [============================= ] 1075/2287 47% [============================= ] 1076/2287 47% [============================= ] 1077/2287 47% [============================= ] 1078/2287 47% [============================= ] 1079/2287 47% [============================= ] 1080/2287 47% [============================= ] 1081/2287 47% [============================= ] 1082/2287 47% [============================= ] 1083/2287 47% [============================= ] 1084/2287 47% [============================= ] 1085/2287 47% [============================= ] 1086/2287 47% [============================= ] 1087/2287 47% [============================= ] 1088/2287 47% [============================= ] 1089/2287 47% [============================= ] 1090/2287 47% [============================= ] 1091/2287 47% [============================= ] 1092/2287 47% [============================= ] 1093/2287 47% [============================= ] 1094/2287 47% [============================= ] 1095/2287 47% [============================= ] 1096/2287 47% [============================= ] 1097/2287 47% [============================= ] 1098/2287 48% [============================= ] 1099/2287 48% [============================= ] 1100/2287 48% [============================= ] 1101/2287 48% [============================= ] 1102/2287 48% [============================= ] 1103/2287 48% [============================= ] 1104/2287 48% [============================= ] 1105/2287 48% [============================= ] 1106/2287 48% [============================== ] 1107/2287 48% [============================== ] 1108/2287 48% [============================== ] 1109/2287 48% [============================== ] 1110/2287 48% [============================== ] 1111/2287 48% [============================== ] 1112/2287 48% [============================== ] 1113/2287 48% [============================== ] 1114/2287 48% [============================== ] 1115/2287 48% [============================== ] 1116/2287 48% [============================== ] 1117/2287 48% [============================== ] 1118/2287 48% [============================== ] 1119/2287 48% [============================== ] 1120/2287 48% [============================== ] 1121/2287 49% [============================== ] 1122/2287 49% [============================== ] 1123/2287 49% [============================== ] 1124/2287 49% [============================== ] 1125/2287 49% [============================== ] 1126/2287 49% [============================== ] 1127/2287 49% [============================== ] 1128/2287 49% [============================== ] 1129/2287 49% [============================== ] 1130/2287 49% [============================== ] 1131/2287 49% [============================== ] 1132/2287 49% [============================== ] 1133/2287 49% [============================== ] 1134/2287 49% [============================== ] 1135/2287 49% [============================== ] 1136/2287 49% [============================== ] 1137/2287 49% [============================== ] 1138/2287 49% [============================== ] 1139/2287 49% [============================== ] 1140/2287 49% [============================== ] 1141/2287 49% [============================== ] 1142/2287 49% [============================== ] 1143/2287 49% [=============================== ] 1144/2287 50% [=============================== ] 1145/2287 50% [=============================== ] 1146/2287 50% [=============================== ] 1147/2287 50% [=============================== ] 1148/2287 50% [=============================== ] 1149/2287 50% [=============================== ] 1150/2287 50% [=============================== ] 1151/2287 50% [=============================== ] 1152/2287 50% [=============================== ] 1153/2287 50% [=============================== ] 1154/2287 50% [=============================== ] 1155/2287 50% [=============================== ] 1156/2287 50% [=============================== ] 1157/2287 50% [=============================== ] 1158/2287 50% [=============================== ] 1159/2287 50% [=============================== ] 1160/2287 50% [=============================== ] 1161/2287 50% [=============================== ] 1162/2287 50% [=============================== ] 1163/2287 50% [=============================== ] 1164/2287 50% [=============================== ] 1165/2287 50% [=============================== ] 1166/2287 50% [=============================== ] 1167/2287 51% [=============================== ] 1168/2287 51% [=============================== ] 1169/2287 51% [=============================== ] 1170/2287 51% [=============================== ] 1171/2287 51% [=============================== ] 1172/2287 51% [=============================== ] 1173/2287 51% [=============================== ] 1174/2287 51% [=============================== ] 1175/2287 51% [=============================== ] 1176/2287 51% [=============================== ] 1177/2287 51% [=============================== ] 1178/2287 51% [=============================== ] 1179/2287 51% [=============================== ] 1180/2287 51% [================================ ] 1181/2287 51% [================================ ] 1182/2287 51% [================================ ] 1183/2287 51% [================================ ] 1184/2287 51% [================================ ] 1185/2287 51% [================================ ] 1186/2287 51% [================================ ] 1187/2287 51% [================================ ] 1188/2287 51% [================================ ] 1189/2287 51% [================================ ] 1190/2287 52% [================================ ] 1191/2287 52% [================================ ] 1192/2287 52% [================================ ] 1193/2287 52% [================================ ] 1194/2287 52% [================================ ] 1195/2287 52% [================================ ] 1196/2287 52% [================================ ] 1197/2287 52% [================================ ] 1198/2287 52% [================================ ] 1199/2287 52% [================================ ] 1200/2287 52% [================================ ] 1201/2287 52% [================================ ] 1202/2287 52% [================================ ] 1203/2287 52% [================================ ] 1204/2287 52% [================================ ] 1205/2287 52% [================================ ] 1206/2287 52% [================================ ] 1207/2287 52% [================================ ] 1208/2287 52% [================================ ] 1209/2287 52% [================================ ] 1210/2287 52% [================================ ] 1211/2287 52% [================================ ] 1212/2287 52% [================================ ] 1213/2287 53% [================================ ] 1214/2287 53% [================================ ] 1215/2287 53% [================================ ] 1216/2287 53% [================================ ] 1217/2287 53% [================================= ] 1218/2287 53% [================================= ] 1219/2287 53% [================================= ] 1220/2287 53% [================================= ] 1221/2287 53% [================================= ] 1222/2287 53% [================================= ] 1223/2287 53% [================================= ] 1224/2287 53% [================================= ] 1225/2287 53% [================================= ] 1226/2287 53% [================================= ] 1227/2287 53% [================================= ] 1228/2287 53% [================================= ] 1229/2287 53% [================================= ] 1230/2287 53% [================================= ] 1231/2287 53% [================================= ] 1232/2287 53% [================================= ] 1233/2287 53% [================================= ] 1234/2287 53% [================================= ] 1235/2287 54% [================================= ] 1236/2287 54% [================================= ] 1237/2287 54% [================================= ] 1238/2287 54% [================================= ] 1239/2287 54% [================================= ] 1240/2287 54% [================================= ] 1241/2287 54% [================================= ] 1242/2287 54% [================================= ] 1243/2287 54% [================================= ] 1244/2287 54% [================================= ] 1245/2287 54% [================================= ] 1246/2287 54% [================================= ] 1247/2287 54% [================================= ] 1248/2287 54% [================================= ] 1249/2287 54% [================================= ] 1250/2287 54% [================================= ] 1251/2287 54% [================================= ] 1252/2287 54% [================================= ] 1253/2287 54% [================================= ] 1254/2287 54% [================================== ] 1255/2287 54% [================================== ] 1256/2287 54% [================================== ] 1257/2287 54% [================================== ] 1258/2287 55% [================================== ] 1259/2287 55% [================================== ] 1260/2287 55% [================================== ] 1261/2287 55% [================================== ] 1262/2287 55% [================================== ] 1263/2287 55% [================================== ] 1264/2287 55% [================================== ] 1265/2287 55% [================================== ] 1266/2287 55% [================================== ] 1267/2287 55% [================================== ] 1268/2287 55% [================================== ] 1269/2287 55% [================================== ] 1270/2287 55% [================================== ] 1271/2287 55% [================================== ] 1272/2287 55% [================================== ] 1273/2287 55% [================================== ] 1274/2287 55% [================================== ] 1275/2287 55% [================================== ] 1276/2287 55% [================================== ] 1277/2287 55% [================================== ] 1278/2287 55% [================================== ] 1279/2287 55% [================================== ] 1280/2287 55% [================================== ] 1281/2287 56% [================================== ] 1282/2287 56% [================================== ] 1283/2287 56% [================================== ] 1284/2287 56% [================================== ] 1285/2287 56% [================================== ] 1286/2287 56% [================================== ] 1287/2287 56% [================================== ] 1288/2287 56% [================================== ] 1289/2287 56% [================================== ] 1290/2287 56% [================================== ] 1291/2287 56% [=================================== ] 1292/2287 56% [=================================== ] 1293/2287 56% [=================================== ] 1294/2287 56% [=================================== ] 1295/2287 56% [=================================== ] 1296/2287 56% [=================================== ] 1297/2287 56% [=================================== ] 1298/2287 56% [=================================== ] 1299/2287 56% [=================================== ] 1300/2287 56% [=================================== ] 1301/2287 56% [=================================== ] 1302/2287 56% [=================================== ] 1303/2287 56% [=================================== ] 1304/2287 57% [=================================== ] 1305/2287 57% [=================================== ] 1306/2287 57% [=================================== ] 1307/2287 57% [=================================== ] 1308/2287 57% [=================================== ] 1309/2287 57% [=================================== ] 1310/2287 57% [=================================== ] 1311/2287 57% [=================================== ] 1312/2287 57% [=================================== ] 1313/2287 57% [=================================== ] 1314/2287 57% [=================================== ] 1315/2287 57% [=================================== ] 1316/2287 57% [=================================== ] 1317/2287 57% [=================================== ] 1318/2287 57% [=================================== ] 1319/2287 57% [=================================== ] 1320/2287 57% [=================================== ] 1321/2287 57% [=================================== ] 1322/2287 57% [=================================== ] 1323/2287 57% [=================================== ] 1324/2287 57% [=================================== ] 1325/2287 57% [=================================== ] 1326/2287 57% [=================================== ] 1327/2287 58% [==================================== ] 1328/2287 58% [==================================== ] 1329/2287 58% [==================================== ] 1330/2287 58% [==================================== ] 1331/2287 58% [==================================== ] 1332/2287 58% [==================================== ] 1333/2287 58% [==================================== ] 1334/2287 58% [==================================== ] 1335/2287 58% [==================================== ] 1336/2287 58% [==================================== ] 1337/2287 58% [==================================== ] 1338/2287 58% [==================================== ] 1339/2287 58% [==================================== ] 1340/2287 58% [==================================== ] 1341/2287 58% [==================================== ] 1342/2287 58% [==================================== ] 1343/2287 58% [==================================== ] 1344/2287 58% [==================================== ] 1345/2287 58% [==================================== ] 1346/2287 58% [==================================== ] 1347/2287 58% [==================================== ] 1348/2287 58% [==================================== ] 1349/2287 58% [==================================== ] 1350/2287 59% [==================================== ] 1351/2287 59% [==================================== ] 1352/2287 59% [==================================== ] 1353/2287 59% [==================================== ] 1354/2287 59% [==================================== ] 1355/2287 59% [==================================== ] 1356/2287 59% [==================================== ] 1357/2287 59% [==================================== ] 1358/2287 59% [==================================== ] 1359/2287 59% [==================================== ] 1360/2287 59% [==================================== ] 1361/2287 59% [==================================== ] 1362/2287 59% [==================================== ] 1363/2287 59% [==================================== ] 1364/2287 59% [===================================== ] 1365/2287 59% [===================================== ] 1366/2287 59% [===================================== ] 1367/2287 59% [===================================== ] 1368/2287 59% [===================================== ] 1369/2287 59% [===================================== ] 1370/2287 59% [===================================== ] 1371/2287 59% [===================================== ] 1372/2287 59% [===================================== ] 1373/2287 60% [===================================== ] 1374/2287 60% [===================================== ] 1375/2287 60% [===================================== ] 1376/2287 60% [===================================== ] 1377/2287 60% [===================================== ] 1378/2287 60% [===================================== ] 1379/2287 60% [===================================== ] 1380/2287 60% [===================================== ] 1381/2287 60% [===================================== ] 1382/2287 60% [===================================== ] 1383/2287 60% [===================================== ] 1384/2287 60% [===================================== ] 1385/2287 60% [===================================== ] 1386/2287 60% [===================================== ] 1387/2287 60% [===================================== ] 1388/2287 60% [===================================== ] 1389/2287 60% [===================================== ] 1390/2287 60% [===================================== ] 1391/2287 60% [===================================== ] 1392/2287 60% [===================================== ] 1393/2287 60% [===================================== ] 1394/2287 60% [===================================== ] 1395/2287 60% [===================================== ] 1396/2287 61% [===================================== ] 1397/2287 61% [===================================== ] 1398/2287 61% [===================================== ] 1399/2287 61% [===================================== ] 1400/2287 61% [===================================== ] 1401/2287 61% [====================================== ] 1402/2287 61% [====================================== ] 1403/2287 61% [====================================== ] 1404/2287 61% [====================================== ] 1405/2287 61% [====================================== ] 1406/2287 61% [====================================== ] 1407/2287 61% [====================================== ] 1408/2287 61% [====================================== ] 1409/2287 61% [====================================== ] 1410/2287 61% [====================================== ] 1411/2287 61% [====================================== ] 1412/2287 61% [====================================== ] 1413/2287 61% [====================================== ] 1414/2287 61% [====================================== ] 1415/2287 61% [====================================== ] 1416/2287 61% [====================================== ] 1417/2287 61% [====================================== ] 1418/2287 62% [====================================== ] 1419/2287 62% [====================================== ] 1420/2287 62% [====================================== ] 1421/2287 62% [====================================== ] 1422/2287 62% [====================================== ] 1423/2287 62% [====================================== ] 1424/2287 62% [====================================== ] 1425/2287 62% [====================================== ] 1426/2287 62% [====================================== ] 1427/2287 62% [====================================== ] 1428/2287 62% [====================================== ] 1429/2287 62% [====================================== ] 1430/2287 62% [====================================== ] 1431/2287 62% [====================================== ] 1432/2287 62% [====================================== ] 1433/2287 62% [====================================== ] 1434/2287 62% [====================================== ] 1435/2287 62% [====================================== ] 1436/2287 62% [====================================== ] 1437/2287 62% [====================================== ] 1438/2287 62% [======================================= ] 1439/2287 62% [======================================= ] 1440/2287 62% [======================================= ] 1441/2287 63% [======================================= ] 1442/2287 63% [======================================= ] 1443/2287 63% [======================================= ] 1444/2287 63% [======================================= ] 1445/2287 63% [======================================= ] 1446/2287 63% [======================================= ] 1447/2287 63% [======================================= ] 1448/2287 63% [======================================= ] 1449/2287 63% [======================================= ] 1450/2287 63% [======================================= ] 1451/2287 63% [======================================= ] 1452/2287 63% [======================================= ] 1453/2287 63% [======================================= ] 1454/2287 63% [======================================= ] 1455/2287 63% [======================================= ] 1456/2287 63% [======================================= ] 1457/2287 63% [======================================= ] 1458/2287 63% [======================================= ] 1459/2287 63% [======================================= ] 1460/2287 63% [======================================= ] 1461/2287 63% [======================================= ] 1462/2287 63% [======================================= ] 1463/2287 63% [======================================= ] 1464/2287 64% [======================================= ] 1465/2287 64% [======================================= ] 1466/2287 64% [======================================= ] 1467/2287 64% [======================================= ] 1468/2287 64% [======================================= ] 1469/2287 64% [======================================= ] 1470/2287 64% [======================================= ] 1471/2287 64% [======================================= ] 1472/2287 64% [======================================= ] 1473/2287 64% [======================================= ] 1474/2287 64% [======================================= ] 1475/2287 64% [======================================== ] 1476/2287 64% [======================================== ] 1477/2287 64% [======================================== ] 1478/2287 64% [======================================== ] 1479/2287 64% [======================================== ] 1480/2287 64% [======================================== ] 1481/2287 64% [======================================== ] 1482/2287 64% [======================================== ] 1483/2287 64% [======================================== ] 1484/2287 64% [======================================== ] 1485/2287 64% [======================================== ] 1486/2287 64% [======================================== ] 1487/2287 65% [======================================== ] 1488/2287 65% [======================================== ] 1489/2287 65% [======================================== ] 1490/2287 65% [======================================== ] 1491/2287 65% [======================================== ] 1492/2287 65% [======================================== ] 1493/2287 65% [======================================== ] 1494/2287 65% [======================================== ] 1495/2287 65% [======================================== ] 1496/2287 65% [======================================== ] 1497/2287 65% [======================================== ] 1498/2287 65% [======================================== ] 1499/2287 65% [======================================== ] 1500/2287 65% [======================================== ] 1501/2287 65% [======================================== ] 1502/2287 65% [======================================== ] 1503/2287 65% [======================================== ] 1504/2287 65% [======================================== ] 1505/2287 65% [======================================== ] 1506/2287 65% [======================================== ] 1507/2287 65% [======================================== ] 1508/2287 65% [======================================== ] 1509/2287 65% [======================================== ] 1510/2287 66% [======================================== ] 1511/2287 66% [======================================== ] 1512/2287 66% [========================================= ] 1513/2287 66% [========================================= ] 1514/2287 66% [========================================= ] 1515/2287 66% [========================================= ] 1516/2287 66% [========================================= ] 1517/2287 66% [========================================= ] 1518/2287 66% [========================================= ] 1519/2287 66% [========================================= ] 1520/2287 66% [========================================= ] 1521/2287 66% [========================================= ] 1522/2287 66% [========================================= ] 1523/2287 66% [========================================= ] 1524/2287 66% [========================================= ] 1525/2287 66% [========================================= ] 1526/2287 66% [========================================= ] 1527/2287 66% [========================================= ] 1528/2287 66% [========================================= ] 1529/2287 66% [========================================= ] 1530/2287 66% [========================================= ] 1531/2287 66% [========================================= ] 1532/2287 66% [========================================= ] 1533/2287 67% [========================================= ] 1534/2287 67% [========================================= ] 1535/2287 67% [========================================= ] 1536/2287 67% [========================================= ] 1537/2287 67% [========================================= ] 1538/2287 67% [========================================= ] 1539/2287 67% [========================================= ] 1540/2287 67% [========================================= ] 1541/2287 67% [========================================= ] 1542/2287 67% [========================================= ] 1543/2287 67% [========================================= ] 1544/2287 67% [========================================= ] 1545/2287 67% [========================================= ] 1546/2287 67% [========================================= ] 1547/2287 67% [========================================= ] 1548/2287 67% [========================================= ] 1549/2287 67% [========================================== ] 1550/2287 67% [========================================== ] 1551/2287 67% [========================================== ] 1552/2287 67% [========================================== ] 1553/2287 67% [========================================== ] 1554/2287 67% [========================================== ] 1555/2287 67% [========================================== ] 1556/2287 68% [========================================== ] 1557/2287 68% [========================================== ] 1558/2287 68% [========================================== ] 1559/2287 68% [========================================== ] 1560/2287 68% [========================================== ] 1561/2287 68% [========================================== ] 1562/2287 68% [========================================== ] 1563/2287 68% [========================================== ] 1564/2287 68% [========================================== ] 1565/2287 68% [========================================== ] 1566/2287 68% [========================================== ] 1567/2287 68% [========================================== ] 1568/2287 68% [========================================== ] 1569/2287 68% [========================================== ] 1570/2287 68% [========================================== ] 1571/2287 68% [========================================== ] 1572/2287 68% [========================================== ] 1573/2287 68% [========================================== ] 1574/2287 68% [========================================== ] 1575/2287 68% [========================================== ] 1576/2287 68% [========================================== ] 1577/2287 68% [========================================== ] 1578/2287 68% [========================================== ] 1579/2287 69% [========================================== ] 1580/2287 69% [========================================== ] 1581/2287 69% [========================================== ] 1582/2287 69% [========================================== ] 1583/2287 69% [========================================== ] 1584/2287 69% [========================================== ] 1585/2287 69% [========================================== ] 1586/2287 69% [=========================================== ] 1587/2287 69% [=========================================== ] 1588/2287 69% [=========================================== ] 1589/2287 69% [=========================================== ] 1590/2287 69% [=========================================== ] 1591/2287 69% [=========================================== ] 1592/2287 69% [=========================================== ] 1593/2287 69% [=========================================== ] 1594/2287 69% [=========================================== ] 1595/2287 69% [=========================================== ] 1596/2287 69% [=========================================== ] 1597/2287 69% [=========================================== ] 1598/2287 69% [=========================================== ] 1599/2287 69% [=========================================== ] 1600/2287 69% [=========================================== ] 1601/2287 70% [=========================================== ] 1602/2287 70% [=========================================== ] 1603/2287 70% [=========================================== ] 1604/2287 70% [=========================================== ] 1605/2287 70% [=========================================== ] 1606/2287 70% [=========================================== ] 1607/2287 70% [=========================================== ] 1608/2287 70% [=========================================== ] 1609/2287 70% [=========================================== ] 1610/2287 70% [=========================================== ] 1611/2287 70% [=========================================== ] 1612/2287 70% [=========================================== ] 1613/2287 70% [=========================================== ] 1614/2287 70% [=========================================== ] 1615/2287 70% [=========================================== ] 1616/2287 70% [=========================================== ] 1617/2287 70% [=========================================== ] 1618/2287 70% [=========================================== ] 1619/2287 70% [=========================================== ] 1620/2287 70% [=========================================== ] 1621/2287 70% [=========================================== ] 1622/2287 70% [=========================================== ] 1623/2287 70% [============================================ ] 1624/2287 71% [============================================ ] 1625/2287 71% [============================================ ] 1626/2287 71% [============================================ ] 1627/2287 71% [============================================ ] 1628/2287 71% [============================================ ] 1629/2287 71% [============================================ ] 1630/2287 71% [============================================ ] 1631/2287 71% [============================================ ] 1632/2287 71% [============================================ ] 1633/2287 71% [============================================ ] 1634/2287 71% [============================================ ] 1635/2287 71% [============================================ ] 1636/2287 71% [============================================ ] 1637/2287 71% [============================================ ] 1638/2287 71% [============================================ ] 1639/2287 71% [============================================ ] 1640/2287 71% [============================================ ] 1641/2287 71% [============================================ ] 1642/2287 71% [============================================ ] 1643/2287 71% [============================================ ] 1644/2287 71% [============================================ ] 1645/2287 71% [============================================ ] 1646/2287 71% [============================================ ] 1647/2287 72% [============================================ ] 1648/2287 72% [============================================ ] 1649/2287 72% [============================================ ] 1650/2287 72% [============================================ ] 1651/2287 72% [============================================ ] 1652/2287 72% [============================================ ] 1653/2287 72% [============================================ ] 1654/2287 72% [============================================ ] 1655/2287 72% [============================================ ] 1656/2287 72% [============================================ ] 1657/2287 72% [============================================ ] 1658/2287 72% [============================================ ] 1659/2287 72% [============================================= ] 1660/2287 72% [============================================= ] 1661/2287 72% [============================================= ] 1662/2287 72% [============================================= ] 1663/2287 72% [============================================= ] 1664/2287 72% [============================================= ] 1665/2287 72% [============================================= ] 1666/2287 72% [============================================= ] 1667/2287 72% [============================================= ] 1668/2287 72% [============================================= ] 1669/2287 72% [============================================= ] 1670/2287 73% [============================================= ] 1671/2287 73% [============================================= ] 1672/2287 73% [============================================= ] 1673/2287 73% [============================================= ] 1674/2287 73% [============================================= ] 1675/2287 73% [============================================= ] 1676/2287 73% [============================================= ] 1677/2287 73% [============================================= ] 1678/2287 73% [============================================= ] 1679/2287 73% [============================================= ] 1680/2287 73% [============================================= ] 1681/2287 73% [============================================= ] 1682/2287 73% [============================================= ] 1683/2287 73% [============================================= ] 1684/2287 73% [============================================= ] 1685/2287 73% [============================================= ] 1686/2287 73% [============================================= ] 1687/2287 73% [============================================= ] 1688/2287 73% [============================================= ] 1689/2287 73% [============================================= ] 1690/2287 73% [============================================= ] 1691/2287 73% [============================================= ] 1692/2287 73% [============================================= ] 1693/2287 74% [============================================= ] 1694/2287 74% [============================================= ] 1695/2287 74% [============================================= ] 1696/2287 74% [============================================== ] 1697/2287 74% [============================================== ] 1698/2287 74% [============================================== ] 1699/2287 74% [============================================== ] 1700/2287 74% [============================================== ] 1701/2287 74% [============================================== ] 1702/2287 74% [============================================== ] 1703/2287 74% [============================================== ] 1704/2287 74% [============================================== ] 1705/2287 74% [============================================== ] 1706/2287 74% [============================================== ] 1707/2287 74% [============================================== ] 1708/2287 74% [============================================== ] 1709/2287 74% [============================================== ] 1710/2287 74% [============================================== ] 1711/2287 74% [============================================== ] 1712/2287 74% [============================================== ] 1713/2287 74% [============================================== ] 1714/2287 74% [============================================== ] 1715/2287 74% [============================================== ] 1716/2287 75% [============================================== ] 1717/2287 75% [============================================== ] 1718/2287 75% [============================================== ] 1719/2287 75% [============================================== ] 1720/2287 75% [============================================== ] 1721/2287 75% [============================================== ] 1722/2287 75% [============================================== ] 1723/2287 75% [============================================== ] 1724/2287 75% [============================================== ] 1725/2287 75% [============================================== ] 1726/2287 75% [============================================== ] 1727/2287 75% [============================================== ] 1728/2287 75% [============================================== ] 1729/2287 75% [============================================== ] 1730/2287 75% [============================================== ] 1731/2287 75% [============================================== ] 1732/2287 75% [============================================== ] 1733/2287 75% [=============================================== ] 1734/2287 75% [=============================================== ] 1735/2287 75% [=============================================== ] 1736/2287 75% [=============================================== ] 1737/2287 75% [=============================================== ] 1738/2287 75% [=============================================== ] 1739/2287 76% [=============================================== ] 1740/2287 76% [=============================================== ] 1741/2287 76% [=============================================== ] 1742/2287 76% [=============================================== ] 1743/2287 76% [=============================================== ] 1744/2287 76% [=============================================== ] 1745/2287 76% [=============================================== ] 1746/2287 76% [=============================================== ] 1747/2287 76% [=============================================== ] 1748/2287 76% [=============================================== ] 1749/2287 76% [=============================================== ] 1750/2287 76% [=============================================== ] 1751/2287 76% [=============================================== ] 1752/2287 76% [=============================================== ] 1753/2287 76% [=============================================== ] 1754/2287 76% [=============================================== ] 1755/2287 76% [=============================================== ] 1756/2287 76% [=============================================== ] 1757/2287 76% [=============================================== ] 1758/2287 76% [=============================================== ] 1759/2287 76% [=============================================== ] 1760/2287 76% [=============================================== ] 1761/2287 77% [=============================================== ] 1762/2287 77% [=============================================== ] 1763/2287 77% [=============================================== ] 1764/2287 77% [=============================================== ] 1765/2287 77% [=============================================== ] 1766/2287 77% [=============================================== ] 1767/2287 77% [=============================================== ] 1768/2287 77% [=============================================== ] 1769/2287 77% [=============================================== ] 1770/2287 77% [================================================ ] 1771/2287 77% [================================================ ] 1772/2287 77% [================================================ ] 1773/2287 77% [================================================ ] 1774/2287 77% [================================================ ] 1775/2287 77% [================================================ ] 1776/2287 77% [================================================ ] 1777/2287 77% [================================================ ] 1778/2287 77% [================================================ ] 1779/2287 77% [================================================ ] 1780/2287 77% [================================================ ] 1781/2287 77% [================================================ ] 1782/2287 77% [================================================ ] 1783/2287 77% [================================================ ] 1784/2287 78% [================================================ ] 1785/2287 78% [================================================ ] 1786/2287 78% [================================================ ] 1787/2287 78% [================================================ ] 1788/2287 78% [================================================ ] 1789/2287 78% [================================================ ] 1790/2287 78% [================================================ ] 1791/2287 78% [================================================ ] 1792/2287 78% [================================================ ] 1793/2287 78% [================================================ ] 1794/2287 78% [================================================ ] 1795/2287 78% [================================================ ] 1796/2287 78% [================================================ ] 1797/2287 78% [================================================ ] 1798/2287 78% [================================================ ] 1799/2287 78% [================================================ ] 1800/2287 78% [================================================ ] 1801/2287 78% [================================================ ] 1802/2287 78% [================================================ ] 1803/2287 78% [================================================ ] 1804/2287 78% [================================================ ] 1805/2287 78% [================================================ ] 1806/2287 78% [================================================ ] 1807/2287 79% [================================================= ] 1808/2287 79% [================================================= ] 1809/2287 79% [================================================= ] 1810/2287 79% [================================================= ] 1811/2287 79% [================================================= ] 1812/2287 79% [================================================= ] 1813/2287 79% [================================================= ] 1814/2287 79% [================================================= ] 1815/2287 79% [================================================= ] 1816/2287 79% [================================================= ] 1817/2287 79% [================================================= ] 1818/2287 79% [================================================= ] 1819/2287 79% [================================================= ] 1820/2287 79% [================================================= ] 1821/2287 79% [================================================= ] 1822/2287 79% [================================================= ] 1823/2287 79% [================================================= ] 1824/2287 79% [================================================= ] 1825/2287 79% [================================================= ] 1826/2287 79% [================================================= ] 1827/2287 79% [================================================= ] 1828/2287 79% [================================================= ] 1829/2287 79% [================================================= ] 1830/2287 80% [================================================= ] 1831/2287 80% [================================================= ] 1832/2287 80% [================================================= ] 1833/2287 80% [================================================= ] 1834/2287 80% [================================================= ] 1835/2287 80% [================================================= ] 1836/2287 80% [================================================= ] 1837/2287 80% [================================================= ] 1838/2287 80% [================================================= ] 1839/2287 80% [================================================= ] 1840/2287 80% [================================================= ] 1841/2287 80% [================================================= ] 1842/2287 80% [================================================= ] 1843/2287 80% [================================================= ] 1844/2287 80% [================================================== ] 1845/2287 80% [================================================== ] 1846/2287 80% [================================================== ] 1847/2287 80% [================================================== ] 1848/2287 80% [================================================== ] 1849/2287 80% [================================================== ] 1850/2287 80% [================================================== ] 1851/2287 80% [================================================== ] 1852/2287 80% [================================================== ] 1853/2287 81% [================================================== ] 1854/2287 81% [================================================== ] 1855/2287 81% [================================================== ] 1856/2287 81% [================================================== ] 1857/2287 81% [================================================== ] 1858/2287 81% [================================================== ] 1859/2287 81% [================================================== ] 1860/2287 81% [================================================== ] 1861/2287 81% [================================================== ] 1862/2287 81% [================================================== ] 1863/2287 81% [================================================== ] 1864/2287 81% [================================================== ] 1865/2287 81% [================================================== ] 1866/2287 81% [================================================== ] 1867/2287 81% [================================================== ] 1868/2287 81% [================================================== ] 1869/2287 81% [================================================== ] 1870/2287 81% [================================================== ] 1871/2287 81% [================================================== ] 1872/2287 81% [================================================== ] 1873/2287 81% [================================================== ] 1874/2287 81% [================================================== ] 1875/2287 81% [================================================== ] 1876/2287 82% [================================================== ] 1877/2287 82% [================================================== ] 1878/2287 82% [================================================== ] 1879/2287 82% [================================================== ] 1880/2287 82% [================================================== ] 1881/2287 82% [=================================================== ] 1882/2287 82% [=================================================== ] 1883/2287 82% [=================================================== ] 1884/2287 82% [=================================================== ] 1885/2287 82% [=================================================== ] 1886/2287 82% [=================================================== ] 1887/2287 82% [=================================================== ] 1888/2287 82% [=================================================== ] 1889/2287 82% [=================================================== ] 1890/2287 82% [=================================================== ] 1891/2287 82% [=================================================== ] 1892/2287 82% [=================================================== ] 1893/2287 82% [=================================================== ] 1894/2287 82% [=================================================== ] 1895/2287 82% [=================================================== ] 1896/2287 82% [=================================================== ] 1897/2287 82% [=================================================== ] 1898/2287 82% [=================================================== ] 1899/2287 83% [=================================================== ] 1900/2287 83% [=================================================== ] 1901/2287 83% [=================================================== ] 1902/2287 83% [=================================================== ] 1903/2287 83% [=================================================== ] 1904/2287 83% [=================================================== ] 1905/2287 83% [=================================================== ] 1906/2287 83% [=================================================== ] 1907/2287 83% [=================================================== ] 1908/2287 83% [=================================================== ] 1909/2287 83% [=================================================== ] 1910/2287 83% [=================================================== ] 1911/2287 83% [=================================================== ] 1912/2287 83% [=================================================== ] 1913/2287 83% [=================================================== ] 1914/2287 83% [=================================================== ] 1915/2287 83% [=================================================== ] 1916/2287 83% [=================================================== ] 1917/2287 83% [=================================================== ] 1918/2287 83% [==================================================== ] 1919/2287 83% [==================================================== ] 1920/2287 83% [==================================================== ] 1921/2287 83% [==================================================== ] 1922/2287 84% [==================================================== ] 1923/2287 84% [==================================================== ] 1924/2287 84% [==================================================== ] 1925/2287 84% [==================================================== ] 1926/2287 84% [==================================================== ] 1927/2287 84% [==================================================== ] 1928/2287 84% [==================================================== ] 1929/2287 84% [==================================================== ] 1930/2287 84% [==================================================== ] 1931/2287 84% [==================================================== ] 1932/2287 84% [==================================================== ] 1933/2287 84% [==================================================== ] 1934/2287 84% [==================================================== ] 1935/2287 84% [==================================================== ] 1936/2287 84% [==================================================== ] 1937/2287 84% [==================================================== ] 1938/2287 84% [==================================================== ] 1939/2287 84% [==================================================== ] 1940/2287 84% [==================================================== ] 1941/2287 84% [==================================================== ] 1942/2287 84% [==================================================== ] 1943/2287 84% [==================================================== ] 1944/2287 85% [==================================================== ] 1945/2287 85% [==================================================== ] 1946/2287 85% [==================================================== ] 1947/2287 85% [==================================================== ] 1948/2287 85% [==================================================== ] 1949/2287 85% [==================================================== ] 1950/2287 85% [==================================================== ] 1951/2287 85% [==================================================== ] 1952/2287 85% [==================================================== ] 1953/2287 85% [==================================================== ] 1954/2287 85% [==================================================== ] 1955/2287 85% [===================================================== ] 1956/2287 85% [===================================================== ] 1957/2287 85% [===================================================== ] 1958/2287 85% [===================================================== ] 1959/2287 85% [===================================================== ] 1960/2287 85% [===================================================== ] 1961/2287 85% [===================================================== ] 1962/2287 85% [===================================================== ] 1963/2287 85% [===================================================== ] 1964/2287 85% [===================================================== ] 1965/2287 85% [===================================================== ] 1966/2287 85% [===================================================== ] 1967/2287 86% [===================================================== ] 1968/2287 86% [===================================================== ] 1969/2287 86% [===================================================== ] 1970/2287 86% [===================================================== ] 1971/2287 86% [===================================================== ] 1972/2287 86% [===================================================== ] 1973/2287 86% [===================================================== ] 1974/2287 86% [===================================================== ] 1975/2287 86% [===================================================== ] 1976/2287 86% [===================================================== ] 1977/2287 86% [===================================================== ] 1978/2287 86% [===================================================== ] 1979/2287 86% [===================================================== ] 1980/2287 86% [===================================================== ] 1981/2287 86% [===================================================== ] 1982/2287 86% [===================================================== ] 1983/2287 86% [===================================================== ] 1984/2287 86% [===================================================== ] 1985/2287 86% [===================================================== ] 1986/2287 86% [===================================================== ] 1987/2287 86% [===================================================== ] 1988/2287 86% [===================================================== ] 1989/2287 86% [===================================================== ] 1990/2287 87% [===================================================== ] 1991/2287 87% [====================================================== ] 1992/2287 87% [====================================================== ] 1993/2287 87% [====================================================== ] 1994/2287 87% [====================================================== ] 1995/2287 87% [====================================================== ] 1996/2287 87% [====================================================== ] 1997/2287 87% [====================================================== ] 1998/2287 87% [====================================================== ] 1999/2287 87% [====================================================== ] 2000/2287 87% [====================================================== ] 2001/2287 87% [====================================================== ] 2002/2287 87% [====================================================== ] 2003/2287 87% [====================================================== ] 2004/2287 87% [====================================================== ] 2005/2287 87% [====================================================== ] 2006/2287 87% [====================================================== ] 2007/2287 87% [====================================================== ] 2008/2287 87% [====================================================== ] 2009/2287 87% [====================================================== ] 2010/2287 87% [====================================================== ] 2011/2287 87% [====================================================== ] 2012/2287 87% [====================================================== ] 2013/2287 88% [====================================================== ] 2014/2287 88% [====================================================== ] 2015/2287 88% [====================================================== ] 2016/2287 88% [====================================================== ] 2017/2287 88% [====================================================== ] 2018/2287 88% [====================================================== ] 2019/2287 88% [====================================================== ] 2020/2287 88% [====================================================== ] 2021/2287 88% [====================================================== ] 2022/2287 88% [====================================================== ] 2023/2287 88% [====================================================== ] 2024/2287 88% [====================================================== ] 2025/2287 88% [====================================================== ] 2026/2287 88% [====================================================== ] 2027/2287 88% [====================================================== ] 2028/2287 88% [======================================================= ] 2029/2287 88% [======================================================= ] 2030/2287 88% [======================================================= ] 2031/2287 88% [======================================================= ] 2032/2287 88% [======================================================= ] 2033/2287 88% [======================================================= ] 2034/2287 88% [======================================================= ] 2035/2287 88% [======================================================= ] 2036/2287 89% [======================================================= ] 2037/2287 89% [======================================================= ] 2038/2287 89% [======================================================= ] 2039/2287 89% [======================================================= ] 2040/2287 89% [======================================================= ] 2041/2287 89% [======================================================= ] 2042/2287 89% [======================================================= ] 2043/2287 89% [======================================================= ] 2044/2287 89% [======================================================= ] 2045/2287 89% [======================================================= ] 2046/2287 89% [======================================================= ] 2047/2287 89% [======================================================= ] 2048/2287 89% [======================================================= ] 2049/2287 89% [======================================================= ] 2050/2287 89% [======================================================= ] 2051/2287 89% [======================================================= ] 2052/2287 89% [======================================================= ] 2053/2287 89% [======================================================= ] 2054/2287 89% [======================================================= ] 2055/2287 89% [======================================================= ] 2056/2287 89% [======================================================= ] 2057/2287 89% [======================================================= ] 2058/2287 89% [======================================================= ] 2059/2287 90% [======================================================= ] 2060/2287 90% [======================================================= ] 2061/2287 90% [======================================================= ] 2062/2287 90% [======================================================= ] 2063/2287 90% [======================================================= ] 2064/2287 90% [======================================================= ] 2065/2287 90% [======================================================== ] 2066/2287 90% [======================================================== ] 2067/2287 90% [======================================================== ] 2068/2287 90% [======================================================== ] 2069/2287 90% [======================================================== ] 2070/2287 90% [======================================================== ] 2071/2287 90% [======================================================== ] 2072/2287 90% [======================================================== ] 2073/2287 90% [======================================================== ] 2074/2287 90% [======================================================== ] 2075/2287 90% [======================================================== ] 2076/2287 90% [======================================================== ] 2077/2287 90% [======================================================== ] 2078/2287 90% [======================================================== ] 2079/2287 90% [======================================================== ] 2080/2287 90% [======================================================== ] 2081/2287 90% [======================================================== ] 2082/2287 91% [======================================================== ] 2083/2287 91% [======================================================== ] 2084/2287 91% [======================================================== ] 2085/2287 91% [======================================================== ] 2086/2287 91% [======================================================== ] 2087/2287 91% [======================================================== ] 2088/2287 91% [======================================================== ] 2089/2287 91% [======================================================== ] 2090/2287 91% [======================================================== ] 2091/2287 91% [======================================================== ] 2092/2287 91% [======================================================== ] 2093/2287 91% [======================================================== ] 2094/2287 91% [======================================================== ] 2095/2287 91% [======================================================== ] 2096/2287 91% [======================================================== ] 2097/2287 91% [======================================================== ] 2098/2287 91% [======================================================== ] 2099/2287 91% [======================================================== ] 2100/2287 91% [======================================================== ] 2101/2287 91% [======================================================== ] 2102/2287 91% [========================================================= ] 2103/2287 91% [========================================================= ] 2104/2287 91% [========================================================= ] 2105/2287 92% [========================================================= ] 2106/2287 92% [========================================================= ] 2107/2287 92% [========================================================= ] 2108/2287 92% [========================================================= ] 2109/2287 92% [========================================================= ] 2110/2287 92% [========================================================= ] 2111/2287 92% [========================================================= ] 2112/2287 92% [========================================================= ] 2113/2287 92% [========================================================= ] 2114/2287 92% [========================================================= ] 2115/2287 92% [========================================================= ] 2116/2287 92% [========================================================= ] 2117/2287 92% [========================================================= ] 2118/2287 92% [========================================================= ] 2119/2287 92% [========================================================= ] 2120/2287 92% [========================================================= ] 2121/2287 92% [========================================================= ] 2122/2287 92% [========================================================= ] 2123/2287 92% [========================================================= ] 2124/2287 92% [========================================================= ] 2125/2287 92% [========================================================= ] 2126/2287 92% [========================================================= ] 2127/2287 93% [========================================================= ] 2128/2287 93% [========================================================= ] 2129/2287 93% [========================================================= ] 2130/2287 93% [========================================================= ] 2131/2287 93% [========================================================= ] 2132/2287 93% [========================================================= ] 2133/2287 93% [========================================================= ] 2134/2287 93% [========================================================= ] 2135/2287 93% [========================================================= ] 2136/2287 93% [========================================================= ] 2137/2287 93% [========================================================= ] 2138/2287 93% [========================================================= ] 2139/2287 93% [========================================================== ] 2140/2287 93% [========================================================== ] 2141/2287 93% [========================================================== ] 2142/2287 93% [========================================================== ] 2143/2287 93% [========================================================== ] 2144/2287 93% [========================================================== ] 2145/2287 93% [========================================================== ] 2146/2287 93% [========================================================== ] 2147/2287 93% [========================================================== ] 2148/2287 93% [========================================================== ] 2149/2287 93% [========================================================== ] 2150/2287 94% [========================================================== ] 2151/2287 94% [========================================================== ] 2152/2287 94% [========================================================== ] 2153/2287 94% [========================================================== ] 2154/2287 94% [========================================================== ] 2155/2287 94% [========================================================== ] 2156/2287 94% [========================================================== ] 2157/2287 94% [========================================================== ] 2158/2287 94% [========================================================== ] 2159/2287 94% [========================================================== ] 2160/2287 94% [========================================================== ] 2161/2287 94% [========================================================== ] 2162/2287 94% [========================================================== ] 2163/2287 94% [========================================================== ] 2164/2287 94% [========================================================== ] 2165/2287 94% [========================================================== ] 2166/2287 94% [========================================================== ] 2167/2287 94% [========================================================== ] 2168/2287 94% [========================================================== ] 2169/2287 94% [========================================================== ] 2170/2287 94% [========================================================== ] 2171/2287 94% [========================================================== ] 2172/2287 94% [========================================================== ] 2173/2287 95% [========================================================== ] 2174/2287 95% [========================================================== ] 2175/2287 95% [========================================================== ] 2176/2287 95% [=========================================================== ] 2177/2287 95% [=========================================================== ] 2178/2287 95% [=========================================================== ] 2179/2287 95% [=========================================================== ] 2180/2287 95% [=========================================================== ] 2181/2287 95% [=========================================================== ] 2182/2287 95% [=========================================================== ] 2183/2287 95% [=========================================================== ] 2184/2287 95% [=========================================================== ] 2185/2287 95% [=========================================================== ] 2186/2287 95% [=========================================================== ] 2187/2287 95% [=========================================================== ] 2188/2287 95% [=========================================================== ] 2189/2287 95% [=========================================================== ] 2190/2287 95% [=========================================================== ] 2191/2287 95% [=========================================================== ] 2192/2287 95% [=========================================================== ] 2193/2287 95% [=========================================================== ] 2194/2287 95% [=========================================================== ] 2195/2287 95% [=========================================================== ] 2196/2287 96% [=========================================================== ] 2197/2287 96% [=========================================================== ] 2198/2287 96% [=========================================================== ] 2199/2287 96% [=========================================================== ] 2200/2287 96% [=========================================================== ] 2201/2287 96% [=========================================================== ] 2202/2287 96% [=========================================================== ] 2203/2287 96% [=========================================================== ] 2204/2287 96% [=========================================================== ] 2205/2287 96% [=========================================================== ] 2206/2287 96% [=========================================================== ] 2207/2287 96% [=========================================================== ] 2208/2287 96% [=========================================================== ] 2209/2287 96% [=========================================================== ] 2210/2287 96% [=========================================================== ] 2211/2287 96% [=========================================================== ] 2212/2287 96% [=========================================================== ] 2213/2287 96% [============================================================ ] 2214/2287 96% [============================================================ ] 2215/2287 96% [============================================================ ] 2216/2287 96% [============================================================ ] 2217/2287 96% [============================================================ ] 2218/2287 96% [============================================================ ] 2219/2287 97% [============================================================ ] 2220/2287 97% [============================================================ ] 2221/2287 97% [============================================================ ] 2222/2287 97% [============================================================ ] 2223/2287 97% [============================================================ ] 2224/2287 97% [============================================================ ] 2225/2287 97% [============================================================ ] 2226/2287 97% [============================================================ ] 2227/2287 97% [============================================================ ] 2228/2287 97% [============================================================ ] 2229/2287 97% [============================================================ ] 2230/2287 97% [============================================================ ] 2231/2287 97% [============================================================ ] 2232/2287 97% [============================================================ ] 2233/2287 97% [============================================================ ] 2234/2287 97% [============================================================ ] 2235/2287 97% [============================================================ ] 2236/2287 97% [============================================================ ] 2237/2287 97% [============================================================ ] 2238/2287 97% [============================================================ ] 2239/2287 97% [============================================================ ] 2240/2287 97% [============================================================ ] 2241/2287 97% [============================================================ ] 2242/2287 98% [============================================================ ] 2243/2287 98% [============================================================ ] 2244/2287 98% [============================================================ ] 2245/2287 98% [============================================================ ] 2246/2287 98% [============================================================ ] 2247/2287 98% [============================================================ ] 2248/2287 98% [============================================================ ] 2249/2287 98% [============================================================ ] 2250/2287 98% [============================================================= ] 2251/2287 98% [============================================================= ] 2252/2287 98% [============================================================= ] 2253/2287 98% [============================================================= ] 2254/2287 98% [============================================================= ] 2255/2287 98% [============================================================= ] 2256/2287 98% [============================================================= ] 2257/2287 98% [============================================================= ] 2258/2287 98% [============================================================= ] 2259/2287 98% [============================================================= ] 2260/2287 98% [============================================================= ] 2261/2287 98% [============================================================= ] 2262/2287 98% [============================================================= ] 2263/2287 98% [============================================================= ] 2264/2287 98% [============================================================= ] 2265/2287 99% [============================================================= ] 2266/2287 99% [============================================================= ] 2267/2287 99% [============================================================= ] 2268/2287 99% [============================================================= ] 2269/2287 99% [============================================================= ] 2270/2287 99% [============================================================= ] 2271/2287 99% [============================================================= ] 2272/2287 99% [============================================================= ] 2273/2287 99% [============================================================= ] 2274/2287 99% [============================================================= ] 2275/2287 99% [============================================================= ] 2276/2287 99% [============================================================= ] 2277/2287 99% [============================================================= ] 2278/2287 99% [============================================================= ] 2279/2287 99% [============================================================= ] 2280/2287 99% [============================================================= ] 2281/2287 99% [============================================================= ] 2282/2287 99% [============================================================= ] 2283/2287 99% [============================================================= ] 2284/2287 99% [============================================================= ] 2285/2287 99% [============================================================= ] 2286/2287 99% [==============================================================] 2287/2287 100% operation complete, 2287 objects in 76084 NAND pages. ln -snf /home/autobuild/autobuild/instance-3/output-1/host/x86_64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-3/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-3/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-3/buildroot' >>> Buildroot 2023.08-430-g0a0dd63c82 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 13.2.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.2.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> host-file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.27.6 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> libdeflate 1.18 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dieharder 3.31.1.4 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dovecot 2.3.21 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> host-f2fs-tools 1.16.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 10.02.0 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> haveged 1.9.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> htpdate 1.3.7 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> ifupdown-scripts Collecting legal info >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jquery 3.5.1 Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgit2 1.7.1 Collecting legal info COPYING: OK (sha256: 6f3c2cd59b057e366c1acc073b038135c52d77892bb33bd4d931c5369d3f062b) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmd 1.1.0 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libuci 4b3db1179747b6a6779029407984bacef851325c Collecting legal info cli.c: OK (sha256: 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> 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-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> mhz 11aac2399780a1f7ea9f007b14af0464797d5cf1 Collecting legal info LICENSE: OK (sha256: 9449d373cad921620bb8f1e4f7b39f957e263163ded159c1efc8de27f8997099) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> proftpd 1.3.8 Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> raptor 2.0.16 Collecting legal info LICENSE.txt: OK (sha256: 0f0c719a05c9f7a0be2051ab83c1470837f595ed23e34989f46fd8eb45cfc251) >>> rsync 3.2.7 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sound-theme-borealis 0.9a Collecting legal info >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> ssdp-responder 2.1 Collecting legal info LICENSE: OK (sha256: b66025f1e568a8d80264550d7bd7683780ac248f2baa1e85b4da4b15e28d55a7) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-nasm 2.16.01 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> xvisor 0.3.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) 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-13.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-13.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_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-3/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-3/buildroot'