find /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-0/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-0/output-1/target/etc/passwd grep -qsE '^/bin/zsh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/zsh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02.6-20-g6a0257e949"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02.6"; \ echo "PRETTY_NAME=\"Buildroot 2024.02.6\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package \ /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /var/empty d 755 root root - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.squashfs -noappend -processors 4 -b 4K -Xcompression-level 9 -nopad -comp gzip\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-0/output-1/images/rootfs.squashfs, block size 4096. [===========================================================\] 30463/30463 100% Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 4096 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 39453.94 Kbytes (38.53 Mbytes) 34.68% of uncompressed filesystem size (113762.47 Kbytes) Inode table size 94180 bytes (91.97 Kbytes) 38.33% of uncompressed inode table size (245712 bytes) Directory table size 38954 bytes (38.04 Kbytes) 52.38% of uncompressed directory table size (74368 bytes) Number of duplicate files found 37 Number of inodes 4075 Number of files 3431 Number of fragments 883 Number of symbolic links 169 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 475 Number of hard-links 1 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) unknown (33) Number of gids 2 root (0) tape (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 4076 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/4076 0% [ ] 2/4076 0% [ ] 3/4076 0% [ ] 4/4076 0% [ ] 5/4076 0% [ ] 6/4076 0% [ ] 7/4076 0% [ ] 8/4076 0% [ ] 9/4076 0% [ ] 10/4076 0% [ ] 11/4076 0% [ ] 12/4076 0% [ ] 13/4076 0% [ ] 14/4076 0% [ ] 15/4076 0% [ ] 16/4076 0% [ ] 17/4076 0% [ ] 18/4076 0% [ ] 19/4076 0% [ ] 20/4076 0% [ ] 21/4076 0% [ ] 22/4076 0% [ ] 23/4076 0% [ ] 24/4076 0% [ ] 25/4076 0% [ ] 26/4076 0% [ ] 27/4076 0% [ ] 28/4076 0% [ ] 29/4076 0% [ ] 30/4076 0% [ ] 31/4076 0% [ ] 32/4076 0% [ ] 33/4076 0% [ ] 34/4076 0% [ ] 35/4076 0% [ ] 36/4076 0% [ ] 37/4076 0% [ ] 38/4076 0% [ ] 39/4076 0% [ ] 40/4076 0% [ ] 41/4076 1% [ ] 42/4076 1% [ ] 43/4076 1% [ ] 44/4076 1% [ ] 45/4076 1% [ ] 46/4076 1% [ ] 47/4076 1% [ ] 48/4076 1% [ ] 49/4076 1% [ ] 50/4076 1% [ ] 51/4076 1% [ ] 52/4076 1% [ ] 53/4076 1% [ ] 54/4076 1% [ ] 55/4076 1% [ ] 56/4076 1% [ ] 57/4076 1% [ ] 58/4076 1% [ ] 59/4076 1% [ ] 60/4076 1% [ ] 61/4076 1% [ ] 62/4076 1% [ ] 63/4076 1% [ ] 64/4076 1% [ ] 65/4076 1% [= ] 66/4076 1% [= ] 67/4076 1% [= ] 68/4076 1% [= ] 69/4076 1% [= ] 70/4076 1% [= ] 71/4076 1% [= ] 72/4076 1% [= ] 73/4076 1% [= ] 74/4076 1% [= ] 75/4076 1% [= ] 76/4076 1% [= ] 77/4076 1% [= ] 78/4076 1% [= ] 79/4076 1% [= ] 80/4076 1% [= ] 81/4076 1% [= ] 82/4076 2% [= ] 83/4076 2% [= ] 84/4076 2% [= ] 85/4076 2% [= ] 86/4076 2% [= ] 87/4076 2% [= ] 88/4076 2% [= ] 89/4076 2% [= ] 90/4076 2% [= ] 91/4076 2% [= ] 92/4076 2% [= ] 93/4076 2% [= ] 94/4076 2% [= ] 95/4076 2% [= ] 96/4076 2% [= ] 97/4076 2% [= ] 98/4076 2% [= ] 99/4076 2% [= ] 100/4076 2% [= ] 101/4076 2% [= ] 102/4076 2% [= ] 103/4076 2% [= ] 104/4076 2% [= ] 105/4076 2% [= ] 106/4076 2% [= ] 107/4076 2% [= ] 108/4076 2% [= ] 109/4076 2% [= ] 110/4076 2% [= ] 111/4076 2% [= ] 112/4076 2% [= ] 113/4076 2% [= ] 114/4076 2% [= ] 115/4076 2% [= ] 116/4076 2% [= ] 117/4076 2% [= ] 118/4076 2% [= ] 119/4076 2% [= ] 120/4076 2% [= ] 121/4076 2% [= ] 122/4076 2% [= ] 123/4076 3% [= ] 124/4076 3% [= ] 125/4076 3% [= ] 126/4076 3% [= ] 127/4076 3% [= ] 128/4076 3% [= ] 129/4076 3% [= ] 130/4076 3% [= ] 131/4076 3% [== ] 132/4076 3% [== ] 133/4076 3% [== ] 134/4076 3% [== ] 135/4076 3% [== ] 136/4076 3% [== ] 137/4076 3% [== ] 138/4076 3% [== ] 139/4076 3% [== ] 140/4076 3% [== ] 141/4076 3% [== ] 142/4076 3% [== ] 143/4076 3% [== ] 144/4076 3% [== ] 145/4076 3% [== ] 146/4076 3% [== ] 147/4076 3% [== ] 148/4076 3% [== ] 149/4076 3% [== ] 150/4076 3% [== ] 151/4076 3% [== ] 152/4076 3% [== ] 153/4076 3% [== ] 154/4076 3% [== ] 155/4076 3% [== ] 156/4076 3% [== ] 157/4076 3% [== ] 158/4076 3% [== ] 159/4076 3% [== ] 160/4076 3% [== ] 161/4076 3% [== ] 162/4076 3% [== ] 163/4076 3% [== ] 164/4076 4% [== ] 165/4076 4% [== ] 166/4076 4% [== ] 167/4076 4% [== ] 168/4076 4% [== ] 169/4076 4% [== ] 170/4076 4% [== ] 171/4076 4% [== ] 172/4076 4% [== ] 173/4076 4% [== ] 174/4076 4% [== ] 175/4076 4% [== ] 176/4076 4% [== ] 177/4076 4% [== ] 178/4076 4% [== ] 179/4076 4% [== ] 180/4076 4% [== ] 181/4076 4% [== ] 182/4076 4% [== ] 183/4076 4% [== ] 184/4076 4% [== ] 185/4076 4% [== ] 186/4076 4% [== ] 187/4076 4% [== ] 188/4076 4% [== ] 189/4076 4% [== ] 190/4076 4% [== ] 191/4076 4% [== ] 192/4076 4% [== ] 193/4076 4% [== ] 194/4076 4% [== ] 195/4076 4% [== ] 196/4076 4% [== ] 197/4076 4% [=== ] 198/4076 4% [=== ] 199/4076 4% [=== ] 200/4076 4% [=== ] 201/4076 4% [=== ] 202/4076 4% [=== ] 203/4076 4% [=== ] 204/4076 5% [=== ] 205/4076 5% [=== ] 206/4076 5% [=== ] 207/4076 5% [=== ] 208/4076 5% [=== ] 209/4076 5% [=== ] 210/4076 5% [=== ] 211/4076 5% [=== ] 212/4076 5% [=== ] 213/4076 5% [=== ] 214/4076 5% [=== ] 215/4076 5% [=== ] 216/4076 5% [=== ] 217/4076 5% [=== ] 218/4076 5% [=== ] 219/4076 5% [=== ] 220/4076 5% [=== ] 221/4076 5% [=== ] 222/4076 5% [=== ] 223/4076 5% [=== ] 224/4076 5% [=== ] 225/4076 5% [=== ] 226/4076 5% [=== ] 227/4076 5% [=== ] 228/4076 5% [=== ] 229/4076 5% [=== ] 230/4076 5% [=== ] 231/4076 5% [=== ] 232/4076 5% [=== ] 233/4076 5% [=== ] 234/4076 5% [=== ] 235/4076 5% [=== ] 236/4076 5% [=== ] 237/4076 5% [=== ] 238/4076 5% [=== ] 239/4076 5% [=== ] 240/4076 5% [=== ] 241/4076 5% [=== ] 242/4076 5% [=== ] 243/4076 5% [=== ] 244/4076 5% [=== ] 245/4076 6% [=== ] 246/4076 6% [=== ] 247/4076 6% [=== ] 248/4076 6% [=== ] 249/4076 6% [=== ] 250/4076 6% [=== ] 251/4076 6% [=== ] 252/4076 6% [=== ] 253/4076 6% [=== ] 254/4076 6% [=== ] 255/4076 6% [=== ] 256/4076 6% [=== ] 257/4076 6% [=== ] 258/4076 6% [=== ] 259/4076 6% [=== ] 260/4076 6% [=== ] 261/4076 6% [=== ] 262/4076 6% [==== ] 263/4076 6% [==== ] 264/4076 6% [==== ] 265/4076 6% [==== ] 266/4076 6% [==== ] 267/4076 6% [==== ] 268/4076 6% [==== ] 269/4076 6% [==== ] 270/4076 6% [==== ] 271/4076 6% [==== ] 272/4076 6% [==== ] 273/4076 6% [==== ] 274/4076 6% [==== ] 275/4076 6% [==== ] 276/4076 6% [==== ] 277/4076 6% [==== ] 278/4076 6% [==== ] 279/4076 6% [==== ] 280/4076 6% [==== ] 281/4076 6% [==== ] 282/4076 6% [==== ] 283/4076 6% [==== ] 284/4076 6% [==== ] 285/4076 6% [==== ] 286/4076 7% [==== ] 287/4076 7% [==== ] 288/4076 7% [==== ] 289/4076 7% [==== ] 290/4076 7% [==== ] 291/4076 7% [==== ] 292/4076 7% [==== ] 293/4076 7% [==== ] 294/4076 7% [==== ] 295/4076 7% [==== ] 296/4076 7% [==== ] 297/4076 7% [==== ] 298/4076 7% [==== ] 299/4076 7% [==== ] 300/4076 7% [==== ] 301/4076 7% [==== ] 302/4076 7% [==== ] 303/4076 7% [==== ] 304/4076 7% [==== ] 305/4076 7% [==== ] 306/4076 7% [==== ] 307/4076 7% [==== ] 308/4076 7% [==== ] 309/4076 7% [==== ] 310/4076 7% [==== ] 311/4076 7% [==== ] 312/4076 7% [==== ] 313/4076 7% [==== ] 314/4076 7% [==== ] 315/4076 7% [==== ] 316/4076 7% [==== ] 317/4076 7% [==== ] 318/4076 7% [==== ] 319/4076 7% [==== ] 320/4076 7% [==== ] 321/4076 7% [==== ] 322/4076 7% [==== ] 323/4076 7% [==== ] 324/4076 7% [==== ] 325/4076 7% [==== ] 326/4076 7% [==== ] 327/4076 8% [==== ] 328/4076 8% [===== ] 329/4076 8% [===== ] 330/4076 8% [===== ] 331/4076 8% [===== ] 332/4076 8% [===== ] 333/4076 8% [===== ] 334/4076 8% [===== ] 335/4076 8% [===== ] 336/4076 8% [===== ] 337/4076 8% [===== ] 338/4076 8% [===== ] 339/4076 8% [===== ] 340/4076 8% [===== ] 341/4076 8% [===== ] 342/4076 8% [===== ] 343/4076 8% [===== ] 344/4076 8% [===== ] 345/4076 8% [===== ] 346/4076 8% [===== ] 347/4076 8% [===== ] 348/4076 8% [===== ] 349/4076 8% [===== ] 350/4076 8% [===== ] 351/4076 8% [===== ] 352/4076 8% [===== ] 353/4076 8% [===== ] 354/4076 8% [===== ] 355/4076 8% [===== ] 356/4076 8% [===== ] 357/4076 8% [===== ] 358/4076 8% [===== ] 359/4076 8% [===== ] 360/4076 8% [===== ] 361/4076 8% [===== ] 362/4076 8% [===== ] 363/4076 8% [===== ] 364/4076 8% [===== ] 365/4076 8% [===== ] 366/4076 8% [===== ] 367/4076 9% [===== ] 368/4076 9% [===== ] 369/4076 9% [===== ] 370/4076 9% [===== ] 371/4076 9% [===== ] 372/4076 9% [===== ] 373/4076 9% [===== ] 374/4076 9% [===== ] 375/4076 9% [===== ] 376/4076 9% [===== ] 377/4076 9% [===== ] 378/4076 9% [===== ] 379/4076 9% [===== ] 380/4076 9% [===== ] 381/4076 9% [===== ] 382/4076 9% [===== ] 383/4076 9% [===== ] 384/4076 9% [===== ] 385/4076 9% [===== ] 386/4076 9% [===== ] 387/4076 9% [===== ] 388/4076 9% [===== ] 389/4076 9% [===== ] 390/4076 9% [===== ] 391/4076 9% [===== ] 392/4076 9% [===== ] 393/4076 9% [===== ] 394/4076 9% [====== ] 395/4076 9% [====== ] 396/4076 9% [====== ] 397/4076 9% [====== ] 398/4076 9% [====== ] 399/4076 9% [====== ] 400/4076 9% [====== ] 401/4076 9% [====== ] 402/4076 9% [====== ] 403/4076 9% [====== ] 404/4076 9% [====== ] 405/4076 9% [====== ] 406/4076 9% [====== ] 407/4076 9% [====== ] 408/4076 10% [====== ] 409/4076 10% [====== ] 410/4076 10% [====== ] 411/4076 10% [====== ] 412/4076 10% [====== ] 413/4076 10% [====== ] 414/4076 10% [====== ] 415/4076 10% [====== ] 416/4076 10% [====== ] 417/4076 10% [====== ] 418/4076 10% [====== ] 419/4076 10% [====== ] 420/4076 10% [====== ] 421/4076 10% [====== ] 422/4076 10% [====== ] 423/4076 10% [====== ] 424/4076 10% [====== ] 425/4076 10% [====== ] 426/4076 10% [====== ] 427/4076 10% [====== ] 428/4076 10% [====== ] 429/4076 10% [====== ] 430/4076 10% [====== ] 431/4076 10% [====== ] 432/4076 10% [====== ] 433/4076 10% [====== ] 434/4076 10% [====== ] 435/4076 10% [====== ] 436/4076 10% [====== ] 437/4076 10% [====== ] 438/4076 10% [====== ] 439/4076 10% [====== ] 440/4076 10% [====== ] 441/4076 10% [====== ] 442/4076 10% [====== ] 443/4076 10% [====== ] 444/4076 10% [====== ] 445/4076 10% [====== ] 446/4076 10% [====== ] 447/4076 10% [====== ] 448/4076 10% [====== ] 449/4076 11% [====== ] 450/4076 11% [====== ] 451/4076 11% [====== ] 452/4076 11% [====== ] 453/4076 11% [====== ] 454/4076 11% [====== ] 455/4076 11% [====== ] 456/4076 11% [====== ] 457/4076 11% [====== ] 458/4076 11% [====== ] 459/4076 11% [====== ] 460/4076 11% [======= ] 461/4076 11% [======= ] 462/4076 11% [======= ] 463/4076 11% [======= ] 464/4076 11% [======= ] 465/4076 11% [======= ] 466/4076 11% [======= ] 467/4076 11% [======= ] 468/4076 11% [======= ] 469/4076 11% [======= ] 470/4076 11% [======= ] 471/4076 11% [======= ] 472/4076 11% [======= ] 473/4076 11% [======= ] 474/4076 11% [======= ] 475/4076 11% [======= ] 476/4076 11% [======= ] 477/4076 11% [======= ] 478/4076 11% [======= ] 479/4076 11% [======= ] 480/4076 11% [======= ] 481/4076 11% [======= ] 482/4076 11% [======= ] 483/4076 11% [======= ] 484/4076 11% [======= ] 485/4076 11% [======= ] 486/4076 11% [======= ] 487/4076 11% [======= ] 488/4076 11% [======= ] 489/4076 11% [======= ] 490/4076 12% [======= ] 491/4076 12% [======= ] 492/4076 12% [======= ] 493/4076 12% [======= ] 494/4076 12% [======= ] 495/4076 12% [======= ] 496/4076 12% [======= ] 497/4076 12% [======= ] 498/4076 12% [======= ] 499/4076 12% [======= ] 500/4076 12% [======= ] 501/4076 12% [======= ] 502/4076 12% [======= ] 503/4076 12% [======= ] 504/4076 12% [======= ] 505/4076 12% [======= ] 506/4076 12% [======= ] 507/4076 12% [======= ] 508/4076 12% [======= ] 509/4076 12% [======= ] 510/4076 12% [======= ] 511/4076 12% [======= ] 512/4076 12% [======= ] 513/4076 12% [======= ] 514/4076 12% [======= ] 515/4076 12% [======= ] 516/4076 12% [======= ] 517/4076 12% [======= ] 518/4076 12% [======= ] 519/4076 12% [======= ] 520/4076 12% [======= ] 521/4076 12% [======= ] 522/4076 12% [======= ] 523/4076 12% [======= ] 524/4076 12% [======= ] 525/4076 12% [======== ] 526/4076 12% [======== ] 527/4076 12% [======== ] 528/4076 12% [======== ] 529/4076 12% [======== ] 530/4076 13% [======== ] 531/4076 13% [======== ] 532/4076 13% [======== ] 533/4076 13% [======== ] 534/4076 13% [======== ] 535/4076 13% [======== ] 536/4076 13% [======== ] 537/4076 13% [======== ] 538/4076 13% [======== ] 539/4076 13% [======== ] 540/4076 13% [======== ] 541/4076 13% [======== ] 542/4076 13% [======== ] 543/4076 13% [======== ] 544/4076 13% [======== ] 545/4076 13% [======== ] 546/4076 13% [======== ] 547/4076 13% [======== ] 548/4076 13% [======== ] 549/4076 13% [======== ] 550/4076 13% [======== ] 551/4076 13% [======== ] 552/4076 13% [======== ] 553/4076 13% [======== ] 554/4076 13% [======== ] 555/4076 13% [======== ] 556/4076 13% [======== ] 557/4076 13% [======== ] 558/4076 13% [======== ] 559/4076 13% [======== ] 560/4076 13% [======== ] 561/4076 13% [======== ] 562/4076 13% [======== ] 563/4076 13% [======== ] 564/4076 13% [======== ] 565/4076 13% [======== ] 566/4076 13% [======== ] 567/4076 13% [======== ] 568/4076 13% [======== ] 569/4076 13% [======== ] 570/4076 13% [======== ] 571/4076 14% [======== ] 572/4076 14% [======== ] 573/4076 14% [======== ] 574/4076 14% [======== ] 575/4076 14% [======== ] 576/4076 14% [======== ] 577/4076 14% [======== ] 578/4076 14% [======== ] 579/4076 14% [======== ] 580/4076 14% [======== ] 581/4076 14% [======== ] 582/4076 14% [======== ] 583/4076 14% [======== ] 584/4076 14% [======== ] 585/4076 14% [======== ] 586/4076 14% [======== ] 587/4076 14% [======== ] 588/4076 14% [======== ] 589/4076 14% [======== ] 590/4076 14% [======== ] 591/4076 14% [========= ] 592/4076 14% [========= ] 593/4076 14% [========= ] 594/4076 14% [========= ] 595/4076 14% [========= ] 596/4076 14% [========= ] 597/4076 14% [========= ] 598/4076 14% [========= ] 599/4076 14% [========= ] 600/4076 14% [========= ] 601/4076 14% [========= ] 602/4076 14% [========= ] 603/4076 14% [========= ] 604/4076 14% [========= ] 605/4076 14% [========= ] 606/4076 14% [========= ] 607/4076 14% [========= ] 608/4076 14% [========= ] 609/4076 14% [========= ] 610/4076 14% [========= ] 611/4076 14% [========= ] 612/4076 15% [========= ] 613/4076 15% [========= ] 614/4076 15% [========= ] 615/4076 15% [========= ] 616/4076 15% [========= ] 617/4076 15% [========= ] 618/4076 15% [========= ] 619/4076 15% [========= ] 620/4076 15% [========= ] 621/4076 15% [========= ] 622/4076 15% [========= ] 623/4076 15% [========= ] 624/4076 15% [========= ] 625/4076 15% [========= ] 626/4076 15% [========= ] 627/4076 15% [========= ] 628/4076 15% [========= ] 629/4076 15% [========= ] 630/4076 15% [========= ] 631/4076 15% [========= ] 632/4076 15% [========= ] 633/4076 15% [========= ] 634/4076 15% [========= ] 635/4076 15% [========= ] 636/4076 15% [========= ] 637/4076 15% [========= ] 638/4076 15% [========= ] 639/4076 15% [========= ] 640/4076 15% [========= ] 641/4076 15% [========= ] 642/4076 15% [========= ] 643/4076 15% [========= ] 644/4076 15% [========= ] 645/4076 15% [========= ] 646/4076 15% [========= ] 647/4076 15% [========= ] 648/4076 15% [========= ] 649/4076 15% [========= ] 650/4076 15% [========= ] 651/4076 15% [========= ] 652/4076 15% [========= ] 653/4076 16% [========= ] 654/4076 16% [========= ] 655/4076 16% [========= ] 656/4076 16% [========= ] 657/4076 16% [========== ] 658/4076 16% [========== ] 659/4076 16% [========== ] 660/4076 16% [========== ] 661/4076 16% [========== ] 662/4076 16% [========== ] 663/4076 16% [========== ] 664/4076 16% [========== ] 665/4076 16% [========== ] 666/4076 16% [========== ] 667/4076 16% [========== ] 668/4076 16% [========== ] 669/4076 16% [========== ] 670/4076 16% [========== ] 671/4076 16% [========== ] 672/4076 16% [========== ] 673/4076 16% [========== ] 674/4076 16% [========== ] 675/4076 16% [========== ] 676/4076 16% [========== ] 677/4076 16% [========== ] 678/4076 16% [========== ] 679/4076 16% [========== ] 680/4076 16% [========== ] 681/4076 16% [========== ] 682/4076 16% [========== ] 683/4076 16% [========== ] 684/4076 16% [========== ] 685/4076 16% [========== ] 686/4076 16% [========== ] 687/4076 16% [========== ] 688/4076 16% [========== ] 689/4076 16% [========== ] 690/4076 16% [========== ] 691/4076 16% [========== ] 692/4076 16% [========== ] 693/4076 17% [========== ] 694/4076 17% [========== ] 695/4076 17% [========== ] 696/4076 17% [========== ] 697/4076 17% [========== ] 698/4076 17% [========== ] 699/4076 17% [========== ] 700/4076 17% [========== ] 701/4076 17% [========== ] 702/4076 17% [========== ] 703/4076 17% [========== ] 704/4076 17% [========== ] 705/4076 17% [========== ] 706/4076 17% [========== ] 707/4076 17% [========== ] 708/4076 17% [========== ] 709/4076 17% [========== ] 710/4076 17% [========== ] 711/4076 17% [========== ] 712/4076 17% [========== ] 713/4076 17% [========== ] 714/4076 17% [========== ] 715/4076 17% [========== ] 716/4076 17% [========== ] 717/4076 17% [========== ] 718/4076 17% [========== ] 719/4076 17% [========== ] 720/4076 17% [========== ] 721/4076 17% [========== ] 722/4076 17% [========== ] 723/4076 17% [=========== ] 724/4076 17% [=========== ] 725/4076 17% [=========== ] 726/4076 17% [=========== ] 727/4076 17% [=========== ] 728/4076 17% [=========== ] 729/4076 17% [=========== ] 730/4076 17% [=========== ] 731/4076 17% [=========== ] 732/4076 17% [=========== ] 733/4076 17% [=========== ] 734/4076 18% [=========== ] 735/4076 18% [=========== ] 736/4076 18% [=========== ] 737/4076 18% [=========== ] 738/4076 18% [=========== ] 739/4076 18% [=========== ] 740/4076 18% [=========== ] 741/4076 18% [=========== ] 742/4076 18% [=========== ] 743/4076 18% [=========== ] 744/4076 18% [=========== ] 745/4076 18% [=========== ] 746/4076 18% [=========== ] 747/4076 18% [=========== ] 748/4076 18% [=========== ] 749/4076 18% [=========== ] 750/4076 18% [=========== ] 751/4076 18% [=========== ] 752/4076 18% [=========== ] 753/4076 18% [=========== ] 754/4076 18% [=========== ] 755/4076 18% [=========== ] 756/4076 18% [=========== ] 757/4076 18% [=========== ] 758/4076 18% [=========== ] 759/4076 18% [=========== ] 760/4076 18% [=========== ] 761/4076 18% [=========== ] 762/4076 18% [=========== ] 763/4076 18% [=========== ] 764/4076 18% [=========== ] 765/4076 18% [=========== ] 766/4076 18% [=========== ] 767/4076 18% [=========== ] 768/4076 18% [=========== ] 769/4076 18% [=========== ] 770/4076 18% [=========== ] 771/4076 18% [=========== ] 772/4076 18% [=========== ] 773/4076 18% [=========== ] 774/4076 18% [=========== ] 775/4076 19% [=========== ] 776/4076 19% [=========== ] 777/4076 19% [=========== ] 778/4076 19% [=========== ] 779/4076 19% [=========== ] 780/4076 19% [=========== ] 781/4076 19% [=========== ] 782/4076 19% [=========== ] 783/4076 19% [=========== ] 784/4076 19% [=========== ] 785/4076 19% [=========== ] 786/4076 19% [=========== ] 787/4076 19% [=========== ] 788/4076 19% [============ ] 789/4076 19% [============ ] 790/4076 19% [============ ] 791/4076 19% [============ ] 792/4076 19% [============ ] 793/4076 19% [============ ] 794/4076 19% [============ ] 795/4076 19% [============ ] 796/4076 19% [============ ] 797/4076 19% [============ ] 798/4076 19% [============ ] 799/4076 19% [============ ] 800/4076 19% [============ ] 801/4076 19% [============ ] 802/4076 19% [============ ] 803/4076 19% [============ ] 804/4076 19% [============ ] 805/4076 19% [============ ] 806/4076 19% [============ ] 807/4076 19% [============ ] 808/4076 19% [============ ] 809/4076 19% [============ ] 810/4076 19% [============ ] 811/4076 19% [============ ] 812/4076 19% [============ ] 813/4076 19% [============ ] 814/4076 19% [============ ] 815/4076 19% [============ ] 816/4076 20% [============ ] 817/4076 20% [============ ] 818/4076 20% [============ ] 819/4076 20% [============ ] 820/4076 20% [============ ] 821/4076 20% [============ ] 822/4076 20% [============ ] 823/4076 20% [============ ] 824/4076 20% [============ ] 825/4076 20% [============ ] 826/4076 20% [============ ] 827/4076 20% [============ ] 828/4076 20% [============ ] 829/4076 20% [============ ] 830/4076 20% [============ ] 831/4076 20% [============ ] 832/4076 20% [============ ] 833/4076 20% [============ ] 834/4076 20% [============ ] 835/4076 20% [============ ] 836/4076 20% [============ ] 837/4076 20% [============ ] 838/4076 20% [============ ] 839/4076 20% [============ ] 840/4076 20% [============ ] 841/4076 20% [============ ] 842/4076 20% [============ ] 843/4076 20% [============ ] 844/4076 20% [============ ] 845/4076 20% [============ ] 846/4076 20% [============ ] 847/4076 20% [============ ] 848/4076 20% [============ ] 849/4076 20% [============ ] 850/4076 20% [============ ] 851/4076 20% [============ ] 852/4076 20% [============ ] 853/4076 20% [============ ] 854/4076 20% [============= ] 855/4076 20% [============= ] 856/4076 21% [============= ] 857/4076 21% [============= ] 858/4076 21% [============= ] 859/4076 21% [============= ] 860/4076 21% [============= ] 861/4076 21% [============= ] 862/4076 21% [============= ] 863/4076 21% [============= ] 864/4076 21% [============= ] 865/4076 21% [============= ] 866/4076 21% [============= ] 867/4076 21% [============= ] 868/4076 21% [============= ] 869/4076 21% [============= ] 870/4076 21% [============= ] 871/4076 21% [============= ] 872/4076 21% [============= ] 873/4076 21% [============= ] 874/4076 21% [============= ] 875/4076 21% [============= ] 876/4076 21% [============= ] 877/4076 21% [============= ] 878/4076 21% [============= ] 879/4076 21% [============= ] 880/4076 21% [============= ] 881/4076 21% [============= ] 882/4076 21% [============= ] 883/4076 21% [============= ] 884/4076 21% [============= ] 885/4076 21% [============= ] 886/4076 21% [============= ] 887/4076 21% [============= ] 888/4076 21% [============= ] 889/4076 21% [============= ] 890/4076 21% [============= ] 891/4076 21% [============= ] 892/4076 21% [============= ] 893/4076 21% [============= ] 894/4076 21% [============= ] 895/4076 21% [============= ] 896/4076 21% [============= ] 897/4076 22% [============= ] 898/4076 22% [============= ] 899/4076 22% [============= ] 900/4076 22% [============= ] 901/4076 22% [============= ] 902/4076 22% [============= ] 903/4076 22% [============= ] 904/4076 22% [============= ] 905/4076 22% [============= ] 906/4076 22% [============= ] 907/4076 22% [============= ] 908/4076 22% [============= ] 909/4076 22% [============= ] 910/4076 22% [============= ] 911/4076 22% [============= ] 912/4076 22% [============= ] 913/4076 22% [============= ] 914/4076 22% [============= ] 915/4076 22% [============= ] 916/4076 22% [============= ] 917/4076 22% [============= ] 918/4076 22% [============= ] 919/4076 22% [============= ] 920/4076 22% [============== ] 921/4076 22% [============== ] 922/4076 22% [============== ] 923/4076 22% [============== ] 924/4076 22% [============== ] 925/4076 22% [============== ] 926/4076 22% [============== ] 927/4076 22% [============== ] 928/4076 22% [============== ] 929/4076 22% [============== ] 930/4076 22% [============== ] 931/4076 22% [============== ] 932/4076 22% [============== ] 933/4076 22% [============== ] 934/4076 22% [============== ] 935/4076 22% [============== ] 936/4076 22% [============== ] 937/4076 22% [============== ] 938/4076 23% [============== ] 939/4076 23% [============== ] 940/4076 23% [============== ] 941/4076 23% [============== ] 942/4076 23% [============== ] 943/4076 23% [============== ] 944/4076 23% [============== ] 945/4076 23% [============== ] 946/4076 23% [============== ] 947/4076 23% [============== ] 948/4076 23% [============== ] 949/4076 23% [============== ] 950/4076 23% [============== ] 951/4076 23% [============== ] 952/4076 23% [============== ] 953/4076 23% [============== ] 954/4076 23% [============== ] 955/4076 23% [============== ] 956/4076 23% [============== ] 957/4076 23% [============== ] 958/4076 23% [============== ] 959/4076 23% [============== ] 960/4076 23% [============== ] 961/4076 23% [============== ] 962/4076 23% [============== ] 963/4076 23% [============== ] 964/4076 23% [============== ] 965/4076 23% [============== ] 966/4076 23% [============== ] 967/4076 23% [============== ] 968/4076 23% [============== ] 969/4076 23% [============== ] 970/4076 23% [============== ] 971/4076 23% [============== ] 972/4076 23% [============== ] 973/4076 23% [============== ] 974/4076 23% [============== ] 975/4076 23% [============== ] 976/4076 23% [============== ] 977/4076 23% [============== ] 978/4076 23% [============== ] 979/4076 24% [============== ] 980/4076 24% [============== ] 981/4076 24% [============== ] 982/4076 24% [============== ] 983/4076 24% [============== ] 984/4076 24% [============== ] 985/4076 24% [============== ] 986/4076 24% [=============== ] 987/4076 24% [=============== ] 988/4076 24% [=============== ] 989/4076 24% [=============== ] 990/4076 24% [=============== ] 991/4076 24% [=============== ] 992/4076 24% [=============== ] 993/4076 24% [=============== ] 994/4076 24% [=============== ] 995/4076 24% [=============== ] 996/4076 24% [=============== ] 997/4076 24% [=============== ] 998/4076 24% [=============== ] 999/4076 24% [=============== ] 1000/4076 24% [=============== ] 1001/4076 24% [=============== ] 1002/4076 24% [=============== ] 1003/4076 24% [=============== ] 1004/4076 24% [=============== ] 1005/4076 24% [=============== ] 1006/4076 24% [=============== ] 1007/4076 24% [=============== ] 1008/4076 24% [=============== ] 1009/4076 24% [=============== ] 1010/4076 24% [=============== ] 1011/4076 24% [=============== ] 1012/4076 24% [=============== ] 1013/4076 24% [=============== ] 1014/4076 24% [=============== ] 1015/4076 24% [=============== ] 1016/4076 24% [=============== ] 1017/4076 24% [=============== ] 1018/4076 24% [=============== ] 1019/4076 25% [=============== ] 1020/4076 25% [=============== ] 1021/4076 25% [=============== ] 1022/4076 25% [=============== ] 1023/4076 25% [=============== ] 1024/4076 25% [=============== ] 1025/4076 25% [=============== ] 1026/4076 25% [=============== ] 1027/4076 25% [=============== ] 1028/4076 25% [=============== ] 1029/4076 25% [=============== ] 1030/4076 25% [=============== ] 1031/4076 25% [=============== ] 1032/4076 25% [=============== ] 1033/4076 25% [=============== ] 1034/4076 25% [=============== ] 1035/4076 25% [=============== ] 1036/4076 25% [=============== ] 1037/4076 25% [=============== ] 1038/4076 25% [=============== ] 1039/4076 25% [=============== ] 1040/4076 25% [=============== ] 1041/4076 25% [=============== ] 1042/4076 25% [=============== ] 1043/4076 25% [=============== ] 1044/4076 25% [=============== ] 1045/4076 25% [=============== ] 1046/4076 25% [=============== ] 1047/4076 25% [=============== ] 1048/4076 25% [=============== ] 1049/4076 25% [=============== ] 1050/4076 25% [=============== ] 1051/4076 25% [================ ] 1052/4076 25% [================ ] 1053/4076 25% [================ ] 1054/4076 25% [================ ] 1055/4076 25% [================ ] 1056/4076 25% [================ ] 1057/4076 25% [================ ] 1058/4076 25% [================ ] 1059/4076 25% [================ ] 1060/4076 26% [================ ] 1061/4076 26% [================ ] 1062/4076 26% [================ ] 1063/4076 26% [================ ] 1064/4076 26% [================ ] 1065/4076 26% [================ ] 1066/4076 26% [================ ] 1067/4076 26% [================ ] 1068/4076 26% [================ ] 1069/4076 26% [================ ] 1070/4076 26% [================ ] 1071/4076 26% [================ ] 1072/4076 26% [================ ] 1073/4076 26% [================ ] 1074/4076 26% [================ ] 1075/4076 26% [================ ] 1076/4076 26% [================ ] 1077/4076 26% [================ ] 1078/4076 26% [================ ] 1079/4076 26% [================ ] 1080/4076 26% [================ ] 1081/4076 26% [================ ] 1082/4076 26% [================ ] 1083/4076 26% [================ ] 1084/4076 26% [================ ] 1085/4076 26% [================ ] 1086/4076 26% [================ ] 1087/4076 26% [================ ] 1088/4076 26% [================ ] 1089/4076 26% [================ ] 1090/4076 26% [================ ] 1091/4076 26% [================ ] 1092/4076 26% [================ ] 1093/4076 26% [================ ] 1094/4076 26% [================ ] 1095/4076 26% [================ ] 1096/4076 26% [================ ] 1097/4076 26% [================ ] 1098/4076 26% [================ ] 1099/4076 26% [================ ] 1100/4076 26% [================ ] 1101/4076 27% [================ ] 1102/4076 27% [================ ] 1103/4076 27% [================ ] 1104/4076 27% [================ ] 1105/4076 27% [================ ] 1106/4076 27% [================ ] 1107/4076 27% [================ ] 1108/4076 27% [================ ] 1109/4076 27% [================ ] 1110/4076 27% [================ ] 1111/4076 27% [================ ] 1112/4076 27% [================ ] 1113/4076 27% [================ ] 1114/4076 27% [================ ] 1115/4076 27% [================ ] 1116/4076 27% [================ ] 1117/4076 27% [================= ] 1118/4076 27% [================= ] 1119/4076 27% [================= ] 1120/4076 27% [================= ] 1121/4076 27% [================= ] 1122/4076 27% [================= ] 1123/4076 27% [================= ] 1124/4076 27% [================= ] 1125/4076 27% [================= ] 1126/4076 27% [================= ] 1127/4076 27% [================= ] 1128/4076 27% [================= ] 1129/4076 27% [================= ] 1130/4076 27% [================= ] 1131/4076 27% [================= ] 1132/4076 27% [================= ] 1133/4076 27% [================= ] 1134/4076 27% [================= ] 1135/4076 27% [================= ] 1136/4076 27% [================= ] 1137/4076 27% [================= ] 1138/4076 27% [================= ] 1139/4076 27% [================= ] 1140/4076 27% [================= ] 1141/4076 27% [================= ] 1142/4076 28% [================= ] 1143/4076 28% [================= ] 1144/4076 28% [================= ] 1145/4076 28% [================= ] 1146/4076 28% [================= ] 1147/4076 28% [================= ] 1148/4076 28% [================= ] 1149/4076 28% [================= ] 1150/4076 28% [================= ] 1151/4076 28% [================= ] 1152/4076 28% [================= ] 1153/4076 28% [================= ] 1154/4076 28% [================= ] 1155/4076 28% [================= ] 1156/4076 28% [================= ] 1157/4076 28% [================= ] 1158/4076 28% [================= ] 1159/4076 28% [================= ] 1160/4076 28% [================= ] 1161/4076 28% [================= ] 1162/4076 28% [================= ] 1163/4076 28% [================= ] 1164/4076 28% [================= ] 1165/4076 28% [================= ] 1166/4076 28% [================= ] 1167/4076 28% [================= ] 1168/4076 28% [================= ] 1169/4076 28% [================= ] 1170/4076 28% [================= ] 1171/4076 28% [================= ] 1172/4076 28% [================= ] 1173/4076 28% [================= ] 1174/4076 28% [================= ] 1175/4076 28% [================= ] 1176/4076 28% [================= ] 1177/4076 28% [================= ] 1178/4076 28% [================= ] 1179/4076 28% [================= ] 1180/4076 28% [================= ] 1181/4076 28% [================= ] 1182/4076 28% [================= ] 1183/4076 29% [================== ] 1184/4076 29% [================== ] 1185/4076 29% [================== ] 1186/4076 29% [================== ] 1187/4076 29% [================== ] 1188/4076 29% [================== ] 1189/4076 29% [================== ] 1190/4076 29% [================== ] 1191/4076 29% [================== ] 1192/4076 29% [================== ] 1193/4076 29% [================== ] 1194/4076 29% [================== ] 1195/4076 29% [================== ] 1196/4076 29% [================== ] 1197/4076 29% [================== ] 1198/4076 29% [================== ] 1199/4076 29% [================== ] 1200/4076 29% [================== ] 1201/4076 29% [================== ] 1202/4076 29% [================== ] 1203/4076 29% [================== ] 1204/4076 29% [================== ] 1205/4076 29% [================== ] 1206/4076 29% [================== ] 1207/4076 29% [================== ] 1208/4076 29% [================== ] 1209/4076 29% [================== ] 1210/4076 29% [================== ] 1211/4076 29% [================== ] 1212/4076 29% [================== ] 1213/4076 29% [================== ] 1214/4076 29% [================== ] 1215/4076 29% [================== ] 1216/4076 29% [================== ] 1217/4076 29% [================== ] 1218/4076 29% [================== ] 1219/4076 29% [================== ] 1220/4076 29% [================== ] 1221/4076 29% [================== ] 1222/4076 29% [================== ] 1223/4076 30% [================== ] 1224/4076 30% [================== ] 1225/4076 30% [================== ] 1226/4076 30% [================== ] 1227/4076 30% [================== ] 1228/4076 30% [================== ] 1229/4076 30% [================== ] 1230/4076 30% [================== ] 1231/4076 30% [================== ] 1232/4076 30% [================== ] 1233/4076 30% [================== ] 1234/4076 30% [================== ] 1235/4076 30% [================== ] 1236/4076 30% [================== ] 1237/4076 30% [================== ] 1238/4076 30% [================== ] 1239/4076 30% [================== ] 1240/4076 30% [================== ] 1241/4076 30% [================== ] 1242/4076 30% [================== ] 1243/4076 30% [================== ] 1244/4076 30% [================== ] 1245/4076 30% [================== ] 1246/4076 30% [================== ] 1247/4076 30% [================== ] 1248/4076 30% [================== ] 1249/4076 30% [=================== ] 1250/4076 30% [=================== ] 1251/4076 30% [=================== ] 1252/4076 30% [=================== ] 1253/4076 30% [=================== ] 1254/4076 30% [=================== ] 1255/4076 30% [=================== ] 1256/4076 30% [=================== ] 1257/4076 30% [=================== ] 1258/4076 30% [=================== ] 1259/4076 30% [=================== ] 1260/4076 30% [=================== ] 1261/4076 30% [=================== ] 1262/4076 30% [=================== ] 1263/4076 30% [=================== ] 1264/4076 31% [=================== ] 1265/4076 31% [=================== ] 1266/4076 31% [=================== ] 1267/4076 31% [=================== ] 1268/4076 31% [=================== ] 1269/4076 31% [=================== ] 1270/4076 31% [=================== ] 1271/4076 31% [=================== ] 1272/4076 31% [=================== ] 1273/4076 31% [=================== ] 1274/4076 31% [=================== ] 1275/4076 31% [=================== ] 1276/4076 31% [=================== ] 1277/4076 31% [=================== ] 1278/4076 31% [=================== ] 1279/4076 31% [=================== ] 1280/4076 31% [=================== ] 1281/4076 31% [=================== ] 1282/4076 31% [=================== ] 1283/4076 31% [=================== ] 1284/4076 31% [=================== ] 1285/4076 31% [=================== ] 1286/4076 31% [=================== ] 1287/4076 31% [=================== ] 1288/4076 31% [=================== ] 1289/4076 31% [=================== ] 1290/4076 31% [=================== ] 1291/4076 31% [=================== ] 1292/4076 31% [=================== ] 1293/4076 31% [=================== ] 1294/4076 31% [=================== ] 1295/4076 31% [=================== ] 1296/4076 31% [=================== ] 1297/4076 31% [=================== ] 1298/4076 31% [=================== ] 1299/4076 31% [=================== ] 1300/4076 31% [=================== ] 1301/4076 31% [=================== ] 1302/4076 31% [=================== ] 1303/4076 31% [=================== ] 1304/4076 31% [=================== ] 1305/4076 32% [=================== ] 1306/4076 32% [=================== ] 1307/4076 32% [=================== ] 1308/4076 32% [=================== ] 1309/4076 32% [=================== ] 1310/4076 32% [=================== ] 1311/4076 32% [=================== ] 1312/4076 32% [=================== ] 1313/4076 32% [=================== ] 1314/4076 32% [==================== ] 1315/4076 32% [==================== ] 1316/4076 32% [==================== ] 1317/4076 32% [==================== ] 1318/4076 32% [==================== ] 1319/4076 32% [==================== ] 1320/4076 32% [==================== ] 1321/4076 32% [==================== ] 1322/4076 32% [==================== ] 1323/4076 32% [==================== ] 1324/4076 32% [==================== ] 1325/4076 32% [==================== ] 1326/4076 32% [==================== ] 1327/4076 32% [==================== ] 1328/4076 32% [==================== ] 1329/4076 32% [==================== ] 1330/4076 32% [==================== ] 1331/4076 32% [==================== ] 1332/4076 32% [==================== ] 1333/4076 32% [==================== ] 1334/4076 32% [==================== ] 1335/4076 32% [==================== ] 1336/4076 32% [==================== ] 1337/4076 32% [==================== ] 1338/4076 32% [==================== ] 1339/4076 32% [==================== ] 1340/4076 32% [==================== ] 1341/4076 32% [==================== ] 1342/4076 32% [==================== ] 1343/4076 32% [==================== ] 1344/4076 32% [==================== ] 1345/4076 32% [==================== ] 1346/4076 33% [==================== ] 1347/4076 33% [==================== ] 1348/4076 33% [==================== ] 1349/4076 33% [==================== ] 1350/4076 33% [==================== ] 1351/4076 33% [==================== ] 1352/4076 33% [==================== ] 1353/4076 33% [==================== ] 1354/4076 33% [==================== ] 1355/4076 33% [==================== ] 1356/4076 33% [==================== ] 1357/4076 33% [==================== ] 1358/4076 33% [==================== ] 1359/4076 33% [==================== ] 1360/4076 33% [==================== ] 1361/4076 33% [==================== ] 1362/4076 33% [==================== ] 1363/4076 33% [==================== ] 1364/4076 33% [==================== ] 1365/4076 33% [==================== ] 1366/4076 33% [==================== ] 1367/4076 33% [==================== ] 1368/4076 33% [==================== ] 1369/4076 33% [==================== ] 1370/4076 33% [==================== ] 1371/4076 33% [==================== ] 1372/4076 33% [==================== ] 1373/4076 33% [==================== ] 1374/4076 33% [==================== ] 1375/4076 33% [==================== ] 1376/4076 33% [==================== ] 1377/4076 33% [==================== ] 1378/4076 33% [==================== ] 1379/4076 33% [==================== ] 1380/4076 33% [===================== ] 1381/4076 33% [===================== ] 1382/4076 33% [===================== ] 1383/4076 33% [===================== ] 1384/4076 33% [===================== ] 1385/4076 33% [===================== ] 1386/4076 34% [===================== ] 1387/4076 34% [===================== ] 1388/4076 34% [===================== ] 1389/4076 34% [===================== ] 1390/4076 34% [===================== ] 1391/4076 34% [===================== ] 1392/4076 34% [===================== ] 1393/4076 34% [===================== ] 1394/4076 34% [===================== ] 1395/4076 34% [===================== ] 1396/4076 34% [===================== ] 1397/4076 34% [===================== ] 1398/4076 34% [===================== ] 1399/4076 34% [===================== ] 1400/4076 34% [===================== ] 1401/4076 34% [===================== ] 1402/4076 34% [===================== ] 1403/4076 34% [===================== ] 1404/4076 34% [===================== ] 1405/4076 34% [===================== ] 1406/4076 34% [===================== ] 1407/4076 34% [===================== ] 1408/4076 34% [===================== ] 1409/4076 34% [===================== ] 1410/4076 34% [===================== ] 1411/4076 34% [===================== ] 1412/4076 34% [===================== ] 1413/4076 34% [===================== ] 1414/4076 34% [===================== ] 1415/4076 34% [===================== ] 1416/4076 34% [===================== ] 1417/4076 34% [===================== ] 1418/4076 34% [===================== ] 1419/4076 34% [===================== ] 1420/4076 34% [===================== ] 1421/4076 34% [===================== ] 1422/4076 34% [===================== ] 1423/4076 34% [===================== ] 1424/4076 34% [===================== ] 1425/4076 34% [===================== ] 1426/4076 34% [===================== ] 1427/4076 35% [===================== ] 1428/4076 35% [===================== ] 1429/4076 35% [===================== ] 1430/4076 35% [===================== ] 1431/4076 35% [===================== ] 1432/4076 35% [===================== ] 1433/4076 35% [===================== ] 1434/4076 35% [===================== ] 1435/4076 35% [===================== ] 1436/4076 35% [===================== ] 1437/4076 35% [===================== ] 1438/4076 35% [===================== ] 1439/4076 35% [===================== ] 1440/4076 35% [===================== ] 1441/4076 35% [===================== ] 1442/4076 35% [===================== ] 1443/4076 35% [===================== ] 1444/4076 35% [===================== ] 1445/4076 35% [===================== ] 1446/4076 35% [====================== ] 1447/4076 35% [====================== ] 1448/4076 35% [====================== ] 1449/4076 35% [====================== ] 1450/4076 35% [====================== ] 1451/4076 35% [====================== ] 1452/4076 35% [====================== ] 1453/4076 35% [====================== ] 1454/4076 35% [====================== ] 1455/4076 35% [====================== ] 1456/4076 35% [====================== ] 1457/4076 35% [====================== ] 1458/4076 35% [====================== ] 1459/4076 35% [====================== ] 1460/4076 35% [====================== ] 1461/4076 35% [====================== ] 1462/4076 35% [====================== ] 1463/4076 35% [====================== ] 1464/4076 35% [====================== ] 1465/4076 35% [====================== ] 1466/4076 35% [====================== ] 1467/4076 35% [====================== ] 1468/4076 36% [====================== ] 1469/4076 36% [====================== ] 1470/4076 36% [====================== ] 1471/4076 36% [====================== ] 1472/4076 36% [====================== ] 1473/4076 36% [====================== ] 1474/4076 36% [====================== ] 1475/4076 36% [====================== ] 1476/4076 36% [====================== ] 1477/4076 36% [====================== ] 1478/4076 36% [====================== ] 1479/4076 36% [====================== ] 1480/4076 36% [====================== ] 1481/4076 36% [====================== ] 1482/4076 36% [====================== ] 1483/4076 36% [====================== ] 1484/4076 36% [====================== ] 1485/4076 36% [====================== ] 1486/4076 36% [====================== ] 1487/4076 36% [====================== ] 1488/4076 36% [====================== ] 1489/4076 36% [====================== ] 1490/4076 36% [====================== ] 1491/4076 36% [====================== ] 1492/4076 36% [====================== ] 1493/4076 36% [====================== ] 1494/4076 36% [====================== ] 1495/4076 36% [====================== ] 1496/4076 36% [====================== ] 1497/4076 36% [====================== ] 1498/4076 36% [====================== ] 1499/4076 36% [====================== ] 1500/4076 36% [====================== ] 1501/4076 36% [====================== ] 1502/4076 36% [====================== ] 1503/4076 36% [====================== ] 1504/4076 36% [====================== ] 1505/4076 36% [====================== ] 1506/4076 36% [====================== ] 1507/4076 36% [====================== ] 1508/4076 36% [====================== ] 1509/4076 37% [====================== ] 1510/4076 37% [====================== ] 1511/4076 37% [====================== ] 1512/4076 37% [======================= ] 1513/4076 37% [======================= ] 1514/4076 37% [======================= ] 1515/4076 37% [======================= ] 1516/4076 37% [======================= ] 1517/4076 37% [======================= ] 1518/4076 37% [======================= ] 1519/4076 37% [======================= ] 1520/4076 37% [======================= ] 1521/4076 37% [======================= ] 1522/4076 37% [======================= ] 1523/4076 37% [======================= ] 1524/4076 37% [======================= ] 1525/4076 37% [======================= ] 1526/4076 37% [======================= ] 1527/4076 37% [======================= ] 1528/4076 37% [======================= ] 1529/4076 37% [======================= ] 1530/4076 37% [======================= ] 1531/4076 37% [======================= ] 1532/4076 37% [======================= ] 1533/4076 37% [======================= ] 1534/4076 37% [======================= ] 1535/4076 37% [======================= ] 1536/4076 37% [======================= ] 1537/4076 37% [======================= ] 1538/4076 37% [======================= ] 1539/4076 37% [======================= ] 1540/4076 37% [======================= ] 1541/4076 37% [======================= ] 1542/4076 37% [======================= ] 1543/4076 37% [======================= ] 1544/4076 37% [======================= ] 1545/4076 37% [======================= ] 1546/4076 37% [======================= ] 1547/4076 37% [======================= ] 1548/4076 37% [======================= ] 1549/4076 38% [======================= ] 1550/4076 38% [======================= ] 1551/4076 38% [======================= ] 1552/4076 38% [======================= ] 1553/4076 38% [======================= ] 1554/4076 38% [======================= ] 1555/4076 38% [======================= ] 1556/4076 38% [======================= ] 1557/4076 38% [======================= ] 1558/4076 38% [======================= ] 1559/4076 38% [======================= ] 1560/4076 38% [======================= ] 1561/4076 38% [======================= ] 1562/4076 38% [======================= ] 1563/4076 38% [======================= ] 1564/4076 38% [======================= ] 1565/4076 38% [======================= ] 1566/4076 38% [======================= ] 1567/4076 38% [======================= ] 1568/4076 38% [======================= ] 1569/4076 38% [======================= ] 1570/4076 38% [======================= ] 1571/4076 38% [======================= ] 1572/4076 38% [======================= ] 1573/4076 38% [======================= ] 1574/4076 38% [======================= ] 1575/4076 38% [======================= ] 1576/4076 38% [======================= ] 1577/4076 38% [======================== ] 1578/4076 38% [======================== ] 1579/4076 38% [======================== ] 1580/4076 38% [======================== ] 1581/4076 38% [======================== ] 1582/4076 38% [======================== ] 1583/4076 38% [======================== ] 1584/4076 38% [======================== ] 1585/4076 38% [======================== ] 1586/4076 38% [======================== ] 1587/4076 38% [======================== ] 1588/4076 38% [======================== ] 1589/4076 38% [======================== ] 1590/4076 39% [======================== ] 1591/4076 39% [======================== ] 1592/4076 39% [======================== ] 1593/4076 39% [======================== ] 1594/4076 39% [======================== ] 1595/4076 39% [======================== ] 1596/4076 39% [======================== ] 1597/4076 39% [======================== ] 1598/4076 39% [======================== ] 1599/4076 39% [======================== ] 1600/4076 39% [======================== ] 1601/4076 39% [======================== ] 1602/4076 39% [======================== ] 1603/4076 39% [======================== ] 1604/4076 39% [======================== ] 1605/4076 39% [======================== ] 1606/4076 39% [======================== ] 1607/4076 39% [======================== ] 1608/4076 39% [======================== ] 1609/4076 39% [======================== ] 1610/4076 39% [======================== ] 1611/4076 39% [======================== ] 1612/4076 39% [======================== ] 1613/4076 39% [======================== ] 1614/4076 39% [======================== ] 1615/4076 39% [======================== ] 1616/4076 39% [======================== ] 1617/4076 39% [======================== ] 1618/4076 39% [======================== ] 1619/4076 39% [======================== ] 1620/4076 39% [======================== ] 1621/4076 39% [======================== ] 1622/4076 39% [======================== ] 1623/4076 39% [======================== ] 1624/4076 39% [======================== ] 1625/4076 39% [======================== ] 1626/4076 39% [======================== ] 1627/4076 39% [======================== ] 1628/4076 39% [======================== ] 1629/4076 39% [======================== ] 1630/4076 39% [======================== ] 1631/4076 40% [======================== ] 1632/4076 40% [======================== ] 1633/4076 40% [======================== ] 1634/4076 40% [======================== ] 1635/4076 40% [======================== ] 1636/4076 40% [======================== ] 1637/4076 40% [======================== ] 1638/4076 40% [======================== ] 1639/4076 40% [======================== ] 1640/4076 40% [======================== ] 1641/4076 40% [======================== ] 1642/4076 40% [======================== ] 1643/4076 40% [========================= ] 1644/4076 40% [========================= ] 1645/4076 40% [========================= ] 1646/4076 40% [========================= ] 1647/4076 40% [========================= ] 1648/4076 40% [========================= ] 1649/4076 40% [========================= ] 1650/4076 40% [========================= ] 1651/4076 40% [========================= ] 1652/4076 40% [========================= ] 1653/4076 40% [========================= ] 1654/4076 40% [========================= ] 1655/4076 40% [========================= ] 1656/4076 40% [========================= ] 1657/4076 40% [========================= ] 1658/4076 40% [========================= ] 1659/4076 40% [========================= ] 1660/4076 40% [========================= ] 1661/4076 40% [========================= ] 1662/4076 40% [========================= ] 1663/4076 40% [========================= ] 1664/4076 40% [========================= ] 1665/4076 40% [========================= ] 1666/4076 40% [========================= ] 1667/4076 40% [========================= ] 1668/4076 40% [========================= ] 1669/4076 40% [========================= ] 1670/4076 40% [========================= ] 1671/4076 40% [========================= ] 1672/4076 41% [========================= ] 1673/4076 41% [========================= ] 1674/4076 41% [========================= ] 1675/4076 41% [========================= ] 1676/4076 41% [========================= ] 1677/4076 41% [========================= ] 1678/4076 41% [========================= ] 1679/4076 41% [========================= ] 1680/4076 41% [========================= ] 1681/4076 41% [========================= ] 1682/4076 41% [========================= ] 1683/4076 41% [========================= ] 1684/4076 41% [========================= ] 1685/4076 41% [========================= ] 1686/4076 41% [========================= ] 1687/4076 41% [========================= ] 1688/4076 41% [========================= ] 1689/4076 41% [========================= ] 1690/4076 41% [========================= ] 1691/4076 41% [========================= ] 1692/4076 41% [========================= ] 1693/4076 41% [========================= ] 1694/4076 41% [========================= ] 1695/4076 41% [========================= ] 1696/4076 41% [========================= ] 1697/4076 41% [========================= ] 1698/4076 41% [========================= ] 1699/4076 41% [========================= ] 1700/4076 41% [========================= ] 1701/4076 41% [========================= ] 1702/4076 41% [========================= ] 1703/4076 41% [========================= ] 1704/4076 41% [========================= ] 1705/4076 41% [========================= ] 1706/4076 41% [========================= ] 1707/4076 41% [========================= ] 1708/4076 41% [========================= ] 1709/4076 41% [========================== ] 1710/4076 41% [========================== ] 1711/4076 41% [========================== ] 1712/4076 42% [========================== ] 1713/4076 42% [========================== ] 1714/4076 42% [========================== ] 1715/4076 42% [========================== ] 1716/4076 42% [========================== ] 1717/4076 42% [========================== ] 1718/4076 42% [========================== ] 1719/4076 42% [========================== ] 1720/4076 42% [========================== ] 1721/4076 42% [========================== ] 1722/4076 42% [========================== ] 1723/4076 42% [========================== ] 1724/4076 42% [========================== ] 1725/4076 42% [========================== ] 1726/4076 42% [========================== ] 1727/4076 42% [========================== ] 1728/4076 42% [========================== ] 1729/4076 42% [========================== ] 1730/4076 42% [========================== ] 1731/4076 42% [========================== ] 1732/4076 42% [========================== ] 1733/4076 42% [========================== ] 1734/4076 42% [========================== ] 1735/4076 42% [========================== ] 1736/4076 42% [========================== ] 1737/4076 42% [========================== ] 1738/4076 42% [========================== ] 1739/4076 42% [========================== ] 1740/4076 42% [========================== ] 1741/4076 42% [========================== ] 1742/4076 42% [========================== ] 1743/4076 42% [========================== ] 1744/4076 42% [========================== ] 1745/4076 42% [========================== ] 1746/4076 42% [========================== ] 1747/4076 42% [========================== ] 1748/4076 42% [========================== ] 1749/4076 42% [========================== ] 1750/4076 42% [========================== ] 1751/4076 42% [========================== ] 1752/4076 42% [========================== ] 1753/4076 43% [========================== ] 1754/4076 43% [========================== ] 1755/4076 43% [========================== ] 1756/4076 43% [========================== ] 1757/4076 43% [========================== ] 1758/4076 43% [========================== ] 1759/4076 43% [========================== ] 1760/4076 43% [========================== ] 1761/4076 43% [========================== ] 1762/4076 43% [========================== ] 1763/4076 43% [========================== ] 1764/4076 43% [========================== ] 1765/4076 43% [========================== ] 1766/4076 43% [========================== ] 1767/4076 43% [========================== ] 1768/4076 43% [========================== ] 1769/4076 43% [========================== ] 1770/4076 43% [========================== ] 1771/4076 43% [========================== ] 1772/4076 43% [========================== ] 1773/4076 43% [========================== ] 1774/4076 43% [========================== ] 1775/4076 43% [=========================== ] 1776/4076 43% [=========================== ] 1777/4076 43% [=========================== ] 1778/4076 43% [=========================== ] 1779/4076 43% [=========================== ] 1780/4076 43% [=========================== ] 1781/4076 43% [=========================== ] 1782/4076 43% [=========================== ] 1783/4076 43% [=========================== ] 1784/4076 43% [=========================== ] 1785/4076 43% [=========================== ] 1786/4076 43% [=========================== ] 1787/4076 43% [=========================== ] 1788/4076 43% [=========================== ] 1789/4076 43% [=========================== ] 1790/4076 43% [=========================== ] 1791/4076 43% [=========================== ] 1792/4076 43% [=========================== ] 1793/4076 43% [=========================== ] 1794/4076 44% [=========================== ] 1795/4076 44% [=========================== ] 1796/4076 44% [=========================== ] 1797/4076 44% [=========================== ] 1798/4076 44% [=========================== ] 1799/4076 44% [=========================== ] 1800/4076 44% [=========================== ] 1801/4076 44% [=========================== ] 1802/4076 44% [=========================== ] 1803/4076 44% [=========================== ] 1804/4076 44% [=========================== ] 1805/4076 44% [=========================== ] 1806/4076 44% [=========================== ] 1807/4076 44% [=========================== ] 1808/4076 44% [=========================== ] 1809/4076 44% [=========================== ] 1810/4076 44% [=========================== ] 1811/4076 44% [=========================== ] 1812/4076 44% [=========================== ] 1813/4076 44% [=========================== ] 1814/4076 44% [=========================== ] 1815/4076 44% [=========================== ] 1816/4076 44% [=========================== ] 1817/4076 44% [=========================== ] 1818/4076 44% [=========================== ] 1819/4076 44% [=========================== ] 1820/4076 44% [=========================== ] 1821/4076 44% [=========================== ] 1822/4076 44% [=========================== ] 1823/4076 44% [=========================== ] 1824/4076 44% [=========================== ] 1825/4076 44% [=========================== ] 1826/4076 44% [=========================== ] 1827/4076 44% [=========================== ] 1828/4076 44% [=========================== ] 1829/4076 44% [=========================== ] 1830/4076 44% [=========================== ] 1831/4076 44% [=========================== ] 1832/4076 44% [=========================== ] 1833/4076 44% [=========================== ] 1834/4076 44% [=========================== ] 1835/4076 45% [=========================== ] 1836/4076 45% [=========================== ] 1837/4076 45% [=========================== ] 1838/4076 45% [=========================== ] 1839/4076 45% [=========================== ] 1840/4076 45% [============================ ] 1841/4076 45% [============================ ] 1842/4076 45% [============================ ] 1843/4076 45% [============================ ] 1844/4076 45% [============================ ] 1845/4076 45% [============================ ] 1846/4076 45% [============================ ] 1847/4076 45% [============================ ] 1848/4076 45% [============================ ] 1849/4076 45% [============================ ] 1850/4076 45% [============================ ] 1851/4076 45% [============================ ] 1852/4076 45% [============================ ] 1853/4076 45% [============================ ] 1854/4076 45% [============================ ] 1855/4076 45% [============================ ] 1856/4076 45% [============================ ] 1857/4076 45% [============================ ] 1858/4076 45% [============================ ] 1859/4076 45% [============================ ] 1860/4076 45% [============================ ] 1861/4076 45% [============================ ] 1862/4076 45% [============================ ] 1863/4076 45% [============================ ] 1864/4076 45% [============================ ] 1865/4076 45% [============================ ] 1866/4076 45% [============================ ] 1867/4076 45% [============================ ] 1868/4076 45% [============================ ] 1869/4076 45% [============================ ] 1870/4076 45% [============================ ] 1871/4076 45% [============================ ] 1872/4076 45% [============================ ] 1873/4076 45% [============================ ] 1874/4076 45% [============================ ] 1875/4076 46% [============================ ] 1876/4076 46% [============================ ] 1877/4076 46% [============================ ] 1878/4076 46% [============================ ] 1879/4076 46% [============================ ] 1880/4076 46% [============================ ] 1881/4076 46% [============================ ] 1882/4076 46% [============================ ] 1883/4076 46% [============================ ] 1884/4076 46% [============================ ] 1885/4076 46% [============================ ] 1886/4076 46% [============================ ] 1887/4076 46% [============================ ] 1888/4076 46% [============================ ] 1889/4076 46% [============================ ] 1890/4076 46% [============================ ] 1891/4076 46% [============================ ] 1892/4076 46% [============================ ] 1893/4076 46% [============================ ] 1894/4076 46% [============================ ] 1895/4076 46% [============================ ] 1896/4076 46% [============================ ] 1897/4076 46% [============================ ] 1898/4076 46% [============================ ] 1899/4076 46% [============================ ] 1900/4076 46% [============================ ] 1901/4076 46% [============================ ] 1902/4076 46% [============================ ] 1903/4076 46% [============================ ] 1904/4076 46% [============================ ] 1905/4076 46% [============================ ] 1906/4076 46% [============================= ] 1907/4076 46% [============================= ] 1908/4076 46% [============================= ] 1909/4076 46% [============================= ] 1910/4076 46% [============================= ] 1911/4076 46% [============================= ] 1912/4076 46% [============================= ] 1913/4076 46% [============================= ] 1914/4076 46% [============================= ] 1915/4076 46% [============================= ] 1916/4076 47% [============================= ] 1917/4076 47% [============================= ] 1918/4076 47% [============================= ] 1919/4076 47% [============================= ] 1920/4076 47% [============================= ] 1921/4076 47% [============================= ] 1922/4076 47% [============================= ] 1923/4076 47% [============================= ] 1924/4076 47% [============================= ] 1925/4076 47% [============================= ] 1926/4076 47% [============================= ] 1927/4076 47% [============================= ] 1928/4076 47% [============================= ] 1929/4076 47% [============================= ] 1930/4076 47% [============================= ] 1931/4076 47% [============================= ] 1932/4076 47% [============================= ] 1933/4076 47% [============================= ] 1934/4076 47% [============================= ] 1935/4076 47% [============================= ] 1936/4076 47% [============================= ] 1937/4076 47% [============================= ] 1938/4076 47% [============================= ] 1939/4076 47% [============================= ] 1940/4076 47% [============================= ] 1941/4076 47% [============================= ] 1942/4076 47% [============================= ] 1943/4076 47% [============================= ] 1944/4076 47% [============================= ] 1945/4076 47% [============================= ] 1946/4076 47% [============================= ] 1947/4076 47% [============================= ] 1948/4076 47% [============================= ] 1949/4076 47% [============================= ] 1950/4076 47% [============================= ] 1951/4076 47% [============================= ] 1952/4076 47% [============================= ] 1953/4076 47% [============================= ] 1954/4076 47% [============================= ] 1955/4076 47% [============================= ] 1956/4076 47% [============================= ] 1957/4076 48% [============================= ] 1958/4076 48% [============================= ] 1959/4076 48% [============================= ] 1960/4076 48% [============================= ] 1961/4076 48% [============================= ] 1962/4076 48% [============================= ] 1963/4076 48% [============================= ] 1964/4076 48% [============================= ] 1965/4076 48% [============================= ] 1966/4076 48% [============================= ] 1967/4076 48% [============================= ] 1968/4076 48% [============================= ] 1969/4076 48% [============================= ] 1970/4076 48% [============================= ] 1971/4076 48% [============================= ] 1972/4076 48% [============================== ] 1973/4076 48% [============================== ] 1974/4076 48% [============================== ] 1975/4076 48% [============================== ] 1976/4076 48% [============================== ] 1977/4076 48% [============================== ] 1978/4076 48% [============================== ] 1979/4076 48% [============================== ] 1980/4076 48% [============================== ] 1981/4076 48% [============================== ] 1982/4076 48% [============================== ] 1983/4076 48% [============================== ] 1984/4076 48% [============================== ] 1985/4076 48% [============================== ] 1986/4076 48% [============================== ] 1987/4076 48% [============================== ] 1988/4076 48% [============================== ] 1989/4076 48% [============================== ] 1990/4076 48% [============================== ] 1991/4076 48% [============================== ] 1992/4076 48% [============================== ] 1993/4076 48% [============================== ] 1994/4076 48% [============================== ] 1995/4076 48% [============================== ] 1996/4076 48% [============================== ] 1997/4076 48% [============================== ] 1998/4076 49% [============================== ] 1999/4076 49% [============================== ] 2000/4076 49% [============================== ] 2001/4076 49% [============================== ] 2002/4076 49% [============================== ] 2003/4076 49% [============================== ] 2004/4076 49% [============================== ] 2005/4076 49% [============================== ] 2006/4076 49% [============================== ] 2007/4076 49% [============================== ] 2008/4076 49% [============================== ] 2009/4076 49% [============================== ] 2010/4076 49% [============================== ] 2011/4076 49% [============================== ] 2012/4076 49% [============================== ] 2013/4076 49% [============================== ] 2014/4076 49% [============================== ] 2015/4076 49% [============================== ] 2016/4076 49% [============================== ] 2017/4076 49% [============================== ] 2018/4076 49% [============================== ] 2019/4076 49% [============================== ] 2020/4076 49% [============================== ] 2021/4076 49% [============================== ] 2022/4076 49% [============================== ] 2023/4076 49% [============================== ] 2024/4076 49% [============================== ] 2025/4076 49% [============================== ] 2026/4076 49% [============================== ] 2027/4076 49% [============================== ] 2028/4076 49% [============================== ] 2029/4076 49% [============================== ] 2030/4076 49% [============================== ] 2031/4076 49% [============================== ] 2032/4076 49% [============================== ] 2033/4076 49% [============================== ] 2034/4076 49% [============================== ] 2035/4076 49% [============================== ] 2036/4076 49% [============================== ] 2037/4076 49% [=============================== ] 2038/4076 50% [=============================== ] 2039/4076 50% [=============================== ] 2040/4076 50% [=============================== ] 2041/4076 50% [=============================== ] 2042/4076 50% [=============================== ] 2043/4076 50% [=============================== ] 2044/4076 50% [=============================== ] 2045/4076 50% [=============================== ] 2046/4076 50% [=============================== ] 2047/4076 50% [=============================== ] 2048/4076 50% [=============================== ] 2049/4076 50% [=============================== ] 2050/4076 50% [=============================== ] 2051/4076 50% [=============================== ] 2052/4076 50% [=============================== ] 2053/4076 50% [=============================== ] 2054/4076 50% [=============================== ] 2055/4076 50% [=============================== ] 2056/4076 50% [=============================== ] 2057/4076 50% [=============================== ] 2058/4076 50% [=============================== ] 2059/4076 50% [=============================== ] 2060/4076 50% [=============================== ] 2061/4076 50% [=============================== ] 2062/4076 50% [=============================== ] 2063/4076 50% [=============================== ] 2064/4076 50% [=============================== ] 2065/4076 50% [=============================== ] 2066/4076 50% [=============================== ] 2067/4076 50% [=============================== ] 2068/4076 50% [=============================== ] 2069/4076 50% [=============================== ] 2070/4076 50% [=============================== ] 2071/4076 50% [=============================== ] 2072/4076 50% [=============================== ] 2073/4076 50% [=============================== ] 2074/4076 50% [=============================== ] 2075/4076 50% [=============================== ] 2076/4076 50% [=============================== ] 2077/4076 50% [=============================== ] 2078/4076 50% [=============================== ] 2079/4076 51% [=============================== ] 2080/4076 51% [=============================== ] 2081/4076 51% [=============================== ] 2082/4076 51% [=============================== ] 2083/4076 51% [=============================== ] 2084/4076 51% [=============================== ] 2085/4076 51% [=============================== ] 2086/4076 51% [=============================== ] 2087/4076 51% [=============================== ] 2088/4076 51% [=============================== ] 2089/4076 51% [=============================== ] 2090/4076 51% [=============================== ] 2091/4076 51% [=============================== ] 2092/4076 51% [=============================== ] 2093/4076 51% [=============================== ] 2094/4076 51% [=============================== ] 2095/4076 51% [=============================== ] 2096/4076 51% [=============================== ] 2097/4076 51% [=============================== ] 2098/4076 51% [=============================== ] 2099/4076 51% [=============================== ] 2100/4076 51% [=============================== ] 2101/4076 51% [=============================== ] 2102/4076 51% [=============================== ] 2103/4076 51% [================================ ] 2104/4076 51% [================================ ] 2105/4076 51% [================================ ] 2106/4076 51% [================================ ] 2107/4076 51% [================================ ] 2108/4076 51% [================================ ] 2109/4076 51% [================================ ] 2110/4076 51% [================================ ] 2111/4076 51% [================================ ] 2112/4076 51% [================================ ] 2113/4076 51% [================================ ] 2114/4076 51% [================================ ] 2115/4076 51% [================================ ] 2116/4076 51% [================================ ] 2117/4076 51% [================================ ] 2118/4076 51% [================================ ] 2119/4076 51% [================================ ] 2120/4076 52% [================================ ] 2121/4076 52% [================================ ] 2122/4076 52% [================================ ] 2123/4076 52% [================================ ] 2124/4076 52% [================================ ] 2125/4076 52% [================================ ] 2126/4076 52% [================================ ] 2127/4076 52% [================================ ] 2128/4076 52% [================================ ] 2129/4076 52% [================================ ] 2130/4076 52% [================================ ] 2131/4076 52% [================================ ] 2132/4076 52% [================================ ] 2133/4076 52% [================================ ] 2134/4076 52% [================================ ] 2135/4076 52% [================================ ] 2136/4076 52% [================================ ] 2137/4076 52% [================================ ] 2138/4076 52% [================================ ] 2139/4076 52% [================================ ] 2140/4076 52% [================================ ] 2141/4076 52% [================================ ] 2142/4076 52% [================================ ] 2143/4076 52% [================================ ] 2144/4076 52% [================================ ] 2145/4076 52% [================================ ] 2146/4076 52% [================================ ] 2147/4076 52% [================================ ] 2148/4076 52% [================================ ] 2149/4076 52% [================================ ] 2150/4076 52% [================================ ] 2151/4076 52% [================================ ] 2152/4076 52% [================================ ] 2153/4076 52% [================================ ] 2154/4076 52% [================================ ] 2155/4076 52% [================================ ] 2156/4076 52% [================================ ] 2157/4076 52% [================================ ] 2158/4076 52% [================================ ] 2159/4076 52% [================================ ] 2160/4076 52% [================================ ] 2161/4076 53% [================================ ] 2162/4076 53% [================================ ] 2163/4076 53% [================================ ] 2164/4076 53% [================================ ] 2165/4076 53% [================================ ] 2166/4076 53% [================================ ] 2167/4076 53% [================================ ] 2168/4076 53% [================================ ] 2169/4076 53% [================================= ] 2170/4076 53% [================================= ] 2171/4076 53% [================================= ] 2172/4076 53% [================================= ] 2173/4076 53% [================================= ] 2174/4076 53% [================================= ] 2175/4076 53% [================================= ] 2176/4076 53% [================================= ] 2177/4076 53% [================================= ] 2178/4076 53% [================================= ] 2179/4076 53% [================================= ] 2180/4076 53% [================================= ] 2181/4076 53% [================================= ] 2182/4076 53% [================================= ] 2183/4076 53% [================================= ] 2184/4076 53% [================================= ] 2185/4076 53% [================================= ] 2186/4076 53% [================================= ] 2187/4076 53% [================================= ] 2188/4076 53% [================================= ] 2189/4076 53% [================================= ] 2190/4076 53% [================================= ] 2191/4076 53% [================================= ] 2192/4076 53% [================================= ] 2193/4076 53% [================================= ] 2194/4076 53% [================================= ] 2195/4076 53% [================================= ] 2196/4076 53% [================================= ] 2197/4076 53% [================================= ] 2198/4076 53% [================================= ] 2199/4076 53% [================================= ] 2200/4076 53% [================================= ] 2201/4076 53% [================================= ] 2202/4076 54% [================================= ] 2203/4076 54% [================================= ] 2204/4076 54% [================================= ] 2205/4076 54% [================================= ] 2206/4076 54% [================================= ] 2207/4076 54% [================================= ] 2208/4076 54% [================================= ] 2209/4076 54% [================================= ] 2210/4076 54% [================================= ] 2211/4076 54% [================================= ] 2212/4076 54% [================================= ] 2213/4076 54% [================================= ] 2214/4076 54% [================================= ] 2215/4076 54% [================================= ] 2216/4076 54% [================================= ] 2217/4076 54% [================================= ] 2218/4076 54% [================================= ] 2219/4076 54% [================================= ] 2220/4076 54% [================================= ] 2221/4076 54% [================================= ] 2222/4076 54% [================================= ] 2223/4076 54% [================================= ] 2224/4076 54% [================================= ] 2225/4076 54% [================================= ] 2226/4076 54% [================================= ] 2227/4076 54% [================================= ] 2228/4076 54% [================================= ] 2229/4076 54% [================================= ] 2230/4076 54% [================================= ] 2231/4076 54% [================================= ] 2232/4076 54% [================================= ] 2233/4076 54% [================================= ] 2234/4076 54% [================================= ] 2235/4076 54% [================================== ] 2236/4076 54% [================================== ] 2237/4076 54% [================================== ] 2238/4076 54% [================================== ] 2239/4076 54% [================================== ] 2240/4076 54% [================================== ] 2241/4076 54% [================================== ] 2242/4076 55% [================================== ] 2243/4076 55% [================================== ] 2244/4076 55% [================================== ] 2245/4076 55% [================================== ] 2246/4076 55% [================================== ] 2247/4076 55% [================================== ] 2248/4076 55% [================================== ] 2249/4076 55% [================================== ] 2250/4076 55% [================================== ] 2251/4076 55% [================================== ] 2252/4076 55% [================================== ] 2253/4076 55% [================================== ] 2254/4076 55% [================================== ] 2255/4076 55% [================================== ] 2256/4076 55% [================================== ] 2257/4076 55% [================================== ] 2258/4076 55% [================================== ] 2259/4076 55% [================================== ] 2260/4076 55% [================================== ] 2261/4076 55% [================================== ] 2262/4076 55% [================================== ] 2263/4076 55% [================================== ] 2264/4076 55% [================================== ] 2265/4076 55% [================================== ] 2266/4076 55% [================================== ] 2267/4076 55% [================================== ] 2268/4076 55% [================================== ] 2269/4076 55% [================================== ] 2270/4076 55% [================================== ] 2271/4076 55% [================================== ] 2272/4076 55% [================================== ] 2273/4076 55% [================================== ] 2274/4076 55% [================================== ] 2275/4076 55% [================================== ] 2276/4076 55% [================================== ] 2277/4076 55% [================================== ] 2278/4076 55% [================================== ] 2279/4076 55% [================================== ] 2280/4076 55% [================================== ] 2281/4076 55% [================================== ] 2282/4076 55% [================================== ] 2283/4076 56% [================================== ] 2284/4076 56% [================================== ] 2285/4076 56% [================================== ] 2286/4076 56% [================================== ] 2287/4076 56% [================================== ] 2288/4076 56% [================================== ] 2289/4076 56% [================================== ] 2290/4076 56% [================================== ] 2291/4076 56% [================================== ] 2292/4076 56% [================================== ] 2293/4076 56% [================================== ] 2294/4076 56% [================================== ] 2295/4076 56% [================================== ] 2296/4076 56% [================================== ] 2297/4076 56% [================================== ] 2298/4076 56% [================================== ] 2299/4076 56% [================================== ] 2300/4076 56% [=================================== ] 2301/4076 56% [=================================== ] 2302/4076 56% [=================================== ] 2303/4076 56% [=================================== ] 2304/4076 56% [=================================== ] 2305/4076 56% [=================================== ] 2306/4076 56% [=================================== ] 2307/4076 56% [=================================== ] 2308/4076 56% [=================================== ] 2309/4076 56% [=================================== ] 2310/4076 56% [=================================== ] 2311/4076 56% [=================================== ] 2312/4076 56% [=================================== ] 2313/4076 56% [=================================== ] 2314/4076 56% [=================================== ] 2315/4076 56% [=================================== ] 2316/4076 56% [=================================== ] 2317/4076 56% [=================================== ] 2318/4076 56% [=================================== ] 2319/4076 56% [=================================== ] 2320/4076 56% [=================================== ] 2321/4076 56% [=================================== ] 2322/4076 56% [=================================== ] 2323/4076 56% [=================================== ] 2324/4076 57% [=================================== ] 2325/4076 57% [=================================== ] 2326/4076 57% [=================================== ] 2327/4076 57% [=================================== ] 2328/4076 57% [=================================== ] 2329/4076 57% [=================================== ] 2330/4076 57% [=================================== ] 2331/4076 57% [=================================== ] 2332/4076 57% [=================================== ] 2333/4076 57% [=================================== ] 2334/4076 57% [=================================== ] 2335/4076 57% [=================================== ] 2336/4076 57% [=================================== ] 2337/4076 57% [=================================== ] 2338/4076 57% [=================================== ] 2339/4076 57% [=================================== ] 2340/4076 57% [=================================== ] 2341/4076 57% [=================================== ] 2342/4076 57% [=================================== ] 2343/4076 57% [=================================== ] 2344/4076 57% [=================================== ] 2345/4076 57% [=================================== ] 2346/4076 57% [=================================== ] 2347/4076 57% [=================================== ] 2348/4076 57% [=================================== ] 2349/4076 57% [=================================== ] 2350/4076 57% [=================================== ] 2351/4076 57% [=================================== ] 2352/4076 57% [=================================== ] 2353/4076 57% [=================================== ] 2354/4076 57% [=================================== ] 2355/4076 57% [=================================== ] 2356/4076 57% [=================================== ] 2357/4076 57% [=================================== ] 2358/4076 57% [=================================== ] 2359/4076 57% [=================================== ] 2360/4076 57% [=================================== ] 2361/4076 57% [=================================== ] 2362/4076 57% [=================================== ] 2363/4076 57% [=================================== ] 2364/4076 57% [=================================== ] 2365/4076 58% [=================================== ] 2366/4076 58% [==================================== ] 2367/4076 58% [==================================== ] 2368/4076 58% [==================================== ] 2369/4076 58% [==================================== ] 2370/4076 58% [==================================== ] 2371/4076 58% [==================================== ] 2372/4076 58% [==================================== ] 2373/4076 58% [==================================== ] 2374/4076 58% [==================================== ] 2375/4076 58% [==================================== ] 2376/4076 58% [==================================== ] 2377/4076 58% [==================================== ] 2378/4076 58% [==================================== ] 2379/4076 58% [==================================== ] 2380/4076 58% [==================================== ] 2381/4076 58% [==================================== ] 2382/4076 58% [==================================== ] 2383/4076 58% [==================================== ] 2384/4076 58% [==================================== ] 2385/4076 58% [==================================== ] 2386/4076 58% [==================================== ] 2387/4076 58% [==================================== ] 2388/4076 58% [==================================== ] 2389/4076 58% [==================================== ] 2390/4076 58% [==================================== ] 2391/4076 58% [==================================== ] 2392/4076 58% [==================================== ] 2393/4076 58% [==================================== ] 2394/4076 58% [==================================== ] 2395/4076 58% [==================================== ] 2396/4076 58% [==================================== ] 2397/4076 58% [==================================== ] 2398/4076 58% [==================================== ] 2399/4076 58% [==================================== ] 2400/4076 58% [==================================== ] 2401/4076 58% [==================================== ] 2402/4076 58% [==================================== ] 2403/4076 58% [==================================== ] 2404/4076 58% [==================================== ] 2405/4076 59% [==================================== ] 2406/4076 59% [==================================== ] 2407/4076 59% [==================================== ] 2408/4076 59% [==================================== ] 2409/4076 59% [==================================== ] 2410/4076 59% [==================================== ] 2411/4076 59% [==================================== ] 2412/4076 59% [==================================== ] 2413/4076 59% [==================================== ] 2414/4076 59% [==================================== ] 2415/4076 59% [==================================== ] 2416/4076 59% [==================================== ] 2417/4076 59% [==================================== ] 2418/4076 59% [==================================== ] 2419/4076 59% [==================================== ] 2420/4076 59% [==================================== ] 2421/4076 59% [==================================== ] 2422/4076 59% [==================================== ] 2423/4076 59% [==================================== ] 2424/4076 59% [==================================== ] 2425/4076 59% [==================================== ] 2426/4076 59% [==================================== ] 2427/4076 59% [==================================== ] 2428/4076 59% [==================================== ] 2429/4076 59% [==================================== ] 2430/4076 59% [==================================== ] 2431/4076 59% [==================================== ] 2432/4076 59% [===================================== ] 2433/4076 59% [===================================== ] 2434/4076 59% [===================================== ] 2435/4076 59% [===================================== ] 2436/4076 59% [===================================== ] 2437/4076 59% [===================================== ] 2438/4076 59% [===================================== ] 2439/4076 59% [===================================== ] 2440/4076 59% [===================================== ] 2441/4076 59% [===================================== ] 2442/4076 59% [===================================== ] 2443/4076 59% [===================================== ] 2444/4076 59% [===================================== ] 2445/4076 59% [===================================== ] 2446/4076 60% [===================================== ] 2447/4076 60% [===================================== ] 2448/4076 60% [===================================== ] 2449/4076 60% [===================================== ] 2450/4076 60% [===================================== ] 2451/4076 60% [===================================== ] 2452/4076 60% [===================================== ] 2453/4076 60% [===================================== ] 2454/4076 60% [===================================== ] 2455/4076 60% [===================================== ] 2456/4076 60% [===================================== ] 2457/4076 60% [===================================== ] 2458/4076 60% [===================================== ] 2459/4076 60% [===================================== ] 2460/4076 60% [===================================== ] 2461/4076 60% [===================================== ] 2462/4076 60% [===================================== ] 2463/4076 60% [===================================== ] 2464/4076 60% [===================================== ] 2465/4076 60% [===================================== ] 2466/4076 60% [===================================== ] 2467/4076 60% [===================================== ] 2468/4076 60% [===================================== ] 2469/4076 60% [===================================== ] 2470/4076 60% [===================================== ] 2471/4076 60% [===================================== ] 2472/4076 60% [===================================== ] 2473/4076 60% [===================================== ] 2474/4076 60% [===================================== ] 2475/4076 60% [===================================== ] 2476/4076 60% [===================================== ] 2477/4076 60% [===================================== ] 2478/4076 60% [===================================== ] 2479/4076 60% [===================================== ] 2480/4076 60% [===================================== ] 2481/4076 60% [===================================== ] 2482/4076 60% [===================================== ] 2483/4076 60% [===================================== ] 2484/4076 60% [===================================== ] 2485/4076 60% [===================================== ] 2486/4076 60% [===================================== ] 2487/4076 61% [===================================== ] 2488/4076 61% [===================================== ] 2489/4076 61% [===================================== ] 2490/4076 61% [===================================== ] 2491/4076 61% [===================================== ] 2492/4076 61% [===================================== ] 2493/4076 61% [===================================== ] 2494/4076 61% [===================================== ] 2495/4076 61% [===================================== ] 2496/4076 61% [===================================== ] 2497/4076 61% [===================================== ] 2498/4076 61% [====================================== ] 2499/4076 61% [====================================== ] 2500/4076 61% [====================================== ] 2501/4076 61% [====================================== ] 2502/4076 61% [====================================== ] 2503/4076 61% [====================================== ] 2504/4076 61% [====================================== ] 2505/4076 61% [====================================== ] 2506/4076 61% [====================================== ] 2507/4076 61% [====================================== ] 2508/4076 61% [====================================== ] 2509/4076 61% [====================================== ] 2510/4076 61% [====================================== ] 2511/4076 61% [====================================== ] 2512/4076 61% [====================================== ] 2513/4076 61% [====================================== ] 2514/4076 61% [====================================== ] 2515/4076 61% [====================================== ] 2516/4076 61% [====================================== ] 2517/4076 61% [====================================== ] 2518/4076 61% [====================================== ] 2519/4076 61% [====================================== ] 2520/4076 61% [====================================== ] 2521/4076 61% [====================================== ] 2522/4076 61% [====================================== ] 2523/4076 61% [====================================== ] 2524/4076 61% [====================================== ] 2525/4076 61% [====================================== ] 2526/4076 61% [====================================== ] 2527/4076 61% [====================================== ] 2528/4076 62% [====================================== ] 2529/4076 62% [====================================== ] 2530/4076 62% [====================================== ] 2531/4076 62% [====================================== ] 2532/4076 62% [====================================== ] 2533/4076 62% [====================================== ] 2534/4076 62% [====================================== ] 2535/4076 62% [====================================== ] 2536/4076 62% [====================================== ] 2537/4076 62% [====================================== ] 2538/4076 62% [====================================== ] 2539/4076 62% [====================================== ] 2540/4076 62% [====================================== ] 2541/4076 62% [====================================== ] 2542/4076 62% [====================================== ] 2543/4076 62% [====================================== ] 2544/4076 62% [====================================== ] 2545/4076 62% [====================================== ] 2546/4076 62% [====================================== ] 2547/4076 62% [====================================== ] 2548/4076 62% [====================================== ] 2549/4076 62% [====================================== ] 2550/4076 62% [====================================== ] 2551/4076 62% [====================================== ] 2552/4076 62% [====================================== ] 2553/4076 62% [====================================== ] 2554/4076 62% [====================================== ] 2555/4076 62% [====================================== ] 2556/4076 62% [====================================== ] 2557/4076 62% [====================================== ] 2558/4076 62% [====================================== ] 2559/4076 62% [====================================== ] 2560/4076 62% [====================================== ] 2561/4076 62% [====================================== ] 2562/4076 62% [====================================== ] 2563/4076 62% [======================================= ] 2564/4076 62% [======================================= ] 2565/4076 62% [======================================= ] 2566/4076 62% [======================================= ] 2567/4076 62% [======================================= ] 2568/4076 63% [======================================= ] 2569/4076 63% [======================================= ] 2570/4076 63% [======================================= ] 2571/4076 63% [======================================= ] 2572/4076 63% [======================================= ] 2573/4076 63% [======================================= ] 2574/4076 63% [======================================= ] 2575/4076 63% [======================================= ] 2576/4076 63% [======================================= ] 2577/4076 63% [======================================= ] 2578/4076 63% [======================================= ] 2579/4076 63% [======================================= ] 2580/4076 63% [======================================= ] 2581/4076 63% [======================================= ] 2582/4076 63% [======================================= ] 2583/4076 63% [======================================= ] 2584/4076 63% [======================================= ] 2585/4076 63% [======================================= ] 2586/4076 63% [======================================= ] 2587/4076 63% [======================================= ] 2588/4076 63% [======================================= ] 2589/4076 63% [======================================= ] 2590/4076 63% [======================================= ] 2591/4076 63% [======================================= ] 2592/4076 63% [======================================= ] 2593/4076 63% [======================================= ] 2594/4076 63% [======================================= ] 2595/4076 63% [======================================= ] 2596/4076 63% [======================================= ] 2597/4076 63% [======================================= ] 2598/4076 63% [======================================= ] 2599/4076 63% [======================================= ] 2600/4076 63% [======================================= ] 2601/4076 63% [======================================= ] 2602/4076 63% [======================================= ] 2603/4076 63% [======================================= ] 2604/4076 63% [======================================= ] 2605/4076 63% [======================================= ] 2606/4076 63% [======================================= ] 2607/4076 63% [======================================= ] 2608/4076 63% [======================================= ] 2609/4076 64% [======================================= ] 2610/4076 64% [======================================= ] 2611/4076 64% [======================================= ] 2612/4076 64% [======================================= ] 2613/4076 64% [======================================= ] 2614/4076 64% [======================================= ] 2615/4076 64% [======================================= ] 2616/4076 64% [======================================= ] 2617/4076 64% [======================================= ] 2618/4076 64% [======================================= ] 2619/4076 64% [======================================= ] 2620/4076 64% [======================================= ] 2621/4076 64% [======================================= ] 2622/4076 64% [======================================= ] 2623/4076 64% [======================================= ] 2624/4076 64% [======================================= ] 2625/4076 64% [======================================= ] 2626/4076 64% [======================================= ] 2627/4076 64% [======================================= ] 2628/4076 64% [======================================= ] 2629/4076 64% [======================================== ] 2630/4076 64% [======================================== ] 2631/4076 64% [======================================== ] 2632/4076 64% [======================================== ] 2633/4076 64% [======================================== ] 2634/4076 64% [======================================== ] 2635/4076 64% [======================================== ] 2636/4076 64% [======================================== ] 2637/4076 64% [======================================== ] 2638/4076 64% [======================================== ] 2639/4076 64% [======================================== ] 2640/4076 64% [======================================== ] 2641/4076 64% [======================================== ] 2642/4076 64% [======================================== ] 2643/4076 64% [======================================== ] 2644/4076 64% [======================================== ] 2645/4076 64% [======================================== ] 2646/4076 64% [======================================== ] 2647/4076 64% [======================================== ] 2648/4076 64% [======================================== ] 2649/4076 64% [======================================== ] 2650/4076 65% [======================================== ] 2651/4076 65% [======================================== ] 2652/4076 65% [======================================== ] 2653/4076 65% [======================================== ] 2654/4076 65% [======================================== ] 2655/4076 65% [======================================== ] 2656/4076 65% [======================================== ] 2657/4076 65% [======================================== ] 2658/4076 65% [======================================== ] 2659/4076 65% [======================================== ] 2660/4076 65% [======================================== ] 2661/4076 65% [======================================== ] 2662/4076 65% [======================================== ] 2663/4076 65% [======================================== ] 2664/4076 65% [======================================== ] 2665/4076 65% [======================================== ] 2666/4076 65% [======================================== ] 2667/4076 65% [======================================== ] 2668/4076 65% [======================================== ] 2669/4076 65% [======================================== ] 2670/4076 65% [======================================== ] 2671/4076 65% [======================================== ] 2672/4076 65% [======================================== ] 2673/4076 65% [======================================== ] 2674/4076 65% [======================================== ] 2675/4076 65% [======================================== ] 2676/4076 65% [======================================== ] 2677/4076 65% [======================================== ] 2678/4076 65% [======================================== ] 2679/4076 65% [======================================== ] 2680/4076 65% [======================================== ] 2681/4076 65% [======================================== ] 2682/4076 65% [======================================== ] 2683/4076 65% [======================================== ] 2684/4076 65% [======================================== ] 2685/4076 65% [======================================== ] 2686/4076 65% [======================================== ] 2687/4076 65% [======================================== ] 2688/4076 65% [======================================== ] 2689/4076 65% [======================================== ] 2690/4076 65% [======================================== ] 2691/4076 66% [======================================== ] 2692/4076 66% [======================================== ] 2693/4076 66% [======================================== ] 2694/4076 66% [======================================== ] 2695/4076 66% [========================================= ] 2696/4076 66% [========================================= ] 2697/4076 66% [========================================= ] 2698/4076 66% [========================================= ] 2699/4076 66% [========================================= ] 2700/4076 66% [========================================= ] 2701/4076 66% [========================================= ] 2702/4076 66% [========================================= ] 2703/4076 66% [========================================= ] 2704/4076 66% [========================================= ] 2705/4076 66% [========================================= ] 2706/4076 66% [========================================= ] 2707/4076 66% [========================================= ] 2708/4076 66% [========================================= ] 2709/4076 66% [========================================= ] 2710/4076 66% [========================================= ] 2711/4076 66% [========================================= ] 2712/4076 66% [========================================= ] 2713/4076 66% [========================================= ] 2714/4076 66% [========================================= ] 2715/4076 66% [========================================= ] 2716/4076 66% [========================================= ] 2717/4076 66% [========================================= ] 2718/4076 66% [========================================= ] 2719/4076 66% [========================================= ] 2720/4076 66% [========================================= ] 2721/4076 66% [========================================= ] 2722/4076 66% [========================================= ] 2723/4076 66% [========================================= ] 2724/4076 66% [========================================= ] 2725/4076 66% [========================================= ] 2726/4076 66% [========================================= ] 2727/4076 66% [========================================= ] 2728/4076 66% [========================================= ] 2729/4076 66% [========================================= ] 2730/4076 66% [========================================= ] 2731/4076 67% [========================================= ] 2732/4076 67% [========================================= ] 2733/4076 67% [========================================= ] 2734/4076 67% [========================================= ] 2735/4076 67% [========================================= ] 2736/4076 67% [========================================= ] 2737/4076 67% [========================================= ] 2738/4076 67% [========================================= ] 2739/4076 67% [========================================= ] 2740/4076 67% [========================================= ] 2741/4076 67% [========================================= ] 2742/4076 67% [========================================= ] 2743/4076 67% [========================================= ] 2744/4076 67% [========================================= ] 2745/4076 67% [========================================= ] 2746/4076 67% [========================================= ] 2747/4076 67% [========================================= ] 2748/4076 67% [========================================= ] 2749/4076 67% [========================================= ] 2750/4076 67% [========================================= ] 2751/4076 67% [========================================= ] 2752/4076 67% [========================================= ] 2753/4076 67% [========================================= ] 2754/4076 67% [========================================= ] 2755/4076 67% [========================================= ] 2756/4076 67% [========================================= ] 2757/4076 67% [========================================= ] 2758/4076 67% [========================================= ] 2759/4076 67% [========================================= ] 2760/4076 67% [========================================= ] 2761/4076 67% [========================================== ] 2762/4076 67% [========================================== ] 2763/4076 67% [========================================== ] 2764/4076 67% [========================================== ] 2765/4076 67% [========================================== ] 2766/4076 67% [========================================== ] 2767/4076 67% [========================================== ] 2768/4076 67% [========================================== ] 2769/4076 67% [========================================== ] 2770/4076 67% [========================================== ] 2771/4076 67% [========================================== ] 2772/4076 68% [========================================== ] 2773/4076 68% [========================================== ] 2774/4076 68% [========================================== ] 2775/4076 68% [========================================== ] 2776/4076 68% [========================================== ] 2777/4076 68% [========================================== ] 2778/4076 68% [========================================== ] 2779/4076 68% [========================================== ] 2780/4076 68% [========================================== ] 2781/4076 68% [========================================== ] 2782/4076 68% [========================================== ] 2783/4076 68% [========================================== ] 2784/4076 68% [========================================== ] 2785/4076 68% [========================================== ] 2786/4076 68% [========================================== ] 2787/4076 68% [========================================== ] 2788/4076 68% [========================================== ] 2789/4076 68% [========================================== ] 2790/4076 68% [========================================== ] 2791/4076 68% [========================================== ] 2792/4076 68% [========================================== ] 2793/4076 68% [========================================== ] 2794/4076 68% [========================================== ] 2795/4076 68% [========================================== ] 2796/4076 68% [========================================== ] 2797/4076 68% [========================================== ] 2798/4076 68% [========================================== ] 2799/4076 68% [========================================== ] 2800/4076 68% [========================================== ] 2801/4076 68% [========================================== ] 2802/4076 68% [========================================== ] 2803/4076 68% [========================================== ] 2804/4076 68% [========================================== ] 2805/4076 68% [========================================== ] 2806/4076 68% [========================================== ] 2807/4076 68% [========================================== ] 2808/4076 68% [========================================== ] 2809/4076 68% [========================================== ] 2810/4076 68% [========================================== ] 2811/4076 68% [========================================== ] 2812/4076 68% [========================================== ] 2813/4076 69% [========================================== ] 2814/4076 69% [========================================== ] 2815/4076 69% [========================================== ] 2816/4076 69% [========================================== ] 2817/4076 69% [========================================== ] 2818/4076 69% [========================================== ] 2819/4076 69% [========================================== ] 2820/4076 69% [========================================== ] 2821/4076 69% [========================================== ] 2822/4076 69% [========================================== ] 2823/4076 69% [========================================== ] 2824/4076 69% [========================================== ] 2825/4076 69% [========================================== ] 2826/4076 69% [=========================================== ] 2827/4076 69% [=========================================== ] 2828/4076 69% [=========================================== ] 2829/4076 69% [=========================================== ] 2830/4076 69% [=========================================== ] 2831/4076 69% [=========================================== ] 2832/4076 69% [=========================================== ] 2833/4076 69% [=========================================== ] 2834/4076 69% [=========================================== ] 2835/4076 69% [=========================================== ] 2836/4076 69% [=========================================== ] 2837/4076 69% [=========================================== ] 2838/4076 69% [=========================================== ] 2839/4076 69% [=========================================== ] 2840/4076 69% [=========================================== ] 2841/4076 69% [=========================================== ] 2842/4076 69% [=========================================== ] 2843/4076 69% [=========================================== ] 2844/4076 69% [=========================================== ] 2845/4076 69% [=========================================== ] 2846/4076 69% [=========================================== ] 2847/4076 69% [=========================================== ] 2848/4076 69% [=========================================== ] 2849/4076 69% [=========================================== ] 2850/4076 69% [=========================================== ] 2851/4076 69% [=========================================== ] 2852/4076 69% [=========================================== ] 2853/4076 69% [=========================================== ] 2854/4076 70% [=========================================== ] 2855/4076 70% [=========================================== ] 2856/4076 70% [=========================================== ] 2857/4076 70% [=========================================== ] 2858/4076 70% [=========================================== ] 2859/4076 70% [=========================================== ] 2860/4076 70% [=========================================== ] 2861/4076 70% [=========================================== ] 2862/4076 70% [=========================================== ] 2863/4076 70% [=========================================== ] 2864/4076 70% [=========================================== ] 2865/4076 70% [=========================================== ] 2866/4076 70% [=========================================== ] 2867/4076 70% [=========================================== ] 2868/4076 70% [=========================================== ] 2869/4076 70% [=========================================== ] 2870/4076 70% [=========================================== ] 2871/4076 70% [=========================================== ] 2872/4076 70% [=========================================== ] 2873/4076 70% [=========================================== ] 2874/4076 70% [=========================================== ] 2875/4076 70% [=========================================== ] 2876/4076 70% [=========================================== ] 2877/4076 70% [=========================================== ] 2878/4076 70% [=========================================== ] 2879/4076 70% [=========================================== ] 2880/4076 70% [=========================================== ] 2881/4076 70% [=========================================== ] 2882/4076 70% [=========================================== ] 2883/4076 70% [=========================================== ] 2884/4076 70% [=========================================== ] 2885/4076 70% [=========================================== ] 2886/4076 70% [=========================================== ] 2887/4076 70% [=========================================== ] 2888/4076 70% [=========================================== ] 2889/4076 70% [=========================================== ] 2890/4076 70% [=========================================== ] 2891/4076 70% [=========================================== ] 2892/4076 70% [============================================ ] 2893/4076 70% [============================================ ] 2894/4076 71% [============================================ ] 2895/4076 71% [============================================ ] 2896/4076 71% [============================================ ] 2897/4076 71% [============================================ ] 2898/4076 71% [============================================ ] 2899/4076 71% [============================================ ] 2900/4076 71% [============================================ ] 2901/4076 71% [============================================ ] 2902/4076 71% [============================================ ] 2903/4076 71% [============================================ ] 2904/4076 71% [============================================ ] 2905/4076 71% [============================================ ] 2906/4076 71% [============================================ ] 2907/4076 71% [============================================ ] 2908/4076 71% [============================================ ] 2909/4076 71% [============================================ ] 2910/4076 71% [============================================ ] 2911/4076 71% [============================================ ] 2912/4076 71% [============================================ ] 2913/4076 71% [============================================ ] 2914/4076 71% [============================================ ] 2915/4076 71% [============================================ ] 2916/4076 71% [============================================ ] 2917/4076 71% [============================================ ] 2918/4076 71% [============================================ ] 2919/4076 71% [============================================ ] 2920/4076 71% [============================================ ] 2921/4076 71% [============================================ ] 2922/4076 71% [============================================ ] 2923/4076 71% [============================================ ] 2924/4076 71% [============================================ ] 2925/4076 71% [============================================ ] 2926/4076 71% [============================================ ] 2927/4076 71% [============================================ ] 2928/4076 71% [============================================ ] 2929/4076 71% [============================================ ] 2930/4076 71% [============================================ ] 2931/4076 71% [============================================ ] 2932/4076 71% [============================================ ] 2933/4076 71% [============================================ ] 2934/4076 71% [============================================ ] 2935/4076 72% [============================================ ] 2936/4076 72% [============================================ ] 2937/4076 72% [============================================ ] 2938/4076 72% [============================================ ] 2939/4076 72% [============================================ ] 2940/4076 72% [============================================ ] 2941/4076 72% [============================================ ] 2942/4076 72% [============================================ ] 2943/4076 72% [============================================ ] 2944/4076 72% [============================================ ] 2945/4076 72% [============================================ ] 2946/4076 72% [============================================ ] 2947/4076 72% [============================================ ] 2948/4076 72% [============================================ ] 2949/4076 72% [============================================ ] 2950/4076 72% [============================================ ] 2951/4076 72% [============================================ ] 2952/4076 72% [============================================ ] 2953/4076 72% [============================================ ] 2954/4076 72% [============================================ ] 2955/4076 72% [============================================ ] 2956/4076 72% [============================================ ] 2957/4076 72% [============================================ ] 2958/4076 72% [============================================= ] 2959/4076 72% [============================================= ] 2960/4076 72% [============================================= ] 2961/4076 72% [============================================= ] 2962/4076 72% [============================================= ] 2963/4076 72% [============================================= ] 2964/4076 72% [============================================= ] 2965/4076 72% [============================================= ] 2966/4076 72% [============================================= ] 2967/4076 72% [============================================= ] 2968/4076 72% [============================================= ] 2969/4076 72% [============================================= ] 2970/4076 72% [============================================= ] 2971/4076 72% [============================================= ] 2972/4076 72% [============================================= ] 2973/4076 72% [============================================= ] 2974/4076 72% [============================================= ] 2975/4076 72% [============================================= ] 2976/4076 73% [============================================= ] 2977/4076 73% [============================================= ] 2978/4076 73% [============================================= ] 2979/4076 73% [============================================= ] 2980/4076 73% [============================================= ] 2981/4076 73% [============================================= ] 2982/4076 73% [============================================= ] 2983/4076 73% [============================================= ] 2984/4076 73% [============================================= ] 2985/4076 73% [============================================= ] 2986/4076 73% [============================================= ] 2987/4076 73% [============================================= ] 2988/4076 73% [============================================= ] 2989/4076 73% [============================================= ] 2990/4076 73% [============================================= ] 2991/4076 73% [============================================= ] 2992/4076 73% [============================================= ] 2993/4076 73% [============================================= ] 2994/4076 73% [============================================= ] 2995/4076 73% [============================================= ] 2996/4076 73% [============================================= ] 2997/4076 73% [============================================= ] 2998/4076 73% [============================================= ] 2999/4076 73% [============================================= ] 3000/4076 73% [============================================= ] 3001/4076 73% [============================================= ] 3002/4076 73% [============================================= ] 3003/4076 73% [============================================= ] 3004/4076 73% [============================================= ] 3005/4076 73% [============================================= ] 3006/4076 73% [============================================= ] 3007/4076 73% [============================================= ] 3008/4076 73% [============================================= ] 3009/4076 73% [============================================= ] 3010/4076 73% [============================================= ] 3011/4076 73% [============================================= ] 3012/4076 73% [============================================= ] 3013/4076 73% [============================================= ] 3014/4076 73% [============================================= ] 3015/4076 73% [============================================= ] 3016/4076 73% [============================================= ] 3017/4076 74% [============================================= ] 3018/4076 74% [============================================= ] 3019/4076 74% [============================================= ] 3020/4076 74% [============================================= ] 3021/4076 74% [============================================= ] 3022/4076 74% [============================================= ] 3023/4076 74% [============================================= ] 3024/4076 74% [============================================== ] 3025/4076 74% [============================================== ] 3026/4076 74% [============================================== ] 3027/4076 74% [============================================== ] 3028/4076 74% [============================================== ] 3029/4076 74% [============================================== ] 3030/4076 74% [============================================== ] 3031/4076 74% [============================================== ] 3032/4076 74% [============================================== ] 3033/4076 74% [============================================== ] 3034/4076 74% [============================================== ] 3035/4076 74% [============================================== ] 3036/4076 74% [============================================== ] 3037/4076 74% [============================================== ] 3038/4076 74% [============================================== ] 3039/4076 74% [============================================== ] 3040/4076 74% [============================================== ] 3041/4076 74% [============================================== ] 3042/4076 74% [============================================== ] 3043/4076 74% [============================================== ] 3044/4076 74% [============================================== ] 3045/4076 74% [============================================== ] 3046/4076 74% [============================================== ] 3047/4076 74% [============================================== ] 3048/4076 74% [============================================== ] 3049/4076 74% [============================================== ] 3050/4076 74% [============================================== ] 3051/4076 74% [============================================== ] 3052/4076 74% [============================================== ] 3053/4076 74% [============================================== ] 3054/4076 74% [============================================== ] 3055/4076 74% [============================================== ] 3056/4076 74% [============================================== ] 3057/4076 75% [============================================== ] 3058/4076 75% [============================================== ] 3059/4076 75% [============================================== ] 3060/4076 75% [============================================== ] 3061/4076 75% [============================================== ] 3062/4076 75% [============================================== ] 3063/4076 75% [============================================== ] 3064/4076 75% [============================================== ] 3065/4076 75% [============================================== ] 3066/4076 75% [============================================== ] 3067/4076 75% [============================================== ] 3068/4076 75% [============================================== ] 3069/4076 75% [============================================== ] 3070/4076 75% [============================================== ] 3071/4076 75% [============================================== ] 3072/4076 75% [============================================== ] 3073/4076 75% [============================================== ] 3074/4076 75% [============================================== ] 3075/4076 75% [============================================== ] 3076/4076 75% [============================================== ] 3077/4076 75% [============================================== ] 3078/4076 75% [============================================== ] 3079/4076 75% [============================================== ] 3080/4076 75% [============================================== ] 3081/4076 75% [============================================== ] 3082/4076 75% [============================================== ] 3083/4076 75% [============================================== ] 3084/4076 75% [============================================== ] 3085/4076 75% [============================================== ] 3086/4076 75% [============================================== ] 3087/4076 75% [============================================== ] 3088/4076 75% [============================================== ] 3089/4076 75% [=============================================== ] 3090/4076 75% [=============================================== ] 3091/4076 75% [=============================================== ] 3092/4076 75% [=============================================== ] 3093/4076 75% [=============================================== ] 3094/4076 75% [=============================================== ] 3095/4076 75% [=============================================== ] 3096/4076 75% [=============================================== ] 3097/4076 75% [=============================================== ] 3098/4076 76% [=============================================== ] 3099/4076 76% [=============================================== ] 3100/4076 76% [=============================================== ] 3101/4076 76% [=============================================== ] 3102/4076 76% [=============================================== ] 3103/4076 76% [=============================================== ] 3104/4076 76% [=============================================== ] 3105/4076 76% [=============================================== ] 3106/4076 76% [=============================================== ] 3107/4076 76% [=============================================== ] 3108/4076 76% [=============================================== ] 3109/4076 76% [=============================================== ] 3110/4076 76% [=============================================== ] 3111/4076 76% [=============================================== ] 3112/4076 76% [=============================================== ] 3113/4076 76% [=============================================== ] 3114/4076 76% [=============================================== ] 3115/4076 76% [=============================================== ] 3116/4076 76% [=============================================== ] 3117/4076 76% [=============================================== ] 3118/4076 76% [=============================================== ] 3119/4076 76% [=============================================== ] 3120/4076 76% [=============================================== ] 3121/4076 76% [=============================================== ] 3122/4076 76% [=============================================== ] 3123/4076 76% [=============================================== ] 3124/4076 76% [=============================================== ] 3125/4076 76% [=============================================== ] 3126/4076 76% [=============================================== ] 3127/4076 76% [=============================================== ] 3128/4076 76% [=============================================== ] 3129/4076 76% [=============================================== ] 3130/4076 76% [=============================================== ] 3131/4076 76% [=============================================== ] 3132/4076 76% [=============================================== ] 3133/4076 76% [=============================================== ] 3134/4076 76% [=============================================== ] 3135/4076 76% [=============================================== ] 3136/4076 76% [=============================================== ] 3137/4076 76% [=============================================== ] 3138/4076 76% [=============================================== ] 3139/4076 77% [=============================================== ] 3140/4076 77% [=============================================== ] 3141/4076 77% [=============================================== ] 3142/4076 77% [=============================================== ] 3143/4076 77% [=============================================== ] 3144/4076 77% [=============================================== ] 3145/4076 77% [=============================================== ] 3146/4076 77% [=============================================== ] 3147/4076 77% [=============================================== ] 3148/4076 77% [=============================================== ] 3149/4076 77% [=============================================== ] 3150/4076 77% [=============================================== ] 3151/4076 77% [=============================================== ] 3152/4076 77% [=============================================== ] 3153/4076 77% [=============================================== ] 3154/4076 77% [=============================================== ] 3155/4076 77% [================================================ ] 3156/4076 77% [================================================ ] 3157/4076 77% [================================================ ] 3158/4076 77% [================================================ ] 3159/4076 77% [================================================ ] 3160/4076 77% [================================================ ] 3161/4076 77% [================================================ ] 3162/4076 77% [================================================ ] 3163/4076 77% [================================================ ] 3164/4076 77% [================================================ ] 3165/4076 77% [================================================ ] 3166/4076 77% [================================================ ] 3167/4076 77% [================================================ ] 3168/4076 77% [================================================ ] 3169/4076 77% [================================================ ] 3170/4076 77% [================================================ ] 3171/4076 77% [================================================ ] 3172/4076 77% [================================================ ] 3173/4076 77% [================================================ ] 3174/4076 77% [================================================ ] 3175/4076 77% [================================================ ] 3176/4076 77% [================================================ ] 3177/4076 77% [================================================ ] 3178/4076 77% [================================================ ] 3179/4076 77% [================================================ ] 3180/4076 78% [================================================ ] 3181/4076 78% [================================================ ] 3182/4076 78% [================================================ ] 3183/4076 78% [================================================ ] 3184/4076 78% [================================================ ] 3185/4076 78% [================================================ ] 3186/4076 78% [================================================ ] 3187/4076 78% [================================================ ] 3188/4076 78% [================================================ ] 3189/4076 78% [================================================ ] 3190/4076 78% [================================================ ] 3191/4076 78% [================================================ ] 3192/4076 78% [================================================ ] 3193/4076 78% [================================================ ] 3194/4076 78% [================================================ ] 3195/4076 78% [================================================ ] 3196/4076 78% [================================================ ] 3197/4076 78% [================================================ ] 3198/4076 78% [================================================ ] 3199/4076 78% [================================================ ] 3200/4076 78% [================================================ ] 3201/4076 78% [================================================ ] 3202/4076 78% [================================================ ] 3203/4076 78% [================================================ ] 3204/4076 78% [================================================ ] 3205/4076 78% [================================================ ] 3206/4076 78% [================================================ ] 3207/4076 78% [================================================ ] 3208/4076 78% [================================================ ] 3209/4076 78% [================================================ ] 3210/4076 78% [================================================ ] 3211/4076 78% [================================================ ] 3212/4076 78% [================================================ ] 3213/4076 78% [================================================ ] 3214/4076 78% [================================================ ] 3215/4076 78% [================================================ ] 3216/4076 78% [================================================ ] 3217/4076 78% [================================================ ] 3218/4076 78% [================================================ ] 3219/4076 78% [================================================ ] 3220/4076 78% [================================================ ] 3221/4076 79% [================================================= ] 3222/4076 79% [================================================= ] 3223/4076 79% [================================================= ] 3224/4076 79% [================================================= ] 3225/4076 79% [================================================= ] 3226/4076 79% [================================================= ] 3227/4076 79% [================================================= ] 3228/4076 79% [================================================= ] 3229/4076 79% [================================================= ] 3230/4076 79% [================================================= ] 3231/4076 79% [================================================= ] 3232/4076 79% [================================================= ] 3233/4076 79% [================================================= ] 3234/4076 79% [================================================= ] 3235/4076 79% [================================================= ] 3236/4076 79% [================================================= ] 3237/4076 79% [================================================= ] 3238/4076 79% [================================================= ] 3239/4076 79% [================================================= ] 3240/4076 79% [================================================= ] 3241/4076 79% [================================================= ] 3242/4076 79% [================================================= ] 3243/4076 79% [================================================= ] 3244/4076 79% [================================================= ] 3245/4076 79% [================================================= ] 3246/4076 79% [================================================= ] 3247/4076 79% [================================================= ] 3248/4076 79% [================================================= ] 3249/4076 79% [================================================= ] 3250/4076 79% [================================================= ] 3251/4076 79% [================================================= ] 3252/4076 79% [================================================= ] 3253/4076 79% [================================================= ] 3254/4076 79% [================================================= ] 3255/4076 79% [================================================= ] 3256/4076 79% [================================================= ] 3257/4076 79% [================================================= ] 3258/4076 79% [================================================= ] 3259/4076 79% [================================================= ] 3260/4076 79% [================================================= ] 3261/4076 80% [================================================= ] 3262/4076 80% [================================================= ] 3263/4076 80% [================================================= ] 3264/4076 80% [================================================= ] 3265/4076 80% [================================================= ] 3266/4076 80% [================================================= ] 3267/4076 80% [================================================= ] 3268/4076 80% [================================================= ] 3269/4076 80% [================================================= ] 3270/4076 80% [================================================= ] 3271/4076 80% [================================================= ] 3272/4076 80% [================================================= ] 3273/4076 80% [================================================= ] 3274/4076 80% [================================================= ] 3275/4076 80% [================================================= ] 3276/4076 80% [================================================= ] 3277/4076 80% [================================================= ] 3278/4076 80% [================================================= ] 3279/4076 80% [================================================= ] 3280/4076 80% [================================================= ] 3281/4076 80% [================================================= ] 3282/4076 80% [================================================= ] 3283/4076 80% [================================================= ] 3284/4076 80% [================================================= ] 3285/4076 80% [================================================= ] 3286/4076 80% [================================================= ] 3287/4076 80% [================================================== ] 3288/4076 80% [================================================== ] 3289/4076 80% [================================================== ] 3290/4076 80% [================================================== ] 3291/4076 80% [================================================== ] 3292/4076 80% [================================================== ] 3293/4076 80% [================================================== ] 3294/4076 80% [================================================== ] 3295/4076 80% [================================================== ] 3296/4076 80% [================================================== ] 3297/4076 80% [================================================== ] 3298/4076 80% [================================================== ] 3299/4076 80% [================================================== ] 3300/4076 80% [================================================== ] 3301/4076 80% [================================================== ] 3302/4076 81% [================================================== ] 3303/4076 81% [================================================== ] 3304/4076 81% [================================================== ] 3305/4076 81% [================================================== ] 3306/4076 81% [================================================== ] 3307/4076 81% [================================================== ] 3308/4076 81% [================================================== ] 3309/4076 81% [================================================== ] 3310/4076 81% [================================================== ] 3311/4076 81% [================================================== ] 3312/4076 81% [================================================== ] 3313/4076 81% [================================================== ] 3314/4076 81% [================================================== ] 3315/4076 81% [================================================== ] 3316/4076 81% [================================================== ] 3317/4076 81% [================================================== ] 3318/4076 81% [================================================== ] 3319/4076 81% [================================================== ] 3320/4076 81% [================================================== ] 3321/4076 81% [================================================== ] 3322/4076 81% [================================================== ] 3323/4076 81% [================================================== ] 3324/4076 81% [================================================== ] 3325/4076 81% [================================================== ] 3326/4076 81% [================================================== ] 3327/4076 81% [================================================== ] 3328/4076 81% [================================================== ] 3329/4076 81% [================================================== ] 3330/4076 81% [================================================== ] 3331/4076 81% [================================================== ] 3332/4076 81% [================================================== ] 3333/4076 81% [================================================== ] 3334/4076 81% [================================================== ] 3335/4076 81% [================================================== ] 3336/4076 81% [================================================== ] 3337/4076 81% [================================================== ] 3338/4076 81% [================================================== ] 3339/4076 81% [================================================== ] 3340/4076 81% [================================================== ] 3341/4076 81% [================================================== ] 3342/4076 81% [================================================== ] 3343/4076 82% [================================================== ] 3344/4076 82% [================================================== ] 3345/4076 82% [================================================== ] 3346/4076 82% [================================================== ] 3347/4076 82% [================================================== ] 3348/4076 82% [================================================== ] 3349/4076 82% [================================================== ] 3350/4076 82% [================================================== ] 3351/4076 82% [================================================== ] 3352/4076 82% [=================================================== ] 3353/4076 82% [=================================================== ] 3354/4076 82% [=================================================== ] 3355/4076 82% [=================================================== ] 3356/4076 82% [=================================================== ] 3357/4076 82% [=================================================== ] 3358/4076 82% [=================================================== ] 3359/4076 82% [=================================================== ] 3360/4076 82% [=================================================== ] 3361/4076 82% [=================================================== ] 3362/4076 82% [=================================================== ] 3363/4076 82% [=================================================== ] 3364/4076 82% [=================================================== ] 3365/4076 82% [=================================================== ] 3366/4076 82% [=================================================== ] 3367/4076 82% [=================================================== ] 3368/4076 82% [=================================================== ] 3369/4076 82% [=================================================== ] 3370/4076 82% [=================================================== ] 3371/4076 82% [=================================================== ] 3372/4076 82% [=================================================== ] 3373/4076 82% [=================================================== ] 3374/4076 82% [=================================================== ] 3375/4076 82% [=================================================== ] 3376/4076 82% [=================================================== ] 3377/4076 82% [=================================================== ] 3378/4076 82% [=================================================== ] 3379/4076 82% [=================================================== ] 3380/4076 82% [=================================================== ] 3381/4076 82% [=================================================== ] 3382/4076 82% [=================================================== ] 3383/4076 82% [=================================================== ] 3384/4076 83% [=================================================== ] 3385/4076 83% [=================================================== ] 3386/4076 83% [=================================================== ] 3387/4076 83% [=================================================== ] 3388/4076 83% [=================================================== ] 3389/4076 83% [=================================================== ] 3390/4076 83% [=================================================== ] 3391/4076 83% [=================================================== ] 3392/4076 83% [=================================================== ] 3393/4076 83% [=================================================== ] 3394/4076 83% [=================================================== ] 3395/4076 83% [=================================================== ] 3396/4076 83% [=================================================== ] 3397/4076 83% [=================================================== ] 3398/4076 83% [=================================================== ] 3399/4076 83% [=================================================== ] 3400/4076 83% [=================================================== ] 3401/4076 83% [=================================================== ] 3402/4076 83% [=================================================== ] 3403/4076 83% [=================================================== ] 3404/4076 83% [=================================================== ] 3405/4076 83% [=================================================== ] 3406/4076 83% [=================================================== ] 3407/4076 83% [=================================================== ] 3408/4076 83% [=================================================== ] 3409/4076 83% [=================================================== ] 3410/4076 83% [=================================================== ] 3411/4076 83% [=================================================== ] 3412/4076 83% [=================================================== ] 3413/4076 83% [=================================================== ] 3414/4076 83% [=================================================== ] 3415/4076 83% [=================================================== ] 3416/4076 83% [=================================================== ] 3417/4076 83% [=================================================== ] 3418/4076 83% [==================================================== ] 3419/4076 83% [==================================================== ] 3420/4076 83% [==================================================== ] 3421/4076 83% [==================================================== ] 3422/4076 83% [==================================================== ] 3423/4076 83% [==================================================== ] 3424/4076 84% [==================================================== ] 3425/4076 84% [==================================================== ] 3426/4076 84% [==================================================== ] 3427/4076 84% [==================================================== ] 3428/4076 84% [==================================================== ] 3429/4076 84% [==================================================== ] 3430/4076 84% [==================================================== ] 3431/4076 84% [==================================================== ] 3432/4076 84% [==================================================== ] 3433/4076 84% [==================================================== ] 3434/4076 84% [==================================================== ] 3435/4076 84% [==================================================== ] 3436/4076 84% [==================================================== ] 3437/4076 84% [==================================================== ] 3438/4076 84% [==================================================== ] 3439/4076 84% [==================================================== ] 3440/4076 84% [==================================================== ] 3441/4076 84% [==================================================== ] 3442/4076 84% [==================================================== ] 3443/4076 84% [==================================================== ] 3444/4076 84% [==================================================== ] 3445/4076 84% [==================================================== ] 3446/4076 84% [==================================================== ] 3447/4076 84% [==================================================== ] 3448/4076 84% [==================================================== ] 3449/4076 84% [==================================================== ] 3450/4076 84% [==================================================== ] 3451/4076 84% [==================================================== ] 3452/4076 84% [==================================================== ] 3453/4076 84% [==================================================== ] 3454/4076 84% [==================================================== ] 3455/4076 84% [==================================================== ] 3456/4076 84% [==================================================== ] 3457/4076 84% [==================================================== ] 3458/4076 84% [==================================================== ] 3459/4076 84% [==================================================== ] 3460/4076 84% [==================================================== ] 3461/4076 84% [==================================================== ] 3462/4076 84% [==================================================== ] 3463/4076 84% [==================================================== ] 3464/4076 84% [==================================================== ] 3465/4076 85% [==================================================== ] 3466/4076 85% [==================================================== ] 3467/4076 85% [==================================================== ] 3468/4076 85% [==================================================== ] 3469/4076 85% [==================================================== ] 3470/4076 85% [==================================================== ] 3471/4076 85% [==================================================== ] 3472/4076 85% [==================================================== ] 3473/4076 85% [==================================================== ] 3474/4076 85% [==================================================== ] 3475/4076 85% [==================================================== ] 3476/4076 85% [==================================================== ] 3477/4076 85% [==================================================== ] 3478/4076 85% [==================================================== ] 3479/4076 85% [==================================================== ] 3480/4076 85% [==================================================== ] 3481/4076 85% [==================================================== ] 3482/4076 85% [==================================================== ] 3483/4076 85% [==================================================== ] 3484/4076 85% [===================================================== ] 3485/4076 85% [===================================================== ] 3486/4076 85% [===================================================== ] 3487/4076 85% [===================================================== ] 3488/4076 85% [===================================================== ] 3489/4076 85% [===================================================== ] 3490/4076 85% [===================================================== ] 3491/4076 85% [===================================================== ] 3492/4076 85% [===================================================== ] 3493/4076 85% [===================================================== ] 3494/4076 85% [===================================================== ] 3495/4076 85% [===================================================== ] 3496/4076 85% [===================================================== ] 3497/4076 85% [===================================================== ] 3498/4076 85% [===================================================== ] 3499/4076 85% [===================================================== ] 3500/4076 85% [===================================================== ] 3501/4076 85% [===================================================== ] 3502/4076 85% [===================================================== ] 3503/4076 85% [===================================================== ] 3504/4076 85% [===================================================== ] 3505/4076 85% [===================================================== ] 3506/4076 86% [===================================================== ] 3507/4076 86% [===================================================== ] 3508/4076 86% [===================================================== ] 3509/4076 86% [===================================================== ] 3510/4076 86% [===================================================== ] 3511/4076 86% [===================================================== ] 3512/4076 86% [===================================================== ] 3513/4076 86% [===================================================== ] 3514/4076 86% [===================================================== ] 3515/4076 86% [===================================================== ] 3516/4076 86% [===================================================== ] 3517/4076 86% [===================================================== ] 3518/4076 86% [===================================================== ] 3519/4076 86% [===================================================== ] 3520/4076 86% [===================================================== ] 3521/4076 86% [===================================================== ] 3522/4076 86% [===================================================== ] 3523/4076 86% [===================================================== ] 3524/4076 86% [===================================================== ] 3525/4076 86% [===================================================== ] 3526/4076 86% [===================================================== ] 3527/4076 86% [===================================================== ] 3528/4076 86% [===================================================== ] 3529/4076 86% [===================================================== ] 3530/4076 86% [===================================================== ] 3531/4076 86% [===================================================== ] 3532/4076 86% [===================================================== ] 3533/4076 86% [===================================================== ] 3534/4076 86% [===================================================== ] 3535/4076 86% [===================================================== ] 3536/4076 86% [===================================================== ] 3537/4076 86% [===================================================== ] 3538/4076 86% [===================================================== ] 3539/4076 86% [===================================================== ] 3540/4076 86% [===================================================== ] 3541/4076 86% [===================================================== ] 3542/4076 86% [===================================================== ] 3543/4076 86% [===================================================== ] 3544/4076 86% [===================================================== ] 3545/4076 86% [===================================================== ] 3546/4076 86% [===================================================== ] 3547/4076 87% [===================================================== ] 3548/4076 87% [===================================================== ] 3549/4076 87% [===================================================== ] 3550/4076 87% [====================================================== ] 3551/4076 87% [====================================================== ] 3552/4076 87% [====================================================== ] 3553/4076 87% [====================================================== ] 3554/4076 87% [====================================================== ] 3555/4076 87% [====================================================== ] 3556/4076 87% [====================================================== ] 3557/4076 87% [====================================================== ] 3558/4076 87% [====================================================== ] 3559/4076 87% [====================================================== ] 3560/4076 87% [====================================================== ] 3561/4076 87% [====================================================== ] 3562/4076 87% [====================================================== ] 3563/4076 87% [====================================================== ] 3564/4076 87% [====================================================== ] 3565/4076 87% [====================================================== ] 3566/4076 87% [====================================================== ] 3567/4076 87% [====================================================== ] 3568/4076 87% [====================================================== ] 3569/4076 87% [====================================================== ] 3570/4076 87% [====================================================== ] 3571/4076 87% [====================================================== ] 3572/4076 87% [====================================================== ] 3573/4076 87% [====================================================== ] 3574/4076 87% [====================================================== ] 3575/4076 87% [====================================================== ] 3576/4076 87% [====================================================== ] 3577/4076 87% [====================================================== ] 3578/4076 87% [====================================================== ] 3579/4076 87% [====================================================== ] 3580/4076 87% [====================================================== ] 3581/4076 87% [====================================================== ] 3582/4076 87% [====================================================== ] 3583/4076 87% [====================================================== ] 3584/4076 87% [====================================================== ] 3585/4076 87% [====================================================== ] 3586/4076 87% [====================================================== ] 3587/4076 88% [====================================================== ] 3588/4076 88% [====================================================== ] 3589/4076 88% [====================================================== ] 3590/4076 88% [====================================================== ] 3591/4076 88% [====================================================== ] 3592/4076 88% [====================================================== ] 3593/4076 88% [====================================================== ] 3594/4076 88% [====================================================== ] 3595/4076 88% [====================================================== ] 3596/4076 88% [====================================================== ] 3597/4076 88% [====================================================== ] 3598/4076 88% [====================================================== ] 3599/4076 88% [====================================================== ] 3600/4076 88% [====================================================== ] 3601/4076 88% [====================================================== ] 3602/4076 88% [====================================================== ] 3603/4076 88% [====================================================== ] 3604/4076 88% [====================================================== ] 3605/4076 88% [====================================================== ] 3606/4076 88% [====================================================== ] 3607/4076 88% [====================================================== ] 3608/4076 88% [====================================================== ] 3609/4076 88% [====================================================== ] 3610/4076 88% [====================================================== ] 3611/4076 88% [====================================================== ] 3612/4076 88% [====================================================== ] 3613/4076 88% [====================================================== ] 3614/4076 88% [====================================================== ] 3615/4076 88% [======================================================= ] 3616/4076 88% [======================================================= ] 3617/4076 88% [======================================================= ] 3618/4076 88% [======================================================= ] 3619/4076 88% [======================================================= ] 3620/4076 88% [======================================================= ] 3621/4076 88% [======================================================= ] 3622/4076 88% [======================================================= ] 3623/4076 88% [======================================================= ] 3624/4076 88% [======================================================= ] 3625/4076 88% [======================================================= ] 3626/4076 88% [======================================================= ] 3627/4076 88% [======================================================= ] 3628/4076 89% [======================================================= ] 3629/4076 89% [======================================================= ] 3630/4076 89% [======================================================= ] 3631/4076 89% [======================================================= ] 3632/4076 89% [======================================================= ] 3633/4076 89% [======================================================= ] 3634/4076 89% [======================================================= ] 3635/4076 89% [======================================================= ] 3636/4076 89% [======================================================= ] 3637/4076 89% [======================================================= ] 3638/4076 89% [======================================================= ] 3639/4076 89% [======================================================= ] 3640/4076 89% [======================================================= ] 3641/4076 89% [======================================================= ] 3642/4076 89% [======================================================= ] 3643/4076 89% [======================================================= ] 3644/4076 89% [======================================================= ] 3645/4076 89% [======================================================= ] 3646/4076 89% [======================================================= ] 3647/4076 89% [======================================================= ] 3648/4076 89% [======================================================= ] 3649/4076 89% [======================================================= ] 3650/4076 89% [======================================================= ] 3651/4076 89% [======================================================= ] 3652/4076 89% [======================================================= ] 3653/4076 89% [======================================================= ] 3654/4076 89% [======================================================= ] 3655/4076 89% [======================================================= ] 3656/4076 89% [======================================================= ] 3657/4076 89% [======================================================= ] 3658/4076 89% [======================================================= ] 3659/4076 89% [======================================================= ] 3660/4076 89% [======================================================= ] 3661/4076 89% [======================================================= ] 3662/4076 89% [======================================================= ] 3663/4076 89% [======================================================= ] 3664/4076 89% [======================================================= ] 3665/4076 89% [======================================================= ] 3666/4076 89% [======================================================= ] 3667/4076 89% [======================================================= ] 3668/4076 89% [======================================================= ] 3669/4076 90% [======================================================= ] 3670/4076 90% [======================================================= ] 3671/4076 90% [======================================================= ] 3672/4076 90% [======================================================= ] 3673/4076 90% [======================================================= ] 3674/4076 90% [======================================================= ] 3675/4076 90% [======================================================= ] 3676/4076 90% [======================================================= ] 3677/4076 90% [======================================================= ] 3678/4076 90% [======================================================= ] 3679/4076 90% [======================================================= ] 3680/4076 90% [======================================================= ] 3681/4076 90% [======================================================== ] 3682/4076 90% [======================================================== ] 3683/4076 90% [======================================================== ] 3684/4076 90% [======================================================== ] 3685/4076 90% [======================================================== ] 3686/4076 90% [======================================================== ] 3687/4076 90% [======================================================== ] 3688/4076 90% [======================================================== ] 3689/4076 90% [======================================================== ] 3690/4076 90% [======================================================== ] 3691/4076 90% [======================================================== ] 3692/4076 90% [======================================================== ] 3693/4076 90% [======================================================== ] 3694/4076 90% [======================================================== ] 3695/4076 90% [======================================================== ] 3696/4076 90% [======================================================== ] 3697/4076 90% [======================================================== ] 3698/4076 90% [======================================================== ] 3699/4076 90% [======================================================== ] 3700/4076 90% [======================================================== ] 3701/4076 90% [======================================================== ] 3702/4076 90% [======================================================== ] 3703/4076 90% [======================================================== ] 3704/4076 90% [======================================================== ] 3705/4076 90% [======================================================== ] 3706/4076 90% [======================================================== ] 3707/4076 90% [======================================================== ] 3708/4076 90% [======================================================== ] 3709/4076 90% [======================================================== ] 3710/4076 91% [======================================================== ] 3711/4076 91% [======================================================== ] 3712/4076 91% [======================================================== ] 3713/4076 91% [======================================================== ] 3714/4076 91% [======================================================== ] 3715/4076 91% [======================================================== ] 3716/4076 91% [======================================================== ] 3717/4076 91% [======================================================== ] 3718/4076 91% [======================================================== ] 3719/4076 91% [======================================================== ] 3720/4076 91% [======================================================== ] 3721/4076 91% [======================================================== ] 3722/4076 91% [======================================================== ] 3723/4076 91% [======================================================== ] 3724/4076 91% [======================================================== ] 3725/4076 91% [======================================================== ] 3726/4076 91% [======================================================== ] 3727/4076 91% [======================================================== ] 3728/4076 91% [======================================================== ] 3729/4076 91% [======================================================== ] 3730/4076 91% [======================================================== ] 3731/4076 91% [======================================================== ] 3732/4076 91% [======================================================== ] 3733/4076 91% [======================================================== ] 3734/4076 91% [======================================================== ] 3735/4076 91% [======================================================== ] 3736/4076 91% [======================================================== ] 3737/4076 91% [======================================================== ] 3738/4076 91% [======================================================== ] 3739/4076 91% [======================================================== ] 3740/4076 91% [======================================================== ] 3741/4076 91% [======================================================== ] 3742/4076 91% [======================================================== ] 3743/4076 91% [======================================================== ] 3744/4076 91% [======================================================== ] 3745/4076 91% [======================================================== ] 3746/4076 91% [======================================================== ] 3747/4076 91% [========================================================= ] 3748/4076 91% [========================================================= ] 3749/4076 91% [========================================================= ] 3750/4076 92% [========================================================= ] 3751/4076 92% [========================================================= ] 3752/4076 92% [========================================================= ] 3753/4076 92% [========================================================= ] 3754/4076 92% [========================================================= ] 3755/4076 92% [========================================================= ] 3756/4076 92% [========================================================= ] 3757/4076 92% [========================================================= ] 3758/4076 92% [========================================================= ] 3759/4076 92% [========================================================= ] 3760/4076 92% [========================================================= ] 3761/4076 92% [========================================================= ] 3762/4076 92% [========================================================= ] 3763/4076 92% [========================================================= ] 3764/4076 92% [========================================================= ] 3765/4076 92% [========================================================= ] 3766/4076 92% [========================================================= ] 3767/4076 92% [========================================================= ] 3768/4076 92% [========================================================= ] 3769/4076 92% [========================================================= ] 3770/4076 92% [========================================================= ] 3771/4076 92% [========================================================= ] 3772/4076 92% [========================================================= ] 3773/4076 92% [========================================================= ] 3774/4076 92% [========================================================= ] 3775/4076 92% [========================================================= ] 3776/4076 92% [========================================================= ] 3777/4076 92% [========================================================= ] 3778/4076 92% [========================================================= ] 3779/4076 92% [========================================================= ] 3780/4076 92% [========================================================= ] 3781/4076 92% [========================================================= ] 3782/4076 92% [========================================================= ] 3783/4076 92% [========================================================= ] 3784/4076 92% [========================================================= ] 3785/4076 92% [========================================================= ] 3786/4076 92% [========================================================= ] 3787/4076 92% [========================================================= ] 3788/4076 92% [========================================================= ] 3789/4076 92% [========================================================= ] 3790/4076 92% [========================================================= ] 3791/4076 93% [========================================================= ] 3792/4076 93% [========================================================= ] 3793/4076 93% [========================================================= ] 3794/4076 93% [========================================================= ] 3795/4076 93% [========================================================= ] 3796/4076 93% [========================================================= ] 3797/4076 93% [========================================================= ] 3798/4076 93% [========================================================= ] 3799/4076 93% [========================================================= ] 3800/4076 93% [========================================================= ] 3801/4076 93% [========================================================= ] 3802/4076 93% [========================================================= ] 3803/4076 93% [========================================================= ] 3804/4076 93% [========================================================= ] 3805/4076 93% [========================================================= ] 3806/4076 93% [========================================================= ] 3807/4076 93% [========================================================= ] 3808/4076 93% [========================================================= ] 3809/4076 93% [========================================================= ] 3810/4076 93% [========================================================= ] 3811/4076 93% [========================================================= ] 3812/4076 93% [========================================================= ] 3813/4076 93% [========================================================== ] 3814/4076 93% [========================================================== ] 3815/4076 93% [========================================================== ] 3816/4076 93% [========================================================== ] 3817/4076 93% [========================================================== ] 3818/4076 93% [========================================================== ] 3819/4076 93% [========================================================== ] 3820/4076 93% [========================================================== ] 3821/4076 93% [========================================================== ] 3822/4076 93% [========================================================== ] 3823/4076 93% [========================================================== ] 3824/4076 93% [========================================================== ] 3825/4076 93% [========================================================== ] 3826/4076 93% [========================================================== ] 3827/4076 93% [========================================================== ] 3828/4076 93% [========================================================== ] 3829/4076 93% [========================================================== ] 3830/4076 93% [========================================================== ] 3831/4076 93% [========================================================== ] 3832/4076 94% [========================================================== ] 3833/4076 94% [========================================================== ] 3834/4076 94% [========================================================== ] 3835/4076 94% [========================================================== ] 3836/4076 94% [========================================================== ] 3837/4076 94% [========================================================== ] 3838/4076 94% [========================================================== ] 3839/4076 94% [========================================================== ] 3840/4076 94% [========================================================== ] 3841/4076 94% [========================================================== ] 3842/4076 94% [========================================================== ] 3843/4076 94% [========================================================== ] 3844/4076 94% [========================================================== ] 3845/4076 94% [========================================================== ] 3846/4076 94% [========================================================== ] 3847/4076 94% [========================================================== ] 3848/4076 94% [========================================================== ] 3849/4076 94% [========================================================== ] 3850/4076 94% [========================================================== ] 3851/4076 94% [========================================================== ] 3852/4076 94% [========================================================== ] 3853/4076 94% [========================================================== ] 3854/4076 94% [========================================================== ] 3855/4076 94% [========================================================== ] 3856/4076 94% [========================================================== ] 3857/4076 94% [========================================================== ] 3858/4076 94% [========================================================== ] 3859/4076 94% [========================================================== ] 3860/4076 94% [========================================================== ] 3861/4076 94% [========================================================== ] 3862/4076 94% [========================================================== ] 3863/4076 94% [========================================================== ] 3864/4076 94% [========================================================== ] 3865/4076 94% [========================================================== ] 3866/4076 94% [========================================================== ] 3867/4076 94% [========================================================== ] 3868/4076 94% [========================================================== ] 3869/4076 94% [========================================================== ] 3870/4076 94% [========================================================== ] 3871/4076 94% [========================================================== ] 3872/4076 94% [========================================================== ] 3873/4076 95% [========================================================== ] 3874/4076 95% [========================================================== ] 3875/4076 95% [========================================================== ] 3876/4076 95% [========================================================== ] 3877/4076 95% [========================================================== ] 3878/4076 95% [=========================================================== ] 3879/4076 95% [=========================================================== ] 3880/4076 95% [=========================================================== ] 3881/4076 95% [=========================================================== ] 3882/4076 95% [=========================================================== ] 3883/4076 95% [=========================================================== ] 3884/4076 95% [=========================================================== ] 3885/4076 95% [=========================================================== ] 3886/4076 95% [=========================================================== ] 3887/4076 95% [=========================================================== ] 3888/4076 95% [=========================================================== ] 3889/4076 95% [=========================================================== ] 3890/4076 95% [=========================================================== ] 3891/4076 95% [=========================================================== ] 3892/4076 95% [=========================================================== ] 3893/4076 95% [=========================================================== ] 3894/4076 95% [=========================================================== ] 3895/4076 95% [=========================================================== ] 3896/4076 95% [=========================================================== ] 3897/4076 95% [=========================================================== ] 3898/4076 95% [=========================================================== ] 3899/4076 95% [=========================================================== ] 3900/4076 95% [=========================================================== ] 3901/4076 95% [=========================================================== ] 3902/4076 95% [=========================================================== ] 3903/4076 95% [=========================================================== ] 3904/4076 95% [=========================================================== ] 3905/4076 95% [=========================================================== ] 3906/4076 95% [=========================================================== ] 3907/4076 95% [=========================================================== ] 3908/4076 95% [=========================================================== ] 3909/4076 95% [=========================================================== ] 3910/4076 95% [=========================================================== ] 3911/4076 95% [=========================================================== ] 3912/4076 95% [=========================================================== ] 3913/4076 96% [=========================================================== ] 3914/4076 96% [=========================================================== ] 3915/4076 96% [=========================================================== ] 3916/4076 96% [=========================================================== ] 3917/4076 96% [=========================================================== ] 3918/4076 96% [=========================================================== ] 3919/4076 96% [=========================================================== ] 3920/4076 96% [=========================================================== ] 3921/4076 96% [=========================================================== ] 3922/4076 96% [=========================================================== ] 3923/4076 96% [=========================================================== ] 3924/4076 96% [=========================================================== ] 3925/4076 96% [=========================================================== ] 3926/4076 96% [=========================================================== ] 3927/4076 96% [=========================================================== ] 3928/4076 96% [=========================================================== ] 3929/4076 96% [=========================================================== ] 3930/4076 96% [=========================================================== ] 3931/4076 96% [=========================================================== ] 3932/4076 96% [=========================================================== ] 3933/4076 96% [=========================================================== ] 3934/4076 96% [=========================================================== ] 3935/4076 96% [=========================================================== ] 3936/4076 96% [=========================================================== ] 3937/4076 96% [=========================================================== ] 3938/4076 96% [=========================================================== ] 3939/4076 96% [=========================================================== ] 3940/4076 96% [=========================================================== ] 3941/4076 96% [=========================================================== ] 3942/4076 96% [=========================================================== ] 3943/4076 96% [=========================================================== ] 3944/4076 96% [============================================================ ] 3945/4076 96% [============================================================ ] 3946/4076 96% [============================================================ ] 3947/4076 96% [============================================================ ] 3948/4076 96% [============================================================ ] 3949/4076 96% [============================================================ ] 3950/4076 96% [============================================================ ] 3951/4076 96% [============================================================ ] 3952/4076 96% [============================================================ ] 3953/4076 96% [============================================================ ] 3954/4076 97% [============================================================ ] 3955/4076 97% [============================================================ ] 3956/4076 97% [============================================================ ] 3957/4076 97% [============================================================ ] 3958/4076 97% [============================================================ ] 3959/4076 97% [============================================================ ] 3960/4076 97% [============================================================ ] 3961/4076 97% [============================================================ ] 3962/4076 97% [============================================================ ] 3963/4076 97% [============================================================ ] 3964/4076 97% [============================================================ ] 3965/4076 97% [============================================================ ] 3966/4076 97% [============================================================ ] 3967/4076 97% [============================================================ ] 3968/4076 97% [============================================================ ] 3969/4076 97% [============================================================ ] 3970/4076 97% [============================================================ ] 3971/4076 97% [============================================================ ] 3972/4076 97% [============================================================ ] 3973/4076 97% [============================================================ ] 3974/4076 97% [============================================================ ] 3975/4076 97% [============================================================ ] 3976/4076 97% [============================================================ ] 3977/4076 97% [============================================================ ] 3978/4076 97% [============================================================ ] 3979/4076 97% [============================================================ ] 3980/4076 97% [============================================================ ] 3981/4076 97% [============================================================ ] 3982/4076 97% [============================================================ ] 3983/4076 97% [============================================================ ] 3984/4076 97% [============================================================ ] 3985/4076 97% [============================================================ ] 3986/4076 97% [============================================================ ] 3987/4076 97% [============================================================ ] 3988/4076 97% [============================================================ ] 3989/4076 97% [============================================================ ] 3990/4076 97% [============================================================ ] 3991/4076 97% [============================================================ ] 3992/4076 97% [============================================================ ] 3993/4076 97% [============================================================ ] 3994/4076 97% [============================================================ ] 3995/4076 98% [============================================================ ] 3996/4076 98% [============================================================ ] 3997/4076 98% [============================================================ ] 3998/4076 98% [============================================================ ] 3999/4076 98% [============================================================ ] 4000/4076 98% [============================================================ ] 4001/4076 98% [============================================================ ] 4002/4076 98% [============================================================ ] 4003/4076 98% [============================================================ ] 4004/4076 98% [============================================================ ] 4005/4076 98% [============================================================ ] 4006/4076 98% [============================================================ ] 4007/4076 98% [============================================================ ] 4008/4076 98% [============================================================ ] 4009/4076 98% [============================================================ ] 4010/4076 98% [============================================================= ] 4011/4076 98% [============================================================= ] 4012/4076 98% [============================================================= ] 4013/4076 98% [============================================================= ] 4014/4076 98% [============================================================= ] 4015/4076 98% [============================================================= ] 4016/4076 98% [============================================================= ] 4017/4076 98% [============================================================= ] 4018/4076 98% [============================================================= ] 4019/4076 98% [============================================================= ] 4020/4076 98% [============================================================= ] 4021/4076 98% [============================================================= ] 4022/4076 98% [============================================================= ] 4023/4076 98% [============================================================= ] 4024/4076 98% [============================================================= ] 4025/4076 98% [============================================================= ] 4026/4076 98% [============================================================= ] 4027/4076 98% [============================================================= ] 4028/4076 98% [============================================================= ] 4029/4076 98% [============================================================= ] 4030/4076 98% [============================================================= ] 4031/4076 98% [============================================================= ] 4032/4076 98% [============================================================= ] 4033/4076 98% [============================================================= ] 4034/4076 98% [============================================================= ] 4035/4076 98% [============================================================= ] 4036/4076 99% [============================================================= ] 4037/4076 99% [============================================================= ] 4038/4076 99% [============================================================= ] 4039/4076 99% [============================================================= ] 4040/4076 99% [============================================================= ] 4041/4076 99% [============================================================= ] 4042/4076 99% [============================================================= ] 4043/4076 99% [============================================================= ] 4044/4076 99% [============================================================= ] 4045/4076 99% [============================================================= ] 4046/4076 99% [============================================================= ] 4047/4076 99% [============================================================= ] 4048/4076 99% [============================================================= ] 4049/4076 99% [============================================================= ] 4050/4076 99% [============================================================= ] 4051/4076 99% [============================================================= ] 4052/4076 99% [============================================================= ] 4053/4076 99% [============================================================= ] 4054/4076 99% [============================================================= ] 4055/4076 99% [============================================================= ] 4056/4076 99% [============================================================= ] 4057/4076 99% [============================================================= ] 4058/4076 99% [============================================================= ] 4059/4076 99% [============================================================= ] 4060/4076 99% [============================================================= ] 4061/4076 99% [============================================================= ] 4062/4076 99% [============================================================= ] 4063/4076 99% [============================================================= ] 4064/4076 99% [============================================================= ] 4065/4076 99% [============================================================= ] 4066/4076 99% [============================================================= ] 4067/4076 99% [============================================================= ] 4068/4076 99% [============================================================= ] 4069/4076 99% [============================================================= ] 4070/4076 99% [============================================================= ] 4071/4076 99% [============================================================= ] 4072/4076 99% [============================================================= ] 4073/4076 99% [============================================================= ] 4074/4076 99% [============================================================= ] 4075/4076 99% [==============================================================] 4076/4076 100% operation complete, 4076 objects in 62649 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2024.02.6-20-g6a0257e949 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.4.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.4.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-81-gc8cb4d2b86ece572793e31a3422ea29e88d77df5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.4.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.6.44 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-aespipe 2.4g Collecting legal info >>> host-amlogic-boot-fip e96b6a694380ff07d5a9e4be644ffe254bd18512 Collecting legal info LICENSE: OK (sha256: 4255537f71b1cd0d487de0fa2b8eddf1eb96ed96d119507336dde8b3782b86e6) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> bash 5.2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bird 2.0.12 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> brotli 1.1.0 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> check 11970a7e112dfe243a2e68773f014687df2900e8 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> darkhttpd 1.15 Collecting legal info COPYING: OK (sha256: 1ecf63e8f84fd60ac7215e04195b9a61dcb47176ea65df26547582027f6c1dee) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> libedit 20221030-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-environment-setup Collecting legal info >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 69.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.9 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> flashrom 1.3.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gnuplot 5.4.10 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> openssl Collecting legal info >>> libopenssl 3.2.2 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> host-jq 1.7.1 Collecting legal info COPYING: OK (sha256: 10e974638a41fadfd72357f2f3a4325e20b856c563365128f72feaa406f8c92d) >>> jszip 3.10.1 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> leptonica 1.83.1 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libarchive 3.7.4 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libxml2 2.12.9 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libatomic_ops 7.8.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 969294c9324b2d360ae2a08edd5ca6f9cd754cb71b71e56bee15d2f10bb10496) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcurl 8.9.0 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libgcrypt 1.10.3 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.48 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libiio 0.25 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libkcapi 1.5.0 Collecting legal info COPYING: OK (sha256: 00e0a844d67b190580a9dc5943e555a3d0b2158e21d01a25526762c619979326) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> logsurfer 1.8 Collecting legal info >>> ltris 1.2.7 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> mg 3.7 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> obsidian-cursors 1.0 Collecting legal info >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openssh 9.7p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-class-inspector 1.36 Collecting legal info LICENSE: OK (sha256: 401fe9c98bdb5707df71447fb93141f8cb2d85337d45505f5ae50a776a3f6666) >>> host-perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> perl-convert-asn1 0.34 Collecting legal info LICENSE: OK (sha256: aa8ae28898a3e164ed5273c3e4fd4bd45b42f7958f282318df06773340e2c9d4) >>> perl-file-sharedir 1.118 Collecting legal info LICENSE: OK (sha256: db57983ce0a3bce54900b5a3a3a69e9a593e7b07d0f58dd9f87ac9b016ff4a6b) >>> host-perl-file-sharedir-install 0.14 Collecting legal info LICENSE: OK (sha256: 6b5ade128fd47c452beec6dc31b3386482379fafb88f7f1962c7355db322d2ac) >>> perl-mojolicious-plugin-i18n 1.6 Collecting legal info README.pod: OK (sha256: 82b05028033057b388b0040a3b5590a1c51168fe3b9899bffdb5ef7962c4eb47) >>> host-perl-module-build 0.4234 Collecting legal info LICENSE: OK (sha256: af1570e8af55af52b4e86d040e2a993cb684566275c43c4d7a8b0cc5a90e08a4) >>> perl-mojolicious 9.35 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-net-telnet 3.05 Collecting legal info README: OK (sha256: 22d0a3343b46c7857cd7d06cb37fe437d467df71aa5854af515374e1e8bf6c53) >>> perl-path-tiny 0.144 Collecting legal info LICENSE: OK (sha256: c1a19c0d83f668a784640c0b41e024f37b182ad38011b170f9200123e57f6070) >>> perl-sub-install 0.929 Collecting legal info LICENSE: OK (sha256: 0150501749fc390e1c747739a7c1d7661607f8f1d9a9f2ad279664f12e46104e) >>> perl-xml-sax-base 1.09 Collecting legal info README: OK (sha256: 2a9aae56e13888493523ee9053689627e092aafcf2c5fb06f06df07260f91b42) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> host-sam-ba 3.7 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.5 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: aespipe-2.4g: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'