echo "buildroot" > /home/buildroot/autobuild/instance-2/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-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells ln -sf mksh /home/buildroot/autobuild/instance-2/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /home/buildroot/autobuild/instance-2/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-363-g96130dc204"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package \ /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/fusermount3 f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt printf ' /dev/fuse c 666 0 0 10 229 0 0 -\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target -print0 | xargs -0 -r touch -hd @1694984356\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkfs.axfs -s -a /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.axfs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 3393 number of 4KB nodes: 57567 Total image size: 199293987 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1694984356\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/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-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3393 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/3393 0% [ ] 2/3393 0% [ ] 3/3393 0% [ ] 4/3393 0% [ ] 5/3393 0% [ ] 6/3393 0% [ ] 7/3393 0% [ ] 8/3393 0% [ ] 9/3393 0% [ ] 10/3393 0% [ ] 11/3393 0% [ ] 12/3393 0% [ ] 13/3393 0% [ ] 14/3393 0% [ ] 15/3393 0% [ ] 16/3393 0% [ ] 17/3393 0% [ ] 18/3393 0% [ ] 19/3393 0% [ ] 20/3393 0% [ ] 21/3393 0% [ ] 22/3393 0% [ ] 23/3393 0% [ ] 24/3393 0% [ ] 25/3393 0% [ ] 26/3393 0% [ ] 27/3393 0% [ ] 28/3393 0% [ ] 29/3393 0% [ ] 30/3393 0% [ ] 31/3393 0% [ ] 32/3393 0% [ ] 33/3393 0% [ ] 34/3393 1% [ ] 35/3393 1% [ ] 36/3393 1% [ ] 37/3393 1% [ ] 38/3393 1% [ ] 39/3393 1% [ ] 40/3393 1% [ ] 41/3393 1% [ ] 42/3393 1% [ ] 43/3393 1% [ ] 44/3393 1% [ ] 45/3393 1% [ ] 46/3393 1% [ ] 47/3393 1% [ ] 48/3393 1% [ ] 49/3393 1% [ ] 50/3393 1% [ ] 51/3393 1% [ ] 52/3393 1% [ ] 53/3393 1% [ ] 54/3393 1% [= ] 55/3393 1% [= ] 56/3393 1% [= ] 57/3393 1% [= ] 58/3393 1% [= ] 59/3393 1% [= ] 60/3393 1% [= ] 61/3393 1% [= ] 62/3393 1% [= ] 63/3393 1% [= ] 64/3393 1% [= ] 65/3393 1% [= ] 66/3393 1% [= ] 67/3393 1% [= ] 68/3393 2% [= ] 69/3393 2% [= ] 70/3393 2% [= ] 71/3393 2% [= ] 72/3393 2% [= ] 73/3393 2% [= ] 74/3393 2% [= ] 75/3393 2% [= ] 76/3393 2% [= ] 77/3393 2% [= ] 78/3393 2% [= ] 79/3393 2% [= ] 80/3393 2% [= ] 81/3393 2% [= ] 82/3393 2% [= ] 83/3393 2% [= ] 84/3393 2% [= ] 85/3393 2% [= ] 86/3393 2% [= ] 87/3393 2% [= ] 88/3393 2% [= ] 89/3393 2% [= ] 90/3393 2% [= ] 91/3393 2% [= ] 92/3393 2% [= ] 93/3393 2% [= ] 94/3393 2% [= ] 95/3393 2% [= ] 96/3393 2% [= ] 97/3393 2% [= ] 98/3393 2% [= ] 99/3393 2% [= ] 100/3393 2% [= ] 101/3393 2% [= ] 102/3393 3% [= ] 103/3393 3% [= ] 104/3393 3% [= ] 105/3393 3% [= ] 106/3393 3% [= ] 107/3393 3% [= ] 108/3393 3% [= ] 109/3393 3% [== ] 110/3393 3% [== ] 111/3393 3% [== ] 112/3393 3% [== ] 113/3393 3% [== ] 114/3393 3% [== ] 115/3393 3% [== ] 116/3393 3% [== ] 117/3393 3% [== ] 118/3393 3% [== ] 119/3393 3% [== ] 120/3393 3% [== ] 121/3393 3% [== ] 122/3393 3% [== ] 123/3393 3% [== ] 124/3393 3% [== ] 125/3393 3% [== ] 126/3393 3% [== ] 127/3393 3% [== ] 128/3393 3% [== ] 129/3393 3% [== ] 130/3393 3% [== ] 131/3393 3% [== ] 132/3393 3% [== ] 133/3393 3% [== ] 134/3393 3% [== ] 135/3393 3% [== ] 136/3393 4% [== ] 137/3393 4% [== ] 138/3393 4% [== ] 139/3393 4% [== ] 140/3393 4% [== ] 141/3393 4% [== ] 142/3393 4% [== ] 143/3393 4% [== ] 144/3393 4% [== ] 145/3393 4% [== ] 146/3393 4% [== ] 147/3393 4% [== ] 148/3393 4% [== ] 149/3393 4% [== ] 150/3393 4% [== ] 151/3393 4% [== ] 152/3393 4% [== ] 153/3393 4% [== ] 154/3393 4% [== ] 155/3393 4% [== ] 156/3393 4% [== ] 157/3393 4% [== ] 158/3393 4% [== ] 159/3393 4% [== ] 160/3393 4% [== ] 161/3393 4% [== ] 162/3393 4% [== ] 163/3393 4% [== ] 164/3393 4% [=== ] 165/3393 4% [=== ] 166/3393 4% [=== ] 167/3393 4% [=== ] 168/3393 4% [=== ] 169/3393 4% [=== ] 170/3393 5% [=== ] 171/3393 5% [=== ] 172/3393 5% [=== ] 173/3393 5% [=== ] 174/3393 5% [=== ] 175/3393 5% [=== ] 176/3393 5% [=== ] 177/3393 5% [=== ] 178/3393 5% [=== ] 179/3393 5% [=== ] 180/3393 5% [=== ] 181/3393 5% [=== ] 182/3393 5% [=== ] 183/3393 5% [=== ] 184/3393 5% [=== ] 185/3393 5% [=== ] 186/3393 5% [=== ] 187/3393 5% [=== ] 188/3393 5% [=== ] 189/3393 5% [=== ] 190/3393 5% [=== ] 191/3393 5% [=== ] 192/3393 5% [=== ] 193/3393 5% [=== ] 194/3393 5% [=== ] 195/3393 5% [=== ] 196/3393 5% [=== ] 197/3393 5% [=== ] 198/3393 5% [=== ] 199/3393 5% [=== ] 200/3393 5% [=== ] 201/3393 5% [=== ] 202/3393 5% [=== ] 203/3393 5% [=== ] 204/3393 6% [=== ] 205/3393 6% [=== ] 206/3393 6% [=== ] 207/3393 6% [=== ] 208/3393 6% [=== ] 209/3393 6% [=== ] 210/3393 6% [=== ] 211/3393 6% [=== ] 212/3393 6% [=== ] 213/3393 6% [=== ] 214/3393 6% [=== ] 215/3393 6% [=== ] 216/3393 6% [=== ] 217/3393 6% [=== ] 218/3393 6% [==== ] 219/3393 6% [==== ] 220/3393 6% [==== ] 221/3393 6% [==== ] 222/3393 6% [==== ] 223/3393 6% [==== ] 224/3393 6% [==== ] 225/3393 6% [==== ] 226/3393 6% [==== ] 227/3393 6% [==== ] 228/3393 6% [==== ] 229/3393 6% [==== ] 230/3393 6% [==== ] 231/3393 6% [==== ] 232/3393 6% [==== ] 233/3393 6% [==== ] 234/3393 6% [==== ] 235/3393 6% [==== ] 236/3393 6% [==== ] 237/3393 6% [==== ] 238/3393 7% [==== ] 239/3393 7% [==== ] 240/3393 7% [==== ] 241/3393 7% [==== ] 242/3393 7% [==== ] 243/3393 7% [==== ] 244/3393 7% [==== ] 245/3393 7% [==== ] 246/3393 7% [==== ] 247/3393 7% [==== ] 248/3393 7% [==== ] 249/3393 7% [==== ] 250/3393 7% [==== ] 251/3393 7% [==== ] 252/3393 7% [==== ] 253/3393 7% [==== ] 254/3393 7% [==== ] 255/3393 7% [==== ] 256/3393 7% [==== ] 257/3393 7% [==== ] 258/3393 7% [==== ] 259/3393 7% [==== ] 260/3393 7% [==== ] 261/3393 7% [==== ] 262/3393 7% [==== ] 263/3393 7% [==== ] 264/3393 7% [==== ] 265/3393 7% [==== ] 266/3393 7% [==== ] 267/3393 7% [==== ] 268/3393 7% [==== ] 269/3393 7% [==== ] 270/3393 7% [==== ] 271/3393 7% [==== ] 272/3393 8% [==== ] 273/3393 8% [===== ] 274/3393 8% [===== ] 275/3393 8% [===== ] 276/3393 8% [===== ] 277/3393 8% [===== ] 278/3393 8% [===== ] 279/3393 8% [===== ] 280/3393 8% [===== ] 281/3393 8% [===== ] 282/3393 8% [===== ] 283/3393 8% [===== ] 284/3393 8% [===== ] 285/3393 8% [===== ] 286/3393 8% [===== ] 287/3393 8% [===== ] 288/3393 8% [===== ] 289/3393 8% [===== ] 290/3393 8% [===== ] 291/3393 8% [===== ] 292/3393 8% [===== ] 293/3393 8% [===== ] 294/3393 8% [===== ] 295/3393 8% [===== ] 296/3393 8% [===== ] 297/3393 8% [===== ] 298/3393 8% [===== ] 299/3393 8% [===== ] 300/3393 8% [===== ] 301/3393 8% [===== ] 302/3393 8% [===== ] 303/3393 8% [===== ] 304/3393 8% [===== ] 305/3393 8% [===== ] 306/3393 9% [===== ] 307/3393 9% [===== ] 308/3393 9% [===== ] 309/3393 9% [===== ] 310/3393 9% [===== ] 311/3393 9% [===== ] 312/3393 9% [===== ] 313/3393 9% [===== ] 314/3393 9% [===== ] 315/3393 9% [===== ] 316/3393 9% [===== ] 317/3393 9% [===== ] 318/3393 9% [===== ] 319/3393 9% [===== ] 320/3393 9% [===== ] 321/3393 9% [===== ] 322/3393 9% [===== ] 323/3393 9% [===== ] 324/3393 9% [===== ] 325/3393 9% [===== ] 326/3393 9% [===== ] 327/3393 9% [===== ] 328/3393 9% [====== ] 329/3393 9% [====== ] 330/3393 9% [====== ] 331/3393 9% [====== ] 332/3393 9% [====== ] 333/3393 9% [====== ] 334/3393 9% [====== ] 335/3393 9% [====== ] 336/3393 9% [====== ] 337/3393 9% [====== ] 338/3393 9% [====== ] 339/3393 9% [====== ] 340/3393 10% [====== ] 341/3393 10% [====== ] 342/3393 10% [====== ] 343/3393 10% [====== ] 344/3393 10% [====== ] 345/3393 10% [====== ] 346/3393 10% [====== ] 347/3393 10% [====== ] 348/3393 10% [====== ] 349/3393 10% [====== ] 350/3393 10% [====== ] 351/3393 10% [====== ] 352/3393 10% [====== ] 353/3393 10% [====== ] 354/3393 10% [====== ] 355/3393 10% [====== ] 356/3393 10% [====== ] 357/3393 10% [====== ] 358/3393 10% [====== ] 359/3393 10% [====== ] 360/3393 10% [====== ] 361/3393 10% [====== ] 362/3393 10% [====== ] 363/3393 10% [====== ] 364/3393 10% [====== ] 365/3393 10% [====== ] 366/3393 10% [====== ] 367/3393 10% [====== ] 368/3393 10% [====== ] 369/3393 10% [====== ] 370/3393 10% [====== ] 371/3393 10% [====== ] 372/3393 10% [====== ] 373/3393 10% [====== ] 374/3393 11% [====== ] 375/3393 11% [====== ] 376/3393 11% [====== ] 377/3393 11% [====== ] 378/3393 11% [====== ] 379/3393 11% [====== ] 380/3393 11% [====== ] 381/3393 11% [====== ] 382/3393 11% [====== ] 383/3393 11% [======= ] 384/3393 11% [======= ] 385/3393 11% [======= ] 386/3393 11% [======= ] 387/3393 11% [======= ] 388/3393 11% [======= ] 389/3393 11% [======= ] 390/3393 11% [======= ] 391/3393 11% [======= ] 392/3393 11% [======= ] 393/3393 11% [======= ] 394/3393 11% [======= ] 395/3393 11% [======= ] 396/3393 11% [======= ] 397/3393 11% [======= ] 398/3393 11% [======= ] 399/3393 11% [======= ] 400/3393 11% [======= ] 401/3393 11% [======= ] 402/3393 11% [======= ] 403/3393 11% [======= ] 404/3393 11% [======= ] 405/3393 11% [======= ] 406/3393 11% [======= ] 407/3393 11% [======= ] 408/3393 12% [======= ] 409/3393 12% [======= ] 410/3393 12% [======= ] 411/3393 12% [======= ] 412/3393 12% [======= ] 413/3393 12% [======= ] 414/3393 12% [======= ] 415/3393 12% [======= ] 416/3393 12% [======= ] 417/3393 12% [======= ] 418/3393 12% [======= ] 419/3393 12% [======= ] 420/3393 12% [======= ] 421/3393 12% [======= ] 422/3393 12% [======= ] 423/3393 12% [======= ] 424/3393 12% [======= ] 425/3393 12% [======= ] 426/3393 12% [======= ] 427/3393 12% [======= ] 428/3393 12% [======= ] 429/3393 12% [======= ] 430/3393 12% [======= ] 431/3393 12% [======= ] 432/3393 12% [======= ] 433/3393 12% [======= ] 434/3393 12% [======= ] 435/3393 12% [======= ] 436/3393 12% [======= ] 437/3393 12% [======== ] 438/3393 12% [======== ] 439/3393 12% [======== ] 440/3393 12% [======== ] 441/3393 12% [======== ] 442/3393 13% [======== ] 443/3393 13% [======== ] 444/3393 13% [======== ] 445/3393 13% [======== ] 446/3393 13% [======== ] 447/3393 13% [======== ] 448/3393 13% [======== ] 449/3393 13% [======== ] 450/3393 13% [======== ] 451/3393 13% [======== ] 452/3393 13% [======== ] 453/3393 13% [======== ] 454/3393 13% [======== ] 455/3393 13% [======== ] 456/3393 13% [======== ] 457/3393 13% [======== ] 458/3393 13% [======== ] 459/3393 13% [======== ] 460/3393 13% [======== ] 461/3393 13% [======== ] 462/3393 13% [======== ] 463/3393 13% [======== ] 464/3393 13% [======== ] 465/3393 13% [======== ] 466/3393 13% [======== ] 467/3393 13% [======== ] 468/3393 13% [======== ] 469/3393 13% [======== ] 470/3393 13% [======== ] 471/3393 13% [======== ] 472/3393 13% [======== ] 473/3393 13% [======== ] 474/3393 13% [======== ] 475/3393 13% [======== ] 476/3393 14% [======== ] 477/3393 14% [======== ] 478/3393 14% [======== ] 479/3393 14% [======== ] 480/3393 14% [======== ] 481/3393 14% [======== ] 482/3393 14% [======== ] 483/3393 14% [======== ] 484/3393 14% [======== ] 485/3393 14% [======== ] 486/3393 14% [======== ] 487/3393 14% [======== ] 488/3393 14% [======== ] 489/3393 14% [======== ] 490/3393 14% [======== ] 491/3393 14% [======== ] 492/3393 14% [========= ] 493/3393 14% [========= ] 494/3393 14% [========= ] 495/3393 14% [========= ] 496/3393 14% [========= ] 497/3393 14% [========= ] 498/3393 14% [========= ] 499/3393 14% [========= ] 500/3393 14% [========= ] 501/3393 14% [========= ] 502/3393 14% [========= ] 503/3393 14% [========= ] 504/3393 14% [========= ] 505/3393 14% [========= ] 506/3393 14% [========= ] 507/3393 14% [========= ] 508/3393 14% [========= ] 509/3393 15% [========= ] 510/3393 15% [========= ] 511/3393 15% [========= ] 512/3393 15% [========= ] 513/3393 15% [========= ] 514/3393 15% [========= ] 515/3393 15% [========= ] 516/3393 15% [========= ] 517/3393 15% [========= ] 518/3393 15% [========= ] 519/3393 15% [========= ] 520/3393 15% [========= ] 521/3393 15% [========= ] 522/3393 15% [========= ] 523/3393 15% [========= ] 524/3393 15% [========= ] 525/3393 15% [========= ] 526/3393 15% [========= ] 527/3393 15% [========= ] 528/3393 15% [========= ] 529/3393 15% [========= ] 530/3393 15% [========= ] 531/3393 15% [========= ] 532/3393 15% [========= ] 533/3393 15% [========= ] 534/3393 15% [========= ] 535/3393 15% [========= ] 536/3393 15% [========= ] 537/3393 15% [========= ] 538/3393 15% [========= ] 539/3393 15% [========= ] 540/3393 15% [========= ] 541/3393 15% [========= ] 542/3393 15% [========= ] 543/3393 16% [========= ] 544/3393 16% [========= ] 545/3393 16% [========= ] 546/3393 16% [========= ] 547/3393 16% [========== ] 548/3393 16% [========== ] 549/3393 16% [========== ] 550/3393 16% [========== ] 551/3393 16% [========== ] 552/3393 16% [========== ] 553/3393 16% [========== ] 554/3393 16% [========== ] 555/3393 16% [========== ] 556/3393 16% [========== ] 557/3393 16% [========== ] 558/3393 16% [========== ] 559/3393 16% [========== ] 560/3393 16% [========== ] 561/3393 16% [========== ] 562/3393 16% [========== ] 563/3393 16% [========== ] 564/3393 16% [========== ] 565/3393 16% [========== ] 566/3393 16% [========== ] 567/3393 16% [========== ] 568/3393 16% [========== ] 569/3393 16% [========== ] 570/3393 16% [========== ] 571/3393 16% [========== ] 572/3393 16% [========== ] 573/3393 16% [========== ] 574/3393 16% [========== ] 575/3393 16% [========== ] 576/3393 16% [========== ] 577/3393 17% [========== ] 578/3393 17% [========== ] 579/3393 17% [========== ] 580/3393 17% [========== ] 581/3393 17% [========== ] 582/3393 17% [========== ] 583/3393 17% [========== ] 584/3393 17% [========== ] 585/3393 17% [========== ] 586/3393 17% [========== ] 587/3393 17% [========== ] 588/3393 17% [========== ] 589/3393 17% [========== ] 590/3393 17% [========== ] 591/3393 17% [========== ] 592/3393 17% [========== ] 593/3393 17% [========== ] 594/3393 17% [========== ] 595/3393 17% [========== ] 596/3393 17% [========== ] 597/3393 17% [========== ] 598/3393 17% [========== ] 599/3393 17% [========== ] 600/3393 17% [========== ] 601/3393 17% [=========== ] 602/3393 17% [=========== ] 603/3393 17% [=========== ] 604/3393 17% [=========== ] 605/3393 17% [=========== ] 606/3393 17% [=========== ] 607/3393 17% [=========== ] 608/3393 17% [=========== ] 609/3393 17% [=========== ] 610/3393 17% [=========== ] 611/3393 18% [=========== ] 612/3393 18% [=========== ] 613/3393 18% [=========== ] 614/3393 18% [=========== ] 615/3393 18% [=========== ] 616/3393 18% [=========== ] 617/3393 18% [=========== ] 618/3393 18% [=========== ] 619/3393 18% [=========== ] 620/3393 18% [=========== ] 621/3393 18% [=========== ] 622/3393 18% [=========== ] 623/3393 18% [=========== ] 624/3393 18% [=========== ] 625/3393 18% [=========== ] 626/3393 18% [=========== ] 627/3393 18% [=========== ] 628/3393 18% [=========== ] 629/3393 18% [=========== ] 630/3393 18% [=========== ] 631/3393 18% [=========== ] 632/3393 18% [=========== ] 633/3393 18% [=========== ] 634/3393 18% [=========== ] 635/3393 18% [=========== ] 636/3393 18% [=========== ] 637/3393 18% [=========== ] 638/3393 18% [=========== ] 639/3393 18% [=========== ] 640/3393 18% [=========== ] 641/3393 18% [=========== ] 642/3393 18% [=========== ] 643/3393 18% [=========== ] 644/3393 18% [=========== ] 645/3393 19% [=========== ] 646/3393 19% [=========== ] 647/3393 19% [=========== ] 648/3393 19% [=========== ] 649/3393 19% [=========== ] 650/3393 19% [=========== ] 651/3393 19% [=========== ] 652/3393 19% [=========== ] 653/3393 19% [=========== ] 654/3393 19% [=========== ] 655/3393 19% [=========== ] 656/3393 19% [============ ] 657/3393 19% [============ ] 658/3393 19% [============ ] 659/3393 19% [============ ] 660/3393 19% [============ ] 661/3393 19% [============ ] 662/3393 19% [============ ] 663/3393 19% [============ ] 664/3393 19% [============ ] 665/3393 19% [============ ] 666/3393 19% [============ ] 667/3393 19% [============ ] 668/3393 19% [============ ] 669/3393 19% [============ ] 670/3393 19% [============ ] 671/3393 19% [============ ] 672/3393 19% [============ ] 673/3393 19% [============ ] 674/3393 19% [============ ] 675/3393 19% [============ ] 676/3393 19% [============ ] 677/3393 19% [============ ] 678/3393 19% [============ ] 679/3393 20% [============ ] 680/3393 20% [============ ] 681/3393 20% [============ ] 682/3393 20% [============ ] 683/3393 20% [============ ] 684/3393 20% [============ ] 685/3393 20% [============ ] 686/3393 20% [============ ] 687/3393 20% [============ ] 688/3393 20% [============ ] 689/3393 20% [============ ] 690/3393 20% [============ ] 691/3393 20% [============ ] 692/3393 20% [============ ] 693/3393 20% [============ ] 694/3393 20% [============ ] 695/3393 20% [============ ] 696/3393 20% [============ ] 697/3393 20% [============ ] 698/3393 20% [============ ] 699/3393 20% [============ ] 700/3393 20% [============ ] 701/3393 20% [============ ] 702/3393 20% [============ ] 703/3393 20% [============ ] 704/3393 20% [============ ] 705/3393 20% [============ ] 706/3393 20% [============ ] 707/3393 20% [============ ] 708/3393 20% [============ ] 709/3393 20% [============ ] 710/3393 20% [============ ] 711/3393 20% [============= ] 712/3393 20% [============= ] 713/3393 21% [============= ] 714/3393 21% [============= ] 715/3393 21% [============= ] 716/3393 21% [============= ] 717/3393 21% [============= ] 718/3393 21% [============= ] 719/3393 21% [============= ] 720/3393 21% [============= ] 721/3393 21% [============= ] 722/3393 21% [============= ] 723/3393 21% [============= ] 724/3393 21% [============= ] 725/3393 21% [============= ] 726/3393 21% [============= ] 727/3393 21% [============= ] 728/3393 21% [============= ] 729/3393 21% [============= ] 730/3393 21% [============= ] 731/3393 21% [============= ] 732/3393 21% [============= ] 733/3393 21% [============= ] 734/3393 21% [============= ] 735/3393 21% [============= ] 736/3393 21% [============= ] 737/3393 21% [============= ] 738/3393 21% [============= ] 739/3393 21% [============= ] 740/3393 21% [============= ] 741/3393 21% [============= ] 742/3393 21% [============= ] 743/3393 21% [============= ] 744/3393 21% [============= ] 745/3393 21% [============= ] 746/3393 21% [============= ] 747/3393 22% [============= ] 748/3393 22% [============= ] 749/3393 22% [============= ] 750/3393 22% [============= ] 751/3393 22% [============= ] 752/3393 22% [============= ] 753/3393 22% [============= ] 754/3393 22% [============= ] 755/3393 22% [============= ] 756/3393 22% [============= ] 757/3393 22% [============= ] 758/3393 22% [============= ] 759/3393 22% [============= ] 760/3393 22% [============= ] 761/3393 22% [============= ] 762/3393 22% [============= ] 763/3393 22% [============= ] 764/3393 22% [============= ] 765/3393 22% [============= ] 766/3393 22% [============== ] 767/3393 22% [============== ] 768/3393 22% [============== ] 769/3393 22% [============== ] 770/3393 22% [============== ] 771/3393 22% [============== ] 772/3393 22% [============== ] 773/3393 22% [============== ] 774/3393 22% [============== ] 775/3393 22% [============== ] 776/3393 22% [============== ] 777/3393 22% [============== ] 778/3393 22% [============== ] 779/3393 22% [============== ] 780/3393 22% [============== ] 781/3393 23% [============== ] 782/3393 23% [============== ] 783/3393 23% [============== ] 784/3393 23% [============== ] 785/3393 23% [============== ] 786/3393 23% [============== ] 787/3393 23% [============== ] 788/3393 23% [============== ] 789/3393 23% [============== ] 790/3393 23% [============== ] 791/3393 23% [============== ] 792/3393 23% [============== ] 793/3393 23% [============== ] 794/3393 23% [============== ] 795/3393 23% [============== ] 796/3393 23% [============== ] 797/3393 23% [============== ] 798/3393 23% [============== ] 799/3393 23% [============== ] 800/3393 23% [============== ] 801/3393 23% [============== ] 802/3393 23% [============== ] 803/3393 23% [============== ] 804/3393 23% [============== ] 805/3393 23% [============== ] 806/3393 23% [============== ] 807/3393 23% [============== ] 808/3393 23% [============== ] 809/3393 23% [============== ] 810/3393 23% [============== ] 811/3393 23% [============== ] 812/3393 23% [============== ] 813/3393 23% [============== ] 814/3393 23% [============== ] 815/3393 24% [============== ] 816/3393 24% [============== ] 817/3393 24% [============== ] 818/3393 24% [============== ] 819/3393 24% [============== ] 820/3393 24% [=============== ] 821/3393 24% [=============== ] 822/3393 24% [=============== ] 823/3393 24% [=============== ] 824/3393 24% [=============== ] 825/3393 24% [=============== ] 826/3393 24% [=============== ] 827/3393 24% [=============== ] 828/3393 24% [=============== ] 829/3393 24% [=============== ] 830/3393 24% [=============== ] 831/3393 24% [=============== ] 832/3393 24% [=============== ] 833/3393 24% [=============== ] 834/3393 24% [=============== ] 835/3393 24% [=============== ] 836/3393 24% [=============== ] 837/3393 24% [=============== ] 838/3393 24% [=============== ] 839/3393 24% [=============== ] 840/3393 24% [=============== ] 841/3393 24% [=============== ] 842/3393 24% [=============== ] 843/3393 24% [=============== ] 844/3393 24% [=============== ] 845/3393 24% [=============== ] 846/3393 24% [=============== ] 847/3393 24% [=============== ] 848/3393 24% [=============== ] 849/3393 25% [=============== ] 850/3393 25% [=============== ] 851/3393 25% [=============== ] 852/3393 25% [=============== ] 853/3393 25% [=============== ] 854/3393 25% [=============== ] 855/3393 25% [=============== ] 856/3393 25% [=============== ] 857/3393 25% [=============== ] 858/3393 25% [=============== ] 859/3393 25% [=============== ] 860/3393 25% [=============== ] 861/3393 25% [=============== ] 862/3393 25% [=============== ] 863/3393 25% [=============== ] 864/3393 25% [=============== ] 865/3393 25% [=============== ] 866/3393 25% [=============== ] 867/3393 25% [=============== ] 868/3393 25% [=============== ] 869/3393 25% [=============== ] 870/3393 25% [=============== ] 871/3393 25% [=============== ] 872/3393 25% [=============== ] 873/3393 25% [=============== ] 874/3393 25% [=============== ] 875/3393 25% [================ ] 876/3393 25% [================ ] 877/3393 25% [================ ] 878/3393 25% [================ ] 879/3393 25% [================ ] 880/3393 25% [================ ] 881/3393 25% [================ ] 882/3393 25% [================ ] 883/3393 26% [================ ] 884/3393 26% [================ ] 885/3393 26% [================ ] 886/3393 26% [================ ] 887/3393 26% [================ ] 888/3393 26% [================ ] 889/3393 26% [================ ] 890/3393 26% [================ ] 891/3393 26% [================ ] 892/3393 26% [================ ] 893/3393 26% [================ ] 894/3393 26% [================ ] 895/3393 26% [================ ] 896/3393 26% [================ ] 897/3393 26% [================ ] 898/3393 26% [================ ] 899/3393 26% [================ ] 900/3393 26% [================ ] 901/3393 26% [================ ] 902/3393 26% [================ ] 903/3393 26% [================ ] 904/3393 26% [================ ] 905/3393 26% [================ ] 906/3393 26% [================ ] 907/3393 26% [================ ] 908/3393 26% [================ ] 909/3393 26% [================ ] 910/3393 26% [================ ] 911/3393 26% [================ ] 912/3393 26% [================ ] 913/3393 26% [================ ] 914/3393 26% [================ ] 915/3393 26% [================ ] 916/3393 26% [================ ] 917/3393 27% [================ ] 918/3393 27% [================ ] 919/3393 27% [================ ] 920/3393 27% [================ ] 921/3393 27% [================ ] 922/3393 27% [================ ] 923/3393 27% [================ ] 924/3393 27% [================ ] 925/3393 27% [================ ] 926/3393 27% [================ ] 927/3393 27% [================ ] 928/3393 27% [================ ] 929/3393 27% [================ ] 930/3393 27% [================= ] 931/3393 27% [================= ] 932/3393 27% [================= ] 933/3393 27% [================= ] 934/3393 27% [================= ] 935/3393 27% [================= ] 936/3393 27% [================= ] 937/3393 27% [================= ] 938/3393 27% [================= ] 939/3393 27% [================= ] 940/3393 27% [================= ] 941/3393 27% [================= ] 942/3393 27% [================= ] 943/3393 27% [================= ] 944/3393 27% [================= ] 945/3393 27% [================= ] 946/3393 27% [================= ] 947/3393 27% [================= ] 948/3393 27% [================= ] 949/3393 27% [================= ] 950/3393 27% [================= ] 951/3393 28% [================= ] 952/3393 28% [================= ] 953/3393 28% [================= ] 954/3393 28% [================= ] 955/3393 28% [================= ] 956/3393 28% [================= ] 957/3393 28% [================= ] 958/3393 28% [================= ] 959/3393 28% [================= ] 960/3393 28% [================= ] 961/3393 28% [================= ] 962/3393 28% [================= ] 963/3393 28% [================= ] 964/3393 28% [================= ] 965/3393 28% [================= ] 966/3393 28% [================= ] 967/3393 28% [================= ] 968/3393 28% [================= ] 969/3393 28% [================= ] 970/3393 28% [================= ] 971/3393 28% [================= ] 972/3393 28% [================= ] 973/3393 28% [================= ] 974/3393 28% [================= ] 975/3393 28% [================= ] 976/3393 28% [================= ] 977/3393 28% [================= ] 978/3393 28% [================= ] 979/3393 28% [================= ] 980/3393 28% [================= ] 981/3393 28% [================= ] 982/3393 28% [================= ] 983/3393 28% [================= ] 984/3393 29% [================= ] 985/3393 29% [================== ] 986/3393 29% [================== ] 987/3393 29% [================== ] 988/3393 29% [================== ] 989/3393 29% [================== ] 990/3393 29% [================== ] 991/3393 29% [================== ] 992/3393 29% [================== ] 993/3393 29% [================== ] 994/3393 29% [================== ] 995/3393 29% [================== ] 996/3393 29% [================== ] 997/3393 29% [================== ] 998/3393 29% [================== ] 999/3393 29% [================== ] 1000/3393 29% [================== ] 1001/3393 29% [================== ] 1002/3393 29% [================== ] 1003/3393 29% [================== ] 1004/3393 29% [================== ] 1005/3393 29% [================== ] 1006/3393 29% [================== ] 1007/3393 29% [================== ] 1008/3393 29% [================== ] 1009/3393 29% [================== ] 1010/3393 29% [================== ] 1011/3393 29% [================== ] 1012/3393 29% [================== ] 1013/3393 29% [================== ] 1014/3393 29% [================== ] 1015/3393 29% [================== ] 1016/3393 29% [================== ] 1017/3393 29% [================== ] 1018/3393 30% [================== ] 1019/3393 30% [================== ] 1020/3393 30% [================== ] 1021/3393 30% [================== ] 1022/3393 30% [================== ] 1023/3393 30% [================== ] 1024/3393 30% [================== ] 1025/3393 30% [================== ] 1026/3393 30% [================== ] 1027/3393 30% [================== ] 1028/3393 30% [================== ] 1029/3393 30% [================== ] 1030/3393 30% [================== ] 1031/3393 30% [================== ] 1032/3393 30% [================== ] 1033/3393 30% [================== ] 1034/3393 30% [================== ] 1035/3393 30% [================== ] 1036/3393 30% [================== ] 1037/3393 30% [================== ] 1038/3393 30% [================== ] 1039/3393 30% [=================== ] 1040/3393 30% [=================== ] 1041/3393 30% [=================== ] 1042/3393 30% [=================== ] 1043/3393 30% [=================== ] 1044/3393 30% [=================== ] 1045/3393 30% [=================== ] 1046/3393 30% [=================== ] 1047/3393 30% [=================== ] 1048/3393 30% [=================== ] 1049/3393 30% [=================== ] 1050/3393 30% [=================== ] 1051/3393 30% [=================== ] 1052/3393 31% [=================== ] 1053/3393 31% [=================== ] 1054/3393 31% [=================== ] 1055/3393 31% [=================== ] 1056/3393 31% [=================== ] 1057/3393 31% [=================== ] 1058/3393 31% [=================== ] 1059/3393 31% [=================== ] 1060/3393 31% [=================== ] 1061/3393 31% [=================== ] 1062/3393 31% [=================== ] 1063/3393 31% [=================== ] 1064/3393 31% [=================== ] 1065/3393 31% [=================== ] 1066/3393 31% [=================== ] 1067/3393 31% [=================== ] 1068/3393 31% [=================== ] 1069/3393 31% [=================== ] 1070/3393 31% [=================== ] 1071/3393 31% [=================== ] 1072/3393 31% [=================== ] 1073/3393 31% [=================== ] 1074/3393 31% [=================== ] 1075/3393 31% [=================== ] 1076/3393 31% [=================== ] 1077/3393 31% [=================== ] 1078/3393 31% [=================== ] 1079/3393 31% [=================== ] 1080/3393 31% [=================== ] 1081/3393 31% [=================== ] 1082/3393 31% [=================== ] 1083/3393 31% [=================== ] 1084/3393 31% [=================== ] 1085/3393 31% [=================== ] 1086/3393 32% [=================== ] 1087/3393 32% [=================== ] 1088/3393 32% [=================== ] 1089/3393 32% [=================== ] 1090/3393 32% [=================== ] 1091/3393 32% [=================== ] 1092/3393 32% [=================== ] 1093/3393 32% [=================== ] 1094/3393 32% [==================== ] 1095/3393 32% [==================== ] 1096/3393 32% [==================== ] 1097/3393 32% [==================== ] 1098/3393 32% [==================== ] 1099/3393 32% [==================== ] 1100/3393 32% [==================== ] 1101/3393 32% [==================== ] 1102/3393 32% [==================== ] 1103/3393 32% [==================== ] 1104/3393 32% [==================== ] 1105/3393 32% [==================== ] 1106/3393 32% [==================== ] 1107/3393 32% [==================== ] 1108/3393 32% [==================== ] 1109/3393 32% [==================== ] 1110/3393 32% [==================== ] 1111/3393 32% [==================== ] 1112/3393 32% [==================== ] 1113/3393 32% [==================== ] 1114/3393 32% [==================== ] 1115/3393 32% [==================== ] 1116/3393 32% [==================== ] 1117/3393 32% [==================== ] 1118/3393 32% [==================== ] 1119/3393 32% [==================== ] 1120/3393 33% [==================== ] 1121/3393 33% [==================== ] 1122/3393 33% [==================== ] 1123/3393 33% [==================== ] 1124/3393 33% [==================== ] 1125/3393 33% [==================== ] 1126/3393 33% [==================== ] 1127/3393 33% [==================== ] 1128/3393 33% [==================== ] 1129/3393 33% [==================== ] 1130/3393 33% [==================== ] 1131/3393 33% [==================== ] 1132/3393 33% [==================== ] 1133/3393 33% [==================== ] 1134/3393 33% [==================== ] 1135/3393 33% [==================== ] 1136/3393 33% [==================== ] 1137/3393 33% [==================== ] 1138/3393 33% [==================== ] 1139/3393 33% [==================== ] 1140/3393 33% [==================== ] 1141/3393 33% [==================== ] 1142/3393 33% [==================== ] 1143/3393 33% [==================== ] 1144/3393 33% [==================== ] 1145/3393 33% [==================== ] 1146/3393 33% [==================== ] 1147/3393 33% [==================== ] 1148/3393 33% [==================== ] 1149/3393 33% [===================== ] 1150/3393 33% [===================== ] 1151/3393 33% [===================== ] 1152/3393 33% [===================== ] 1153/3393 33% [===================== ] 1154/3393 34% [===================== ] 1155/3393 34% [===================== ] 1156/3393 34% [===================== ] 1157/3393 34% [===================== ] 1158/3393 34% [===================== ] 1159/3393 34% [===================== ] 1160/3393 34% [===================== ] 1161/3393 34% [===================== ] 1162/3393 34% [===================== ] 1163/3393 34% [===================== ] 1164/3393 34% [===================== ] 1165/3393 34% [===================== ] 1166/3393 34% [===================== ] 1167/3393 34% [===================== ] 1168/3393 34% [===================== ] 1169/3393 34% [===================== ] 1170/3393 34% [===================== ] 1171/3393 34% [===================== ] 1172/3393 34% [===================== ] 1173/3393 34% [===================== ] 1174/3393 34% [===================== ] 1175/3393 34% [===================== ] 1176/3393 34% [===================== ] 1177/3393 34% [===================== ] 1178/3393 34% [===================== ] 1179/3393 34% [===================== ] 1180/3393 34% [===================== ] 1181/3393 34% [===================== ] 1182/3393 34% [===================== ] 1183/3393 34% [===================== ] 1184/3393 34% [===================== ] 1185/3393 34% [===================== ] 1186/3393 34% [===================== ] 1187/3393 34% [===================== ] 1188/3393 35% [===================== ] 1189/3393 35% [===================== ] 1190/3393 35% [===================== ] 1191/3393 35% [===================== ] 1192/3393 35% [===================== ] 1193/3393 35% [===================== ] 1194/3393 35% [===================== ] 1195/3393 35% [===================== ] 1196/3393 35% [===================== ] 1197/3393 35% [===================== ] 1198/3393 35% [===================== ] 1199/3393 35% [===================== ] 1200/3393 35% [===================== ] 1201/3393 35% [===================== ] 1202/3393 35% [===================== ] 1203/3393 35% [====================== ] 1204/3393 35% [====================== ] 1205/3393 35% [====================== ] 1206/3393 35% [====================== ] 1207/3393 35% [====================== ] 1208/3393 35% [====================== ] 1209/3393 35% [====================== ] 1210/3393 35% [====================== ] 1211/3393 35% [====================== ] 1212/3393 35% [====================== ] 1213/3393 35% [====================== ] 1214/3393 35% [====================== ] 1215/3393 35% [====================== ] 1216/3393 35% [====================== ] 1217/3393 35% [====================== ] 1218/3393 35% [====================== ] 1219/3393 35% [====================== ] 1220/3393 35% [====================== ] 1221/3393 35% [====================== ] 1222/3393 36% [====================== ] 1223/3393 36% [====================== ] 1224/3393 36% [====================== ] 1225/3393 36% [====================== ] 1226/3393 36% [====================== ] 1227/3393 36% [====================== ] 1228/3393 36% [====================== ] 1229/3393 36% [====================== ] 1230/3393 36% [====================== ] 1231/3393 36% [====================== ] 1232/3393 36% [====================== ] 1233/3393 36% [====================== ] 1234/3393 36% [====================== ] 1235/3393 36% [====================== ] 1236/3393 36% [====================== ] 1237/3393 36% [====================== ] 1238/3393 36% [====================== ] 1239/3393 36% [====================== ] 1240/3393 36% [====================== ] 1241/3393 36% [====================== ] 1242/3393 36% [====================== ] 1243/3393 36% [====================== ] 1244/3393 36% [====================== ] 1245/3393 36% [====================== ] 1246/3393 36% [====================== ] 1247/3393 36% [====================== ] 1248/3393 36% [====================== ] 1249/3393 36% [====================== ] 1250/3393 36% [====================== ] 1251/3393 36% [====================== ] 1252/3393 36% [====================== ] 1253/3393 36% [====================== ] 1254/3393 36% [====================== ] 1255/3393 36% [====================== ] 1256/3393 37% [====================== ] 1257/3393 37% [====================== ] 1258/3393 37% [======================= ] 1259/3393 37% [======================= ] 1260/3393 37% [======================= ] 1261/3393 37% [======================= ] 1262/3393 37% [======================= ] 1263/3393 37% [======================= ] 1264/3393 37% [======================= ] 1265/3393 37% [======================= ] 1266/3393 37% [======================= ] 1267/3393 37% [======================= ] 1268/3393 37% [======================= ] 1269/3393 37% [======================= ] 1270/3393 37% [======================= ] 1271/3393 37% [======================= ] 1272/3393 37% [======================= ] 1273/3393 37% [======================= ] 1274/3393 37% [======================= ] 1275/3393 37% [======================= ] 1276/3393 37% [======================= ] 1277/3393 37% [======================= ] 1278/3393 37% [======================= ] 1279/3393 37% [======================= ] 1280/3393 37% [======================= ] 1281/3393 37% [======================= ] 1282/3393 37% [======================= ] 1283/3393 37% [======================= ] 1284/3393 37% [======================= ] 1285/3393 37% [======================= ] 1286/3393 37% [======================= ] 1287/3393 37% [======================= ] 1288/3393 37% [======================= ] 1289/3393 37% [======================= ] 1290/3393 38% [======================= ] 1291/3393 38% [======================= ] 1292/3393 38% [======================= ] 1293/3393 38% [======================= ] 1294/3393 38% [======================= ] 1295/3393 38% [======================= ] 1296/3393 38% [======================= ] 1297/3393 38% [======================= ] 1298/3393 38% [======================= ] 1299/3393 38% [======================= ] 1300/3393 38% [======================= ] 1301/3393 38% [======================= ] 1302/3393 38% [======================= ] 1303/3393 38% [======================= ] 1304/3393 38% [======================= ] 1305/3393 38% [======================= ] 1306/3393 38% [======================= ] 1307/3393 38% [======================= ] 1308/3393 38% [======================= ] 1309/3393 38% [======================= ] 1310/3393 38% [======================= ] 1311/3393 38% [======================= ] 1312/3393 38% [======================= ] 1313/3393 38% [======================== ] 1314/3393 38% [======================== ] 1315/3393 38% [======================== ] 1316/3393 38% [======================== ] 1317/3393 38% [======================== ] 1318/3393 38% [======================== ] 1319/3393 38% [======================== ] 1320/3393 38% [======================== ] 1321/3393 38% [======================== ] 1322/3393 38% [======================== ] 1323/3393 38% [======================== ] 1324/3393 39% [======================== ] 1325/3393 39% [======================== ] 1326/3393 39% [======================== ] 1327/3393 39% [======================== ] 1328/3393 39% [======================== ] 1329/3393 39% [======================== ] 1330/3393 39% [======================== ] 1331/3393 39% [======================== ] 1332/3393 39% [======================== ] 1333/3393 39% [======================== ] 1334/3393 39% [======================== ] 1335/3393 39% [======================== ] 1336/3393 39% [======================== ] 1337/3393 39% [======================== ] 1338/3393 39% [======================== ] 1339/3393 39% [======================== ] 1340/3393 39% [======================== ] 1341/3393 39% [======================== ] 1342/3393 39% [======================== ] 1343/3393 39% [======================== ] 1344/3393 39% [======================== ] 1345/3393 39% [======================== ] 1346/3393 39% [======================== ] 1347/3393 39% [======================== ] 1348/3393 39% [======================== ] 1349/3393 39% [======================== ] 1350/3393 39% [======================== ] 1351/3393 39% [======================== ] 1352/3393 39% [======================== ] 1353/3393 39% [======================== ] 1354/3393 39% [======================== ] 1355/3393 39% [======================== ] 1356/3393 39% [======================== ] 1357/3393 39% [======================== ] 1358/3393 40% [======================== ] 1359/3393 40% [======================== ] 1360/3393 40% [======================== ] 1361/3393 40% [======================== ] 1362/3393 40% [======================== ] 1363/3393 40% [======================== ] 1364/3393 40% [======================== ] 1365/3393 40% [======================== ] 1366/3393 40% [======================== ] 1367/3393 40% [======================== ] 1368/3393 40% [========================= ] 1369/3393 40% [========================= ] 1370/3393 40% [========================= ] 1371/3393 40% [========================= ] 1372/3393 40% [========================= ] 1373/3393 40% [========================= ] 1374/3393 40% [========================= ] 1375/3393 40% [========================= ] 1376/3393 40% [========================= ] 1377/3393 40% [========================= ] 1378/3393 40% [========================= ] 1379/3393 40% [========================= ] 1380/3393 40% [========================= ] 1381/3393 40% [========================= ] 1382/3393 40% [========================= ] 1383/3393 40% [========================= ] 1384/3393 40% [========================= ] 1385/3393 40% [========================= ] 1386/3393 40% [========================= ] 1387/3393 40% [========================= ] 1388/3393 40% [========================= ] 1389/3393 40% [========================= ] 1390/3393 40% [========================= ] 1391/3393 40% [========================= ] 1392/3393 41% [========================= ] 1393/3393 41% [========================= ] 1394/3393 41% [========================= ] 1395/3393 41% [========================= ] 1396/3393 41% [========================= ] 1397/3393 41% [========================= ] 1398/3393 41% [========================= ] 1399/3393 41% [========================= ] 1400/3393 41% [========================= ] 1401/3393 41% [========================= ] 1402/3393 41% [========================= ] 1403/3393 41% [========================= ] 1404/3393 41% [========================= ] 1405/3393 41% [========================= ] 1406/3393 41% [========================= ] 1407/3393 41% [========================= ] 1408/3393 41% [========================= ] 1409/3393 41% [========================= ] 1410/3393 41% [========================= ] 1411/3393 41% [========================= ] 1412/3393 41% [========================= ] 1413/3393 41% [========================= ] 1414/3393 41% [========================= ] 1415/3393 41% [========================= ] 1416/3393 41% [========================= ] 1417/3393 41% [========================= ] 1418/3393 41% [========================= ] 1419/3393 41% [========================= ] 1420/3393 41% [========================= ] 1421/3393 41% [========================= ] 1422/3393 41% [========================== ] 1423/3393 41% [========================== ] 1424/3393 41% [========================== ] 1425/3393 41% [========================== ] 1426/3393 42% [========================== ] 1427/3393 42% [========================== ] 1428/3393 42% [========================== ] 1429/3393 42% [========================== ] 1430/3393 42% [========================== ] 1431/3393 42% [========================== ] 1432/3393 42% [========================== ] 1433/3393 42% [========================== ] 1434/3393 42% [========================== ] 1435/3393 42% [========================== ] 1436/3393 42% [========================== ] 1437/3393 42% [========================== ] 1438/3393 42% [========================== ] 1439/3393 42% [========================== ] 1440/3393 42% [========================== ] 1441/3393 42% [========================== ] 1442/3393 42% [========================== ] 1443/3393 42% [========================== ] 1444/3393 42% [========================== ] 1445/3393 42% [========================== ] 1446/3393 42% [========================== ] 1447/3393 42% [========================== ] 1448/3393 42% [========================== ] 1449/3393 42% [========================== ] 1450/3393 42% [========================== ] 1451/3393 42% [========================== ] 1452/3393 42% [========================== ] 1453/3393 42% [========================== ] 1454/3393 42% [========================== ] 1455/3393 42% [========================== ] 1456/3393 42% [========================== ] 1457/3393 42% [========================== ] 1458/3393 42% [========================== ] 1459/3393 43% [========================== ] 1460/3393 43% [========================== ] 1461/3393 43% [========================== ] 1462/3393 43% [========================== ] 1463/3393 43% [========================== ] 1464/3393 43% [========================== ] 1465/3393 43% [========================== ] 1466/3393 43% [========================== ] 1467/3393 43% [========================== ] 1468/3393 43% [========================== ] 1469/3393 43% [========================== ] 1470/3393 43% [========================== ] 1471/3393 43% [========================== ] 1472/3393 43% [========================== ] 1473/3393 43% [========================== ] 1474/3393 43% [========================== ] 1475/3393 43% [========================== ] 1476/3393 43% [========================== ] 1477/3393 43% [=========================== ] 1478/3393 43% [=========================== ] 1479/3393 43% [=========================== ] 1480/3393 43% [=========================== ] 1481/3393 43% [=========================== ] 1482/3393 43% [=========================== ] 1483/3393 43% [=========================== ] 1484/3393 43% [=========================== ] 1485/3393 43% [=========================== ] 1486/3393 43% [=========================== ] 1487/3393 43% [=========================== ] 1488/3393 43% [=========================== ] 1489/3393 43% [=========================== ] 1490/3393 43% [=========================== ] 1491/3393 43% [=========================== ] 1492/3393 43% [=========================== ] 1493/3393 44% [=========================== ] 1494/3393 44% [=========================== ] 1495/3393 44% [=========================== ] 1496/3393 44% [=========================== ] 1497/3393 44% [=========================== ] 1498/3393 44% [=========================== ] 1499/3393 44% [=========================== ] 1500/3393 44% [=========================== ] 1501/3393 44% [=========================== ] 1502/3393 44% [=========================== ] 1503/3393 44% [=========================== ] 1504/3393 44% [=========================== ] 1505/3393 44% [=========================== ] 1506/3393 44% [=========================== ] 1507/3393 44% [=========================== ] 1508/3393 44% [=========================== ] 1509/3393 44% [=========================== ] 1510/3393 44% [=========================== ] 1511/3393 44% [=========================== ] 1512/3393 44% [=========================== ] 1513/3393 44% [=========================== ] 1514/3393 44% [=========================== ] 1515/3393 44% [=========================== ] 1516/3393 44% [=========================== ] 1517/3393 44% [=========================== ] 1518/3393 44% [=========================== ] 1519/3393 44% [=========================== ] 1520/3393 44% [=========================== ] 1521/3393 44% [=========================== ] 1522/3393 44% [=========================== ] 1523/3393 44% [=========================== ] 1524/3393 44% [=========================== ] 1525/3393 44% [=========================== ] 1526/3393 44% [=========================== ] 1527/3393 45% [=========================== ] 1528/3393 45% [=========================== ] 1529/3393 45% [=========================== ] 1530/3393 45% [=========================== ] 1531/3393 45% [=========================== ] 1532/3393 45% [============================ ] 1533/3393 45% [============================ ] 1534/3393 45% [============================ ] 1535/3393 45% [============================ ] 1536/3393 45% [============================ ] 1537/3393 45% [============================ ] 1538/3393 45% [============================ ] 1539/3393 45% [============================ ] 1540/3393 45% [============================ ] 1541/3393 45% [============================ ] 1542/3393 45% [============================ ] 1543/3393 45% [============================ ] 1544/3393 45% [============================ ] 1545/3393 45% [============================ ] 1546/3393 45% [============================ ] 1547/3393 45% [============================ ] 1548/3393 45% [============================ ] 1549/3393 45% [============================ ] 1550/3393 45% [============================ ] 1551/3393 45% [============================ ] 1552/3393 45% [============================ ] 1553/3393 45% [============================ ] 1554/3393 45% [============================ ] 1555/3393 45% [============================ ] 1556/3393 45% [============================ ] 1557/3393 45% [============================ ] 1558/3393 45% [============================ ] 1559/3393 45% [============================ ] 1560/3393 45% [============================ ] 1561/3393 46% [============================ ] 1562/3393 46% [============================ ] 1563/3393 46% [============================ ] 1564/3393 46% [============================ ] 1565/3393 46% [============================ ] 1566/3393 46% [============================ ] 1567/3393 46% [============================ ] 1568/3393 46% [============================ ] 1569/3393 46% [============================ ] 1570/3393 46% [============================ ] 1571/3393 46% [============================ ] 1572/3393 46% [============================ ] 1573/3393 46% [============================ ] 1574/3393 46% [============================ ] 1575/3393 46% [============================ ] 1576/3393 46% [============================ ] 1577/3393 46% [============================ ] 1578/3393 46% [============================ ] 1579/3393 46% [============================ ] 1580/3393 46% [============================ ] 1581/3393 46% [============================ ] 1582/3393 46% [============================ ] 1583/3393 46% [============================ ] 1584/3393 46% [============================ ] 1585/3393 46% [============================ ] 1586/3393 46% [============================ ] 1587/3393 46% [============================= ] 1588/3393 46% [============================= ] 1589/3393 46% [============================= ] 1590/3393 46% [============================= ] 1591/3393 46% [============================= ] 1592/3393 46% [============================= ] 1593/3393 46% [============================= ] 1594/3393 46% [============================= ] 1595/3393 47% [============================= ] 1596/3393 47% [============================= ] 1597/3393 47% [============================= ] 1598/3393 47% [============================= ] 1599/3393 47% [============================= ] 1600/3393 47% [============================= ] 1601/3393 47% [============================= ] 1602/3393 47% [============================= ] 1603/3393 47% [============================= ] 1604/3393 47% [============================= ] 1605/3393 47% [============================= ] 1606/3393 47% [============================= ] 1607/3393 47% [============================= ] 1608/3393 47% [============================= ] 1609/3393 47% [============================= ] 1610/3393 47% [============================= ] 1611/3393 47% [============================= ] 1612/3393 47% [============================= ] 1613/3393 47% [============================= ] 1614/3393 47% [============================= ] 1615/3393 47% [============================= ] 1616/3393 47% [============================= ] 1617/3393 47% [============================= ] 1618/3393 47% [============================= ] 1619/3393 47% [============================= ] 1620/3393 47% [============================= ] 1621/3393 47% [============================= ] 1622/3393 47% [============================= ] 1623/3393 47% [============================= ] 1624/3393 47% [============================= ] 1625/3393 47% [============================= ] 1626/3393 47% [============================= ] 1627/3393 47% [============================= ] 1628/3393 47% [============================= ] 1629/3393 48% [============================= ] 1630/3393 48% [============================= ] 1631/3393 48% [============================= ] 1632/3393 48% [============================= ] 1633/3393 48% [============================= ] 1634/3393 48% [============================= ] 1635/3393 48% [============================= ] 1636/3393 48% [============================= ] 1637/3393 48% [============================= ] 1638/3393 48% [============================= ] 1639/3393 48% [============================= ] 1640/3393 48% [============================= ] 1641/3393 48% [============================== ] 1642/3393 48% [============================== ] 1643/3393 48% [============================== ] 1644/3393 48% [============================== ] 1645/3393 48% [============================== ] 1646/3393 48% [============================== ] 1647/3393 48% [============================== ] 1648/3393 48% [============================== ] 1649/3393 48% [============================== ] 1650/3393 48% [============================== ] 1651/3393 48% [============================== ] 1652/3393 48% [============================== ] 1653/3393 48% [============================== ] 1654/3393 48% [============================== ] 1655/3393 48% [============================== ] 1656/3393 48% [============================== ] 1657/3393 48% [============================== ] 1658/3393 48% [============================== ] 1659/3393 48% [============================== ] 1660/3393 48% [============================== ] 1661/3393 48% [============================== ] 1662/3393 48% [============================== ] 1663/3393 49% [============================== ] 1664/3393 49% [============================== ] 1665/3393 49% [============================== ] 1666/3393 49% [============================== ] 1667/3393 49% [============================== ] 1668/3393 49% [============================== ] 1669/3393 49% [============================== ] 1670/3393 49% [============================== ] 1671/3393 49% [============================== ] 1672/3393 49% [============================== ] 1673/3393 49% [============================== ] 1674/3393 49% [============================== ] 1675/3393 49% [============================== ] 1676/3393 49% [============================== ] 1677/3393 49% [============================== ] 1678/3393 49% [============================== ] 1679/3393 49% [============================== ] 1680/3393 49% [============================== ] 1681/3393 49% [============================== ] 1682/3393 49% [============================== ] 1683/3393 49% [============================== ] 1684/3393 49% [============================== ] 1685/3393 49% [============================== ] 1686/3393 49% [============================== ] 1687/3393 49% [============================== ] 1688/3393 49% [============================== ] 1689/3393 49% [============================== ] 1690/3393 49% [============================== ] 1691/3393 49% [============================== ] 1692/3393 49% [============================== ] 1693/3393 49% [============================== ] 1694/3393 49% [============================== ] 1695/3393 49% [============================== ] 1696/3393 49% [=============================== ] 1697/3393 50% [=============================== ] 1698/3393 50% [=============================== ] 1699/3393 50% [=============================== ] 1700/3393 50% [=============================== ] 1701/3393 50% [=============================== ] 1702/3393 50% [=============================== ] 1703/3393 50% [=============================== ] 1704/3393 50% [=============================== ] 1705/3393 50% [=============================== ] 1706/3393 50% [=============================== ] 1707/3393 50% [=============================== ] 1708/3393 50% [=============================== ] 1709/3393 50% [=============================== ] 1710/3393 50% [=============================== ] 1711/3393 50% [=============================== ] 1712/3393 50% [=============================== ] 1713/3393 50% [=============================== ] 1714/3393 50% [=============================== ] 1715/3393 50% [=============================== ] 1716/3393 50% [=============================== ] 1717/3393 50% [=============================== ] 1718/3393 50% [=============================== ] 1719/3393 50% [=============================== ] 1720/3393 50% [=============================== ] 1721/3393 50% [=============================== ] 1722/3393 50% [=============================== ] 1723/3393 50% [=============================== ] 1724/3393 50% [=============================== ] 1725/3393 50% [=============================== ] 1726/3393 50% [=============================== ] 1727/3393 50% [=============================== ] 1728/3393 50% [=============================== ] 1729/3393 50% [=============================== ] 1730/3393 50% [=============================== ] 1731/3393 51% [=============================== ] 1732/3393 51% [=============================== ] 1733/3393 51% [=============================== ] 1734/3393 51% [=============================== ] 1735/3393 51% [=============================== ] 1736/3393 51% [=============================== ] 1737/3393 51% [=============================== ] 1738/3393 51% [=============================== ] 1739/3393 51% [=============================== ] 1740/3393 51% [=============================== ] 1741/3393 51% [=============================== ] 1742/3393 51% [=============================== ] 1743/3393 51% [=============================== ] 1744/3393 51% [=============================== ] 1745/3393 51% [=============================== ] 1746/3393 51% [=============================== ] 1747/3393 51% [=============================== ] 1748/3393 51% [=============================== ] 1749/3393 51% [=============================== ] 1750/3393 51% [=============================== ] 1751/3393 51% [================================ ] 1752/3393 51% [================================ ] 1753/3393 51% [================================ ] 1754/3393 51% [================================ ] 1755/3393 51% [================================ ] 1756/3393 51% [================================ ] 1757/3393 51% [================================ ] 1758/3393 51% [================================ ] 1759/3393 51% [================================ ] 1760/3393 51% [================================ ] 1761/3393 51% [================================ ] 1762/3393 51% [================================ ] 1763/3393 51% [================================ ] 1764/3393 51% [================================ ] 1765/3393 52% [================================ ] 1766/3393 52% [================================ ] 1767/3393 52% [================================ ] 1768/3393 52% [================================ ] 1769/3393 52% [================================ ] 1770/3393 52% [================================ ] 1771/3393 52% [================================ ] 1772/3393 52% [================================ ] 1773/3393 52% [================================ ] 1774/3393 52% [================================ ] 1775/3393 52% [================================ ] 1776/3393 52% [================================ ] 1777/3393 52% [================================ ] 1778/3393 52% [================================ ] 1779/3393 52% [================================ ] 1780/3393 52% [================================ ] 1781/3393 52% [================================ ] 1782/3393 52% [================================ ] 1783/3393 52% [================================ ] 1784/3393 52% [================================ ] 1785/3393 52% [================================ ] 1786/3393 52% [================================ ] 1787/3393 52% [================================ ] 1788/3393 52% [================================ ] 1789/3393 52% [================================ ] 1790/3393 52% [================================ ] 1791/3393 52% [================================ ] 1792/3393 52% [================================ ] 1793/3393 52% [================================ ] 1794/3393 52% [================================ ] 1795/3393 52% [================================ ] 1796/3393 52% [================================ ] 1797/3393 52% [================================ ] 1798/3393 52% [================================ ] 1799/3393 53% [================================ ] 1800/3393 53% [================================ ] 1801/3393 53% [================================ ] 1802/3393 53% [================================ ] 1803/3393 53% [================================ ] 1804/3393 53% [================================ ] 1805/3393 53% [================================= ] 1806/3393 53% [================================= ] 1807/3393 53% [================================= ] 1808/3393 53% [================================= ] 1809/3393 53% [================================= ] 1810/3393 53% [================================= ] 1811/3393 53% [================================= ] 1812/3393 53% [================================= ] 1813/3393 53% [================================= ] 1814/3393 53% [================================= ] 1815/3393 53% [================================= ] 1816/3393 53% [================================= ] 1817/3393 53% [================================= ] 1818/3393 53% [================================= ] 1819/3393 53% [================================= ] 1820/3393 53% [================================= ] 1821/3393 53% [================================= ] 1822/3393 53% [================================= ] 1823/3393 53% [================================= ] 1824/3393 53% [================================= ] 1825/3393 53% [================================= ] 1826/3393 53% [================================= ] 1827/3393 53% [================================= ] 1828/3393 53% [================================= ] 1829/3393 53% [================================= ] 1830/3393 53% [================================= ] 1831/3393 53% [================================= ] 1832/3393 53% [================================= ] 1833/3393 54% [================================= ] 1834/3393 54% [================================= ] 1835/3393 54% [================================= ] 1836/3393 54% [================================= ] 1837/3393 54% [================================= ] 1838/3393 54% [================================= ] 1839/3393 54% [================================= ] 1840/3393 54% [================================= ] 1841/3393 54% [================================= ] 1842/3393 54% [================================= ] 1843/3393 54% [================================= ] 1844/3393 54% [================================= ] 1845/3393 54% [================================= ] 1846/3393 54% [================================= ] 1847/3393 54% [================================= ] 1848/3393 54% [================================= ] 1849/3393 54% [================================= ] 1850/3393 54% [================================= ] 1851/3393 54% [================================= ] 1852/3393 54% [================================= ] 1853/3393 54% [================================= ] 1854/3393 54% [================================= ] 1855/3393 54% [================================= ] 1856/3393 54% [================================= ] 1857/3393 54% [================================= ] 1858/3393 54% [================================= ] 1859/3393 54% [================================= ] 1860/3393 54% [================================== ] 1861/3393 54% [================================== ] 1862/3393 54% [================================== ] 1863/3393 54% [================================== ] 1864/3393 54% [================================== ] 1865/3393 54% [================================== ] 1866/3393 54% [================================== ] 1867/3393 55% [================================== ] 1868/3393 55% [================================== ] 1869/3393 55% [================================== ] 1870/3393 55% [================================== ] 1871/3393 55% [================================== ] 1872/3393 55% [================================== ] 1873/3393 55% [================================== ] 1874/3393 55% [================================== ] 1875/3393 55% [================================== ] 1876/3393 55% [================================== ] 1877/3393 55% [================================== ] 1878/3393 55% [================================== ] 1879/3393 55% [================================== ] 1880/3393 55% [================================== ] 1881/3393 55% [================================== ] 1882/3393 55% [================================== ] 1883/3393 55% [================================== ] 1884/3393 55% [================================== ] 1885/3393 55% [================================== ] 1886/3393 55% [================================== ] 1887/3393 55% [================================== ] 1888/3393 55% [================================== ] 1889/3393 55% [================================== ] 1890/3393 55% [================================== ] 1891/3393 55% [================================== ] 1892/3393 55% [================================== ] 1893/3393 55% [================================== ] 1894/3393 55% [================================== ] 1895/3393 55% [================================== ] 1896/3393 55% [================================== ] 1897/3393 55% [================================== ] 1898/3393 55% [================================== ] 1899/3393 55% [================================== ] 1900/3393 55% [================================== ] 1901/3393 56% [================================== ] 1902/3393 56% [================================== ] 1903/3393 56% [================================== ] 1904/3393 56% [================================== ] 1905/3393 56% [================================== ] 1906/3393 56% [================================== ] 1907/3393 56% [================================== ] 1908/3393 56% [================================== ] 1909/3393 56% [================================== ] 1910/3393 56% [================================== ] 1911/3393 56% [================================== ] 1912/3393 56% [================================== ] 1913/3393 56% [================================== ] 1914/3393 56% [================================== ] 1915/3393 56% [=================================== ] 1916/3393 56% [=================================== ] 1917/3393 56% [=================================== ] 1918/3393 56% [=================================== ] 1919/3393 56% [=================================== ] 1920/3393 56% [=================================== ] 1921/3393 56% [=================================== ] 1922/3393 56% [=================================== ] 1923/3393 56% [=================================== ] 1924/3393 56% [=================================== ] 1925/3393 56% [=================================== ] 1926/3393 56% [=================================== ] 1927/3393 56% [=================================== ] 1928/3393 56% [=================================== ] 1929/3393 56% [=================================== ] 1930/3393 56% [=================================== ] 1931/3393 56% [=================================== ] 1932/3393 56% [=================================== ] 1933/3393 56% [=================================== ] 1934/3393 56% [=================================== ] 1935/3393 57% [=================================== ] 1936/3393 57% [=================================== ] 1937/3393 57% [=================================== ] 1938/3393 57% [=================================== ] 1939/3393 57% [=================================== ] 1940/3393 57% [=================================== ] 1941/3393 57% [=================================== ] 1942/3393 57% [=================================== ] 1943/3393 57% [=================================== ] 1944/3393 57% [=================================== ] 1945/3393 57% [=================================== ] 1946/3393 57% [=================================== ] 1947/3393 57% [=================================== ] 1948/3393 57% [=================================== ] 1949/3393 57% [=================================== ] 1950/3393 57% [=================================== ] 1951/3393 57% [=================================== ] 1952/3393 57% [=================================== ] 1953/3393 57% [=================================== ] 1954/3393 57% [=================================== ] 1955/3393 57% [=================================== ] 1956/3393 57% [=================================== ] 1957/3393 57% [=================================== ] 1958/3393 57% [=================================== ] 1959/3393 57% [=================================== ] 1960/3393 57% [=================================== ] 1961/3393 57% [=================================== ] 1962/3393 57% [=================================== ] 1963/3393 57% [=================================== ] 1964/3393 57% [=================================== ] 1965/3393 57% [=================================== ] 1966/3393 57% [=================================== ] 1967/3393 57% [=================================== ] 1968/3393 58% [=================================== ] 1969/3393 58% [=================================== ] 1970/3393 58% [==================================== ] 1971/3393 58% [==================================== ] 1972/3393 58% [==================================== ] 1973/3393 58% [==================================== ] 1974/3393 58% [==================================== ] 1975/3393 58% [==================================== ] 1976/3393 58% [==================================== ] 1977/3393 58% [==================================== ] 1978/3393 58% [==================================== ] 1979/3393 58% [==================================== ] 1980/3393 58% [==================================== ] 1981/3393 58% [==================================== ] 1982/3393 58% [==================================== ] 1983/3393 58% [==================================== ] 1984/3393 58% [==================================== ] 1985/3393 58% [==================================== ] 1986/3393 58% [==================================== ] 1987/3393 58% [==================================== ] 1988/3393 58% [==================================== ] 1989/3393 58% [==================================== ] 1990/3393 58% [==================================== ] 1991/3393 58% [==================================== ] 1992/3393 58% [==================================== ] 1993/3393 58% [==================================== ] 1994/3393 58% [==================================== ] 1995/3393 58% [==================================== ] 1996/3393 58% [==================================== ] 1997/3393 58% [==================================== ] 1998/3393 58% [==================================== ] 1999/3393 58% [==================================== ] 2000/3393 58% [==================================== ] 2001/3393 58% [==================================== ] 2002/3393 59% [==================================== ] 2003/3393 59% [==================================== ] 2004/3393 59% [==================================== ] 2005/3393 59% [==================================== ] 2006/3393 59% [==================================== ] 2007/3393 59% [==================================== ] 2008/3393 59% [==================================== ] 2009/3393 59% [==================================== ] 2010/3393 59% [==================================== ] 2011/3393 59% [==================================== ] 2012/3393 59% [==================================== ] 2013/3393 59% [==================================== ] 2014/3393 59% [==================================== ] 2015/3393 59% [==================================== ] 2016/3393 59% [==================================== ] 2017/3393 59% [==================================== ] 2018/3393 59% [==================================== ] 2019/3393 59% [==================================== ] 2020/3393 59% [==================================== ] 2021/3393 59% [==================================== ] 2022/3393 59% [==================================== ] 2023/3393 59% [==================================== ] 2024/3393 59% [===================================== ] 2025/3393 59% [===================================== ] 2026/3393 59% [===================================== ] 2027/3393 59% [===================================== ] 2028/3393 59% [===================================== ] 2029/3393 59% [===================================== ] 2030/3393 59% [===================================== ] 2031/3393 59% [===================================== ] 2032/3393 59% [===================================== ] 2033/3393 59% [===================================== ] 2034/3393 59% [===================================== ] 2035/3393 59% [===================================== ] 2036/3393 60% [===================================== ] 2037/3393 60% [===================================== ] 2038/3393 60% [===================================== ] 2039/3393 60% [===================================== ] 2040/3393 60% [===================================== ] 2041/3393 60% [===================================== ] 2042/3393 60% [===================================== ] 2043/3393 60% [===================================== ] 2044/3393 60% [===================================== ] 2045/3393 60% [===================================== ] 2046/3393 60% [===================================== ] 2047/3393 60% [===================================== ] 2048/3393 60% [===================================== ] 2049/3393 60% [===================================== ] 2050/3393 60% [===================================== ] 2051/3393 60% [===================================== ] 2052/3393 60% [===================================== ] 2053/3393 60% [===================================== ] 2054/3393 60% [===================================== ] 2055/3393 60% [===================================== ] 2056/3393 60% [===================================== ] 2057/3393 60% [===================================== ] 2058/3393 60% [===================================== ] 2059/3393 60% [===================================== ] 2060/3393 60% [===================================== ] 2061/3393 60% [===================================== ] 2062/3393 60% [===================================== ] 2063/3393 60% [===================================== ] 2064/3393 60% [===================================== ] 2065/3393 60% [===================================== ] 2066/3393 60% [===================================== ] 2067/3393 60% [===================================== ] 2068/3393 60% [===================================== ] 2069/3393 60% [===================================== ] 2070/3393 61% [===================================== ] 2071/3393 61% [===================================== ] 2072/3393 61% [===================================== ] 2073/3393 61% [===================================== ] 2074/3393 61% [===================================== ] 2075/3393 61% [===================================== ] 2076/3393 61% [===================================== ] 2077/3393 61% [===================================== ] 2078/3393 61% [===================================== ] 2079/3393 61% [====================================== ] 2080/3393 61% [====================================== ] 2081/3393 61% [====================================== ] 2082/3393 61% [====================================== ] 2083/3393 61% [====================================== ] 2084/3393 61% [====================================== ] 2085/3393 61% [====================================== ] 2086/3393 61% [====================================== ] 2087/3393 61% [====================================== ] 2088/3393 61% [====================================== ] 2089/3393 61% [====================================== ] 2090/3393 61% [====================================== ] 2091/3393 61% [====================================== ] 2092/3393 61% [====================================== ] 2093/3393 61% [====================================== ] 2094/3393 61% [====================================== ] 2095/3393 61% [====================================== ] 2096/3393 61% [====================================== ] 2097/3393 61% [====================================== ] 2098/3393 61% [====================================== ] 2099/3393 61% [====================================== ] 2100/3393 61% [====================================== ] 2101/3393 61% [====================================== ] 2102/3393 61% [====================================== ] 2103/3393 61% [====================================== ] 2104/3393 62% [====================================== ] 2105/3393 62% [====================================== ] 2106/3393 62% [====================================== ] 2107/3393 62% [====================================== ] 2108/3393 62% [====================================== ] 2109/3393 62% [====================================== ] 2110/3393 62% [====================================== ] 2111/3393 62% [====================================== ] 2112/3393 62% [====================================== ] 2113/3393 62% [====================================== ] 2114/3393 62% [====================================== ] 2115/3393 62% [====================================== ] 2116/3393 62% [====================================== ] 2117/3393 62% [====================================== ] 2118/3393 62% [====================================== ] 2119/3393 62% [====================================== ] 2120/3393 62% [====================================== ] 2121/3393 62% [====================================== ] 2122/3393 62% [====================================== ] 2123/3393 62% [====================================== ] 2124/3393 62% [====================================== ] 2125/3393 62% [====================================== ] 2126/3393 62% [====================================== ] 2127/3393 62% [====================================== ] 2128/3393 62% [====================================== ] 2129/3393 62% [====================================== ] 2130/3393 62% [====================================== ] 2131/3393 62% [====================================== ] 2132/3393 62% [====================================== ] 2133/3393 62% [====================================== ] 2134/3393 62% [======================================= ] 2135/3393 62% [======================================= ] 2136/3393 62% [======================================= ] 2137/3393 62% [======================================= ] 2138/3393 63% [======================================= ] 2139/3393 63% [======================================= ] 2140/3393 63% [======================================= ] 2141/3393 63% [======================================= ] 2142/3393 63% [======================================= ] 2143/3393 63% [======================================= ] 2144/3393 63% [======================================= ] 2145/3393 63% [======================================= ] 2146/3393 63% [======================================= ] 2147/3393 63% [======================================= ] 2148/3393 63% [======================================= ] 2149/3393 63% [======================================= ] 2150/3393 63% [======================================= ] 2151/3393 63% [======================================= ] 2152/3393 63% [======================================= ] 2153/3393 63% [======================================= ] 2154/3393 63% [======================================= ] 2155/3393 63% [======================================= ] 2156/3393 63% [======================================= ] 2157/3393 63% [======================================= ] 2158/3393 63% [======================================= ] 2159/3393 63% [======================================= ] 2160/3393 63% [======================================= ] 2161/3393 63% [======================================= ] 2162/3393 63% [======================================= ] 2163/3393 63% [======================================= ] 2164/3393 63% [======================================= ] 2165/3393 63% [======================================= ] 2166/3393 63% [======================================= ] 2167/3393 63% [======================================= ] 2168/3393 63% [======================================= ] 2169/3393 63% [======================================= ] 2170/3393 63% [======================================= ] 2171/3393 63% [======================================= ] 2172/3393 64% [======================================= ] 2173/3393 64% [======================================= ] 2174/3393 64% [======================================= ] 2175/3393 64% [======================================= ] 2176/3393 64% [======================================= ] 2177/3393 64% [======================================= ] 2178/3393 64% [======================================= ] 2179/3393 64% [======================================= ] 2180/3393 64% [======================================= ] 2181/3393 64% [======================================= ] 2182/3393 64% [======================================= ] 2183/3393 64% [======================================= ] 2184/3393 64% [======================================= ] 2185/3393 64% [======================================= ] 2186/3393 64% [======================================= ] 2187/3393 64% [======================================= ] 2188/3393 64% [======================================= ] 2189/3393 64% [======================================== ] 2190/3393 64% [======================================== ] 2191/3393 64% [======================================== ] 2192/3393 64% [======================================== ] 2193/3393 64% [======================================== ] 2194/3393 64% [======================================== ] 2195/3393 64% [======================================== ] 2196/3393 64% [======================================== ] 2197/3393 64% [======================================== ] 2198/3393 64% [======================================== ] 2199/3393 64% [======================================== ] 2200/3393 64% [======================================== ] 2201/3393 64% [======================================== ] 2202/3393 64% [======================================== ] 2203/3393 64% [======================================== ] 2204/3393 64% [======================================== ] 2205/3393 64% [======================================== ] 2206/3393 65% [======================================== ] 2207/3393 65% [======================================== ] 2208/3393 65% [======================================== ] 2209/3393 65% [======================================== ] 2210/3393 65% [======================================== ] 2211/3393 65% [======================================== ] 2212/3393 65% [======================================== ] 2213/3393 65% [======================================== ] 2214/3393 65% [======================================== ] 2215/3393 65% [======================================== ] 2216/3393 65% [======================================== ] 2217/3393 65% [======================================== ] 2218/3393 65% [======================================== ] 2219/3393 65% [======================================== ] 2220/3393 65% [======================================== ] 2221/3393 65% [======================================== ] 2222/3393 65% [======================================== ] 2223/3393 65% [======================================== ] 2224/3393 65% [======================================== ] 2225/3393 65% [======================================== ] 2226/3393 65% [======================================== ] 2227/3393 65% [======================================== ] 2228/3393 65% [======================================== ] 2229/3393 65% [======================================== ] 2230/3393 65% [======================================== ] 2231/3393 65% [======================================== ] 2232/3393 65% [======================================== ] 2233/3393 65% [======================================== ] 2234/3393 65% [======================================== ] 2235/3393 65% [======================================== ] 2236/3393 65% [======================================== ] 2237/3393 65% [======================================== ] 2238/3393 65% [======================================== ] 2239/3393 65% [======================================== ] 2240/3393 66% [======================================== ] 2241/3393 66% [======================================== ] 2242/3393 66% [======================================== ] 2243/3393 66% [========================================= ] 2244/3393 66% [========================================= ] 2245/3393 66% [========================================= ] 2246/3393 66% [========================================= ] 2247/3393 66% [========================================= ] 2248/3393 66% [========================================= ] 2249/3393 66% [========================================= ] 2250/3393 66% [========================================= ] 2251/3393 66% [========================================= ] 2252/3393 66% [========================================= ] 2253/3393 66% [========================================= ] 2254/3393 66% [========================================= ] 2255/3393 66% [========================================= ] 2256/3393 66% [========================================= ] 2257/3393 66% [========================================= ] 2258/3393 66% [========================================= ] 2259/3393 66% [========================================= ] 2260/3393 66% [========================================= ] 2261/3393 66% [========================================= ] 2262/3393 66% [========================================= ] 2263/3393 66% [========================================= ] 2264/3393 66% [========================================= ] 2265/3393 66% [========================================= ] 2266/3393 66% [========================================= ] 2267/3393 66% [========================================= ] 2268/3393 66% [========================================= ] 2269/3393 66% [========================================= ] 2270/3393 66% [========================================= ] 2271/3393 66% [========================================= ] 2272/3393 66% [========================================= ] 2273/3393 66% [========================================= ] 2274/3393 67% [========================================= ] 2275/3393 67% [========================================= ] 2276/3393 67% [========================================= ] 2277/3393 67% [========================================= ] 2278/3393 67% [========================================= ] 2279/3393 67% [========================================= ] 2280/3393 67% [========================================= ] 2281/3393 67% [========================================= ] 2282/3393 67% [========================================= ] 2283/3393 67% [========================================= ] 2284/3393 67% [========================================= ] 2285/3393 67% [========================================= ] 2286/3393 67% [========================================= ] 2287/3393 67% [========================================= ] 2288/3393 67% [========================================= ] 2289/3393 67% [========================================= ] 2290/3393 67% [========================================= ] 2291/3393 67% [========================================= ] 2292/3393 67% [========================================= ] 2293/3393 67% [========================================= ] 2294/3393 67% [========================================= ] 2295/3393 67% [========================================= ] 2296/3393 67% [========================================= ] 2297/3393 67% [========================================= ] 2298/3393 67% [========================================== ] 2299/3393 67% [========================================== ] 2300/3393 67% [========================================== ] 2301/3393 67% [========================================== ] 2302/3393 67% [========================================== ] 2303/3393 67% [========================================== ] 2304/3393 67% [========================================== ] 2305/3393 67% [========================================== ] 2306/3393 67% [========================================== ] 2307/3393 67% [========================================== ] 2308/3393 68% [========================================== ] 2309/3393 68% [========================================== ] 2310/3393 68% [========================================== ] 2311/3393 68% [========================================== ] 2312/3393 68% [========================================== ] 2313/3393 68% [========================================== ] 2314/3393 68% [========================================== ] 2315/3393 68% [========================================== ] 2316/3393 68% [========================================== ] 2317/3393 68% [========================================== ] 2318/3393 68% [========================================== ] 2319/3393 68% [========================================== ] 2320/3393 68% [========================================== ] 2321/3393 68% [========================================== ] 2322/3393 68% [========================================== ] 2323/3393 68% [========================================== ] 2324/3393 68% [========================================== ] 2325/3393 68% [========================================== ] 2326/3393 68% [========================================== ] 2327/3393 68% [========================================== ] 2328/3393 68% [========================================== ] 2329/3393 68% [========================================== ] 2330/3393 68% [========================================== ] 2331/3393 68% [========================================== ] 2332/3393 68% [========================================== ] 2333/3393 68% [========================================== ] 2334/3393 68% [========================================== ] 2335/3393 68% [========================================== ] 2336/3393 68% [========================================== ] 2337/3393 68% [========================================== ] 2338/3393 68% [========================================== ] 2339/3393 68% [========================================== ] 2340/3393 68% [========================================== ] 2341/3393 68% [========================================== ] 2342/3393 69% [========================================== ] 2343/3393 69% [========================================== ] 2344/3393 69% [========================================== ] 2345/3393 69% [========================================== ] 2346/3393 69% [========================================== ] 2347/3393 69% [========================================== ] 2348/3393 69% [========================================== ] 2349/3393 69% [========================================== ] 2350/3393 69% [========================================== ] 2351/3393 69% [========================================== ] 2352/3393 69% [========================================== ] 2353/3393 69% [=========================================== ] 2354/3393 69% [=========================================== ] 2355/3393 69% [=========================================== ] 2356/3393 69% [=========================================== ] 2357/3393 69% [=========================================== ] 2358/3393 69% [=========================================== ] 2359/3393 69% [=========================================== ] 2360/3393 69% [=========================================== ] 2361/3393 69% [=========================================== ] 2362/3393 69% [=========================================== ] 2363/3393 69% [=========================================== ] 2364/3393 69% [=========================================== ] 2365/3393 69% [=========================================== ] 2366/3393 69% [=========================================== ] 2367/3393 69% [=========================================== ] 2368/3393 69% [=========================================== ] 2369/3393 69% [=========================================== ] 2370/3393 69% [=========================================== ] 2371/3393 69% [=========================================== ] 2372/3393 69% [=========================================== ] 2373/3393 69% [=========================================== ] 2374/3393 69% [=========================================== ] 2375/3393 69% [=========================================== ] 2376/3393 70% [=========================================== ] 2377/3393 70% [=========================================== ] 2378/3393 70% [=========================================== ] 2379/3393 70% [=========================================== ] 2380/3393 70% [=========================================== ] 2381/3393 70% [=========================================== ] 2382/3393 70% [=========================================== ] 2383/3393 70% [=========================================== ] 2384/3393 70% [=========================================== ] 2385/3393 70% [=========================================== ] 2386/3393 70% [=========================================== ] 2387/3393 70% [=========================================== ] 2388/3393 70% [=========================================== ] 2389/3393 70% [=========================================== ] 2390/3393 70% [=========================================== ] 2391/3393 70% [=========================================== ] 2392/3393 70% [=========================================== ] 2393/3393 70% [=========================================== ] 2394/3393 70% [=========================================== ] 2395/3393 70% [=========================================== ] 2396/3393 70% [=========================================== ] 2397/3393 70% [=========================================== ] 2398/3393 70% [=========================================== ] 2399/3393 70% [=========================================== ] 2400/3393 70% [=========================================== ] 2401/3393 70% [=========================================== ] 2402/3393 70% [=========================================== ] 2403/3393 70% [=========================================== ] 2404/3393 70% [=========================================== ] 2405/3393 70% [=========================================== ] 2406/3393 70% [=========================================== ] 2407/3393 70% [============================================ ] 2408/3393 70% [============================================ ] 2409/3393 70% [============================================ ] 2410/3393 71% [============================================ ] 2411/3393 71% [============================================ ] 2412/3393 71% [============================================ ] 2413/3393 71% [============================================ ] 2414/3393 71% [============================================ ] 2415/3393 71% [============================================ ] 2416/3393 71% [============================================ ] 2417/3393 71% [============================================ ] 2418/3393 71% [============================================ ] 2419/3393 71% [============================================ ] 2420/3393 71% [============================================ ] 2421/3393 71% [============================================ ] 2422/3393 71% [============================================ ] 2423/3393 71% [============================================ ] 2424/3393 71% [============================================ ] 2425/3393 71% [============================================ ] 2426/3393 71% [============================================ ] 2427/3393 71% [============================================ ] 2428/3393 71% [============================================ ] 2429/3393 71% [============================================ ] 2430/3393 71% [============================================ ] 2431/3393 71% [============================================ ] 2432/3393 71% [============================================ ] 2433/3393 71% [============================================ ] 2434/3393 71% [============================================ ] 2435/3393 71% [============================================ ] 2436/3393 71% [============================================ ] 2437/3393 71% [============================================ ] 2438/3393 71% [============================================ ] 2439/3393 71% [============================================ ] 2440/3393 71% [============================================ ] 2441/3393 71% [============================================ ] 2442/3393 71% [============================================ ] 2443/3393 72% [============================================ ] 2444/3393 72% [============================================ ] 2445/3393 72% [============================================ ] 2446/3393 72% [============================================ ] 2447/3393 72% [============================================ ] 2448/3393 72% [============================================ ] 2449/3393 72% [============================================ ] 2450/3393 72% [============================================ ] 2451/3393 72% [============================================ ] 2452/3393 72% [============================================ ] 2453/3393 72% [============================================ ] 2454/3393 72% [============================================ ] 2455/3393 72% [============================================ ] 2456/3393 72% [============================================ ] 2457/3393 72% [============================================ ] 2458/3393 72% [============================================ ] 2459/3393 72% [============================================ ] 2460/3393 72% [============================================ ] 2461/3393 72% [============================================ ] 2462/3393 72% [============================================= ] 2463/3393 72% [============================================= ] 2464/3393 72% [============================================= ] 2465/3393 72% [============================================= ] 2466/3393 72% [============================================= ] 2467/3393 72% [============================================= ] 2468/3393 72% [============================================= ] 2469/3393 72% [============================================= ] 2470/3393 72% [============================================= ] 2471/3393 72% [============================================= ] 2472/3393 72% [============================================= ] 2473/3393 72% [============================================= ] 2474/3393 72% [============================================= ] 2475/3393 72% [============================================= ] 2476/3393 72% [============================================= ] 2477/3393 73% [============================================= ] 2478/3393 73% [============================================= ] 2479/3393 73% [============================================= ] 2480/3393 73% [============================================= ] 2481/3393 73% [============================================= ] 2482/3393 73% [============================================= ] 2483/3393 73% [============================================= ] 2484/3393 73% [============================================= ] 2485/3393 73% [============================================= ] 2486/3393 73% [============================================= ] 2487/3393 73% [============================================= ] 2488/3393 73% [============================================= ] 2489/3393 73% [============================================= ] 2490/3393 73% [============================================= ] 2491/3393 73% [============================================= ] 2492/3393 73% [============================================= ] 2493/3393 73% [============================================= ] 2494/3393 73% [============================================= ] 2495/3393 73% [============================================= ] 2496/3393 73% [============================================= ] 2497/3393 73% [============================================= ] 2498/3393 73% [============================================= ] 2499/3393 73% [============================================= ] 2500/3393 73% [============================================= ] 2501/3393 73% [============================================= ] 2502/3393 73% [============================================= ] 2503/3393 73% [============================================= ] 2504/3393 73% [============================================= ] 2505/3393 73% [============================================= ] 2506/3393 73% [============================================= ] 2507/3393 73% [============================================= ] 2508/3393 73% [============================================= ] 2509/3393 73% [============================================= ] 2510/3393 73% [============================================= ] 2511/3393 74% [============================================= ] 2512/3393 74% [============================================= ] 2513/3393 74% [============================================= ] 2514/3393 74% [============================================= ] 2515/3393 74% [============================================= ] 2516/3393 74% [============================================= ] 2517/3393 74% [============================================== ] 2518/3393 74% [============================================== ] 2519/3393 74% [============================================== ] 2520/3393 74% [============================================== ] 2521/3393 74% [============================================== ] 2522/3393 74% [============================================== ] 2523/3393 74% [============================================== ] 2524/3393 74% [============================================== ] 2525/3393 74% [============================================== ] 2526/3393 74% [============================================== ] 2527/3393 74% [============================================== ] 2528/3393 74% [============================================== ] 2529/3393 74% [============================================== ] 2530/3393 74% [============================================== ] 2531/3393 74% [============================================== ] 2532/3393 74% [============================================== ] 2533/3393 74% [============================================== ] 2534/3393 74% [============================================== ] 2535/3393 74% [============================================== ] 2536/3393 74% [============================================== ] 2537/3393 74% [============================================== ] 2538/3393 74% [============================================== ] 2539/3393 74% [============================================== ] 2540/3393 74% [============================================== ] 2541/3393 74% [============================================== ] 2542/3393 74% [============================================== ] 2543/3393 74% [============================================== ] 2544/3393 74% [============================================== ] 2545/3393 75% [============================================== ] 2546/3393 75% [============================================== ] 2547/3393 75% [============================================== ] 2548/3393 75% [============================================== ] 2549/3393 75% [============================================== ] 2550/3393 75% [============================================== ] 2551/3393 75% [============================================== ] 2552/3393 75% [============================================== ] 2553/3393 75% [============================================== ] 2554/3393 75% [============================================== ] 2555/3393 75% [============================================== ] 2556/3393 75% [============================================== ] 2557/3393 75% [============================================== ] 2558/3393 75% [============================================== ] 2559/3393 75% [============================================== ] 2560/3393 75% [============================================== ] 2561/3393 75% [============================================== ] 2562/3393 75% [============================================== ] 2563/3393 75% [============================================== ] 2564/3393 75% [============================================== ] 2565/3393 75% [============================================== ] 2566/3393 75% [============================================== ] 2567/3393 75% [============================================== ] 2568/3393 75% [============================================== ] 2569/3393 75% [============================================== ] 2570/3393 75% [============================================== ] 2571/3393 75% [============================================== ] 2572/3393 75% [=============================================== ] 2573/3393 75% [=============================================== ] 2574/3393 75% [=============================================== ] 2575/3393 75% [=============================================== ] 2576/3393 75% [=============================================== ] 2577/3393 75% [=============================================== ] 2578/3393 75% [=============================================== ] 2579/3393 76% [=============================================== ] 2580/3393 76% [=============================================== ] 2581/3393 76% [=============================================== ] 2582/3393 76% [=============================================== ] 2583/3393 76% [=============================================== ] 2584/3393 76% [=============================================== ] 2585/3393 76% [=============================================== ] 2586/3393 76% [=============================================== ] 2587/3393 76% [=============================================== ] 2588/3393 76% [=============================================== ] 2589/3393 76% [=============================================== ] 2590/3393 76% [=============================================== ] 2591/3393 76% [=============================================== ] 2592/3393 76% [=============================================== ] 2593/3393 76% [=============================================== ] 2594/3393 76% [=============================================== ] 2595/3393 76% [=============================================== ] 2596/3393 76% [=============================================== ] 2597/3393 76% [=============================================== ] 2598/3393 76% [=============================================== ] 2599/3393 76% [=============================================== ] 2600/3393 76% [=============================================== ] 2601/3393 76% [=============================================== ] 2602/3393 76% [=============================================== ] 2603/3393 76% [=============================================== ] 2604/3393 76% [=============================================== ] 2605/3393 76% [=============================================== ] 2606/3393 76% [=============================================== ] 2607/3393 76% [=============================================== ] 2608/3393 76% [=============================================== ] 2609/3393 76% [=============================================== ] 2610/3393 76% [=============================================== ] 2611/3393 76% [=============================================== ] 2612/3393 76% [=============================================== ] 2613/3393 77% [=============================================== ] 2614/3393 77% [=============================================== ] 2615/3393 77% [=============================================== ] 2616/3393 77% [=============================================== ] 2617/3393 77% [=============================================== ] 2618/3393 77% [=============================================== ] 2619/3393 77% [=============================================== ] 2620/3393 77% [=============================================== ] 2621/3393 77% [=============================================== ] 2622/3393 77% [=============================================== ] 2623/3393 77% [=============================================== ] 2624/3393 77% [=============================================== ] 2625/3393 77% [=============================================== ] 2626/3393 77% [================================================ ] 2627/3393 77% [================================================ ] 2628/3393 77% [================================================ ] 2629/3393 77% [================================================ ] 2630/3393 77% [================================================ ] 2631/3393 77% [================================================ ] 2632/3393 77% [================================================ ] 2633/3393 77% [================================================ ] 2634/3393 77% [================================================ ] 2635/3393 77% [================================================ ] 2636/3393 77% [================================================ ] 2637/3393 77% [================================================ ] 2638/3393 77% [================================================ ] 2639/3393 77% [================================================ ] 2640/3393 77% [================================================ ] 2641/3393 77% [================================================ ] 2642/3393 77% [================================================ ] 2643/3393 77% [================================================ ] 2644/3393 77% [================================================ ] 2645/3393 77% [================================================ ] 2646/3393 77% [================================================ ] 2647/3393 78% [================================================ ] 2648/3393 78% [================================================ ] 2649/3393 78% [================================================ ] 2650/3393 78% [================================================ ] 2651/3393 78% [================================================ ] 2652/3393 78% [================================================ ] 2653/3393 78% [================================================ ] 2654/3393 78% [================================================ ] 2655/3393 78% [================================================ ] 2656/3393 78% [================================================ ] 2657/3393 78% [================================================ ] 2658/3393 78% [================================================ ] 2659/3393 78% [================================================ ] 2660/3393 78% [================================================ ] 2661/3393 78% [================================================ ] 2662/3393 78% [================================================ ] 2663/3393 78% [================================================ ] 2664/3393 78% [================================================ ] 2665/3393 78% [================================================ ] 2666/3393 78% [================================================ ] 2667/3393 78% [================================================ ] 2668/3393 78% [================================================ ] 2669/3393 78% [================================================ ] 2670/3393 78% [================================================ ] 2671/3393 78% [================================================ ] 2672/3393 78% [================================================ ] 2673/3393 78% [================================================ ] 2674/3393 78% [================================================ ] 2675/3393 78% [================================================ ] 2676/3393 78% [================================================ ] 2677/3393 78% [================================================ ] 2678/3393 78% [================================================ ] 2679/3393 78% [================================================ ] 2680/3393 78% [================================================ ] 2681/3393 79% [================================================= ] 2682/3393 79% [================================================= ] 2683/3393 79% [================================================= ] 2684/3393 79% [================================================= ] 2685/3393 79% [================================================= ] 2686/3393 79% [================================================= ] 2687/3393 79% [================================================= ] 2688/3393 79% [================================================= ] 2689/3393 79% [================================================= ] 2690/3393 79% [================================================= ] 2691/3393 79% [================================================= ] 2692/3393 79% [================================================= ] 2693/3393 79% [================================================= ] 2694/3393 79% [================================================= ] 2695/3393 79% [================================================= ] 2696/3393 79% [================================================= ] 2697/3393 79% [================================================= ] 2698/3393 79% [================================================= ] 2699/3393 79% [================================================= ] 2700/3393 79% [================================================= ] 2701/3393 79% [================================================= ] 2702/3393 79% [================================================= ] 2703/3393 79% [================================================= ] 2704/3393 79% [================================================= ] 2705/3393 79% [================================================= ] 2706/3393 79% [================================================= ] 2707/3393 79% [================================================= ] 2708/3393 79% [================================================= ] 2709/3393 79% [================================================= ] 2710/3393 79% [================================================= ] 2711/3393 79% [================================================= ] 2712/3393 79% [================================================= ] 2713/3393 79% [================================================= ] 2714/3393 79% [================================================= ] 2715/3393 80% [================================================= ] 2716/3393 80% [================================================= ] 2717/3393 80% [================================================= ] 2718/3393 80% [================================================= ] 2719/3393 80% [================================================= ] 2720/3393 80% [================================================= ] 2721/3393 80% [================================================= ] 2722/3393 80% [================================================= ] 2723/3393 80% [================================================= ] 2724/3393 80% [================================================= ] 2725/3393 80% [================================================= ] 2726/3393 80% [================================================= ] 2727/3393 80% [================================================= ] 2728/3393 80% [================================================= ] 2729/3393 80% [================================================= ] 2730/3393 80% [================================================= ] 2731/3393 80% [================================================= ] 2732/3393 80% [================================================= ] 2733/3393 80% [================================================= ] 2734/3393 80% [================================================= ] 2735/3393 80% [================================================= ] 2736/3393 80% [================================================== ] 2737/3393 80% [================================================== ] 2738/3393 80% [================================================== ] 2739/3393 80% [================================================== ] 2740/3393 80% [================================================== ] 2741/3393 80% [================================================== ] 2742/3393 80% [================================================== ] 2743/3393 80% [================================================== ] 2744/3393 80% [================================================== ] 2745/3393 80% [================================================== ] 2746/3393 80% [================================================== ] 2747/3393 80% [================================================== ] 2748/3393 80% [================================================== ] 2749/3393 81% [================================================== ] 2750/3393 81% [================================================== ] 2751/3393 81% [================================================== ] 2752/3393 81% [================================================== ] 2753/3393 81% [================================================== ] 2754/3393 81% [================================================== ] 2755/3393 81% [================================================== ] 2756/3393 81% [================================================== ] 2757/3393 81% [================================================== ] 2758/3393 81% [================================================== ] 2759/3393 81% [================================================== ] 2760/3393 81% [================================================== ] 2761/3393 81% [================================================== ] 2762/3393 81% [================================================== ] 2763/3393 81% [================================================== ] 2764/3393 81% [================================================== ] 2765/3393 81% [================================================== ] 2766/3393 81% [================================================== ] 2767/3393 81% [================================================== ] 2768/3393 81% [================================================== ] 2769/3393 81% [================================================== ] 2770/3393 81% [================================================== ] 2771/3393 81% [================================================== ] 2772/3393 81% [================================================== ] 2773/3393 81% [================================================== ] 2774/3393 81% [================================================== ] 2775/3393 81% [================================================== ] 2776/3393 81% [================================================== ] 2777/3393 81% [================================================== ] 2778/3393 81% [================================================== ] 2779/3393 81% [================================================== ] 2780/3393 81% [================================================== ] 2781/3393 81% [================================================== ] 2782/3393 81% [================================================== ] 2783/3393 82% [================================================== ] 2784/3393 82% [================================================== ] 2785/3393 82% [================================================== ] 2786/3393 82% [================================================== ] 2787/3393 82% [================================================== ] 2788/3393 82% [================================================== ] 2789/3393 82% [================================================== ] 2790/3393 82% [================================================== ] 2791/3393 82% [=================================================== ] 2792/3393 82% [=================================================== ] 2793/3393 82% [=================================================== ] 2794/3393 82% [=================================================== ] 2795/3393 82% [=================================================== ] 2796/3393 82% [=================================================== ] 2797/3393 82% [=================================================== ] 2798/3393 82% [=================================================== ] 2799/3393 82% [=================================================== ] 2800/3393 82% [=================================================== ] 2801/3393 82% [=================================================== ] 2802/3393 82% [=================================================== ] 2803/3393 82% [=================================================== ] 2804/3393 82% [=================================================== ] 2805/3393 82% [=================================================== ] 2806/3393 82% [=================================================== ] 2807/3393 82% [=================================================== ] 2808/3393 82% [=================================================== ] 2809/3393 82% [=================================================== ] 2810/3393 82% [=================================================== ] 2811/3393 82% [=================================================== ] 2812/3393 82% [=================================================== ] 2813/3393 82% [=================================================== ] 2814/3393 82% [=================================================== ] 2815/3393 82% [=================================================== ] 2816/3393 82% [=================================================== ] 2817/3393 83% [=================================================== ] 2818/3393 83% [=================================================== ] 2819/3393 83% [=================================================== ] 2820/3393 83% [=================================================== ] 2821/3393 83% [=================================================== ] 2822/3393 83% [=================================================== ] 2823/3393 83% [=================================================== ] 2824/3393 83% [=================================================== ] 2825/3393 83% [=================================================== ] 2826/3393 83% [=================================================== ] 2827/3393 83% [=================================================== ] 2828/3393 83% [=================================================== ] 2829/3393 83% [=================================================== ] 2830/3393 83% [=================================================== ] 2831/3393 83% [=================================================== ] 2832/3393 83% [=================================================== ] 2833/3393 83% [=================================================== ] 2834/3393 83% [=================================================== ] 2835/3393 83% [=================================================== ] 2836/3393 83% [=================================================== ] 2837/3393 83% [=================================================== ] 2838/3393 83% [=================================================== ] 2839/3393 83% [=================================================== ] 2840/3393 83% [=================================================== ] 2841/3393 83% [=================================================== ] 2842/3393 83% [=================================================== ] 2843/3393 83% [=================================================== ] 2844/3393 83% [=================================================== ] 2845/3393 83% [==================================================== ] 2846/3393 83% [==================================================== ] 2847/3393 83% [==================================================== ] 2848/3393 83% [==================================================== ] 2849/3393 83% [==================================================== ] 2850/3393 83% [==================================================== ] 2851/3393 84% [==================================================== ] 2852/3393 84% [==================================================== ] 2853/3393 84% [==================================================== ] 2854/3393 84% [==================================================== ] 2855/3393 84% [==================================================== ] 2856/3393 84% [==================================================== ] 2857/3393 84% [==================================================== ] 2858/3393 84% [==================================================== ] 2859/3393 84% [==================================================== ] 2860/3393 84% [==================================================== ] 2861/3393 84% [==================================================== ] 2862/3393 84% [==================================================== ] 2863/3393 84% [==================================================== ] 2864/3393 84% [==================================================== ] 2865/3393 84% [==================================================== ] 2866/3393 84% [==================================================== ] 2867/3393 84% [==================================================== ] 2868/3393 84% [==================================================== ] 2869/3393 84% [==================================================== ] 2870/3393 84% [==================================================== ] 2871/3393 84% [==================================================== ] 2872/3393 84% [==================================================== ] 2873/3393 84% [==================================================== ] 2874/3393 84% [==================================================== ] 2875/3393 84% [==================================================== ] 2876/3393 84% [==================================================== ] 2877/3393 84% [==================================================== ] 2878/3393 84% [==================================================== ] 2879/3393 84% [==================================================== ] 2880/3393 84% [==================================================== ] 2881/3393 84% [==================================================== ] 2882/3393 84% [==================================================== ] 2883/3393 84% [==================================================== ] 2884/3393 84% [==================================================== ] 2885/3393 85% [==================================================== ] 2886/3393 85% [==================================================== ] 2887/3393 85% [==================================================== ] 2888/3393 85% [==================================================== ] 2889/3393 85% [==================================================== ] 2890/3393 85% [==================================================== ] 2891/3393 85% [==================================================== ] 2892/3393 85% [==================================================== ] 2893/3393 85% [==================================================== ] 2894/3393 85% [==================================================== ] 2895/3393 85% [==================================================== ] 2896/3393 85% [==================================================== ] 2897/3393 85% [==================================================== ] 2898/3393 85% [==================================================== ] 2899/3393 85% [==================================================== ] 2900/3393 85% [===================================================== ] 2901/3393 85% [===================================================== ] 2902/3393 85% [===================================================== ] 2903/3393 85% [===================================================== ] 2904/3393 85% [===================================================== ] 2905/3393 85% [===================================================== ] 2906/3393 85% [===================================================== ] 2907/3393 85% [===================================================== ] 2908/3393 85% [===================================================== ] 2909/3393 85% [===================================================== ] 2910/3393 85% [===================================================== ] 2911/3393 85% [===================================================== ] 2912/3393 85% [===================================================== ] 2913/3393 85% [===================================================== ] 2914/3393 85% [===================================================== ] 2915/3393 85% [===================================================== ] 2916/3393 85% [===================================================== ] 2917/3393 85% [===================================================== ] 2918/3393 86% [===================================================== ] 2919/3393 86% [===================================================== ] 2920/3393 86% [===================================================== ] 2921/3393 86% [===================================================== ] 2922/3393 86% [===================================================== ] 2923/3393 86% [===================================================== ] 2924/3393 86% [===================================================== ] 2925/3393 86% [===================================================== ] 2926/3393 86% [===================================================== ] 2927/3393 86% [===================================================== ] 2928/3393 86% [===================================================== ] 2929/3393 86% [===================================================== ] 2930/3393 86% [===================================================== ] 2931/3393 86% [===================================================== ] 2932/3393 86% [===================================================== ] 2933/3393 86% [===================================================== ] 2934/3393 86% [===================================================== ] 2935/3393 86% [===================================================== ] 2936/3393 86% [===================================================== ] 2937/3393 86% [===================================================== ] 2938/3393 86% [===================================================== ] 2939/3393 86% [===================================================== ] 2940/3393 86% [===================================================== ] 2941/3393 86% [===================================================== ] 2942/3393 86% [===================================================== ] 2943/3393 86% [===================================================== ] 2944/3393 86% [===================================================== ] 2945/3393 86% [===================================================== ] 2946/3393 86% [===================================================== ] 2947/3393 86% [===================================================== ] 2948/3393 86% [===================================================== ] 2949/3393 86% [===================================================== ] 2950/3393 86% [===================================================== ] 2951/3393 86% [===================================================== ] 2952/3393 87% [===================================================== ] 2953/3393 87% [===================================================== ] 2954/3393 87% [===================================================== ] 2955/3393 87% [====================================================== ] 2956/3393 87% [====================================================== ] 2957/3393 87% [====================================================== ] 2958/3393 87% [====================================================== ] 2959/3393 87% [====================================================== ] 2960/3393 87% [====================================================== ] 2961/3393 87% [====================================================== ] 2962/3393 87% [====================================================== ] 2963/3393 87% [====================================================== ] 2964/3393 87% [====================================================== ] 2965/3393 87% [====================================================== ] 2966/3393 87% [====================================================== ] 2967/3393 87% [====================================================== ] 2968/3393 87% [====================================================== ] 2969/3393 87% [====================================================== ] 2970/3393 87% [====================================================== ] 2971/3393 87% [====================================================== ] 2972/3393 87% [====================================================== ] 2973/3393 87% [====================================================== ] 2974/3393 87% [====================================================== ] 2975/3393 87% [====================================================== ] 2976/3393 87% [====================================================== ] 2977/3393 87% [====================================================== ] 2978/3393 87% [====================================================== ] 2979/3393 87% [====================================================== ] 2980/3393 87% [====================================================== ] 2981/3393 87% [====================================================== ] 2982/3393 87% [====================================================== ] 2983/3393 87% [====================================================== ] 2984/3393 87% [====================================================== ] 2985/3393 87% [====================================================== ] 2986/3393 88% [====================================================== ] 2987/3393 88% [====================================================== ] 2988/3393 88% [====================================================== ] 2989/3393 88% [====================================================== ] 2990/3393 88% [====================================================== ] 2991/3393 88% [====================================================== ] 2992/3393 88% [====================================================== ] 2993/3393 88% [====================================================== ] 2994/3393 88% [====================================================== ] 2995/3393 88% [====================================================== ] 2996/3393 88% [====================================================== ] 2997/3393 88% [====================================================== ] 2998/3393 88% [====================================================== ] 2999/3393 88% [====================================================== ] 3000/3393 88% [====================================================== ] 3001/3393 88% [====================================================== ] 3002/3393 88% [====================================================== ] 3003/3393 88% [====================================================== ] 3004/3393 88% [====================================================== ] 3005/3393 88% [====================================================== ] 3006/3393 88% [====================================================== ] 3007/3393 88% [====================================================== ] 3008/3393 88% [====================================================== ] 3009/3393 88% [======================================================= ] 3010/3393 88% [======================================================= ] 3011/3393 88% [======================================================= ] 3012/3393 88% [======================================================= ] 3013/3393 88% [======================================================= ] 3014/3393 88% [======================================================= ] 3015/3393 88% [======================================================= ] 3016/3393 88% [======================================================= ] 3017/3393 88% [======================================================= ] 3018/3393 88% [======================================================= ] 3019/3393 88% [======================================================= ] 3020/3393 89% [======================================================= ] 3021/3393 89% [======================================================= ] 3022/3393 89% [======================================================= ] 3023/3393 89% [======================================================= ] 3024/3393 89% [======================================================= ] 3025/3393 89% [======================================================= ] 3026/3393 89% [======================================================= ] 3027/3393 89% [======================================================= ] 3028/3393 89% [======================================================= ] 3029/3393 89% [======================================================= ] 3030/3393 89% [======================================================= ] 3031/3393 89% [======================================================= ] 3032/3393 89% [======================================================= ] 3033/3393 89% [======================================================= ] 3034/3393 89% [======================================================= ] 3035/3393 89% [======================================================= ] 3036/3393 89% [======================================================= ] 3037/3393 89% [======================================================= ] 3038/3393 89% [======================================================= ] 3039/3393 89% [======================================================= ] 3040/3393 89% [======================================================= ] 3041/3393 89% [======================================================= ] 3042/3393 89% [======================================================= ] 3043/3393 89% [======================================================= ] 3044/3393 89% [======================================================= ] 3045/3393 89% [======================================================= ] 3046/3393 89% [======================================================= ] 3047/3393 89% [======================================================= ] 3048/3393 89% [======================================================= ] 3049/3393 89% [======================================================= ] 3050/3393 89% [======================================================= ] 3051/3393 89% [======================================================= ] 3052/3393 89% [======================================================= ] 3053/3393 89% [======================================================= ] 3054/3393 90% [======================================================= ] 3055/3393 90% [======================================================= ] 3056/3393 90% [======================================================= ] 3057/3393 90% [======================================================= ] 3058/3393 90% [======================================================= ] 3059/3393 90% [======================================================= ] 3060/3393 90% [======================================================= ] 3061/3393 90% [======================================================= ] 3062/3393 90% [======================================================= ] 3063/3393 90% [======================================================= ] 3064/3393 90% [======================================================== ] 3065/3393 90% [======================================================== ] 3066/3393 90% [======================================================== ] 3067/3393 90% [======================================================== ] 3068/3393 90% [======================================================== ] 3069/3393 90% [======================================================== ] 3070/3393 90% [======================================================== ] 3071/3393 90% [======================================================== ] 3072/3393 90% [======================================================== ] 3073/3393 90% [======================================================== ] 3074/3393 90% [======================================================== ] 3075/3393 90% [======================================================== ] 3076/3393 90% [======================================================== ] 3077/3393 90% [======================================================== ] 3078/3393 90% [======================================================== ] 3079/3393 90% [======================================================== ] 3080/3393 90% [======================================================== ] 3081/3393 90% [======================================================== ] 3082/3393 90% [======================================================== ] 3083/3393 90% [======================================================== ] 3084/3393 90% [======================================================== ] 3085/3393 90% [======================================================== ] 3086/3393 90% [======================================================== ] 3087/3393 90% [======================================================== ] 3088/3393 91% [======================================================== ] 3089/3393 91% [======================================================== ] 3090/3393 91% [======================================================== ] 3091/3393 91% [======================================================== ] 3092/3393 91% [======================================================== ] 3093/3393 91% [======================================================== ] 3094/3393 91% [======================================================== ] 3095/3393 91% [======================================================== ] 3096/3393 91% [======================================================== ] 3097/3393 91% [======================================================== ] 3098/3393 91% [======================================================== ] 3099/3393 91% [======================================================== ] 3100/3393 91% [======================================================== ] 3101/3393 91% [======================================================== ] 3102/3393 91% [======================================================== ] 3103/3393 91% [======================================================== ] 3104/3393 91% [======================================================== ] 3105/3393 91% [======================================================== ] 3106/3393 91% [======================================================== ] 3107/3393 91% [======================================================== ] 3108/3393 91% [======================================================== ] 3109/3393 91% [======================================================== ] 3110/3393 91% [======================================================== ] 3111/3393 91% [======================================================== ] 3112/3393 91% [======================================================== ] 3113/3393 91% [======================================================== ] 3114/3393 91% [======================================================== ] 3115/3393 91% [======================================================== ] 3116/3393 91% [======================================================== ] 3117/3393 91% [======================================================== ] 3118/3393 91% [======================================================== ] 3119/3393 91% [========================================================= ] 3120/3393 91% [========================================================= ] 3121/3393 91% [========================================================= ] 3122/3393 92% [========================================================= ] 3123/3393 92% [========================================================= ] 3124/3393 92% [========================================================= ] 3125/3393 92% [========================================================= ] 3126/3393 92% [========================================================= ] 3127/3393 92% [========================================================= ] 3128/3393 92% [========================================================= ] 3129/3393 92% [========================================================= ] 3130/3393 92% [========================================================= ] 3131/3393 92% [========================================================= ] 3132/3393 92% [========================================================= ] 3133/3393 92% [========================================================= ] 3134/3393 92% [========================================================= ] 3135/3393 92% [========================================================= ] 3136/3393 92% [========================================================= ] 3137/3393 92% [========================================================= ] 3138/3393 92% [========================================================= ] 3139/3393 92% [========================================================= ] 3140/3393 92% [========================================================= ] 3141/3393 92% [========================================================= ] 3142/3393 92% [========================================================= ] 3143/3393 92% [========================================================= ] 3144/3393 92% [========================================================= ] 3145/3393 92% [========================================================= ] 3146/3393 92% [========================================================= ] 3147/3393 92% [========================================================= ] 3148/3393 92% [========================================================= ] 3149/3393 92% [========================================================= ] 3150/3393 92% [========================================================= ] 3151/3393 92% [========================================================= ] 3152/3393 92% [========================================================= ] 3153/3393 92% [========================================================= ] 3154/3393 92% [========================================================= ] 3155/3393 92% [========================================================= ] 3156/3393 93% [========================================================= ] 3157/3393 93% [========================================================= ] 3158/3393 93% [========================================================= ] 3159/3393 93% [========================================================= ] 3160/3393 93% [========================================================= ] 3161/3393 93% [========================================================= ] 3162/3393 93% [========================================================= ] 3163/3393 93% [========================================================= ] 3164/3393 93% [========================================================= ] 3165/3393 93% [========================================================= ] 3166/3393 93% [========================================================= ] 3167/3393 93% [========================================================= ] 3168/3393 93% [========================================================= ] 3169/3393 93% [========================================================= ] 3170/3393 93% [========================================================= ] 3171/3393 93% [========================================================= ] 3172/3393 93% [========================================================= ] 3173/3393 93% [========================================================= ] 3174/3393 93% [========================================================== ] 3175/3393 93% [========================================================== ] 3176/3393 93% [========================================================== ] 3177/3393 93% [========================================================== ] 3178/3393 93% [========================================================== ] 3179/3393 93% [========================================================== ] 3180/3393 93% [========================================================== ] 3181/3393 93% [========================================================== ] 3182/3393 93% [========================================================== ] 3183/3393 93% [========================================================== ] 3184/3393 93% [========================================================== ] 3185/3393 93% [========================================================== ] 3186/3393 93% [========================================================== ] 3187/3393 93% [========================================================== ] 3188/3393 93% [========================================================== ] 3189/3393 93% [========================================================== ] 3190/3393 94% [========================================================== ] 3191/3393 94% [========================================================== ] 3192/3393 94% [========================================================== ] 3193/3393 94% [========================================================== ] 3194/3393 94% [========================================================== ] 3195/3393 94% [========================================================== ] 3196/3393 94% [========================================================== ] 3197/3393 94% [========================================================== ] 3198/3393 94% [========================================================== ] 3199/3393 94% [========================================================== ] 3200/3393 94% [========================================================== ] 3201/3393 94% [========================================================== ] 3202/3393 94% [========================================================== ] 3203/3393 94% [========================================================== ] 3204/3393 94% [========================================================== ] 3205/3393 94% [========================================================== ] 3206/3393 94% [========================================================== ] 3207/3393 94% [========================================================== ] 3208/3393 94% [========================================================== ] 3209/3393 94% [========================================================== ] 3210/3393 94% [========================================================== ] 3211/3393 94% [========================================================== ] 3212/3393 94% [========================================================== ] 3213/3393 94% [========================================================== ] 3214/3393 94% [========================================================== ] 3215/3393 94% [========================================================== ] 3216/3393 94% [========================================================== ] 3217/3393 94% [========================================================== ] 3218/3393 94% [========================================================== ] 3219/3393 94% [========================================================== ] 3220/3393 94% [========================================================== ] 3221/3393 94% [========================================================== ] 3222/3393 94% [========================================================== ] 3223/3393 94% [========================================================== ] 3224/3393 95% [========================================================== ] 3225/3393 95% [========================================================== ] 3226/3393 95% [========================================================== ] 3227/3393 95% [========================================================== ] 3228/3393 95% [=========================================================== ] 3229/3393 95% [=========================================================== ] 3230/3393 95% [=========================================================== ] 3231/3393 95% [=========================================================== ] 3232/3393 95% [=========================================================== ] 3233/3393 95% [=========================================================== ] 3234/3393 95% [=========================================================== ] 3235/3393 95% [=========================================================== ] 3236/3393 95% [=========================================================== ] 3237/3393 95% [=========================================================== ] 3238/3393 95% [=========================================================== ] 3239/3393 95% [=========================================================== ] 3240/3393 95% [=========================================================== ] 3241/3393 95% [=========================================================== ] 3242/3393 95% [=========================================================== ] 3243/3393 95% [=========================================================== ] 3244/3393 95% [=========================================================== ] 3245/3393 95% [=========================================================== ] 3246/3393 95% [=========================================================== ] 3247/3393 95% [=========================================================== ] 3248/3393 95% [=========================================================== ] 3249/3393 95% [=========================================================== ] 3250/3393 95% [=========================================================== ] 3251/3393 95% [=========================================================== ] 3252/3393 95% [=========================================================== ] 3253/3393 95% [=========================================================== ] 3254/3393 95% [=========================================================== ] 3255/3393 95% [=========================================================== ] 3256/3393 95% [=========================================================== ] 3257/3393 95% [=========================================================== ] 3258/3393 96% [=========================================================== ] 3259/3393 96% [=========================================================== ] 3260/3393 96% [=========================================================== ] 3261/3393 96% [=========================================================== ] 3262/3393 96% [=========================================================== ] 3263/3393 96% [=========================================================== ] 3264/3393 96% [=========================================================== ] 3265/3393 96% [=========================================================== ] 3266/3393 96% [=========================================================== ] 3267/3393 96% [=========================================================== ] 3268/3393 96% [=========================================================== ] 3269/3393 96% [=========================================================== ] 3270/3393 96% [=========================================================== ] 3271/3393 96% [=========================================================== ] 3272/3393 96% [=========================================================== ] 3273/3393 96% [=========================================================== ] 3274/3393 96% [=========================================================== ] 3275/3393 96% [=========================================================== ] 3276/3393 96% [=========================================================== ] 3277/3393 96% [=========================================================== ] 3278/3393 96% [=========================================================== ] 3279/3393 96% [=========================================================== ] 3280/3393 96% [=========================================================== ] 3281/3393 96% [=========================================================== ] 3282/3393 96% [=========================================================== ] 3283/3393 96% [============================================================ ] 3284/3393 96% [============================================================ ] 3285/3393 96% [============================================================ ] 3286/3393 96% [============================================================ ] 3287/3393 96% [============================================================ ] 3288/3393 96% [============================================================ ] 3289/3393 96% [============================================================ ] 3290/3393 96% [============================================================ ] 3291/3393 96% [============================================================ ] 3292/3393 97% [============================================================ ] 3293/3393 97% [============================================================ ] 3294/3393 97% [============================================================ ] 3295/3393 97% [============================================================ ] 3296/3393 97% [============================================================ ] 3297/3393 97% [============================================================ ] 3298/3393 97% [============================================================ ] 3299/3393 97% [============================================================ ] 3300/3393 97% [============================================================ ] 3301/3393 97% [============================================================ ] 3302/3393 97% [============================================================ ] 3303/3393 97% [============================================================ ] 3304/3393 97% [============================================================ ] 3305/3393 97% [============================================================ ] 3306/3393 97% [============================================================ ] 3307/3393 97% [============================================================ ] 3308/3393 97% [============================================================ ] 3309/3393 97% [============================================================ ] 3310/3393 97% [============================================================ ] 3311/3393 97% [============================================================ ] 3312/3393 97% [============================================================ ] 3313/3393 97% [============================================================ ] 3314/3393 97% [============================================================ ] 3315/3393 97% [============================================================ ] 3316/3393 97% [============================================================ ] 3317/3393 97% [============================================================ ] 3318/3393 97% [============================================================ ] 3319/3393 97% [============================================================ ] 3320/3393 97% [============================================================ ] 3321/3393 97% [============================================================ ] 3322/3393 97% [============================================================ ] 3323/3393 97% [============================================================ ] 3324/3393 97% [============================================================ ] 3325/3393 97% [============================================================ ] 3326/3393 98% [============================================================ ] 3327/3393 98% [============================================================ ] 3328/3393 98% [============================================================ ] 3329/3393 98% [============================================================ ] 3330/3393 98% [============================================================ ] 3331/3393 98% [============================================================ ] 3332/3393 98% [============================================================ ] 3333/3393 98% [============================================================ ] 3334/3393 98% [============================================================ ] 3335/3393 98% [============================================================ ] 3336/3393 98% [============================================================ ] 3337/3393 98% [============================================================ ] 3338/3393 98% [============================================================= ] 3339/3393 98% [============================================================= ] 3340/3393 98% [============================================================= ] 3341/3393 98% [============================================================= ] 3342/3393 98% [============================================================= ] 3343/3393 98% [============================================================= ] 3344/3393 98% [============================================================= ] 3345/3393 98% [============================================================= ] 3346/3393 98% [============================================================= ] 3347/3393 98% [============================================================= ] 3348/3393 98% [============================================================= ] 3349/3393 98% [============================================================= ] 3350/3393 98% [============================================================= ] 3351/3393 98% [============================================================= ] 3352/3393 98% [============================================================= ] 3353/3393 98% [============================================================= ] 3354/3393 98% [============================================================= ] 3355/3393 98% [============================================================= ] 3356/3393 98% [============================================================= ] 3357/3393 98% [============================================================= ] 3358/3393 98% [============================================================= ] 3359/3393 98% [============================================================= ] 3360/3393 99% [============================================================= ] 3361/3393 99% [============================================================= ] 3362/3393 99% [============================================================= ] 3363/3393 99% [============================================================= ] 3364/3393 99% [============================================================= ] 3365/3393 99% [============================================================= ] 3366/3393 99% [============================================================= ] 3367/3393 99% [============================================================= ] 3368/3393 99% [============================================================= ] 3369/3393 99% [============================================================= ] 3370/3393 99% [============================================================= ] 3371/3393 99% [============================================================= ] 3372/3393 99% [============================================================= ] 3373/3393 99% [============================================================= ] 3374/3393 99% [============================================================= ] 3375/3393 99% [============================================================= ] 3376/3393 99% [============================================================= ] 3377/3393 99% [============================================================= ] 3378/3393 99% [============================================================= ] 3379/3393 99% [============================================================= ] 3380/3393 99% [============================================================= ] 3381/3393 99% [============================================================= ] 3382/3393 99% [============================================================= ] 3383/3393 99% [============================================================= ] 3384/3393 99% [============================================================= ] 3385/3393 99% [============================================================= ] 3386/3393 99% [============================================================= ] 3387/3393 99% [============================================================= ] 3388/3393 99% [============================================================= ] 3389/3393 99% [============================================================= ] 3390/3393 99% [============================================================= ] 3391/3393 99% [============================================================= ] 3392/3393 99% [==============================================================] 3393/3393 100% operation complete, 3393 objects in 116130 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/m68k-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2023.08-363-g96130dc204 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.3.0 Collecting legal info >>> linux-headers 5.15.130 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> atftp 0.8.0 Collecting legal info LICENSE: OK (sha256: 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> autofs 5.1.8 Collecting legal info COPYING: OK (sha256: 458028929f712b4795bc5adc31a1d6a2151364ce1b372ac43f613f56c8448fed) COPYRIGHT: OK (sha256: 26c826658dfa9e5ce5f182fbfbadf3fda2d184e78dba3d99da34c60113b2ce54) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-nfs-utils 2.6.3 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-sqlite 3.43.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cgilua 6.0.2-0 Collecting legal info cgilua/doc/us/license.html: OK (sha256: b82f9b13f9b1a1387f53203a625612914630b520377731b0aab7ce93ad2b18c4) >>> host-luarocks 3.9.1 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.4.6 Collecting legal info doc/readme.html: OK (sha256: 8f1bff27c5b0585ab679dbe4e37e75a1014af0f79732f42a79f86728321a0c6d) >>> luainterpreter Collecting legal info >>> lua 5.4.6 Collecting legal info doc/readme.html: OK (sha256: 8f1bff27c5b0585ab679dbe4e37e75a1014af0f79732f42a79f86728321a0c6d) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> host-crudini 0.9.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> dos2unix 7.5.0 Collecting legal info COPYING.txt: OK (sha256: 6009a35c7aaee9888fd4844972c37b84bce22e7407893727c70f4f3560ae3eac) >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.1 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 8.3.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> openssl Collecting legal info >>> libressl 3.7.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.27.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> freeipmi 1.6.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.bmc-watchdog: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiconsole: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-dcmi: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmidetect: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-fru: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmimonitoring: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiping: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmipower: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiseld: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.pstdout: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.sunbmc: OK (sha256: 48f44386b3f359e70d7e4a5d7f1d529d8591a7c64c47df3f4abdf2ad45a6d537) COPYING.ZRESEARCH: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> fuse-overlayfs 1.11 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libfuse3 3.16.1 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> getent Collecting legal info >>> i2c-tools 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: 2293b6e9076984d02184ff620baac557143e16cfa47d88f0a791d05a1271742c) >>> imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> linux-zigbee 0.3.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lsof 4.98.0 Collecting legal info COPYING: OK (sha256: 225222ff9bf38abc2cef7205e9b05c60935efa9ec28d1fd01e503c9316088718) >>> luafilesystem 1.8.0-1 Collecting legal info luafilesystem/LICENSE: OK (sha256: beb2c9eed6466d572c3888028a77421206053a3c023429cbd69e5015badba842) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mbw 2.0 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> micropython 1.19.1 Collecting legal info LICENSE: OK (sha256: 0f678c2abd7fe2cfca36693630506bbcbdfc219bd04bf4a02fe3b094ae4c666f) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> host-mkpasswd Collecting legal info >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> ncdu 1.18 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-appconfig 1.71 Collecting legal info LICENSE: OK (sha256: 0b22dd532e4123a511d14989c4169ed56b7316cf844c29c7897a1638a4616868) >>> host-perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> perl-dist-checkconflicts 0.11 Collecting legal info LICENSE: OK (sha256: b4e0637ed96008ddcbf7e0ddeb73967df3d0b4dc62a6b7fdb86eac37018cb12e) >>> perl-file-slurp 9999.32 Collecting legal info README.md: OK (sha256: d1be945657536c93caf481b9f3c73fd1952ef66388c664e29021ab91d4fe47e8) >>> perl-file-util 4.201720 Collecting legal info COPYING: OK (sha256: 5f3732812570654ba911e45ec4e5f7353f4b63747ebfc506c543e8fb1ccf797f) LICENSE: OK (sha256: 996b77ca668f16a443ed14758fce492bddd9f55fe831ee8353274c89191b8544) >>> host-perl-module-build 0.4232 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-io-html 1.004 Collecting legal info LICENSE: OK (sha256: 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84) >>> perl-module-implementation 0.09 Collecting legal info LICENSE: OK (sha256: dd34e4dbcadfaa3db992201873e1cbb4b4f4c18e9bf000821d5c768e66d7ff0b) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> perl-net-telnet 3.05 Collecting legal info README: OK (sha256: 22d0a3343b46c7857cd7d06cb37fe437d467df71aa5854af515374e1e8bf6c53) >>> perl-package-stash 0.39 Collecting legal info LICENSE: OK (sha256: 810b319a6f4a53c9cbbef513da17b2f0c872accd149bb889f153f4b78cf8cbb8) >>> perl-posix-strftime-compiler 0.44 Collecting legal info LICENSE: OK (sha256: 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a8805) >>> host-perl-module-build-tiny 0.039 Collecting legal info LICENSE: OK (sha256: 09fd2bc0428920c455f10c5a6c52e2bb4615114e88966c75ce27a07af028c36b) >>> host-perl-extutils-config 0.008 Collecting legal info LICENSE: OK (sha256: 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc) >>> host-perl-extutils-helpers 0.026 Collecting legal info LICENSE: OK (sha256: e5530d0ebc8662df3a970644d867faf12760b1a95ca6e2bf1c5f9af410a418e0) >>> host-perl-extutils-installpaths 0.012 Collecting legal info LICENSE: OK (sha256: b95d38ac031587625625d92fbd2ee1d5df0d02606057d680e7dcf3598fe629f9) >>> perl-try-tiny 0.31 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> proxychains-ng 4.16 Collecting legal info COPYING: OK (sha256: 86728623caeff60e9bcc37e03b432fd191de927eed48a72a3bb4ac4e53fe20df) >>> reaver 1.6.6 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> sshpass 1.10 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinyssh 20220801 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.130: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'