number of files: 2280 number of 4KB nodes: 54148 Total image size: 195437853 >>> Generating filesystem image rootfs.oci mkdir -p /nvmedata/autobuild/instance-3/output-1/images rm -rf /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci mkdir -p /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-3/output-1/target/ /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/target" >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/fakeroot PATH="/nvmedata/autobuild/instance-3/output-1/host/bin:/nvmedata/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-3/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/target >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/fakeroot echo "/nvmedata/autobuild/instance-3/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/target" >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/fakeroot echo "find /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/fakeroot echo "find /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-3/output-1/images/rootfs-oci\n /nvmedata/autobuild/instance-3/output-1/host/bin/sloci-image --arch mips64 --entrypoint "sh" --author "Buildroot" --user "0" /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/target /nvmedata/autobuild/instance-3/output-1/images/rootfs-oci:latest\n' >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/fakeroot chmod a+x /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/fakeroot PATH="/nvmedata/autobuild/instance-3/output-1/host/bin:/nvmedata/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-3/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/fakeroot rootdir=/nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/oci/target table='/nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' tar: POSIX ACL support is not available >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-3/output-1/images rm -rf /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-3/output-1/target/ /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-3/output-1/host/bin:/nvmedata/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-3/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-3/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-3/output-1/host/bin:/nvmedata/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-3/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/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 '/nvmedata/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2280 objects. stage 2: creating image '/nvmedata/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2280 0% [ ] 2/2280 0% [ ] 3/2280 0% [ ] 4/2280 0% [ ] 5/2280 0% [ ] 6/2280 0% [ ] 7/2280 0% [ ] 8/2280 0% [ ] 9/2280 0% [ ] 10/2280 0% [ ] 11/2280 0% [ ] 12/2280 0% [ ] 13/2280 0% [ ] 14/2280 0% [ ] 15/2280 0% [ ] 16/2280 0% [ ] 17/2280 0% [ ] 18/2280 0% [ ] 19/2280 0% [ ] 20/2280 0% [ ] 21/2280 0% [ ] 22/2280 0% [ ] 23/2280 1% [ ] 24/2280 1% [ ] 25/2280 1% [ ] 26/2280 1% [ ] 27/2280 1% [ ] 28/2280 1% [ ] 29/2280 1% [ ] 30/2280 1% [ ] 31/2280 1% [ ] 32/2280 1% [ ] 33/2280 1% [ ] 34/2280 1% [ ] 35/2280 1% [ ] 36/2280 1% [= ] 37/2280 1% [= ] 38/2280 1% [= ] 39/2280 1% [= ] 40/2280 1% [= ] 41/2280 1% [= ] 42/2280 1% [= ] 43/2280 1% [= ] 44/2280 1% [= ] 45/2280 1% [= ] 46/2280 2% [= ] 47/2280 2% [= ] 48/2280 2% [= ] 49/2280 2% [= ] 50/2280 2% [= ] 51/2280 2% [= ] 52/2280 2% [= ] 53/2280 2% [= ] 54/2280 2% [= ] 55/2280 2% [= ] 56/2280 2% [= ] 57/2280 2% [= ] 58/2280 2% [= ] 59/2280 2% [= ] 60/2280 2% [= ] 61/2280 2% [= ] 62/2280 2% [= ] 63/2280 2% [= ] 64/2280 2% [= ] 65/2280 2% [= ] 66/2280 2% [= ] 67/2280 2% [= ] 68/2280 2% [= ] 69/2280 3% [= ] 70/2280 3% [= ] 71/2280 3% [= ] 72/2280 3% [= ] 73/2280 3% [== ] 74/2280 3% [== ] 75/2280 3% [== ] 76/2280 3% [== ] 77/2280 3% [== ] 78/2280 3% [== ] 79/2280 3% [== ] 80/2280 3% [== ] 81/2280 3% [== ] 82/2280 3% [== ] 83/2280 3% [== ] 84/2280 3% [== ] 85/2280 3% [== ] 86/2280 3% [== ] 87/2280 3% [== ] 88/2280 3% [== ] 89/2280 3% [== ] 90/2280 3% [== ] 91/2280 3% [== ] 92/2280 4% [== ] 93/2280 4% [== ] 94/2280 4% [== ] 95/2280 4% [== ] 96/2280 4% [== ] 97/2280 4% [== ] 98/2280 4% [== ] 99/2280 4% [== ] 100/2280 4% [== ] 101/2280 4% [== ] 102/2280 4% [== ] 103/2280 4% [== ] 104/2280 4% [== ] 105/2280 4% [== ] 106/2280 4% [== ] 107/2280 4% [== ] 108/2280 4% [== ] 109/2280 4% [== ] 110/2280 4% [=== ] 111/2280 4% [=== ] 112/2280 4% [=== ] 113/2280 4% [=== ] 114/2280 5% [=== ] 115/2280 5% [=== ] 116/2280 5% [=== ] 117/2280 5% [=== ] 118/2280 5% [=== ] 119/2280 5% [=== ] 120/2280 5% [=== ] 121/2280 5% [=== ] 122/2280 5% [=== ] 123/2280 5% [=== ] 124/2280 5% [=== ] 125/2280 5% [=== ] 126/2280 5% [=== ] 127/2280 5% [=== ] 128/2280 5% [=== ] 129/2280 5% [=== ] 130/2280 5% [=== ] 131/2280 5% [=== ] 132/2280 5% [=== ] 133/2280 5% [=== ] 134/2280 5% [=== ] 135/2280 5% [=== ] 136/2280 5% [=== ] 137/2280 6% [=== ] 138/2280 6% [=== ] 139/2280 6% [=== ] 140/2280 6% [=== ] 141/2280 6% [=== ] 142/2280 6% [=== ] 143/2280 6% [=== ] 144/2280 6% [=== ] 145/2280 6% [=== ] 146/2280 6% [=== ] 147/2280 6% [==== ] 148/2280 6% [==== ] 149/2280 6% [==== ] 150/2280 6% [==== ] 151/2280 6% [==== ] 152/2280 6% [==== ] 153/2280 6% [==== ] 154/2280 6% [==== ] 155/2280 6% [==== ] 156/2280 6% [==== ] 157/2280 6% [==== ] 158/2280 6% [==== ] 159/2280 6% [==== ] 160/2280 7% [==== ] 161/2280 7% [==== ] 162/2280 7% [==== ] 163/2280 7% [==== ] 164/2280 7% [==== ] 165/2280 7% [==== ] 166/2280 7% [==== ] 167/2280 7% [==== ] 168/2280 7% [==== ] 169/2280 7% [==== ] 170/2280 7% [==== ] 171/2280 7% [==== ] 172/2280 7% [==== ] 173/2280 7% [==== ] 174/2280 7% [==== ] 175/2280 7% [==== ] 176/2280 7% [==== ] 177/2280 7% [==== ] 178/2280 7% [==== ] 179/2280 7% [==== ] 180/2280 7% [==== ] 181/2280 7% [==== ] 182/2280 7% [==== ] 183/2280 8% [===== ] 184/2280 8% [===== ] 185/2280 8% [===== ] 186/2280 8% [===== ] 187/2280 8% [===== ] 188/2280 8% [===== ] 189/2280 8% [===== ] 190/2280 8% [===== ] 191/2280 8% [===== ] 192/2280 8% [===== ] 193/2280 8% [===== ] 194/2280 8% [===== ] 195/2280 8% [===== ] 196/2280 8% [===== ] 197/2280 8% [===== ] 198/2280 8% [===== ] 199/2280 8% [===== ] 200/2280 8% [===== ] 201/2280 8% [===== ] 202/2280 8% [===== ] 203/2280 8% [===== ] 204/2280 8% [===== ] 205/2280 8% [===== ] 206/2280 9% [===== ] 207/2280 9% [===== ] 208/2280 9% [===== ] 209/2280 9% [===== ] 210/2280 9% [===== ] 211/2280 9% [===== ] 212/2280 9% [===== ] 213/2280 9% [===== ] 214/2280 9% [===== ] 215/2280 9% [===== ] 216/2280 9% [===== ] 217/2280 9% [===== ] 218/2280 9% [===== ] 219/2280 9% [===== ] 220/2280 9% [====== ] 221/2280 9% [====== ] 222/2280 9% [====== ] 223/2280 9% [====== ] 224/2280 9% [====== ] 225/2280 9% [====== ] 226/2280 9% [====== ] 227/2280 9% [====== ] 228/2280 10% [====== ] 229/2280 10% [====== ] 230/2280 10% [====== ] 231/2280 10% [====== ] 232/2280 10% [====== ] 233/2280 10% [====== ] 234/2280 10% [====== ] 235/2280 10% [====== ] 236/2280 10% [====== ] 237/2280 10% [====== ] 238/2280 10% [====== ] 239/2280 10% [====== ] 240/2280 10% [====== ] 241/2280 10% [====== ] 242/2280 10% [====== ] 243/2280 10% [====== ] 244/2280 10% [====== ] 245/2280 10% [====== ] 246/2280 10% [====== ] 247/2280 10% [====== ] 248/2280 10% [====== ] 249/2280 10% [====== ] 250/2280 10% [====== ] 251/2280 11% [====== ] 252/2280 11% [====== ] 253/2280 11% [====== ] 254/2280 11% [====== ] 255/2280 11% [====== ] 256/2280 11% [====== ] 257/2280 11% [======= ] 258/2280 11% [======= ] 259/2280 11% [======= ] 260/2280 11% [======= ] 261/2280 11% [======= ] 262/2280 11% [======= ] 263/2280 11% [======= ] 264/2280 11% [======= ] 265/2280 11% [======= ] 266/2280 11% [======= ] 267/2280 11% [======= ] 268/2280 11% [======= ] 269/2280 11% [======= ] 270/2280 11% [======= ] 271/2280 11% [======= ] 272/2280 11% [======= ] 273/2280 11% [======= ] 274/2280 12% [======= ] 275/2280 12% [======= ] 276/2280 12% [======= ] 277/2280 12% [======= ] 278/2280 12% [======= ] 279/2280 12% [======= ] 280/2280 12% [======= ] 281/2280 12% [======= ] 282/2280 12% [======= ] 283/2280 12% [======= ] 284/2280 12% [======= ] 285/2280 12% [======= ] 286/2280 12% [======= ] 287/2280 12% [======= ] 288/2280 12% [======= ] 289/2280 12% [======= ] 290/2280 12% [======= ] 291/2280 12% [======= ] 292/2280 12% [======= ] 293/2280 12% [======= ] 294/2280 12% [======== ] 295/2280 12% [======== ] 296/2280 12% [======== ] 297/2280 13% [======== ] 298/2280 13% [======== ] 299/2280 13% [======== ] 300/2280 13% [======== ] 301/2280 13% [======== ] 302/2280 13% [======== ] 303/2280 13% [======== ] 304/2280 13% [======== ] 305/2280 13% [======== ] 306/2280 13% [======== ] 307/2280 13% [======== ] 308/2280 13% [======== ] 309/2280 13% [======== ] 310/2280 13% [======== ] 311/2280 13% [======== ] 312/2280 13% [======== ] 313/2280 13% [======== ] 314/2280 13% [======== ] 315/2280 13% [======== ] 316/2280 13% [======== ] 317/2280 13% [======== ] 318/2280 13% [======== ] 319/2280 13% [======== ] 320/2280 14% [======== ] 321/2280 14% [======== ] 322/2280 14% [======== ] 323/2280 14% [======== ] 324/2280 14% [======== ] 325/2280 14% [======== ] 326/2280 14% [======== ] 327/2280 14% [======== ] 328/2280 14% [======== ] 329/2280 14% [======== ] 330/2280 14% [========= ] 331/2280 14% [========= ] 332/2280 14% [========= ] 333/2280 14% [========= ] 334/2280 14% [========= ] 335/2280 14% [========= ] 336/2280 14% [========= ] 337/2280 14% [========= ] 338/2280 14% [========= ] 339/2280 14% [========= ] 340/2280 14% [========= ] 341/2280 14% [========= ] 342/2280 15% [========= ] 343/2280 15% [========= ] 344/2280 15% [========= ] 345/2280 15% [========= ] 346/2280 15% [========= ] 347/2280 15% [========= ] 348/2280 15% [========= ] 349/2280 15% [========= ] 350/2280 15% [========= ] 351/2280 15% [========= ] 352/2280 15% [========= ] 353/2280 15% [========= ] 354/2280 15% [========= ] 355/2280 15% [========= ] 356/2280 15% [========= ] 357/2280 15% [========= ] 358/2280 15% [========= ] 359/2280 15% [========= ] 360/2280 15% [========= ] 361/2280 15% [========= ] 362/2280 15% [========= ] 363/2280 15% [========= ] 364/2280 15% [========= ] 365/2280 16% [========= ] 366/2280 16% [========= ] 367/2280 16% [========== ] 368/2280 16% [========== ] 369/2280 16% [========== ] 370/2280 16% [========== ] 371/2280 16% [========== ] 372/2280 16% [========== ] 373/2280 16% [========== ] 374/2280 16% [========== ] 375/2280 16% [========== ] 376/2280 16% [========== ] 377/2280 16% [========== ] 378/2280 16% [========== ] 379/2280 16% [========== ] 380/2280 16% [========== ] 381/2280 16% [========== ] 382/2280 16% [========== ] 383/2280 16% [========== ] 384/2280 16% [========== ] 385/2280 16% [========== ] 386/2280 16% [========== ] 387/2280 16% [========== ] 388/2280 17% [========== ] 389/2280 17% [========== ] 390/2280 17% [========== ] 391/2280 17% [========== ] 392/2280 17% [========== ] 393/2280 17% [========== ] 394/2280 17% [========== ] 395/2280 17% [========== ] 396/2280 17% [========== ] 397/2280 17% [========== ] 398/2280 17% [========== ] 399/2280 17% [========== ] 400/2280 17% [========== ] 401/2280 17% [========== ] 402/2280 17% [========== ] 403/2280 17% [========== ] 404/2280 17% [=========== ] 405/2280 17% [=========== ] 406/2280 17% [=========== ] 407/2280 17% [=========== ] 408/2280 17% [=========== ] 409/2280 17% [=========== ] 410/2280 17% [=========== ] 411/2280 18% [=========== ] 412/2280 18% [=========== ] 413/2280 18% [=========== ] 414/2280 18% [=========== ] 415/2280 18% [=========== ] 416/2280 18% [=========== ] 417/2280 18% [=========== ] 418/2280 18% [=========== ] 419/2280 18% [=========== ] 420/2280 18% [=========== ] 421/2280 18% [=========== ] 422/2280 18% [=========== ] 423/2280 18% [=========== ] 424/2280 18% [=========== ] 425/2280 18% [=========== ] 426/2280 18% [=========== ] 427/2280 18% [=========== ] 428/2280 18% [=========== ] 429/2280 18% [=========== ] 430/2280 18% [=========== ] 431/2280 18% [=========== ] 432/2280 18% [=========== ] 433/2280 18% [=========== ] 434/2280 19% [=========== ] 435/2280 19% [=========== ] 436/2280 19% [=========== ] 437/2280 19% [=========== ] 438/2280 19% [=========== ] 439/2280 19% [=========== ] 440/2280 19% [=========== ] 441/2280 19% [============ ] 442/2280 19% [============ ] 443/2280 19% [============ ] 444/2280 19% [============ ] 445/2280 19% [============ ] 446/2280 19% [============ ] 447/2280 19% [============ ] 448/2280 19% [============ ] 449/2280 19% [============ ] 450/2280 19% [============ ] 451/2280 19% [============ ] 452/2280 19% [============ ] 453/2280 19% [============ ] 454/2280 19% [============ ] 455/2280 19% [============ ] 456/2280 20% [============ ] 457/2280 20% [============ ] 458/2280 20% [============ ] 459/2280 20% [============ ] 460/2280 20% [============ ] 461/2280 20% [============ ] 462/2280 20% [============ ] 463/2280 20% [============ ] 464/2280 20% [============ ] 465/2280 20% [============ ] 466/2280 20% [============ ] 467/2280 20% [============ ] 468/2280 20% [============ ] 469/2280 20% [============ ] 470/2280 20% [============ ] 471/2280 20% [============ ] 472/2280 20% [============ ] 473/2280 20% [============ ] 474/2280 20% [============ ] 475/2280 20% [============ ] 476/2280 20% [============ ] 477/2280 20% [============ ] 478/2280 20% [============= ] 479/2280 21% [============= ] 480/2280 21% [============= ] 481/2280 21% [============= ] 482/2280 21% [============= ] 483/2280 21% [============= ] 484/2280 21% [============= ] 485/2280 21% [============= ] 486/2280 21% [============= ] 487/2280 21% [============= ] 488/2280 21% [============= ] 489/2280 21% [============= ] 490/2280 21% [============= ] 491/2280 21% [============= ] 492/2280 21% [============= ] 493/2280 21% [============= ] 494/2280 21% [============= ] 495/2280 21% [============= ] 496/2280 21% [============= ] 497/2280 21% [============= ] 498/2280 21% [============= ] 499/2280 21% [============= ] 500/2280 21% [============= ] 501/2280 21% [============= ] 502/2280 22% [============= ] 503/2280 22% [============= ] 504/2280 22% [============= ] 505/2280 22% [============= ] 506/2280 22% [============= ] 507/2280 22% [============= ] 508/2280 22% [============= ] 509/2280 22% [============= ] 510/2280 22% [============= ] 511/2280 22% [============= ] 512/2280 22% [============= ] 513/2280 22% [============= ] 514/2280 22% [============== ] 515/2280 22% [============== ] 516/2280 22% [============== ] 517/2280 22% [============== ] 518/2280 22% [============== ] 519/2280 22% [============== ] 520/2280 22% [============== ] 521/2280 22% [============== ] 522/2280 22% [============== ] 523/2280 22% [============== ] 524/2280 22% [============== ] 525/2280 23% [============== ] 526/2280 23% [============== ] 527/2280 23% [============== ] 528/2280 23% [============== ] 529/2280 23% [============== ] 530/2280 23% [============== ] 531/2280 23% [============== ] 532/2280 23% [============== ] 533/2280 23% [============== ] 534/2280 23% [============== ] 535/2280 23% [============== ] 536/2280 23% [============== ] 537/2280 23% [============== ] 538/2280 23% [============== ] 539/2280 23% [============== ] 540/2280 23% [============== ] 541/2280 23% [============== ] 542/2280 23% [============== ] 543/2280 23% [============== ] 544/2280 23% [============== ] 545/2280 23% [============== ] 546/2280 23% [============== ] 547/2280 23% [============== ] 548/2280 24% [============== ] 549/2280 24% [============== ] 550/2280 24% [============== ] 551/2280 24% [=============== ] 552/2280 24% [=============== ] 553/2280 24% [=============== ] 554/2280 24% [=============== ] 555/2280 24% [=============== ] 556/2280 24% [=============== ] 557/2280 24% [=============== ] 558/2280 24% [=============== ] 559/2280 24% [=============== ] 560/2280 24% [=============== ] 561/2280 24% [=============== ] 562/2280 24% [=============== ] 563/2280 24% [=============== ] 564/2280 24% [=============== ] 565/2280 24% [=============== ] 566/2280 24% [=============== ] 567/2280 24% [=============== ] 568/2280 24% [=============== ] 569/2280 24% [=============== ] 570/2280 25% [=============== ] 571/2280 25% [=============== ] 572/2280 25% [=============== ] 573/2280 25% [=============== ] 574/2280 25% [=============== ] 575/2280 25% [=============== ] 576/2280 25% [=============== ] 577/2280 25% [=============== ] 578/2280 25% [=============== ] 579/2280 25% [=============== ] 580/2280 25% [=============== ] 581/2280 25% [=============== ] 582/2280 25% [=============== ] 583/2280 25% [=============== ] 584/2280 25% [=============== ] 585/2280 25% [=============== ] 586/2280 25% [=============== ] 587/2280 25% [=============== ] 588/2280 25% [================ ] 589/2280 25% [================ ] 590/2280 25% [================ ] 591/2280 25% [================ ] 592/2280 25% [================ ] 593/2280 26% [================ ] 594/2280 26% [================ ] 595/2280 26% [================ ] 596/2280 26% [================ ] 597/2280 26% [================ ] 598/2280 26% [================ ] 599/2280 26% [================ ] 600/2280 26% [================ ] 601/2280 26% [================ ] 602/2280 26% [================ ] 603/2280 26% [================ ] 604/2280 26% [================ ] 605/2280 26% [================ ] 606/2280 26% [================ ] 607/2280 26% [================ ] 608/2280 26% [================ ] 609/2280 26% [================ ] 610/2280 26% [================ ] 611/2280 26% [================ ] 612/2280 26% [================ ] 613/2280 26% [================ ] 614/2280 26% [================ ] 615/2280 26% [================ ] 616/2280 27% [================ ] 617/2280 27% [================ ] 618/2280 27% [================ ] 619/2280 27% [================ ] 620/2280 27% [================ ] 621/2280 27% [================ ] 622/2280 27% [================ ] 623/2280 27% [================ ] 624/2280 27% [================ ] 625/2280 27% [================= ] 626/2280 27% [================= ] 627/2280 27% [================= ] 628/2280 27% [================= ] 629/2280 27% [================= ] 630/2280 27% [================= ] 631/2280 27% [================= ] 632/2280 27% [================= ] 633/2280 27% [================= ] 634/2280 27% [================= ] 635/2280 27% [================= ] 636/2280 27% [================= ] 637/2280 27% [================= ] 638/2280 27% [================= ] 639/2280 28% [================= ] 640/2280 28% [================= ] 641/2280 28% [================= ] 642/2280 28% [================= ] 643/2280 28% [================= ] 644/2280 28% [================= ] 645/2280 28% [================= ] 646/2280 28% [================= ] 647/2280 28% [================= ] 648/2280 28% [================= ] 649/2280 28% [================= ] 650/2280 28% [================= ] 651/2280 28% [================= ] 652/2280 28% [================= ] 653/2280 28% [================= ] 654/2280 28% [================= ] 655/2280 28% [================= ] 656/2280 28% [================= ] 657/2280 28% [================= ] 658/2280 28% [================= ] 659/2280 28% [================= ] 660/2280 28% [================= ] 661/2280 28% [================== ] 662/2280 29% [================== ] 663/2280 29% [================== ] 664/2280 29% [================== ] 665/2280 29% [================== ] 666/2280 29% [================== ] 667/2280 29% [================== ] 668/2280 29% [================== ] 669/2280 29% [================== ] 670/2280 29% [================== ] 671/2280 29% [================== ] 672/2280 29% [================== ] 673/2280 29% [================== ] 674/2280 29% [================== ] 675/2280 29% [================== ] 676/2280 29% [================== ] 677/2280 29% [================== ] 678/2280 29% [================== ] 679/2280 29% [================== ] 680/2280 29% [================== ] 681/2280 29% [================== ] 682/2280 29% [================== ] 683/2280 29% [================== ] 684/2280 30% [================== ] 685/2280 30% [================== ] 686/2280 30% [================== ] 687/2280 30% [================== ] 688/2280 30% [================== ] 689/2280 30% [================== ] 690/2280 30% [================== ] 691/2280 30% [================== ] 692/2280 30% [================== ] 693/2280 30% [================== ] 694/2280 30% [================== ] 695/2280 30% [================== ] 696/2280 30% [================== ] 697/2280 30% [================== ] 698/2280 30% [=================== ] 699/2280 30% [=================== ] 700/2280 30% [=================== ] 701/2280 30% [=================== ] 702/2280 30% [=================== ] 703/2280 30% [=================== ] 704/2280 30% [=================== ] 705/2280 30% [=================== ] 706/2280 30% [=================== ] 707/2280 31% [=================== ] 708/2280 31% [=================== ] 709/2280 31% [=================== ] 710/2280 31% [=================== ] 711/2280 31% [=================== ] 712/2280 31% [=================== ] 713/2280 31% [=================== ] 714/2280 31% [=================== ] 715/2280 31% [=================== ] 716/2280 31% [=================== ] 717/2280 31% [=================== ] 718/2280 31% [=================== ] 719/2280 31% [=================== ] 720/2280 31% [=================== ] 721/2280 31% [=================== ] 722/2280 31% [=================== ] 723/2280 31% [=================== ] 724/2280 31% [=================== ] 725/2280 31% [=================== ] 726/2280 31% [=================== ] 727/2280 31% [=================== ] 728/2280 31% [=================== ] 729/2280 31% [=================== ] 730/2280 32% [=================== ] 731/2280 32% [=================== ] 732/2280 32% [=================== ] 733/2280 32% [=================== ] 734/2280 32% [=================== ] 735/2280 32% [==================== ] 736/2280 32% [==================== ] 737/2280 32% [==================== ] 738/2280 32% [==================== ] 739/2280 32% [==================== ] 740/2280 32% [==================== ] 741/2280 32% [==================== ] 742/2280 32% [==================== ] 743/2280 32% [==================== ] 744/2280 32% [==================== ] 745/2280 32% [==================== ] 746/2280 32% [==================== ] 747/2280 32% [==================== ] 748/2280 32% [==================== ] 749/2280 32% [==================== ] 750/2280 32% [==================== ] 751/2280 32% [==================== ] 752/2280 32% [==================== ] 753/2280 33% [==================== ] 754/2280 33% [==================== ] 755/2280 33% [==================== ] 756/2280 33% [==================== ] 757/2280 33% [==================== ] 758/2280 33% [==================== ] 759/2280 33% [==================== ] 760/2280 33% [==================== ] 761/2280 33% [==================== ] 762/2280 33% [==================== ] 763/2280 33% [==================== ] 764/2280 33% [==================== ] 765/2280 33% [==================== ] 766/2280 33% [==================== ] 767/2280 33% [==================== ] 768/2280 33% [==================== ] 769/2280 33% [==================== ] 770/2280 33% [==================== ] 771/2280 33% [==================== ] 772/2280 33% [===================== ] 773/2280 33% [===================== ] 774/2280 33% [===================== ] 775/2280 33% [===================== ] 776/2280 34% [===================== ] 777/2280 34% [===================== ] 778/2280 34% [===================== ] 779/2280 34% [===================== ] 780/2280 34% [===================== ] 781/2280 34% [===================== ] 782/2280 34% [===================== ] 783/2280 34% [===================== ] 784/2280 34% [===================== ] 785/2280 34% [===================== ] 786/2280 34% [===================== ] 787/2280 34% [===================== ] 788/2280 34% [===================== ] 789/2280 34% [===================== ] 790/2280 34% [===================== ] 791/2280 34% [===================== ] 792/2280 34% [===================== ] 793/2280 34% [===================== ] 794/2280 34% [===================== ] 795/2280 34% [===================== ] 796/2280 34% [===================== ] 797/2280 34% [===================== ] 798/2280 35% [===================== ] 799/2280 35% [===================== ] 800/2280 35% [===================== ] 801/2280 35% [===================== ] 802/2280 35% [===================== ] 803/2280 35% [===================== ] 804/2280 35% [===================== ] 805/2280 35% [===================== ] 806/2280 35% [===================== ] 807/2280 35% [===================== ] 808/2280 35% [===================== ] 809/2280 35% [====================== ] 810/2280 35% [====================== ] 811/2280 35% [====================== ] 812/2280 35% [====================== ] 813/2280 35% [====================== ] 814/2280 35% [====================== ] 815/2280 35% [====================== ] 816/2280 35% [====================== ] 817/2280 35% [====================== ] 818/2280 35% [====================== ] 819/2280 35% [====================== ] 820/2280 35% [====================== ] 821/2280 36% [====================== ] 822/2280 36% [====================== ] 823/2280 36% [====================== ] 824/2280 36% [====================== ] 825/2280 36% [====================== ] 826/2280 36% [====================== ] 827/2280 36% [====================== ] 828/2280 36% [====================== ] 829/2280 36% [====================== ] 830/2280 36% [====================== ] 831/2280 36% [====================== ] 832/2280 36% [====================== ] 833/2280 36% [====================== ] 834/2280 36% [====================== ] 835/2280 36% [====================== ] 836/2280 36% [====================== ] 837/2280 36% [====================== ] 838/2280 36% [====================== ] 839/2280 36% [====================== ] 840/2280 36% [====================== ] 841/2280 36% [====================== ] 842/2280 36% [====================== ] 843/2280 36% [====================== ] 844/2280 37% [====================== ] 845/2280 37% [======================= ] 846/2280 37% [======================= ] 847/2280 37% [======================= ] 848/2280 37% [======================= ] 849/2280 37% [======================= ] 850/2280 37% [======================= ] 851/2280 37% [======================= ] 852/2280 37% [======================= ] 853/2280 37% [======================= ] 854/2280 37% [======================= ] 855/2280 37% [======================= ] 856/2280 37% [======================= ] 857/2280 37% [======================= ] 858/2280 37% [======================= ] 859/2280 37% [======================= ] 860/2280 37% [======================= ] 861/2280 37% [======================= ] 862/2280 37% [======================= ] 863/2280 37% [======================= ] 864/2280 37% [======================= ] 865/2280 37% [======================= ] 866/2280 37% [======================= ] 867/2280 38% [======================= ] 868/2280 38% [======================= ] 869/2280 38% [======================= ] 870/2280 38% [======================= ] 871/2280 38% [======================= ] 872/2280 38% [======================= ] 873/2280 38% [======================= ] 874/2280 38% [======================= ] 875/2280 38% [======================= ] 876/2280 38% [======================= ] 877/2280 38% [======================= ] 878/2280 38% [======================= ] 879/2280 38% [======================= ] 880/2280 38% [======================= ] 881/2280 38% [======================= ] 882/2280 38% [======================== ] 883/2280 38% [======================== ] 884/2280 38% [======================== ] 885/2280 38% [======================== ] 886/2280 38% [======================== ] 887/2280 38% [======================== ] 888/2280 38% [======================== ] 889/2280 38% [======================== ] 890/2280 39% [======================== ] 891/2280 39% [======================== ] 892/2280 39% [======================== ] 893/2280 39% [======================== ] 894/2280 39% [======================== ] 895/2280 39% [======================== ] 896/2280 39% [======================== ] 897/2280 39% [======================== ] 898/2280 39% [======================== ] 899/2280 39% [======================== ] 900/2280 39% [======================== ] 901/2280 39% [======================== ] 902/2280 39% [======================== ] 903/2280 39% [======================== ] 904/2280 39% [======================== ] 905/2280 39% [======================== ] 906/2280 39% [======================== ] 907/2280 39% [======================== ] 908/2280 39% [======================== ] 909/2280 39% [======================== ] 910/2280 39% [======================== ] 911/2280 39% [======================== ] 912/2280 40% [======================== ] 913/2280 40% [======================== ] 914/2280 40% [======================== ] 915/2280 40% [======================== ] 916/2280 40% [======================== ] 917/2280 40% [======================== ] 918/2280 40% [======================== ] 919/2280 40% [========================= ] 920/2280 40% [========================= ] 921/2280 40% [========================= ] 922/2280 40% [========================= ] 923/2280 40% [========================= ] 924/2280 40% [========================= ] 925/2280 40% [========================= ] 926/2280 40% [========================= ] 927/2280 40% [========================= ] 928/2280 40% [========================= ] 929/2280 40% [========================= ] 930/2280 40% [========================= ] 931/2280 40% [========================= ] 932/2280 40% [========================= ] 933/2280 40% [========================= ] 934/2280 40% [========================= ] 935/2280 41% [========================= ] 936/2280 41% [========================= ] 937/2280 41% [========================= ] 938/2280 41% [========================= ] 939/2280 41% [========================= ] 940/2280 41% [========================= ] 941/2280 41% [========================= ] 942/2280 41% [========================= ] 943/2280 41% [========================= ] 944/2280 41% [========================= ] 945/2280 41% [========================= ] 946/2280 41% [========================= ] 947/2280 41% [========================= ] 948/2280 41% [========================= ] 949/2280 41% [========================= ] 950/2280 41% [========================= ] 951/2280 41% [========================= ] 952/2280 41% [========================= ] 953/2280 41% [========================= ] 954/2280 41% [========================= ] 955/2280 41% [========================= ] 956/2280 41% [========================== ] 957/2280 41% [========================== ] 958/2280 42% [========================== ] 959/2280 42% [========================== ] 960/2280 42% [========================== ] 961/2280 42% [========================== ] 962/2280 42% [========================== ] 963/2280 42% [========================== ] 964/2280 42% [========================== ] 965/2280 42% [========================== ] 966/2280 42% [========================== ] 967/2280 42% [========================== ] 968/2280 42% [========================== ] 969/2280 42% [========================== ] 970/2280 42% [========================== ] 971/2280 42% [========================== ] 972/2280 42% [========================== ] 973/2280 42% [========================== ] 974/2280 42% [========================== ] 975/2280 42% [========================== ] 976/2280 42% [========================== ] 977/2280 42% [========================== ] 978/2280 42% [========================== ] 979/2280 42% [========================== ] 980/2280 42% [========================== ] 981/2280 43% [========================== ] 982/2280 43% [========================== ] 983/2280 43% [========================== ] 984/2280 43% [========================== ] 985/2280 43% [========================== ] 986/2280 43% [========================== ] 987/2280 43% [========================== ] 988/2280 43% [========================== ] 989/2280 43% [========================== ] 990/2280 43% [========================== ] 991/2280 43% [========================== ] 992/2280 43% [=========================== ] 993/2280 43% [=========================== ] 994/2280 43% [=========================== ] 995/2280 43% [=========================== ] 996/2280 43% [=========================== ] 997/2280 43% [=========================== ] 998/2280 43% [=========================== ] 999/2280 43% [=========================== ] 1000/2280 43% [=========================== ] 1001/2280 43% [=========================== ] 1002/2280 43% [=========================== ] 1003/2280 43% [=========================== ] 1004/2280 44% [=========================== ] 1005/2280 44% [=========================== ] 1006/2280 44% [=========================== ] 1007/2280 44% [=========================== ] 1008/2280 44% [=========================== ] 1009/2280 44% [=========================== ] 1010/2280 44% [=========================== ] 1011/2280 44% [=========================== ] 1012/2280 44% [=========================== ] 1013/2280 44% [=========================== ] 1014/2280 44% [=========================== ] 1015/2280 44% [=========================== ] 1016/2280 44% [=========================== ] 1017/2280 44% [=========================== ] 1018/2280 44% [=========================== ] 1019/2280 44% [=========================== ] 1020/2280 44% [=========================== ] 1021/2280 44% [=========================== ] 1022/2280 44% [=========================== ] 1023/2280 44% [=========================== ] 1024/2280 44% [=========================== ] 1025/2280 44% [=========================== ] 1026/2280 45% [=========================== ] 1027/2280 45% [=========================== ] 1028/2280 45% [=========================== ] 1029/2280 45% [============================ ] 1030/2280 45% [============================ ] 1031/2280 45% [============================ ] 1032/2280 45% [============================ ] 1033/2280 45% [============================ ] 1034/2280 45% [============================ ] 1035/2280 45% [============================ ] 1036/2280 45% [============================ ] 1037/2280 45% [============================ ] 1038/2280 45% [============================ ] 1039/2280 45% [============================ ] 1040/2280 45% [============================ ] 1041/2280 45% [============================ ] 1042/2280 45% [============================ ] 1043/2280 45% [============================ ] 1044/2280 45% [============================ ] 1045/2280 45% [============================ ] 1046/2280 45% [============================ ] 1047/2280 45% [============================ ] 1048/2280 45% [============================ ] 1049/2280 46% [============================ ] 1050/2280 46% [============================ ] 1051/2280 46% [============================ ] 1052/2280 46% [============================ ] 1053/2280 46% [============================ ] 1054/2280 46% [============================ ] 1055/2280 46% [============================ ] 1056/2280 46% [============================ ] 1057/2280 46% [============================ ] 1058/2280 46% [============================ ] 1059/2280 46% [============================ ] 1060/2280 46% [============================ ] 1061/2280 46% [============================ ] 1062/2280 46% [============================ ] 1063/2280 46% [============================ ] 1064/2280 46% [============================ ] 1065/2280 46% [============================ ] 1066/2280 46% [============================= ] 1067/2280 46% [============================= ] 1068/2280 46% [============================= ] 1069/2280 46% [============================= ] 1070/2280 46% [============================= ] 1071/2280 46% [============================= ] 1072/2280 47% [============================= ] 1073/2280 47% [============================= ] 1074/2280 47% [============================= ] 1075/2280 47% [============================= ] 1076/2280 47% [============================= ] 1077/2280 47% [============================= ] 1078/2280 47% [============================= ] 1079/2280 47% [============================= ] 1080/2280 47% [============================= ] 1081/2280 47% [============================= ] 1082/2280 47% [============================= ] 1083/2280 47% [============================= ] 1084/2280 47% [============================= ] 1085/2280 47% [============================= ] 1086/2280 47% [============================= ] 1087/2280 47% [============================= ] 1088/2280 47% [============================= ] 1089/2280 47% [============================= ] 1090/2280 47% [============================= ] 1091/2280 47% [============================= ] 1092/2280 47% [============================= ] 1093/2280 47% [============================= ] 1094/2280 47% [============================= ] 1095/2280 48% [============================= ] 1096/2280 48% [============================= ] 1097/2280 48% [============================= ] 1098/2280 48% [============================= ] 1099/2280 48% [============================= ] 1100/2280 48% [============================= ] 1101/2280 48% [============================= ] 1102/2280 48% [============================= ] 1103/2280 48% [============================== ] 1104/2280 48% [============================== ] 1105/2280 48% [============================== ] 1106/2280 48% [============================== ] 1107/2280 48% [============================== ] 1108/2280 48% [============================== ] 1109/2280 48% [============================== ] 1110/2280 48% [============================== ] 1111/2280 48% [============================== ] 1112/2280 48% [============================== ] 1113/2280 48% [============================== ] 1114/2280 48% [============================== ] 1115/2280 48% [============================== ] 1116/2280 48% [============================== ] 1117/2280 48% [============================== ] 1118/2280 49% [============================== ] 1119/2280 49% [============================== ] 1120/2280 49% [============================== ] 1121/2280 49% [============================== ] 1122/2280 49% [============================== ] 1123/2280 49% [============================== ] 1124/2280 49% [============================== ] 1125/2280 49% [============================== ] 1126/2280 49% [============================== ] 1127/2280 49% [============================== ] 1128/2280 49% [============================== ] 1129/2280 49% [============================== ] 1130/2280 49% [============================== ] 1131/2280 49% [============================== ] 1132/2280 49% [============================== ] 1133/2280 49% [============================== ] 1134/2280 49% [============================== ] 1135/2280 49% [============================== ] 1136/2280 49% [============================== ] 1137/2280 49% [============================== ] 1138/2280 49% [============================== ] 1139/2280 49% [=============================== ] 1140/2280 50% [=============================== ] 1141/2280 50% [=============================== ] 1142/2280 50% [=============================== ] 1143/2280 50% [=============================== ] 1144/2280 50% [=============================== ] 1145/2280 50% [=============================== ] 1146/2280 50% [=============================== ] 1147/2280 50% [=============================== ] 1148/2280 50% [=============================== ] 1149/2280 50% [=============================== ] 1150/2280 50% [=============================== ] 1151/2280 50% [=============================== ] 1152/2280 50% [=============================== ] 1153/2280 50% [=============================== ] 1154/2280 50% [=============================== ] 1155/2280 50% [=============================== ] 1156/2280 50% [=============================== ] 1157/2280 50% [=============================== ] 1158/2280 50% [=============================== ] 1159/2280 50% [=============================== ] 1160/2280 50% [=============================== ] 1161/2280 50% [=============================== ] 1162/2280 50% [=============================== ] 1163/2280 51% [=============================== ] 1164/2280 51% [=============================== ] 1165/2280 51% [=============================== ] 1166/2280 51% [=============================== ] 1167/2280 51% [=============================== ] 1168/2280 51% [=============================== ] 1169/2280 51% [=============================== ] 1170/2280 51% [=============================== ] 1171/2280 51% [=============================== ] 1172/2280 51% [=============================== ] 1173/2280 51% [=============================== ] 1174/2280 51% [=============================== ] 1175/2280 51% [=============================== ] 1176/2280 51% [================================ ] 1177/2280 51% [================================ ] 1178/2280 51% [================================ ] 1179/2280 51% [================================ ] 1180/2280 51% [================================ ] 1181/2280 51% [================================ ] 1182/2280 51% [================================ ] 1183/2280 51% [================================ ] 1184/2280 51% [================================ ] 1185/2280 51% [================================ ] 1186/2280 52% [================================ ] 1187/2280 52% [================================ ] 1188/2280 52% [================================ ] 1189/2280 52% [================================ ] 1190/2280 52% [================================ ] 1191/2280 52% [================================ ] 1192/2280 52% [================================ ] 1193/2280 52% [================================ ] 1194/2280 52% [================================ ] 1195/2280 52% [================================ ] 1196/2280 52% [================================ ] 1197/2280 52% [================================ ] 1198/2280 52% [================================ ] 1199/2280 52% [================================ ] 1200/2280 52% [================================ ] 1201/2280 52% [================================ ] 1202/2280 52% [================================ ] 1203/2280 52% [================================ ] 1204/2280 52% [================================ ] 1205/2280 52% [================================ ] 1206/2280 52% [================================ ] 1207/2280 52% [================================ ] 1208/2280 52% [================================ ] 1209/2280 53% [================================ ] 1210/2280 53% [================================ ] 1211/2280 53% [================================ ] 1212/2280 53% [================================ ] 1213/2280 53% [================================= ] 1214/2280 53% [================================= ] 1215/2280 53% [================================= ] 1216/2280 53% [================================= ] 1217/2280 53% [================================= ] 1218/2280 53% [================================= ] 1219/2280 53% [================================= ] 1220/2280 53% [================================= ] 1221/2280 53% [================================= ] 1222/2280 53% [================================= ] 1223/2280 53% [================================= ] 1224/2280 53% [================================= ] 1225/2280 53% [================================= ] 1226/2280 53% [================================= ] 1227/2280 53% [================================= ] 1228/2280 53% [================================= ] 1229/2280 53% [================================= ] 1230/2280 53% [================================= ] 1231/2280 53% [================================= ] 1232/2280 54% [================================= ] 1233/2280 54% [================================= ] 1234/2280 54% [================================= ] 1235/2280 54% [================================= ] 1236/2280 54% [================================= ] 1237/2280 54% [================================= ] 1238/2280 54% [================================= ] 1239/2280 54% [================================= ] 1240/2280 54% [================================= ] 1241/2280 54% [================================= ] 1242/2280 54% [================================= ] 1243/2280 54% [================================= ] 1244/2280 54% [================================= ] 1245/2280 54% [================================= ] 1246/2280 54% [================================= ] 1247/2280 54% [================================= ] 1248/2280 54% [================================= ] 1249/2280 54% [================================= ] 1250/2280 54% [================================== ] 1251/2280 54% [================================== ] 1252/2280 54% [================================== ] 1253/2280 54% [================================== ] 1254/2280 55% [================================== ] 1255/2280 55% [================================== ] 1256/2280 55% [================================== ] 1257/2280 55% [================================== ] 1258/2280 55% [================================== ] 1259/2280 55% [================================== ] 1260/2280 55% [================================== ] 1261/2280 55% [================================== ] 1262/2280 55% [================================== ] 1263/2280 55% [================================== ] 1264/2280 55% [================================== ] 1265/2280 55% [================================== ] 1266/2280 55% [================================== ] 1267/2280 55% [================================== ] 1268/2280 55% [================================== ] 1269/2280 55% [================================== ] 1270/2280 55% [================================== ] 1271/2280 55% [================================== ] 1272/2280 55% [================================== ] 1273/2280 55% [================================== ] 1274/2280 55% [================================== ] 1275/2280 55% [================================== ] 1276/2280 55% [================================== ] 1277/2280 56% [================================== ] 1278/2280 56% [================================== ] 1279/2280 56% [================================== ] 1280/2280 56% [================================== ] 1281/2280 56% [================================== ] 1282/2280 56% [================================== ] 1283/2280 56% [================================== ] 1284/2280 56% [================================== ] 1285/2280 56% [================================== ] 1286/2280 56% [================================== ] 1287/2280 56% [=================================== ] 1288/2280 56% [=================================== ] 1289/2280 56% [=================================== ] 1290/2280 56% [=================================== ] 1291/2280 56% [=================================== ] 1292/2280 56% [=================================== ] 1293/2280 56% [=================================== ] 1294/2280 56% [=================================== ] 1295/2280 56% [=================================== ] 1296/2280 56% [=================================== ] 1297/2280 56% [=================================== ] 1298/2280 56% [=================================== ] 1299/2280 56% [=================================== ] 1300/2280 57% [=================================== ] 1301/2280 57% [=================================== ] 1302/2280 57% [=================================== ] 1303/2280 57% [=================================== ] 1304/2280 57% [=================================== ] 1305/2280 57% [=================================== ] 1306/2280 57% [=================================== ] 1307/2280 57% [=================================== ] 1308/2280 57% [=================================== ] 1309/2280 57% [=================================== ] 1310/2280 57% [=================================== ] 1311/2280 57% [=================================== ] 1312/2280 57% [=================================== ] 1313/2280 57% [=================================== ] 1314/2280 57% [=================================== ] 1315/2280 57% [=================================== ] 1316/2280 57% [=================================== ] 1317/2280 57% [=================================== ] 1318/2280 57% [=================================== ] 1319/2280 57% [=================================== ] 1320/2280 57% [=================================== ] 1321/2280 57% [=================================== ] 1322/2280 57% [=================================== ] 1323/2280 58% [==================================== ] 1324/2280 58% [==================================== ] 1325/2280 58% [==================================== ] 1326/2280 58% [==================================== ] 1327/2280 58% [==================================== ] 1328/2280 58% [==================================== ] 1329/2280 58% [==================================== ] 1330/2280 58% [==================================== ] 1331/2280 58% [==================================== ] 1332/2280 58% [==================================== ] 1333/2280 58% [==================================== ] 1334/2280 58% [==================================== ] 1335/2280 58% [==================================== ] 1336/2280 58% [==================================== ] 1337/2280 58% [==================================== ] 1338/2280 58% [==================================== ] 1339/2280 58% [==================================== ] 1340/2280 58% [==================================== ] 1341/2280 58% [==================================== ] 1342/2280 58% [==================================== ] 1343/2280 58% [==================================== ] 1344/2280 58% [==================================== ] 1345/2280 58% [==================================== ] 1346/2280 59% [==================================== ] 1347/2280 59% [==================================== ] 1348/2280 59% [==================================== ] 1349/2280 59% [==================================== ] 1350/2280 59% [==================================== ] 1351/2280 59% [==================================== ] 1352/2280 59% [==================================== ] 1353/2280 59% [==================================== ] 1354/2280 59% [==================================== ] 1355/2280 59% [==================================== ] 1356/2280 59% [==================================== ] 1357/2280 59% [==================================== ] 1358/2280 59% [==================================== ] 1359/2280 59% [==================================== ] 1360/2280 59% [===================================== ] 1361/2280 59% [===================================== ] 1362/2280 59% [===================================== ] 1363/2280 59% [===================================== ] 1364/2280 59% [===================================== ] 1365/2280 59% [===================================== ] 1366/2280 59% [===================================== ] 1367/2280 59% [===================================== ] 1368/2280 60% [===================================== ] 1369/2280 60% [===================================== ] 1370/2280 60% [===================================== ] 1371/2280 60% [===================================== ] 1372/2280 60% [===================================== ] 1373/2280 60% [===================================== ] 1374/2280 60% [===================================== ] 1375/2280 60% [===================================== ] 1376/2280 60% [===================================== ] 1377/2280 60% [===================================== ] 1378/2280 60% [===================================== ] 1379/2280 60% [===================================== ] 1380/2280 60% [===================================== ] 1381/2280 60% [===================================== ] 1382/2280 60% [===================================== ] 1383/2280 60% [===================================== ] 1384/2280 60% [===================================== ] 1385/2280 60% [===================================== ] 1386/2280 60% [===================================== ] 1387/2280 60% [===================================== ] 1388/2280 60% [===================================== ] 1389/2280 60% [===================================== ] 1390/2280 60% [===================================== ] 1391/2280 61% [===================================== ] 1392/2280 61% [===================================== ] 1393/2280 61% [===================================== ] 1394/2280 61% [===================================== ] 1395/2280 61% [===================================== ] 1396/2280 61% [===================================== ] 1397/2280 61% [====================================== ] 1398/2280 61% [====================================== ] 1399/2280 61% [====================================== ] 1400/2280 61% [====================================== ] 1401/2280 61% [====================================== ] 1402/2280 61% [====================================== ] 1403/2280 61% [====================================== ] 1404/2280 61% [====================================== ] 1405/2280 61% [====================================== ] 1406/2280 61% [====================================== ] 1407/2280 61% [====================================== ] 1408/2280 61% [====================================== ] 1409/2280 61% [====================================== ] 1410/2280 61% [====================================== ] 1411/2280 61% [====================================== ] 1412/2280 61% [====================================== ] 1413/2280 61% [====================================== ] 1414/2280 62% [====================================== ] 1415/2280 62% [====================================== ] 1416/2280 62% [====================================== ] 1417/2280 62% [====================================== ] 1418/2280 62% [====================================== ] 1419/2280 62% [====================================== ] 1420/2280 62% [====================================== ] 1421/2280 62% [====================================== ] 1422/2280 62% [====================================== ] 1423/2280 62% [====================================== ] 1424/2280 62% [====================================== ] 1425/2280 62% [====================================== ] 1426/2280 62% [====================================== ] 1427/2280 62% [====================================== ] 1428/2280 62% [====================================== ] 1429/2280 62% [====================================== ] 1430/2280 62% [====================================== ] 1431/2280 62% [====================================== ] 1432/2280 62% [====================================== ] 1433/2280 62% [====================================== ] 1434/2280 62% [======================================= ] 1435/2280 62% [======================================= ] 1436/2280 62% [======================================= ] 1437/2280 63% [======================================= ] 1438/2280 63% [======================================= ] 1439/2280 63% [======================================= ] 1440/2280 63% [======================================= ] 1441/2280 63% [======================================= ] 1442/2280 63% [======================================= ] 1443/2280 63% [======================================= ] 1444/2280 63% [======================================= ] 1445/2280 63% [======================================= ] 1446/2280 63% [======================================= ] 1447/2280 63% [======================================= ] 1448/2280 63% [======================================= ] 1449/2280 63% [======================================= ] 1450/2280 63% [======================================= ] 1451/2280 63% [======================================= ] 1452/2280 63% [======================================= ] 1453/2280 63% [======================================= ] 1454/2280 63% [======================================= ] 1455/2280 63% [======================================= ] 1456/2280 63% [======================================= ] 1457/2280 63% [======================================= ] 1458/2280 63% [======================================= ] 1459/2280 63% [======================================= ] 1460/2280 64% [======================================= ] 1461/2280 64% [======================================= ] 1462/2280 64% [======================================= ] 1463/2280 64% [======================================= ] 1464/2280 64% [======================================= ] 1465/2280 64% [======================================= ] 1466/2280 64% [======================================= ] 1467/2280 64% [======================================= ] 1468/2280 64% [======================================= ] 1469/2280 64% [======================================= ] 1470/2280 64% [======================================== ] 1471/2280 64% [======================================== ] 1472/2280 64% [======================================== ] 1473/2280 64% [======================================== ] 1474/2280 64% [======================================== ] 1475/2280 64% [======================================== ] 1476/2280 64% [======================================== ] 1477/2280 64% [======================================== ] 1478/2280 64% [======================================== ] 1479/2280 64% [======================================== ] 1480/2280 64% [======================================== ] 1481/2280 64% [======================================== ] 1482/2280 65% [======================================== ] 1483/2280 65% [======================================== ] 1484/2280 65% [======================================== ] 1485/2280 65% [======================================== ] 1486/2280 65% [======================================== ] 1487/2280 65% [======================================== ] 1488/2280 65% [======================================== ] 1489/2280 65% [======================================== ] 1490/2280 65% [======================================== ] 1491/2280 65% [======================================== ] 1492/2280 65% [======================================== ] 1493/2280 65% [======================================== ] 1494/2280 65% [======================================== ] 1495/2280 65% [======================================== ] 1496/2280 65% [======================================== ] 1497/2280 65% [======================================== ] 1498/2280 65% [======================================== ] 1499/2280 65% [======================================== ] 1500/2280 65% [======================================== ] 1501/2280 65% [======================================== ] 1502/2280 65% [======================================== ] 1503/2280 65% [======================================== ] 1504/2280 65% [======================================== ] 1505/2280 66% [======================================== ] 1506/2280 66% [======================================== ] 1507/2280 66% [========================================= ] 1508/2280 66% [========================================= ] 1509/2280 66% [========================================= ] 1510/2280 66% [========================================= ] 1511/2280 66% [========================================= ] 1512/2280 66% [========================================= ] 1513/2280 66% [========================================= ] 1514/2280 66% [========================================= ] 1515/2280 66% [========================================= ] 1516/2280 66% [========================================= ] 1517/2280 66% [========================================= ] 1518/2280 66% [========================================= ] 1519/2280 66% [========================================= ] 1520/2280 66% [========================================= ] 1521/2280 66% [========================================= ] 1522/2280 66% [========================================= ] 1523/2280 66% [========================================= ] 1524/2280 66% [========================================= ] 1525/2280 66% [========================================= ] 1526/2280 66% [========================================= ] 1527/2280 66% [========================================= ] 1528/2280 67% [========================================= ] 1529/2280 67% [========================================= ] 1530/2280 67% [========================================= ] 1531/2280 67% [========================================= ] 1532/2280 67% [========================================= ] 1533/2280 67% [========================================= ] 1534/2280 67% [========================================= ] 1535/2280 67% [========================================= ] 1536/2280 67% [========================================= ] 1537/2280 67% [========================================= ] 1538/2280 67% [========================================= ] 1539/2280 67% [========================================= ] 1540/2280 67% [========================================= ] 1541/2280 67% [========================================= ] 1542/2280 67% [========================================= ] 1543/2280 67% [========================================= ] 1544/2280 67% [========================================== ] 1545/2280 67% [========================================== ] 1546/2280 67% [========================================== ] 1547/2280 67% [========================================== ] 1548/2280 67% [========================================== ] 1549/2280 67% [========================================== ] 1550/2280 67% [========================================== ] 1551/2280 68% [========================================== ] 1552/2280 68% [========================================== ] 1553/2280 68% [========================================== ] 1554/2280 68% [========================================== ] 1555/2280 68% [========================================== ] 1556/2280 68% [========================================== ] 1557/2280 68% [========================================== ] 1558/2280 68% [========================================== ] 1559/2280 68% [========================================== ] 1560/2280 68% [========================================== ] 1561/2280 68% [========================================== ] 1562/2280 68% [========================================== ] 1563/2280 68% [========================================== ] 1564/2280 68% [========================================== ] 1565/2280 68% [========================================== ] 1566/2280 68% [========================================== ] 1567/2280 68% [========================================== ] 1568/2280 68% [========================================== ] 1569/2280 68% [========================================== ] 1570/2280 68% [========================================== ] 1571/2280 68% [========================================== ] 1572/2280 68% [========================================== ] 1573/2280 68% [========================================== ] 1574/2280 69% [========================================== ] 1575/2280 69% [========================================== ] 1576/2280 69% [========================================== ] 1577/2280 69% [========================================== ] 1578/2280 69% [========================================== ] 1579/2280 69% [========================================== ] 1580/2280 69% [========================================== ] 1581/2280 69% [=========================================== ] 1582/2280 69% [=========================================== ] 1583/2280 69% [=========================================== ] 1584/2280 69% [=========================================== ] 1585/2280 69% [=========================================== ] 1586/2280 69% [=========================================== ] 1587/2280 69% [=========================================== ] 1588/2280 69% [=========================================== ] 1589/2280 69% [=========================================== ] 1590/2280 69% [=========================================== ] 1591/2280 69% [=========================================== ] 1592/2280 69% [=========================================== ] 1593/2280 69% [=========================================== ] 1594/2280 69% [=========================================== ] 1595/2280 69% [=========================================== ] 1596/2280 70% [=========================================== ] 1597/2280 70% [=========================================== ] 1598/2280 70% [=========================================== ] 1599/2280 70% [=========================================== ] 1600/2280 70% [=========================================== ] 1601/2280 70% [=========================================== ] 1602/2280 70% [=========================================== ] 1603/2280 70% [=========================================== ] 1604/2280 70% [=========================================== ] 1605/2280 70% [=========================================== ] 1606/2280 70% [=========================================== ] 1607/2280 70% [=========================================== ] 1608/2280 70% [=========================================== ] 1609/2280 70% [=========================================== ] 1610/2280 70% [=========================================== ] 1611/2280 70% [=========================================== ] 1612/2280 70% [=========================================== ] 1613/2280 70% [=========================================== ] 1614/2280 70% [=========================================== ] 1615/2280 70% [=========================================== ] 1616/2280 70% [=========================================== ] 1617/2280 70% [=========================================== ] 1618/2280 70% [============================================ ] 1619/2280 71% [============================================ ] 1620/2280 71% [============================================ ] 1621/2280 71% [============================================ ] 1622/2280 71% [============================================ ] 1623/2280 71% [============================================ ] 1624/2280 71% [============================================ ] 1625/2280 71% [============================================ ] 1626/2280 71% [============================================ ] 1627/2280 71% [============================================ ] 1628/2280 71% [============================================ ] 1629/2280 71% [============================================ ] 1630/2280 71% [============================================ ] 1631/2280 71% [============================================ ] 1632/2280 71% [============================================ ] 1633/2280 71% [============================================ ] 1634/2280 71% [============================================ ] 1635/2280 71% [============================================ ] 1636/2280 71% [============================================ ] 1637/2280 71% [============================================ ] 1638/2280 71% [============================================ ] 1639/2280 71% [============================================ ] 1640/2280 71% [============================================ ] 1641/2280 71% [============================================ ] 1642/2280 72% [============================================ ] 1643/2280 72% [============================================ ] 1644/2280 72% [============================================ ] 1645/2280 72% [============================================ ] 1646/2280 72% [============================================ ] 1647/2280 72% [============================================ ] 1648/2280 72% [============================================ ] 1649/2280 72% [============================================ ] 1650/2280 72% [============================================ ] 1651/2280 72% [============================================ ] 1652/2280 72% [============================================ ] 1653/2280 72% [============================================ ] 1654/2280 72% [============================================= ] 1655/2280 72% [============================================= ] 1656/2280 72% [============================================= ] 1657/2280 72% [============================================= ] 1658/2280 72% [============================================= ] 1659/2280 72% [============================================= ] 1660/2280 72% [============================================= ] 1661/2280 72% [============================================= ] 1662/2280 72% [============================================= ] 1663/2280 72% [============================================= ] 1664/2280 72% [============================================= ] 1665/2280 73% [============================================= ] 1666/2280 73% [============================================= ] 1667/2280 73% [============================================= ] 1668/2280 73% [============================================= ] 1669/2280 73% [============================================= ] 1670/2280 73% [============================================= ] 1671/2280 73% [============================================= ] 1672/2280 73% [============================================= ] 1673/2280 73% [============================================= ] 1674/2280 73% [============================================= ] 1675/2280 73% [============================================= ] 1676/2280 73% [============================================= ] 1677/2280 73% [============================================= ] 1678/2280 73% [============================================= ] 1679/2280 73% [============================================= ] 1680/2280 73% [============================================= ] 1681/2280 73% [============================================= ] 1682/2280 73% [============================================= ] 1683/2280 73% [============================================= ] 1684/2280 73% [============================================= ] 1685/2280 73% [============================================= ] 1686/2280 73% [============================================= ] 1687/2280 73% [============================================= ] 1688/2280 74% [============================================= ] 1689/2280 74% [============================================= ] 1690/2280 74% [============================================= ] 1691/2280 74% [============================================== ] 1692/2280 74% [============================================== ] 1693/2280 74% [============================================== ] 1694/2280 74% [============================================== ] 1695/2280 74% [============================================== ] 1696/2280 74% [============================================== ] 1697/2280 74% [============================================== ] 1698/2280 74% [============================================== ] 1699/2280 74% [============================================== ] 1700/2280 74% [============================================== ] 1701/2280 74% [============================================== ] 1702/2280 74% [============================================== ] 1703/2280 74% [============================================== ] 1704/2280 74% [============================================== ] 1705/2280 74% [============================================== ] 1706/2280 74% [============================================== ] 1707/2280 74% [============================================== ] 1708/2280 74% [============================================== ] 1709/2280 74% [============================================== ] 1710/2280 75% [============================================== ] 1711/2280 75% [============================================== ] 1712/2280 75% [============================================== ] 1713/2280 75% [============================================== ] 1714/2280 75% [============================================== ] 1715/2280 75% [============================================== ] 1716/2280 75% [============================================== ] 1717/2280 75% [============================================== ] 1718/2280 75% [============================================== ] 1719/2280 75% [============================================== ] 1720/2280 75% [============================================== ] 1721/2280 75% [============================================== ] 1722/2280 75% [============================================== ] 1723/2280 75% [============================================== ] 1724/2280 75% [============================================== ] 1725/2280 75% [============================================== ] 1726/2280 75% [============================================== ] 1727/2280 75% [============================================== ] 1728/2280 75% [=============================================== ] 1729/2280 75% [=============================================== ] 1730/2280 75% [=============================================== ] 1731/2280 75% [=============================================== ] 1732/2280 75% [=============================================== ] 1733/2280 76% [=============================================== ] 1734/2280 76% [=============================================== ] 1735/2280 76% [=============================================== ] 1736/2280 76% [=============================================== ] 1737/2280 76% [=============================================== ] 1738/2280 76% [=============================================== ] 1739/2280 76% [=============================================== ] 1740/2280 76% [=============================================== ] 1741/2280 76% [=============================================== ] 1742/2280 76% [=============================================== ] 1743/2280 76% [=============================================== ] 1744/2280 76% [=============================================== ] 1745/2280 76% [=============================================== ] 1746/2280 76% [=============================================== ] 1747/2280 76% [=============================================== ] 1748/2280 76% [=============================================== ] 1749/2280 76% [=============================================== ] 1750/2280 76% [=============================================== ] 1751/2280 76% [=============================================== ] 1752/2280 76% [=============================================== ] 1753/2280 76% [=============================================== ] 1754/2280 76% [=============================================== ] 1755/2280 76% [=============================================== ] 1756/2280 77% [=============================================== ] 1757/2280 77% [=============================================== ] 1758/2280 77% [=============================================== ] 1759/2280 77% [=============================================== ] 1760/2280 77% [=============================================== ] 1761/2280 77% [=============================================== ] 1762/2280 77% [=============================================== ] 1763/2280 77% [=============================================== ] 1764/2280 77% [=============================================== ] 1765/2280 77% [================================================ ] 1766/2280 77% [================================================ ] 1767/2280 77% [================================================ ] 1768/2280 77% [================================================ ] 1769/2280 77% [================================================ ] 1770/2280 77% [================================================ ] 1771/2280 77% [================================================ ] 1772/2280 77% [================================================ ] 1773/2280 77% [================================================ ] 1774/2280 77% [================================================ ] 1775/2280 77% [================================================ ] 1776/2280 77% [================================================ ] 1777/2280 77% [================================================ ] 1778/2280 77% [================================================ ] 1779/2280 78% [================================================ ] 1780/2280 78% [================================================ ] 1781/2280 78% [================================================ ] 1782/2280 78% [================================================ ] 1783/2280 78% [================================================ ] 1784/2280 78% [================================================ ] 1785/2280 78% [================================================ ] 1786/2280 78% [================================================ ] 1787/2280 78% [================================================ ] 1788/2280 78% [================================================ ] 1789/2280 78% [================================================ ] 1790/2280 78% [================================================ ] 1791/2280 78% [================================================ ] 1792/2280 78% [================================================ ] 1793/2280 78% [================================================ ] 1794/2280 78% [================================================ ] 1795/2280 78% [================================================ ] 1796/2280 78% [================================================ ] 1797/2280 78% [================================================ ] 1798/2280 78% [================================================ ] 1799/2280 78% [================================================ ] 1800/2280 78% [================================================ ] 1801/2280 78% [================================================= ] 1802/2280 79% [================================================= ] 1803/2280 79% [================================================= ] 1804/2280 79% [================================================= ] 1805/2280 79% [================================================= ] 1806/2280 79% [================================================= ] 1807/2280 79% [================================================= ] 1808/2280 79% [================================================= ] 1809/2280 79% [================================================= ] 1810/2280 79% [================================================= ] 1811/2280 79% [================================================= ] 1812/2280 79% [================================================= ] 1813/2280 79% [================================================= ] 1814/2280 79% [================================================= ] 1815/2280 79% [================================================= ] 1816/2280 79% [================================================= ] 1817/2280 79% [================================================= ] 1818/2280 79% [================================================= ] 1819/2280 79% [================================================= ] 1820/2280 79% [================================================= ] 1821/2280 79% [================================================= ] 1822/2280 79% [================================================= ] 1823/2280 79% [================================================= ] 1824/2280 80% [================================================= ] 1825/2280 80% [================================================= ] 1826/2280 80% [================================================= ] 1827/2280 80% [================================================= ] 1828/2280 80% [================================================= ] 1829/2280 80% [================================================= ] 1830/2280 80% [================================================= ] 1831/2280 80% [================================================= ] 1832/2280 80% [================================================= ] 1833/2280 80% [================================================= ] 1834/2280 80% [================================================= ] 1835/2280 80% [================================================= ] 1836/2280 80% [================================================= ] 1837/2280 80% [================================================= ] 1838/2280 80% [================================================== ] 1839/2280 80% [================================================== ] 1840/2280 80% [================================================== ] 1841/2280 80% [================================================== ] 1842/2280 80% [================================================== ] 1843/2280 80% [================================================== ] 1844/2280 80% [================================================== ] 1845/2280 80% [================================================== ] 1846/2280 80% [================================================== ] 1847/2280 81% [================================================== ] 1848/2280 81% [================================================== ] 1849/2280 81% [================================================== ] 1850/2280 81% [================================================== ] 1851/2280 81% [================================================== ] 1852/2280 81% [================================================== ] 1853/2280 81% [================================================== ] 1854/2280 81% [================================================== ] 1855/2280 81% [================================================== ] 1856/2280 81% [================================================== ] 1857/2280 81% [================================================== ] 1858/2280 81% [================================================== ] 1859/2280 81% [================================================== ] 1860/2280 81% [================================================== ] 1861/2280 81% [================================================== ] 1862/2280 81% [================================================== ] 1863/2280 81% [================================================== ] 1864/2280 81% [================================================== ] 1865/2280 81% [================================================== ] 1866/2280 81% [================================================== ] 1867/2280 81% [================================================== ] 1868/2280 81% [================================================== ] 1869/2280 81% [================================================== ] 1870/2280 82% [================================================== ] 1871/2280 82% [================================================== ] 1872/2280 82% [================================================== ] 1873/2280 82% [================================================== ] 1874/2280 82% [================================================== ] 1875/2280 82% [=================================================== ] 1876/2280 82% [=================================================== ] 1877/2280 82% [=================================================== ] 1878/2280 82% [=================================================== ] 1879/2280 82% [=================================================== ] 1880/2280 82% [=================================================== ] 1881/2280 82% [=================================================== ] 1882/2280 82% [=================================================== ] 1883/2280 82% [=================================================== ] 1884/2280 82% [=================================================== ] 1885/2280 82% [=================================================== ] 1886/2280 82% [=================================================== ] 1887/2280 82% [=================================================== ] 1888/2280 82% [=================================================== ] 1889/2280 82% [=================================================== ] 1890/2280 82% [=================================================== ] 1891/2280 82% [=================================================== ] 1892/2280 82% [=================================================== ] 1893/2280 83% [=================================================== ] 1894/2280 83% [=================================================== ] 1895/2280 83% [=================================================== ] 1896/2280 83% [=================================================== ] 1897/2280 83% [=================================================== ] 1898/2280 83% [=================================================== ] 1899/2280 83% [=================================================== ] 1900/2280 83% [=================================================== ] 1901/2280 83% [=================================================== ] 1902/2280 83% [=================================================== ] 1903/2280 83% [=================================================== ] 1904/2280 83% [=================================================== ] 1905/2280 83% [=================================================== ] 1906/2280 83% [=================================================== ] 1907/2280 83% [=================================================== ] 1908/2280 83% [=================================================== ] 1909/2280 83% [=================================================== ] 1910/2280 83% [=================================================== ] 1911/2280 83% [=================================================== ] 1912/2280 83% [==================================================== ] 1913/2280 83% [==================================================== ] 1914/2280 83% [==================================================== ] 1915/2280 83% [==================================================== ] 1916/2280 84% [==================================================== ] 1917/2280 84% [==================================================== ] 1918/2280 84% [==================================================== ] 1919/2280 84% [==================================================== ] 1920/2280 84% [==================================================== ] 1921/2280 84% [==================================================== ] 1922/2280 84% [==================================================== ] 1923/2280 84% [==================================================== ] 1924/2280 84% [==================================================== ] 1925/2280 84% [==================================================== ] 1926/2280 84% [==================================================== ] 1927/2280 84% [==================================================== ] 1928/2280 84% [==================================================== ] 1929/2280 84% [==================================================== ] 1930/2280 84% [==================================================== ] 1931/2280 84% [==================================================== ] 1932/2280 84% [==================================================== ] 1933/2280 84% [==================================================== ] 1934/2280 84% [==================================================== ] 1935/2280 84% [==================================================== ] 1936/2280 84% [==================================================== ] 1937/2280 84% [==================================================== ] 1938/2280 85% [==================================================== ] 1939/2280 85% [==================================================== ] 1940/2280 85% [==================================================== ] 1941/2280 85% [==================================================== ] 1942/2280 85% [==================================================== ] 1943/2280 85% [==================================================== ] 1944/2280 85% [==================================================== ] 1945/2280 85% [==================================================== ] 1946/2280 85% [==================================================== ] 1947/2280 85% [==================================================== ] 1948/2280 85% [==================================================== ] 1949/2280 85% [===================================================== ] 1950/2280 85% [===================================================== ] 1951/2280 85% [===================================================== ] 1952/2280 85% [===================================================== ] 1953/2280 85% [===================================================== ] 1954/2280 85% [===================================================== ] 1955/2280 85% [===================================================== ] 1956/2280 85% [===================================================== ] 1957/2280 85% [===================================================== ] 1958/2280 85% [===================================================== ] 1959/2280 85% [===================================================== ] 1960/2280 85% [===================================================== ] 1961/2280 86% [===================================================== ] 1962/2280 86% [===================================================== ] 1963/2280 86% [===================================================== ] 1964/2280 86% [===================================================== ] 1965/2280 86% [===================================================== ] 1966/2280 86% [===================================================== ] 1967/2280 86% [===================================================== ] 1968/2280 86% [===================================================== ] 1969/2280 86% [===================================================== ] 1970/2280 86% [===================================================== ] 1971/2280 86% [===================================================== ] 1972/2280 86% [===================================================== ] 1973/2280 86% [===================================================== ] 1974/2280 86% [===================================================== ] 1975/2280 86% [===================================================== ] 1976/2280 86% [===================================================== ] 1977/2280 86% [===================================================== ] 1978/2280 86% [===================================================== ] 1979/2280 86% [===================================================== ] 1980/2280 86% [===================================================== ] 1981/2280 86% [===================================================== ] 1982/2280 86% [===================================================== ] 1983/2280 86% [===================================================== ] 1984/2280 87% [===================================================== ] 1985/2280 87% [====================================================== ] 1986/2280 87% [====================================================== ] 1987/2280 87% [====================================================== ] 1988/2280 87% [====================================================== ] 1989/2280 87% [====================================================== ] 1990/2280 87% [====================================================== ] 1991/2280 87% [====================================================== ] 1992/2280 87% [====================================================== ] 1993/2280 87% [====================================================== ] 1994/2280 87% [====================================================== ] 1995/2280 87% [====================================================== ] 1996/2280 87% [====================================================== ] 1997/2280 87% [====================================================== ] 1998/2280 87% [====================================================== ] 1999/2280 87% [====================================================== ] 2000/2280 87% [====================================================== ] 2001/2280 87% [====================================================== ] 2002/2280 87% [====================================================== ] 2003/2280 87% [====================================================== ] 2004/2280 87% [====================================================== ] 2005/2280 87% [====================================================== ] 2006/2280 87% [====================================================== ] 2007/2280 88% [====================================================== ] 2008/2280 88% [====================================================== ] 2009/2280 88% [====================================================== ] 2010/2280 88% [====================================================== ] 2011/2280 88% [====================================================== ] 2012/2280 88% [====================================================== ] 2013/2280 88% [====================================================== ] 2014/2280 88% [====================================================== ] 2015/2280 88% [====================================================== ] 2016/2280 88% [====================================================== ] 2017/2280 88% [====================================================== ] 2018/2280 88% [====================================================== ] 2019/2280 88% [====================================================== ] 2020/2280 88% [====================================================== ] 2021/2280 88% [====================================================== ] 2022/2280 88% [======================================================= ] 2023/2280 88% [======================================================= ] 2024/2280 88% [======================================================= ] 2025/2280 88% [======================================================= ] 2026/2280 88% [======================================================= ] 2027/2280 88% [======================================================= ] 2028/2280 88% [======================================================= ] 2029/2280 88% [======================================================= ] 2030/2280 89% [======================================================= ] 2031/2280 89% [======================================================= ] 2032/2280 89% [======================================================= ] 2033/2280 89% [======================================================= ] 2034/2280 89% [======================================================= ] 2035/2280 89% [======================================================= ] 2036/2280 89% [======================================================= ] 2037/2280 89% [======================================================= ] 2038/2280 89% [======================================================= ] 2039/2280 89% [======================================================= ] 2040/2280 89% [======================================================= ] 2041/2280 89% [======================================================= ] 2042/2280 89% [======================================================= ] 2043/2280 89% [======================================================= ] 2044/2280 89% [======================================================= ] 2045/2280 89% [======================================================= ] 2046/2280 89% [======================================================= ] 2047/2280 89% [======================================================= ] 2048/2280 89% [======================================================= ] 2049/2280 89% [======================================================= ] 2050/2280 89% [======================================================= ] 2051/2280 89% [======================================================= ] 2052/2280 90% [======================================================= ] 2053/2280 90% [======================================================= ] 2054/2280 90% [======================================================= ] 2055/2280 90% [======================================================= ] 2056/2280 90% [======================================================= ] 2057/2280 90% [======================================================= ] 2058/2280 90% [======================================================= ] 2059/2280 90% [======================================================== ] 2060/2280 90% [======================================================== ] 2061/2280 90% [======================================================== ] 2062/2280 90% [======================================================== ] 2063/2280 90% [======================================================== ] 2064/2280 90% [======================================================== ] 2065/2280 90% [======================================================== ] 2066/2280 90% [======================================================== ] 2067/2280 90% [======================================================== ] 2068/2280 90% [======================================================== ] 2069/2280 90% [======================================================== ] 2070/2280 90% [======================================================== ] 2071/2280 90% [======================================================== ] 2072/2280 90% [======================================================== ] 2073/2280 90% [======================================================== ] 2074/2280 90% [======================================================== ] 2075/2280 91% [======================================================== ] 2076/2280 91% [======================================================== ] 2077/2280 91% [======================================================== ] 2078/2280 91% [======================================================== ] 2079/2280 91% [======================================================== ] 2080/2280 91% [======================================================== ] 2081/2280 91% [======================================================== ] 2082/2280 91% [======================================================== ] 2083/2280 91% [======================================================== ] 2084/2280 91% [======================================================== ] 2085/2280 91% [======================================================== ] 2086/2280 91% [======================================================== ] 2087/2280 91% [======================================================== ] 2088/2280 91% [======================================================== ] 2089/2280 91% [======================================================== ] 2090/2280 91% [======================================================== ] 2091/2280 91% [======================================================== ] 2092/2280 91% [======================================================== ] 2093/2280 91% [======================================================== ] 2094/2280 91% [======================================================== ] 2095/2280 91% [======================================================== ] 2096/2280 91% [========================================================= ] 2097/2280 91% [========================================================= ] 2098/2280 92% [========================================================= ] 2099/2280 92% [========================================================= ] 2100/2280 92% [========================================================= ] 2101/2280 92% [========================================================= ] 2102/2280 92% [========================================================= ] 2103/2280 92% [========================================================= ] 2104/2280 92% [========================================================= ] 2105/2280 92% [========================================================= ] 2106/2280 92% [========================================================= ] 2107/2280 92% [========================================================= ] 2108/2280 92% [========================================================= ] 2109/2280 92% [========================================================= ] 2110/2280 92% [========================================================= ] 2111/2280 92% [========================================================= ] 2112/2280 92% [========================================================= ] 2113/2280 92% [========================================================= ] 2114/2280 92% [========================================================= ] 2115/2280 92% [========================================================= ] 2116/2280 92% [========================================================= ] 2117/2280 92% [========================================================= ] 2118/2280 92% [========================================================= ] 2119/2280 92% [========================================================= ] 2120/2280 92% [========================================================= ] 2121/2280 93% [========================================================= ] 2122/2280 93% [========================================================= ] 2123/2280 93% [========================================================= ] 2124/2280 93% [========================================================= ] 2125/2280 93% [========================================================= ] 2126/2280 93% [========================================================= ] 2127/2280 93% [========================================================= ] 2128/2280 93% [========================================================= ] 2129/2280 93% [========================================================= ] 2130/2280 93% [========================================================= ] 2131/2280 93% [========================================================= ] 2132/2280 93% [========================================================== ] 2133/2280 93% [========================================================== ] 2134/2280 93% [========================================================== ] 2135/2280 93% [========================================================== ] 2136/2280 93% [========================================================== ] 2137/2280 93% [========================================================== ] 2138/2280 93% [========================================================== ] 2139/2280 93% [========================================================== ] 2140/2280 93% [========================================================== ] 2141/2280 93% [========================================================== ] 2142/2280 93% [========================================================== ] 2143/2280 93% [========================================================== ] 2144/2280 94% [========================================================== ] 2145/2280 94% [========================================================== ] 2146/2280 94% [========================================================== ] 2147/2280 94% [========================================================== ] 2148/2280 94% [========================================================== ] 2149/2280 94% [========================================================== ] 2150/2280 94% [========================================================== ] 2151/2280 94% [========================================================== ] 2152/2280 94% [========================================================== ] 2153/2280 94% [========================================================== ] 2154/2280 94% [========================================================== ] 2155/2280 94% [========================================================== ] 2156/2280 94% [========================================================== ] 2157/2280 94% [========================================================== ] 2158/2280 94% [========================================================== ] 2159/2280 94% [========================================================== ] 2160/2280 94% [========================================================== ] 2161/2280 94% [========================================================== ] 2162/2280 94% [========================================================== ] 2163/2280 94% [========================================================== ] 2164/2280 94% [========================================================== ] 2165/2280 94% [========================================================== ] 2166/2280 95% [========================================================== ] 2167/2280 95% [========================================================== ] 2168/2280 95% [========================================================== ] 2169/2280 95% [=========================================================== ] 2170/2280 95% [=========================================================== ] 2171/2280 95% [=========================================================== ] 2172/2280 95% [=========================================================== ] 2173/2280 95% [=========================================================== ] 2174/2280 95% [=========================================================== ] 2175/2280 95% [=========================================================== ] 2176/2280 95% [=========================================================== ] 2177/2280 95% [=========================================================== ] 2178/2280 95% [=========================================================== ] 2179/2280 95% [=========================================================== ] 2180/2280 95% [=========================================================== ] 2181/2280 95% [=========================================================== ] 2182/2280 95% [=========================================================== ] 2183/2280 95% [=========================================================== ] 2184/2280 95% [=========================================================== ] 2185/2280 95% [=========================================================== ] 2186/2280 95% [=========================================================== ] 2187/2280 95% [=========================================================== ] 2188/2280 95% [=========================================================== ] 2189/2280 96% [=========================================================== ] 2190/2280 96% [=========================================================== ] 2191/2280 96% [=========================================================== ] 2192/2280 96% [=========================================================== ] 2193/2280 96% [=========================================================== ] 2194/2280 96% [=========================================================== ] 2195/2280 96% [=========================================================== ] 2196/2280 96% [=========================================================== ] 2197/2280 96% [=========================================================== ] 2198/2280 96% [=========================================================== ] 2199/2280 96% [=========================================================== ] 2200/2280 96% [=========================================================== ] 2201/2280 96% [=========================================================== ] 2202/2280 96% [=========================================================== ] 2203/2280 96% [=========================================================== ] 2204/2280 96% [=========================================================== ] 2205/2280 96% [=========================================================== ] 2206/2280 96% [============================================================ ] 2207/2280 96% [============================================================ ] 2208/2280 96% [============================================================ ] 2209/2280 96% [============================================================ ] 2210/2280 96% [============================================================ ] 2211/2280 96% [============================================================ ] 2212/2280 97% [============================================================ ] 2213/2280 97% [============================================================ ] 2214/2280 97% [============================================================ ] 2215/2280 97% [============================================================ ] 2216/2280 97% [============================================================ ] 2217/2280 97% [============================================================ ] 2218/2280 97% [============================================================ ] 2219/2280 97% [============================================================ ] 2220/2280 97% [============================================================ ] 2221/2280 97% [============================================================ ] 2222/2280 97% [============================================================ ] 2223/2280 97% [============================================================ ] 2224/2280 97% [============================================================ ] 2225/2280 97% [============================================================ ] 2226/2280 97% [============================================================ ] 2227/2280 97% [============================================================ ] 2228/2280 97% [============================================================ ] 2229/2280 97% [============================================================ ] 2230/2280 97% [============================================================ ] 2231/2280 97% [============================================================ ] 2232/2280 97% [============================================================ ] 2233/2280 97% [============================================================ ] 2234/2280 97% [============================================================ ] 2235/2280 98% [============================================================ ] 2236/2280 98% [============================================================ ] 2237/2280 98% [============================================================ ] 2238/2280 98% [============================================================ ] 2239/2280 98% [============================================================ ] 2240/2280 98% [============================================================ ] 2241/2280 98% [============================================================ ] 2242/2280 98% [============================================================ ] 2243/2280 98% [============================================================= ] 2244/2280 98% [============================================================= ] 2245/2280 98% [============================================================= ] 2246/2280 98% [============================================================= ] 2247/2280 98% [============================================================= ] 2248/2280 98% [============================================================= ] 2249/2280 98% [============================================================= ] 2250/2280 98% [============================================================= ] 2251/2280 98% [============================================================= ] 2252/2280 98% [============================================================= ] 2253/2280 98% [============================================================= ] 2254/2280 98% [============================================================= ] 2255/2280 98% [============================================================= ] 2256/2280 98% [============================================================= ] 2257/2280 98% [============================================================= ] 2258/2280 99% [============================================================= ] 2259/2280 99% [============================================================= ] 2260/2280 99% [============================================================= ] 2261/2280 99% [============================================================= ] 2262/2280 99% [============================================================= ] 2263/2280 99% [============================================================= ] 2264/2280 99% [============================================================= ] 2265/2280 99% [============================================================= ] 2266/2280 99% [============================================================= ] 2267/2280 99% [============================================================= ] 2268/2280 99% [============================================================= ] 2269/2280 99% [============================================================= ] 2270/2280 99% [============================================================= ] 2271/2280 99% [============================================================= ] 2272/2280 99% [============================================================= ] 2273/2280 99% [============================================================= ] 2274/2280 99% [============================================================= ] 2275/2280 99% [============================================================= ] 2276/2280 99% [============================================================= ] 2277/2280 99% [============================================================= ] 2278/2280 99% [============================================================= ] 2279/2280 99% [==============================================================] 2280/2280 100% operation complete, 2280 objects in 108169 NAND pages. ln -snf /nvmedata/autobuild/instance-3/output-1/host/mips64-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-3/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-3/buildroot' make: Entering directory '/nvmedata/autobuild/instance-3/buildroot' >>> Buildroot 2022.02-795-gf33c1fc87f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.40 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.15.33 Collecting legal info >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> avro-c 1.11.0 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bcg729 1.0.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> fbset 2.1 Collecting legal info fbset.c: OK (sha256: c3285709a0840899a789faefae1704e87f96f757e905a38a1931a9d4fde95ddd) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1n Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> psmisc 23.4 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.0 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cryptsetup 2.4.3 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1n Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> davfs2 1.6.1 Collecting legal info COPYING: OK (sha256: 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> earlyoom 1.6.2 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> ffmpeg 4.4.2 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> tiff 4.3.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> host-gdb 10.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 7.83.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpgme 1.16.0 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libksba 1.6.0 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsndfile 1.0.31 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nettle 3.7.3 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> obsidian-cursors 1.0 Collecting legal info >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pkcs11-helper 1.28 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-qoriq-rcw LSDK-20.12 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> sqlite 3.38.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcpreplay 4.3.4 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tz Collecting legal info >>> host-tzdata 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> uqmi 0a19b5b77140465c29e2afa7d611fe93abc9672f Collecting legal info main.c: OK (sha256: a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.33: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-3/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-3/buildroot'