/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 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.02-93-gd3051892eb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-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 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 ' davfs2 -1 davfs2 -1 * - - - davfs user\n _ntp -1 _ntp -1 * - - - Network Time Protocol daemon\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/chage f 4755 0 0 - - - - -\n /usr/bin/chfn f 4755 0 0 - - - - -\n /usr/bin/chsh f 4755 0 0 - - - - -\n /usr/bin/expiry f 4755 0 0 - - - - -\n /usr/bin/gpasswd f 4755 0 0 - - - - -\n /usr/bin/newgrp f 4755 0 0 - - - - -\n /usr/bin/passwd f 4755 0 0 - - - - -\n \n /usr/bin/newuidmap f 4755 0 0 - - - - -\n /usr/bin/newgidmap 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 >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs 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/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/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/ubifs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/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/ubifs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/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/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' 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" gzip -9 -c -n /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubifs > /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubifs.gz >>> 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 ' \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 3382 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/3382 0% [ ] 2/3382 0% [ ] 3/3382 0% [ ] 4/3382 0% [ ] 5/3382 0% [ ] 6/3382 0% [ ] 7/3382 0% [ ] 8/3382 0% [ ] 9/3382 0% [ ] 10/3382 0% [ ] 11/3382 0% [ ] 12/3382 0% [ ] 13/3382 0% [ ] 14/3382 0% [ ] 15/3382 0% [ ] 16/3382 0% [ ] 17/3382 0% [ ] 18/3382 0% [ ] 19/3382 0% [ ] 20/3382 0% [ ] 21/3382 0% [ ] 22/3382 0% [ ] 23/3382 0% [ ] 24/3382 0% [ ] 25/3382 0% [ ] 26/3382 0% [ ] 27/3382 0% [ ] 28/3382 0% [ ] 29/3382 0% [ ] 30/3382 0% [ ] 31/3382 0% [ ] 32/3382 0% [ ] 33/3382 0% [ ] 34/3382 1% [ ] 35/3382 1% [ ] 36/3382 1% [ ] 37/3382 1% [ ] 38/3382 1% [ ] 39/3382 1% [ ] 40/3382 1% [ ] 41/3382 1% [ ] 42/3382 1% [ ] 43/3382 1% [ ] 44/3382 1% [ ] 45/3382 1% [ ] 46/3382 1% [ ] 47/3382 1% [ ] 48/3382 1% [ ] 49/3382 1% [ ] 50/3382 1% [ ] 51/3382 1% [ ] 52/3382 1% [ ] 53/3382 1% [ ] 54/3382 1% [= ] 55/3382 1% [= ] 56/3382 1% [= ] 57/3382 1% [= ] 58/3382 1% [= ] 59/3382 1% [= ] 60/3382 1% [= ] 61/3382 1% [= ] 62/3382 1% [= ] 63/3382 1% [= ] 64/3382 1% [= ] 65/3382 1% [= ] 66/3382 1% [= ] 67/3382 1% [= ] 68/3382 2% [= ] 69/3382 2% [= ] 70/3382 2% [= ] 71/3382 2% [= ] 72/3382 2% [= ] 73/3382 2% [= ] 74/3382 2% [= ] 75/3382 2% [= ] 76/3382 2% [= ] 77/3382 2% [= ] 78/3382 2% [= ] 79/3382 2% [= ] 80/3382 2% [= ] 81/3382 2% [= ] 82/3382 2% [= ] 83/3382 2% [= ] 84/3382 2% [= ] 85/3382 2% [= ] 86/3382 2% [= ] 87/3382 2% [= ] 88/3382 2% [= ] 89/3382 2% [= ] 90/3382 2% [= ] 91/3382 2% [= ] 92/3382 2% [= ] 93/3382 2% [= ] 94/3382 2% [= ] 95/3382 2% [= ] 96/3382 2% [= ] 97/3382 2% [= ] 98/3382 2% [= ] 99/3382 2% [= ] 100/3382 2% [= ] 101/3382 2% [= ] 102/3382 3% [= ] 103/3382 3% [= ] 104/3382 3% [= ] 105/3382 3% [= ] 106/3382 3% [= ] 107/3382 3% [= ] 108/3382 3% [= ] 109/3382 3% [== ] 110/3382 3% [== ] 111/3382 3% [== ] 112/3382 3% [== ] 113/3382 3% [== ] 114/3382 3% [== ] 115/3382 3% [== ] 116/3382 3% [== ] 117/3382 3% [== ] 118/3382 3% [== ] 119/3382 3% [== ] 120/3382 3% [== ] 121/3382 3% [== ] 122/3382 3% [== ] 123/3382 3% [== ] 124/3382 3% [== ] 125/3382 3% [== ] 126/3382 3% [== ] 127/3382 3% [== ] 128/3382 3% [== ] 129/3382 3% [== ] 130/3382 3% [== ] 131/3382 3% [== ] 132/3382 3% [== ] 133/3382 3% [== ] 134/3382 3% [== ] 135/3382 3% [== ] 136/3382 4% [== ] 137/3382 4% [== ] 138/3382 4% [== ] 139/3382 4% [== ] 140/3382 4% [== ] 141/3382 4% [== ] 142/3382 4% [== ] 143/3382 4% [== ] 144/3382 4% [== ] 145/3382 4% [== ] 146/3382 4% [== ] 147/3382 4% [== ] 148/3382 4% [== ] 149/3382 4% [== ] 150/3382 4% [== ] 151/3382 4% [== ] 152/3382 4% [== ] 153/3382 4% [== ] 154/3382 4% [== ] 155/3382 4% [== ] 156/3382 4% [== ] 157/3382 4% [== ] 158/3382 4% [== ] 159/3382 4% [== ] 160/3382 4% [== ] 161/3382 4% [== ] 162/3382 4% [== ] 163/3382 4% [=== ] 164/3382 4% [=== ] 165/3382 4% [=== ] 166/3382 4% [=== ] 167/3382 4% [=== ] 168/3382 4% [=== ] 169/3382 4% [=== ] 170/3382 5% [=== ] 171/3382 5% [=== ] 172/3382 5% [=== ] 173/3382 5% [=== ] 174/3382 5% [=== ] 175/3382 5% [=== ] 176/3382 5% [=== ] 177/3382 5% [=== ] 178/3382 5% [=== ] 179/3382 5% [=== ] 180/3382 5% [=== ] 181/3382 5% [=== ] 182/3382 5% [=== ] 183/3382 5% [=== ] 184/3382 5% [=== ] 185/3382 5% [=== ] 186/3382 5% [=== ] 187/3382 5% [=== ] 188/3382 5% [=== ] 189/3382 5% [=== ] 190/3382 5% [=== ] 191/3382 5% [=== ] 192/3382 5% [=== ] 193/3382 5% [=== ] 194/3382 5% [=== ] 195/3382 5% [=== ] 196/3382 5% [=== ] 197/3382 5% [=== ] 198/3382 5% [=== ] 199/3382 5% [=== ] 200/3382 5% [=== ] 201/3382 5% [=== ] 202/3382 5% [=== ] 203/3382 6% [=== ] 204/3382 6% [=== ] 205/3382 6% [=== ] 206/3382 6% [=== ] 207/3382 6% [=== ] 208/3382 6% [=== ] 209/3382 6% [=== ] 210/3382 6% [=== ] 211/3382 6% [=== ] 212/3382 6% [=== ] 213/3382 6% [=== ] 214/3382 6% [=== ] 215/3382 6% [=== ] 216/3382 6% [=== ] 217/3382 6% [=== ] 218/3382 6% [==== ] 219/3382 6% [==== ] 220/3382 6% [==== ] 221/3382 6% [==== ] 222/3382 6% [==== ] 223/3382 6% [==== ] 224/3382 6% [==== ] 225/3382 6% [==== ] 226/3382 6% [==== ] 227/3382 6% [==== ] 228/3382 6% [==== ] 229/3382 6% [==== ] 230/3382 6% [==== ] 231/3382 6% [==== ] 232/3382 6% [==== ] 233/3382 6% [==== ] 234/3382 6% [==== ] 235/3382 6% [==== ] 236/3382 6% [==== ] 237/3382 7% [==== ] 238/3382 7% [==== ] 239/3382 7% [==== ] 240/3382 7% [==== ] 241/3382 7% [==== ] 242/3382 7% [==== ] 243/3382 7% [==== ] 244/3382 7% [==== ] 245/3382 7% [==== ] 246/3382 7% [==== ] 247/3382 7% [==== ] 248/3382 7% [==== ] 249/3382 7% [==== ] 250/3382 7% [==== ] 251/3382 7% [==== ] 252/3382 7% [==== ] 253/3382 7% [==== ] 254/3382 7% [==== ] 255/3382 7% [==== ] 256/3382 7% [==== ] 257/3382 7% [==== ] 258/3382 7% [==== ] 259/3382 7% [==== ] 260/3382 7% [==== ] 261/3382 7% [==== ] 262/3382 7% [==== ] 263/3382 7% [==== ] 264/3382 7% [==== ] 265/3382 7% [==== ] 266/3382 7% [==== ] 267/3382 7% [==== ] 268/3382 7% [==== ] 269/3382 7% [==== ] 270/3382 7% [==== ] 271/3382 8% [==== ] 272/3382 8% [===== ] 273/3382 8% [===== ] 274/3382 8% [===== ] 275/3382 8% [===== ] 276/3382 8% [===== ] 277/3382 8% [===== ] 278/3382 8% [===== ] 279/3382 8% [===== ] 280/3382 8% [===== ] 281/3382 8% [===== ] 282/3382 8% [===== ] 283/3382 8% [===== ] 284/3382 8% [===== ] 285/3382 8% [===== ] 286/3382 8% [===== ] 287/3382 8% [===== ] 288/3382 8% [===== ] 289/3382 8% [===== ] 290/3382 8% [===== ] 291/3382 8% [===== ] 292/3382 8% [===== ] 293/3382 8% [===== ] 294/3382 8% [===== ] 295/3382 8% [===== ] 296/3382 8% [===== ] 297/3382 8% [===== ] 298/3382 8% [===== ] 299/3382 8% [===== ] 300/3382 8% [===== ] 301/3382 8% [===== ] 302/3382 8% [===== ] 303/3382 8% [===== ] 304/3382 8% [===== ] 305/3382 9% [===== ] 306/3382 9% [===== ] 307/3382 9% [===== ] 308/3382 9% [===== ] 309/3382 9% [===== ] 310/3382 9% [===== ] 311/3382 9% [===== ] 312/3382 9% [===== ] 313/3382 9% [===== ] 314/3382 9% [===== ] 315/3382 9% [===== ] 316/3382 9% [===== ] 317/3382 9% [===== ] 318/3382 9% [===== ] 319/3382 9% [===== ] 320/3382 9% [===== ] 321/3382 9% [===== ] 322/3382 9% [===== ] 323/3382 9% [===== ] 324/3382 9% [===== ] 325/3382 9% [===== ] 326/3382 9% [===== ] 327/3382 9% [====== ] 328/3382 9% [====== ] 329/3382 9% [====== ] 330/3382 9% [====== ] 331/3382 9% [====== ] 332/3382 9% [====== ] 333/3382 9% [====== ] 334/3382 9% [====== ] 335/3382 9% [====== ] 336/3382 9% [====== ] 337/3382 9% [====== ] 338/3382 9% [====== ] 339/3382 10% [====== ] 340/3382 10% [====== ] 341/3382 10% [====== ] 342/3382 10% [====== ] 343/3382 10% [====== ] 344/3382 10% [====== ] 345/3382 10% [====== ] 346/3382 10% [====== ] 347/3382 10% [====== ] 348/3382 10% [====== ] 349/3382 10% [====== ] 350/3382 10% [====== ] 351/3382 10% [====== ] 352/3382 10% [====== ] 353/3382 10% [====== ] 354/3382 10% [====== ] 355/3382 10% [====== ] 356/3382 10% [====== ] 357/3382 10% [====== ] 358/3382 10% [====== ] 359/3382 10% [====== ] 360/3382 10% [====== ] 361/3382 10% [====== ] 362/3382 10% [====== ] 363/3382 10% [====== ] 364/3382 10% [====== ] 365/3382 10% [====== ] 366/3382 10% [====== ] 367/3382 10% [====== ] 368/3382 10% [====== ] 369/3382 10% [====== ] 370/3382 10% [====== ] 371/3382 10% [====== ] 372/3382 10% [====== ] 373/3382 11% [====== ] 374/3382 11% [====== ] 375/3382 11% [====== ] 376/3382 11% [====== ] 377/3382 11% [====== ] 378/3382 11% [====== ] 379/3382 11% [====== ] 380/3382 11% [====== ] 381/3382 11% [======= ] 382/3382 11% [======= ] 383/3382 11% [======= ] 384/3382 11% [======= ] 385/3382 11% [======= ] 386/3382 11% [======= ] 387/3382 11% [======= ] 388/3382 11% [======= ] 389/3382 11% [======= ] 390/3382 11% [======= ] 391/3382 11% [======= ] 392/3382 11% [======= ] 393/3382 11% [======= ] 394/3382 11% [======= ] 395/3382 11% [======= ] 396/3382 11% [======= ] 397/3382 11% [======= ] 398/3382 11% [======= ] 399/3382 11% [======= ] 400/3382 11% [======= ] 401/3382 11% [======= ] 402/3382 11% [======= ] 403/3382 11% [======= ] 404/3382 11% [======= ] 405/3382 11% [======= ] 406/3382 12% [======= ] 407/3382 12% [======= ] 408/3382 12% [======= ] 409/3382 12% [======= ] 410/3382 12% [======= ] 411/3382 12% [======= ] 412/3382 12% [======= ] 413/3382 12% [======= ] 414/3382 12% [======= ] 415/3382 12% [======= ] 416/3382 12% [======= ] 417/3382 12% [======= ] 418/3382 12% [======= ] 419/3382 12% [======= ] 420/3382 12% [======= ] 421/3382 12% [======= ] 422/3382 12% [======= ] 423/3382 12% [======= ] 424/3382 12% [======= ] 425/3382 12% [======= ] 426/3382 12% [======= ] 427/3382 12% [======= ] 428/3382 12% [======= ] 429/3382 12% [======= ] 430/3382 12% [======= ] 431/3382 12% [======= ] 432/3382 12% [======= ] 433/3382 12% [======= ] 434/3382 12% [======= ] 435/3382 12% [======= ] 436/3382 12% [======== ] 437/3382 12% [======== ] 438/3382 12% [======== ] 439/3382 12% [======== ] 440/3382 13% [======== ] 441/3382 13% [======== ] 442/3382 13% [======== ] 443/3382 13% [======== ] 444/3382 13% [======== ] 445/3382 13% [======== ] 446/3382 13% [======== ] 447/3382 13% [======== ] 448/3382 13% [======== ] 449/3382 13% [======== ] 450/3382 13% [======== ] 451/3382 13% [======== ] 452/3382 13% [======== ] 453/3382 13% [======== ] 454/3382 13% [======== ] 455/3382 13% [======== ] 456/3382 13% [======== ] 457/3382 13% [======== ] 458/3382 13% [======== ] 459/3382 13% [======== ] 460/3382 13% [======== ] 461/3382 13% [======== ] 462/3382 13% [======== ] 463/3382 13% [======== ] 464/3382 13% [======== ] 465/3382 13% [======== ] 466/3382 13% [======== ] 467/3382 13% [======== ] 468/3382 13% [======== ] 469/3382 13% [======== ] 470/3382 13% [======== ] 471/3382 13% [======== ] 472/3382 13% [======== ] 473/3382 13% [======== ] 474/3382 14% [======== ] 475/3382 14% [======== ] 476/3382 14% [======== ] 477/3382 14% [======== ] 478/3382 14% [======== ] 479/3382 14% [======== ] 480/3382 14% [======== ] 481/3382 14% [======== ] 482/3382 14% [======== ] 483/3382 14% [======== ] 484/3382 14% [======== ] 485/3382 14% [======== ] 486/3382 14% [======== ] 487/3382 14% [======== ] 488/3382 14% [======== ] 489/3382 14% [======== ] 490/3382 14% [========= ] 491/3382 14% [========= ] 492/3382 14% [========= ] 493/3382 14% [========= ] 494/3382 14% [========= ] 495/3382 14% [========= ] 496/3382 14% [========= ] 497/3382 14% [========= ] 498/3382 14% [========= ] 499/3382 14% [========= ] 500/3382 14% [========= ] 501/3382 14% [========= ] 502/3382 14% [========= ] 503/3382 14% [========= ] 504/3382 14% [========= ] 505/3382 14% [========= ] 506/3382 14% [========= ] 507/3382 14% [========= ] 508/3382 15% [========= ] 509/3382 15% [========= ] 510/3382 15% [========= ] 511/3382 15% [========= ] 512/3382 15% [========= ] 513/3382 15% [========= ] 514/3382 15% [========= ] 515/3382 15% [========= ] 516/3382 15% [========= ] 517/3382 15% [========= ] 518/3382 15% [========= ] 519/3382 15% [========= ] 520/3382 15% [========= ] 521/3382 15% [========= ] 522/3382 15% [========= ] 523/3382 15% [========= ] 524/3382 15% [========= ] 525/3382 15% [========= ] 526/3382 15% [========= ] 527/3382 15% [========= ] 528/3382 15% [========= ] 529/3382 15% [========= ] 530/3382 15% [========= ] 531/3382 15% [========= ] 532/3382 15% [========= ] 533/3382 15% [========= ] 534/3382 15% [========= ] 535/3382 15% [========= ] 536/3382 15% [========= ] 537/3382 15% [========= ] 538/3382 15% [========= ] 539/3382 15% [========= ] 540/3382 15% [========= ] 541/3382 15% [========= ] 542/3382 16% [========= ] 543/3382 16% [========= ] 544/3382 16% [========= ] 545/3382 16% [========== ] 546/3382 16% [========== ] 547/3382 16% [========== ] 548/3382 16% [========== ] 549/3382 16% [========== ] 550/3382 16% [========== ] 551/3382 16% [========== ] 552/3382 16% [========== ] 553/3382 16% [========== ] 554/3382 16% [========== ] 555/3382 16% [========== ] 556/3382 16% [========== ] 557/3382 16% [========== ] 558/3382 16% [========== ] 559/3382 16% [========== ] 560/3382 16% [========== ] 561/3382 16% [========== ] 562/3382 16% [========== ] 563/3382 16% [========== ] 564/3382 16% [========== ] 565/3382 16% [========== ] 566/3382 16% [========== ] 567/3382 16% [========== ] 568/3382 16% [========== ] 569/3382 16% [========== ] 570/3382 16% [========== ] 571/3382 16% [========== ] 572/3382 16% [========== ] 573/3382 16% [========== ] 574/3382 16% [========== ] 575/3382 17% [========== ] 576/3382 17% [========== ] 577/3382 17% [========== ] 578/3382 17% [========== ] 579/3382 17% [========== ] 580/3382 17% [========== ] 581/3382 17% [========== ] 582/3382 17% [========== ] 583/3382 17% [========== ] 584/3382 17% [========== ] 585/3382 17% [========== ] 586/3382 17% [========== ] 587/3382 17% [========== ] 588/3382 17% [========== ] 589/3382 17% [========== ] 590/3382 17% [========== ] 591/3382 17% [========== ] 592/3382 17% [========== ] 593/3382 17% [========== ] 594/3382 17% [========== ] 595/3382 17% [========== ] 596/3382 17% [========== ] 597/3382 17% [========== ] 598/3382 17% [========== ] 599/3382 17% [========== ] 600/3382 17% [=========== ] 601/3382 17% [=========== ] 602/3382 17% [=========== ] 603/3382 17% [=========== ] 604/3382 17% [=========== ] 605/3382 17% [=========== ] 606/3382 17% [=========== ] 607/3382 17% [=========== ] 608/3382 17% [=========== ] 609/3382 18% [=========== ] 610/3382 18% [=========== ] 611/3382 18% [=========== ] 612/3382 18% [=========== ] 613/3382 18% [=========== ] 614/3382 18% [=========== ] 615/3382 18% [=========== ] 616/3382 18% [=========== ] 617/3382 18% [=========== ] 618/3382 18% [=========== ] 619/3382 18% [=========== ] 620/3382 18% [=========== ] 621/3382 18% [=========== ] 622/3382 18% [=========== ] 623/3382 18% [=========== ] 624/3382 18% [=========== ] 625/3382 18% [=========== ] 626/3382 18% [=========== ] 627/3382 18% [=========== ] 628/3382 18% [=========== ] 629/3382 18% [=========== ] 630/3382 18% [=========== ] 631/3382 18% [=========== ] 632/3382 18% [=========== ] 633/3382 18% [=========== ] 634/3382 18% [=========== ] 635/3382 18% [=========== ] 636/3382 18% [=========== ] 637/3382 18% [=========== ] 638/3382 18% [=========== ] 639/3382 18% [=========== ] 640/3382 18% [=========== ] 641/3382 18% [=========== ] 642/3382 18% [=========== ] 643/3382 19% [=========== ] 644/3382 19% [=========== ] 645/3382 19% [=========== ] 646/3382 19% [=========== ] 647/3382 19% [=========== ] 648/3382 19% [=========== ] 649/3382 19% [=========== ] 650/3382 19% [=========== ] 651/3382 19% [=========== ] 652/3382 19% [=========== ] 653/3382 19% [=========== ] 654/3382 19% [============ ] 655/3382 19% [============ ] 656/3382 19% [============ ] 657/3382 19% [============ ] 658/3382 19% [============ ] 659/3382 19% [============ ] 660/3382 19% [============ ] 661/3382 19% [============ ] 662/3382 19% [============ ] 663/3382 19% [============ ] 664/3382 19% [============ ] 665/3382 19% [============ ] 666/3382 19% [============ ] 667/3382 19% [============ ] 668/3382 19% [============ ] 669/3382 19% [============ ] 670/3382 19% [============ ] 671/3382 19% [============ ] 672/3382 19% [============ ] 673/3382 19% [============ ] 674/3382 19% [============ ] 675/3382 19% [============ ] 676/3382 19% [============ ] 677/3382 20% [============ ] 678/3382 20% [============ ] 679/3382 20% [============ ] 680/3382 20% [============ ] 681/3382 20% [============ ] 682/3382 20% [============ ] 683/3382 20% [============ ] 684/3382 20% [============ ] 685/3382 20% [============ ] 686/3382 20% [============ ] 687/3382 20% [============ ] 688/3382 20% [============ ] 689/3382 20% [============ ] 690/3382 20% [============ ] 691/3382 20% [============ ] 692/3382 20% [============ ] 693/3382 20% [============ ] 694/3382 20% [============ ] 695/3382 20% [============ ] 696/3382 20% [============ ] 697/3382 20% [============ ] 698/3382 20% [============ ] 699/3382 20% [============ ] 700/3382 20% [============ ] 701/3382 20% [============ ] 702/3382 20% [============ ] 703/3382 20% [============ ] 704/3382 20% [============ ] 705/3382 20% [============ ] 706/3382 20% [============ ] 707/3382 20% [============ ] 708/3382 20% [============ ] 709/3382 20% [============= ] 710/3382 20% [============= ] 711/3382 21% [============= ] 712/3382 21% [============= ] 713/3382 21% [============= ] 714/3382 21% [============= ] 715/3382 21% [============= ] 716/3382 21% [============= ] 717/3382 21% [============= ] 718/3382 21% [============= ] 719/3382 21% [============= ] 720/3382 21% [============= ] 721/3382 21% [============= ] 722/3382 21% [============= ] 723/3382 21% [============= ] 724/3382 21% [============= ] 725/3382 21% [============= ] 726/3382 21% [============= ] 727/3382 21% [============= ] 728/3382 21% [============= ] 729/3382 21% [============= ] 730/3382 21% [============= ] 731/3382 21% [============= ] 732/3382 21% [============= ] 733/3382 21% [============= ] 734/3382 21% [============= ] 735/3382 21% [============= ] 736/3382 21% [============= ] 737/3382 21% [============= ] 738/3382 21% [============= ] 739/3382 21% [============= ] 740/3382 21% [============= ] 741/3382 21% [============= ] 742/3382 21% [============= ] 743/3382 21% [============= ] 744/3382 21% [============= ] 745/3382 22% [============= ] 746/3382 22% [============= ] 747/3382 22% [============= ] 748/3382 22% [============= ] 749/3382 22% [============= ] 750/3382 22% [============= ] 751/3382 22% [============= ] 752/3382 22% [============= ] 753/3382 22% [============= ] 754/3382 22% [============= ] 755/3382 22% [============= ] 756/3382 22% [============= ] 757/3382 22% [============= ] 758/3382 22% [============= ] 759/3382 22% [============= ] 760/3382 22% [============= ] 761/3382 22% [============= ] 762/3382 22% [============= ] 763/3382 22% [============== ] 764/3382 22% [============== ] 765/3382 22% [============== ] 766/3382 22% [============== ] 767/3382 22% [============== ] 768/3382 22% [============== ] 769/3382 22% [============== ] 770/3382 22% [============== ] 771/3382 22% [============== ] 772/3382 22% [============== ] 773/3382 22% [============== ] 774/3382 22% [============== ] 775/3382 22% [============== ] 776/3382 22% [============== ] 777/3382 22% [============== ] 778/3382 23% [============== ] 779/3382 23% [============== ] 780/3382 23% [============== ] 781/3382 23% [============== ] 782/3382 23% [============== ] 783/3382 23% [============== ] 784/3382 23% [============== ] 785/3382 23% [============== ] 786/3382 23% [============== ] 787/3382 23% [============== ] 788/3382 23% [============== ] 789/3382 23% [============== ] 790/3382 23% [============== ] 791/3382 23% [============== ] 792/3382 23% [============== ] 793/3382 23% [============== ] 794/3382 23% [============== ] 795/3382 23% [============== ] 796/3382 23% [============== ] 797/3382 23% [============== ] 798/3382 23% [============== ] 799/3382 23% [============== ] 800/3382 23% [============== ] 801/3382 23% [============== ] 802/3382 23% [============== ] 803/3382 23% [============== ] 804/3382 23% [============== ] 805/3382 23% [============== ] 806/3382 23% [============== ] 807/3382 23% [============== ] 808/3382 23% [============== ] 809/3382 23% [============== ] 810/3382 23% [============== ] 811/3382 23% [============== ] 812/3382 24% [============== ] 813/3382 24% [============== ] 814/3382 24% [============== ] 815/3382 24% [============== ] 816/3382 24% [============== ] 817/3382 24% [============== ] 818/3382 24% [=============== ] 819/3382 24% [=============== ] 820/3382 24% [=============== ] 821/3382 24% [=============== ] 822/3382 24% [=============== ] 823/3382 24% [=============== ] 824/3382 24% [=============== ] 825/3382 24% [=============== ] 826/3382 24% [=============== ] 827/3382 24% [=============== ] 828/3382 24% [=============== ] 829/3382 24% [=============== ] 830/3382 24% [=============== ] 831/3382 24% [=============== ] 832/3382 24% [=============== ] 833/3382 24% [=============== ] 834/3382 24% [=============== ] 835/3382 24% [=============== ] 836/3382 24% [=============== ] 837/3382 24% [=============== ] 838/3382 24% [=============== ] 839/3382 24% [=============== ] 840/3382 24% [=============== ] 841/3382 24% [=============== ] 842/3382 24% [=============== ] 843/3382 24% [=============== ] 844/3382 24% [=============== ] 845/3382 24% [=============== ] 846/3382 25% [=============== ] 847/3382 25% [=============== ] 848/3382 25% [=============== ] 849/3382 25% [=============== ] 850/3382 25% [=============== ] 851/3382 25% [=============== ] 852/3382 25% [=============== ] 853/3382 25% [=============== ] 854/3382 25% [=============== ] 855/3382 25% [=============== ] 856/3382 25% [=============== ] 857/3382 25% [=============== ] 858/3382 25% [=============== ] 859/3382 25% [=============== ] 860/3382 25% [=============== ] 861/3382 25% [=============== ] 862/3382 25% [=============== ] 863/3382 25% [=============== ] 864/3382 25% [=============== ] 865/3382 25% [=============== ] 866/3382 25% [=============== ] 867/3382 25% [=============== ] 868/3382 25% [=============== ] 869/3382 25% [=============== ] 870/3382 25% [=============== ] 871/3382 25% [=============== ] 872/3382 25% [================ ] 873/3382 25% [================ ] 874/3382 25% [================ ] 875/3382 25% [================ ] 876/3382 25% [================ ] 877/3382 25% [================ ] 878/3382 25% [================ ] 879/3382 25% [================ ] 880/3382 26% [================ ] 881/3382 26% [================ ] 882/3382 26% [================ ] 883/3382 26% [================ ] 884/3382 26% [================ ] 885/3382 26% [================ ] 886/3382 26% [================ ] 887/3382 26% [================ ] 888/3382 26% [================ ] 889/3382 26% [================ ] 890/3382 26% [================ ] 891/3382 26% [================ ] 892/3382 26% [================ ] 893/3382 26% [================ ] 894/3382 26% [================ ] 895/3382 26% [================ ] 896/3382 26% [================ ] 897/3382 26% [================ ] 898/3382 26% [================ ] 899/3382 26% [================ ] 900/3382 26% [================ ] 901/3382 26% [================ ] 902/3382 26% [================ ] 903/3382 26% [================ ] 904/3382 26% [================ ] 905/3382 26% [================ ] 906/3382 26% [================ ] 907/3382 26% [================ ] 908/3382 26% [================ ] 909/3382 26% [================ ] 910/3382 26% [================ ] 911/3382 26% [================ ] 912/3382 26% [================ ] 913/3382 26% [================ ] 914/3382 27% [================ ] 915/3382 27% [================ ] 916/3382 27% [================ ] 917/3382 27% [================ ] 918/3382 27% [================ ] 919/3382 27% [================ ] 920/3382 27% [================ ] 921/3382 27% [================ ] 922/3382 27% [================ ] 923/3382 27% [================ ] 924/3382 27% [================ ] 925/3382 27% [================ ] 926/3382 27% [================ ] 927/3382 27% [================= ] 928/3382 27% [================= ] 929/3382 27% [================= ] 930/3382 27% [================= ] 931/3382 27% [================= ] 932/3382 27% [================= ] 933/3382 27% [================= ] 934/3382 27% [================= ] 935/3382 27% [================= ] 936/3382 27% [================= ] 937/3382 27% [================= ] 938/3382 27% [================= ] 939/3382 27% [================= ] 940/3382 27% [================= ] 941/3382 27% [================= ] 942/3382 27% [================= ] 943/3382 27% [================= ] 944/3382 27% [================= ] 945/3382 27% [================= ] 946/3382 27% [================= ] 947/3382 28% [================= ] 948/3382 28% [================= ] 949/3382 28% [================= ] 950/3382 28% [================= ] 951/3382 28% [================= ] 952/3382 28% [================= ] 953/3382 28% [================= ] 954/3382 28% [================= ] 955/3382 28% [================= ] 956/3382 28% [================= ] 957/3382 28% [================= ] 958/3382 28% [================= ] 959/3382 28% [================= ] 960/3382 28% [================= ] 961/3382 28% [================= ] 962/3382 28% [================= ] 963/3382 28% [================= ] 964/3382 28% [================= ] 965/3382 28% [================= ] 966/3382 28% [================= ] 967/3382 28% [================= ] 968/3382 28% [================= ] 969/3382 28% [================= ] 970/3382 28% [================= ] 971/3382 28% [================= ] 972/3382 28% [================= ] 973/3382 28% [================= ] 974/3382 28% [================= ] 975/3382 28% [================= ] 976/3382 28% [================= ] 977/3382 28% [================= ] 978/3382 28% [================= ] 979/3382 28% [================= ] 980/3382 28% [================= ] 981/3382 29% [================== ] 982/3382 29% [================== ] 983/3382 29% [================== ] 984/3382 29% [================== ] 985/3382 29% [================== ] 986/3382 29% [================== ] 987/3382 29% [================== ] 988/3382 29% [================== ] 989/3382 29% [================== ] 990/3382 29% [================== ] 991/3382 29% [================== ] 992/3382 29% [================== ] 993/3382 29% [================== ] 994/3382 29% [================== ] 995/3382 29% [================== ] 996/3382 29% [================== ] 997/3382 29% [================== ] 998/3382 29% [================== ] 999/3382 29% [================== ] 1000/3382 29% [================== ] 1001/3382 29% [================== ] 1002/3382 29% [================== ] 1003/3382 29% [================== ] 1004/3382 29% [================== ] 1005/3382 29% [================== ] 1006/3382 29% [================== ] 1007/3382 29% [================== ] 1008/3382 29% [================== ] 1009/3382 29% [================== ] 1010/3382 29% [================== ] 1011/3382 29% [================== ] 1012/3382 29% [================== ] 1013/3382 29% [================== ] 1014/3382 29% [================== ] 1015/3382 30% [================== ] 1016/3382 30% [================== ] 1017/3382 30% [================== ] 1018/3382 30% [================== ] 1019/3382 30% [================== ] 1020/3382 30% [================== ] 1021/3382 30% [================== ] 1022/3382 30% [================== ] 1023/3382 30% [================== ] 1024/3382 30% [================== ] 1025/3382 30% [================== ] 1026/3382 30% [================== ] 1027/3382 30% [================== ] 1028/3382 30% [================== ] 1029/3382 30% [================== ] 1030/3382 30% [================== ] 1031/3382 30% [================== ] 1032/3382 30% [================== ] 1033/3382 30% [================== ] 1034/3382 30% [================== ] 1035/3382 30% [================== ] 1036/3382 30% [=================== ] 1037/3382 30% [=================== ] 1038/3382 30% [=================== ] 1039/3382 30% [=================== ] 1040/3382 30% [=================== ] 1041/3382 30% [=================== ] 1042/3382 30% [=================== ] 1043/3382 30% [=================== ] 1044/3382 30% [=================== ] 1045/3382 30% [=================== ] 1046/3382 30% [=================== ] 1047/3382 30% [=================== ] 1048/3382 30% [=================== ] 1049/3382 31% [=================== ] 1050/3382 31% [=================== ] 1051/3382 31% [=================== ] 1052/3382 31% [=================== ] 1053/3382 31% [=================== ] 1054/3382 31% [=================== ] 1055/3382 31% [=================== ] 1056/3382 31% [=================== ] 1057/3382 31% [=================== ] 1058/3382 31% [=================== ] 1059/3382 31% [=================== ] 1060/3382 31% [=================== ] 1061/3382 31% [=================== ] 1062/3382 31% [=================== ] 1063/3382 31% [=================== ] 1064/3382 31% [=================== ] 1065/3382 31% [=================== ] 1066/3382 31% [=================== ] 1067/3382 31% [=================== ] 1068/3382 31% [=================== ] 1069/3382 31% [=================== ] 1070/3382 31% [=================== ] 1071/3382 31% [=================== ] 1072/3382 31% [=================== ] 1073/3382 31% [=================== ] 1074/3382 31% [=================== ] 1075/3382 31% [=================== ] 1076/3382 31% [=================== ] 1077/3382 31% [=================== ] 1078/3382 31% [=================== ] 1079/3382 31% [=================== ] 1080/3382 31% [=================== ] 1081/3382 31% [=================== ] 1082/3382 31% [=================== ] 1083/3382 32% [=================== ] 1084/3382 32% [=================== ] 1085/3382 32% [=================== ] 1086/3382 32% [=================== ] 1087/3382 32% [=================== ] 1088/3382 32% [=================== ] 1089/3382 32% [=================== ] 1090/3382 32% [==================== ] 1091/3382 32% [==================== ] 1092/3382 32% [==================== ] 1093/3382 32% [==================== ] 1094/3382 32% [==================== ] 1095/3382 32% [==================== ] 1096/3382 32% [==================== ] 1097/3382 32% [==================== ] 1098/3382 32% [==================== ] 1099/3382 32% [==================== ] 1100/3382 32% [==================== ] 1101/3382 32% [==================== ] 1102/3382 32% [==================== ] 1103/3382 32% [==================== ] 1104/3382 32% [==================== ] 1105/3382 32% [==================== ] 1106/3382 32% [==================== ] 1107/3382 32% [==================== ] 1108/3382 32% [==================== ] 1109/3382 32% [==================== ] 1110/3382 32% [==================== ] 1111/3382 32% [==================== ] 1112/3382 32% [==================== ] 1113/3382 32% [==================== ] 1114/3382 32% [==================== ] 1115/3382 32% [==================== ] 1116/3382 32% [==================== ] 1117/3382 33% [==================== ] 1118/3382 33% [==================== ] 1119/3382 33% [==================== ] 1120/3382 33% [==================== ] 1121/3382 33% [==================== ] 1122/3382 33% [==================== ] 1123/3382 33% [==================== ] 1124/3382 33% [==================== ] 1125/3382 33% [==================== ] 1126/3382 33% [==================== ] 1127/3382 33% [==================== ] 1128/3382 33% [==================== ] 1129/3382 33% [==================== ] 1130/3382 33% [==================== ] 1131/3382 33% [==================== ] 1132/3382 33% [==================== ] 1133/3382 33% [==================== ] 1134/3382 33% [==================== ] 1135/3382 33% [==================== ] 1136/3382 33% [==================== ] 1137/3382 33% [==================== ] 1138/3382 33% [==================== ] 1139/3382 33% [==================== ] 1140/3382 33% [==================== ] 1141/3382 33% [==================== ] 1142/3382 33% [==================== ] 1143/3382 33% [==================== ] 1144/3382 33% [==================== ] 1145/3382 33% [===================== ] 1146/3382 33% [===================== ] 1147/3382 33% [===================== ] 1148/3382 33% [===================== ] 1149/3382 33% [===================== ] 1150/3382 34% [===================== ] 1151/3382 34% [===================== ] 1152/3382 34% [===================== ] 1153/3382 34% [===================== ] 1154/3382 34% [===================== ] 1155/3382 34% [===================== ] 1156/3382 34% [===================== ] 1157/3382 34% [===================== ] 1158/3382 34% [===================== ] 1159/3382 34% [===================== ] 1160/3382 34% [===================== ] 1161/3382 34% [===================== ] 1162/3382 34% [===================== ] 1163/3382 34% [===================== ] 1164/3382 34% [===================== ] 1165/3382 34% [===================== ] 1166/3382 34% [===================== ] 1167/3382 34% [===================== ] 1168/3382 34% [===================== ] 1169/3382 34% [===================== ] 1170/3382 34% [===================== ] 1171/3382 34% [===================== ] 1172/3382 34% [===================== ] 1173/3382 34% [===================== ] 1174/3382 34% [===================== ] 1175/3382 34% [===================== ] 1176/3382 34% [===================== ] 1177/3382 34% [===================== ] 1178/3382 34% [===================== ] 1179/3382 34% [===================== ] 1180/3382 34% [===================== ] 1181/3382 34% [===================== ] 1182/3382 34% [===================== ] 1183/3382 34% [===================== ] 1184/3382 35% [===================== ] 1185/3382 35% [===================== ] 1186/3382 35% [===================== ] 1187/3382 35% [===================== ] 1188/3382 35% [===================== ] 1189/3382 35% [===================== ] 1190/3382 35% [===================== ] 1191/3382 35% [===================== ] 1192/3382 35% [===================== ] 1193/3382 35% [===================== ] 1194/3382 35% [===================== ] 1195/3382 35% [===================== ] 1196/3382 35% [===================== ] 1197/3382 35% [===================== ] 1198/3382 35% [===================== ] 1199/3382 35% [===================== ] 1200/3382 35% [====================== ] 1201/3382 35% [====================== ] 1202/3382 35% [====================== ] 1203/3382 35% [====================== ] 1204/3382 35% [====================== ] 1205/3382 35% [====================== ] 1206/3382 35% [====================== ] 1207/3382 35% [====================== ] 1208/3382 35% [====================== ] 1209/3382 35% [====================== ] 1210/3382 35% [====================== ] 1211/3382 35% [====================== ] 1212/3382 35% [====================== ] 1213/3382 35% [====================== ] 1214/3382 35% [====================== ] 1215/3382 35% [====================== ] 1216/3382 35% [====================== ] 1217/3382 35% [====================== ] 1218/3382 36% [====================== ] 1219/3382 36% [====================== ] 1220/3382 36% [====================== ] 1221/3382 36% [====================== ] 1222/3382 36% [====================== ] 1223/3382 36% [====================== ] 1224/3382 36% [====================== ] 1225/3382 36% [====================== ] 1226/3382 36% [====================== ] 1227/3382 36% [====================== ] 1228/3382 36% [====================== ] 1229/3382 36% [====================== ] 1230/3382 36% [====================== ] 1231/3382 36% [====================== ] 1232/3382 36% [====================== ] 1233/3382 36% [====================== ] 1234/3382 36% [====================== ] 1235/3382 36% [====================== ] 1236/3382 36% [====================== ] 1237/3382 36% [====================== ] 1238/3382 36% [====================== ] 1239/3382 36% [====================== ] 1240/3382 36% [====================== ] 1241/3382 36% [====================== ] 1242/3382 36% [====================== ] 1243/3382 36% [====================== ] 1244/3382 36% [====================== ] 1245/3382 36% [====================== ] 1246/3382 36% [====================== ] 1247/3382 36% [====================== ] 1248/3382 36% [====================== ] 1249/3382 36% [====================== ] 1250/3382 36% [====================== ] 1251/3382 36% [====================== ] 1252/3382 37% [====================== ] 1253/3382 37% [====================== ] 1254/3382 37% [======================= ] 1255/3382 37% [======================= ] 1256/3382 37% [======================= ] 1257/3382 37% [======================= ] 1258/3382 37% [======================= ] 1259/3382 37% [======================= ] 1260/3382 37% [======================= ] 1261/3382 37% [======================= ] 1262/3382 37% [======================= ] 1263/3382 37% [======================= ] 1264/3382 37% [======================= ] 1265/3382 37% [======================= ] 1266/3382 37% [======================= ] 1267/3382 37% [======================= ] 1268/3382 37% [======================= ] 1269/3382 37% [======================= ] 1270/3382 37% [======================= ] 1271/3382 37% [======================= ] 1272/3382 37% [======================= ] 1273/3382 37% [======================= ] 1274/3382 37% [======================= ] 1275/3382 37% [======================= ] 1276/3382 37% [======================= ] 1277/3382 37% [======================= ] 1278/3382 37% [======================= ] 1279/3382 37% [======================= ] 1280/3382 37% [======================= ] 1281/3382 37% [======================= ] 1282/3382 37% [======================= ] 1283/3382 37% [======================= ] 1284/3382 37% [======================= ] 1285/3382 37% [======================= ] 1286/3382 38% [======================= ] 1287/3382 38% [======================= ] 1288/3382 38% [======================= ] 1289/3382 38% [======================= ] 1290/3382 38% [======================= ] 1291/3382 38% [======================= ] 1292/3382 38% [======================= ] 1293/3382 38% [======================= ] 1294/3382 38% [======================= ] 1295/3382 38% [======================= ] 1296/3382 38% [======================= ] 1297/3382 38% [======================= ] 1298/3382 38% [======================= ] 1299/3382 38% [======================= ] 1300/3382 38% [======================= ] 1301/3382 38% [======================= ] 1302/3382 38% [======================= ] 1303/3382 38% [======================= ] 1304/3382 38% [======================= ] 1305/3382 38% [======================= ] 1306/3382 38% [======================= ] 1307/3382 38% [======================= ] 1308/3382 38% [======================= ] 1309/3382 38% [======================== ] 1310/3382 38% [======================== ] 1311/3382 38% [======================== ] 1312/3382 38% [======================== ] 1313/3382 38% [======================== ] 1314/3382 38% [======================== ] 1315/3382 38% [======================== ] 1316/3382 38% [======================== ] 1317/3382 38% [======================== ] 1318/3382 38% [======================== ] 1319/3382 39% [======================== ] 1320/3382 39% [======================== ] 1321/3382 39% [======================== ] 1322/3382 39% [======================== ] 1323/3382 39% [======================== ] 1324/3382 39% [======================== ] 1325/3382 39% [======================== ] 1326/3382 39% [======================== ] 1327/3382 39% [======================== ] 1328/3382 39% [======================== ] 1329/3382 39% [======================== ] 1330/3382 39% [======================== ] 1331/3382 39% [======================== ] 1332/3382 39% [======================== ] 1333/3382 39% [======================== ] 1334/3382 39% [======================== ] 1335/3382 39% [======================== ] 1336/3382 39% [======================== ] 1337/3382 39% [======================== ] 1338/3382 39% [======================== ] 1339/3382 39% [======================== ] 1340/3382 39% [======================== ] 1341/3382 39% [======================== ] 1342/3382 39% [======================== ] 1343/3382 39% [======================== ] 1344/3382 39% [======================== ] 1345/3382 39% [======================== ] 1346/3382 39% [======================== ] 1347/3382 39% [======================== ] 1348/3382 39% [======================== ] 1349/3382 39% [======================== ] 1350/3382 39% [======================== ] 1351/3382 39% [======================== ] 1352/3382 39% [======================== ] 1353/3382 40% [======================== ] 1354/3382 40% [======================== ] 1355/3382 40% [======================== ] 1356/3382 40% [======================== ] 1357/3382 40% [======================== ] 1358/3382 40% [======================== ] 1359/3382 40% [======================== ] 1360/3382 40% [======================== ] 1361/3382 40% [======================== ] 1362/3382 40% [======================== ] 1363/3382 40% [========================= ] 1364/3382 40% [========================= ] 1365/3382 40% [========================= ] 1366/3382 40% [========================= ] 1367/3382 40% [========================= ] 1368/3382 40% [========================= ] 1369/3382 40% [========================= ] 1370/3382 40% [========================= ] 1371/3382 40% [========================= ] 1372/3382 40% [========================= ] 1373/3382 40% [========================= ] 1374/3382 40% [========================= ] 1375/3382 40% [========================= ] 1376/3382 40% [========================= ] 1377/3382 40% [========================= ] 1378/3382 40% [========================= ] 1379/3382 40% [========================= ] 1380/3382 40% [========================= ] 1381/3382 40% [========================= ] 1382/3382 40% [========================= ] 1383/3382 40% [========================= ] 1384/3382 40% [========================= ] 1385/3382 40% [========================= ] 1386/3382 40% [========================= ] 1387/3382 41% [========================= ] 1388/3382 41% [========================= ] 1389/3382 41% [========================= ] 1390/3382 41% [========================= ] 1391/3382 41% [========================= ] 1392/3382 41% [========================= ] 1393/3382 41% [========================= ] 1394/3382 41% [========================= ] 1395/3382 41% [========================= ] 1396/3382 41% [========================= ] 1397/3382 41% [========================= ] 1398/3382 41% [========================= ] 1399/3382 41% [========================= ] 1400/3382 41% [========================= ] 1401/3382 41% [========================= ] 1402/3382 41% [========================= ] 1403/3382 41% [========================= ] 1404/3382 41% [========================= ] 1405/3382 41% [========================= ] 1406/3382 41% [========================= ] 1407/3382 41% [========================= ] 1408/3382 41% [========================= ] 1409/3382 41% [========================= ] 1410/3382 41% [========================= ] 1411/3382 41% [========================= ] 1412/3382 41% [========================= ] 1413/3382 41% [========================= ] 1414/3382 41% [========================= ] 1415/3382 41% [========================= ] 1416/3382 41% [========================= ] 1417/3382 41% [========================= ] 1418/3382 41% [========================== ] 1419/3382 41% [========================== ] 1420/3382 41% [========================== ] 1421/3382 42% [========================== ] 1422/3382 42% [========================== ] 1423/3382 42% [========================== ] 1424/3382 42% [========================== ] 1425/3382 42% [========================== ] 1426/3382 42% [========================== ] 1427/3382 42% [========================== ] 1428/3382 42% [========================== ] 1429/3382 42% [========================== ] 1430/3382 42% [========================== ] 1431/3382 42% [========================== ] 1432/3382 42% [========================== ] 1433/3382 42% [========================== ] 1434/3382 42% [========================== ] 1435/3382 42% [========================== ] 1436/3382 42% [========================== ] 1437/3382 42% [========================== ] 1438/3382 42% [========================== ] 1439/3382 42% [========================== ] 1440/3382 42% [========================== ] 1441/3382 42% [========================== ] 1442/3382 42% [========================== ] 1443/3382 42% [========================== ] 1444/3382 42% [========================== ] 1445/3382 42% [========================== ] 1446/3382 42% [========================== ] 1447/3382 42% [========================== ] 1448/3382 42% [========================== ] 1449/3382 42% [========================== ] 1450/3382 42% [========================== ] 1451/3382 42% [========================== ] 1452/3382 42% [========================== ] 1453/3382 42% [========================== ] 1454/3382 42% [========================== ] 1455/3382 43% [========================== ] 1456/3382 43% [========================== ] 1457/3382 43% [========================== ] 1458/3382 43% [========================== ] 1459/3382 43% [========================== ] 1460/3382 43% [========================== ] 1461/3382 43% [========================== ] 1462/3382 43% [========================== ] 1463/3382 43% [========================== ] 1464/3382 43% [========================== ] 1465/3382 43% [========================== ] 1466/3382 43% [========================== ] 1467/3382 43% [========================== ] 1468/3382 43% [========================== ] 1469/3382 43% [========================== ] 1470/3382 43% [========================== ] 1471/3382 43% [========================== ] 1472/3382 43% [=========================== ] 1473/3382 43% [=========================== ] 1474/3382 43% [=========================== ] 1475/3382 43% [=========================== ] 1476/3382 43% [=========================== ] 1477/3382 43% [=========================== ] 1478/3382 43% [=========================== ] 1479/3382 43% [=========================== ] 1480/3382 43% [=========================== ] 1481/3382 43% [=========================== ] 1482/3382 43% [=========================== ] 1483/3382 43% [=========================== ] 1484/3382 43% [=========================== ] 1485/3382 43% [=========================== ] 1486/3382 43% [=========================== ] 1487/3382 43% [=========================== ] 1488/3382 43% [=========================== ] 1489/3382 44% [=========================== ] 1490/3382 44% [=========================== ] 1491/3382 44% [=========================== ] 1492/3382 44% [=========================== ] 1493/3382 44% [=========================== ] 1494/3382 44% [=========================== ] 1495/3382 44% [=========================== ] 1496/3382 44% [=========================== ] 1497/3382 44% [=========================== ] 1498/3382 44% [=========================== ] 1499/3382 44% [=========================== ] 1500/3382 44% [=========================== ] 1501/3382 44% [=========================== ] 1502/3382 44% [=========================== ] 1503/3382 44% [=========================== ] 1504/3382 44% [=========================== ] 1505/3382 44% [=========================== ] 1506/3382 44% [=========================== ] 1507/3382 44% [=========================== ] 1508/3382 44% [=========================== ] 1509/3382 44% [=========================== ] 1510/3382 44% [=========================== ] 1511/3382 44% [=========================== ] 1512/3382 44% [=========================== ] 1513/3382 44% [=========================== ] 1514/3382 44% [=========================== ] 1515/3382 44% [=========================== ] 1516/3382 44% [=========================== ] 1517/3382 44% [=========================== ] 1518/3382 44% [=========================== ] 1519/3382 44% [=========================== ] 1520/3382 44% [=========================== ] 1521/3382 44% [=========================== ] 1522/3382 45% [=========================== ] 1523/3382 45% [=========================== ] 1524/3382 45% [=========================== ] 1525/3382 45% [=========================== ] 1526/3382 45% [=========================== ] 1527/3382 45% [============================ ] 1528/3382 45% [============================ ] 1529/3382 45% [============================ ] 1530/3382 45% [============================ ] 1531/3382 45% [============================ ] 1532/3382 45% [============================ ] 1533/3382 45% [============================ ] 1534/3382 45% [============================ ] 1535/3382 45% [============================ ] 1536/3382 45% [============================ ] 1537/3382 45% [============================ ] 1538/3382 45% [============================ ] 1539/3382 45% [============================ ] 1540/3382 45% [============================ ] 1541/3382 45% [============================ ] 1542/3382 45% [============================ ] 1543/3382 45% [============================ ] 1544/3382 45% [============================ ] 1545/3382 45% [============================ ] 1546/3382 45% [============================ ] 1547/3382 45% [============================ ] 1548/3382 45% [============================ ] 1549/3382 45% [============================ ] 1550/3382 45% [============================ ] 1551/3382 45% [============================ ] 1552/3382 45% [============================ ] 1553/3382 45% [============================ ] 1554/3382 45% [============================ ] 1555/3382 45% [============================ ] 1556/3382 46% [============================ ] 1557/3382 46% [============================ ] 1558/3382 46% [============================ ] 1559/3382 46% [============================ ] 1560/3382 46% [============================ ] 1561/3382 46% [============================ ] 1562/3382 46% [============================ ] 1563/3382 46% [============================ ] 1564/3382 46% [============================ ] 1565/3382 46% [============================ ] 1566/3382 46% [============================ ] 1567/3382 46% [============================ ] 1568/3382 46% [============================ ] 1569/3382 46% [============================ ] 1570/3382 46% [============================ ] 1571/3382 46% [============================ ] 1572/3382 46% [============================ ] 1573/3382 46% [============================ ] 1574/3382 46% [============================ ] 1575/3382 46% [============================ ] 1576/3382 46% [============================ ] 1577/3382 46% [============================ ] 1578/3382 46% [============================ ] 1579/3382 46% [============================ ] 1580/3382 46% [============================ ] 1581/3382 46% [============================= ] 1582/3382 46% [============================= ] 1583/3382 46% [============================= ] 1584/3382 46% [============================= ] 1585/3382 46% [============================= ] 1586/3382 46% [============================= ] 1587/3382 46% [============================= ] 1588/3382 46% [============================= ] 1589/3382 46% [============================= ] 1590/3382 47% [============================= ] 1591/3382 47% [============================= ] 1592/3382 47% [============================= ] 1593/3382 47% [============================= ] 1594/3382 47% [============================= ] 1595/3382 47% [============================= ] 1596/3382 47% [============================= ] 1597/3382 47% [============================= ] 1598/3382 47% [============================= ] 1599/3382 47% [============================= ] 1600/3382 47% [============================= ] 1601/3382 47% [============================= ] 1602/3382 47% [============================= ] 1603/3382 47% [============================= ] 1604/3382 47% [============================= ] 1605/3382 47% [============================= ] 1606/3382 47% [============================= ] 1607/3382 47% [============================= ] 1608/3382 47% [============================= ] 1609/3382 47% [============================= ] 1610/3382 47% [============================= ] 1611/3382 47% [============================= ] 1612/3382 47% [============================= ] 1613/3382 47% [============================= ] 1614/3382 47% [============================= ] 1615/3382 47% [============================= ] 1616/3382 47% [============================= ] 1617/3382 47% [============================= ] 1618/3382 47% [============================= ] 1619/3382 47% [============================= ] 1620/3382 47% [============================= ] 1621/3382 47% [============================= ] 1622/3382 47% [============================= ] 1623/3382 47% [============================= ] 1624/3382 48% [============================= ] 1625/3382 48% [============================= ] 1626/3382 48% [============================= ] 1627/3382 48% [============================= ] 1628/3382 48% [============================= ] 1629/3382 48% [============================= ] 1630/3382 48% [============================= ] 1631/3382 48% [============================= ] 1632/3382 48% [============================= ] 1633/3382 48% [============================= ] 1634/3382 48% [============================= ] 1635/3382 48% [============================= ] 1636/3382 48% [============================== ] 1637/3382 48% [============================== ] 1638/3382 48% [============================== ] 1639/3382 48% [============================== ] 1640/3382 48% [============================== ] 1641/3382 48% [============================== ] 1642/3382 48% [============================== ] 1643/3382 48% [============================== ] 1644/3382 48% [============================== ] 1645/3382 48% [============================== ] 1646/3382 48% [============================== ] 1647/3382 48% [============================== ] 1648/3382 48% [============================== ] 1649/3382 48% [============================== ] 1650/3382 48% [============================== ] 1651/3382 48% [============================== ] 1652/3382 48% [============================== ] 1653/3382 48% [============================== ] 1654/3382 48% [============================== ] 1655/3382 48% [============================== ] 1656/3382 48% [============================== ] 1657/3382 48% [============================== ] 1658/3382 49% [============================== ] 1659/3382 49% [============================== ] 1660/3382 49% [============================== ] 1661/3382 49% [============================== ] 1662/3382 49% [============================== ] 1663/3382 49% [============================== ] 1664/3382 49% [============================== ] 1665/3382 49% [============================== ] 1666/3382 49% [============================== ] 1667/3382 49% [============================== ] 1668/3382 49% [============================== ] 1669/3382 49% [============================== ] 1670/3382 49% [============================== ] 1671/3382 49% [============================== ] 1672/3382 49% [============================== ] 1673/3382 49% [============================== ] 1674/3382 49% [============================== ] 1675/3382 49% [============================== ] 1676/3382 49% [============================== ] 1677/3382 49% [============================== ] 1678/3382 49% [============================== ] 1679/3382 49% [============================== ] 1680/3382 49% [============================== ] 1681/3382 49% [============================== ] 1682/3382 49% [============================== ] 1683/3382 49% [============================== ] 1684/3382 49% [============================== ] 1685/3382 49% [============================== ] 1686/3382 49% [============================== ] 1687/3382 49% [============================== ] 1688/3382 49% [============================== ] 1689/3382 49% [============================== ] 1690/3382 49% [=============================== ] 1691/3382 50% [=============================== ] 1692/3382 50% [=============================== ] 1693/3382 50% [=============================== ] 1694/3382 50% [=============================== ] 1695/3382 50% [=============================== ] 1696/3382 50% [=============================== ] 1697/3382 50% [=============================== ] 1698/3382 50% [=============================== ] 1699/3382 50% [=============================== ] 1700/3382 50% [=============================== ] 1701/3382 50% [=============================== ] 1702/3382 50% [=============================== ] 1703/3382 50% [=============================== ] 1704/3382 50% [=============================== ] 1705/3382 50% [=============================== ] 1706/3382 50% [=============================== ] 1707/3382 50% [=============================== ] 1708/3382 50% [=============================== ] 1709/3382 50% [=============================== ] 1710/3382 50% [=============================== ] 1711/3382 50% [=============================== ] 1712/3382 50% [=============================== ] 1713/3382 50% [=============================== ] 1714/3382 50% [=============================== ] 1715/3382 50% [=============================== ] 1716/3382 50% [=============================== ] 1717/3382 50% [=============================== ] 1718/3382 50% [=============================== ] 1719/3382 50% [=============================== ] 1720/3382 50% [=============================== ] 1721/3382 50% [=============================== ] 1722/3382 50% [=============================== ] 1723/3382 50% [=============================== ] 1724/3382 50% [=============================== ] 1725/3382 51% [=============================== ] 1726/3382 51% [=============================== ] 1727/3382 51% [=============================== ] 1728/3382 51% [=============================== ] 1729/3382 51% [=============================== ] 1730/3382 51% [=============================== ] 1731/3382 51% [=============================== ] 1732/3382 51% [=============================== ] 1733/3382 51% [=============================== ] 1734/3382 51% [=============================== ] 1735/3382 51% [=============================== ] 1736/3382 51% [=============================== ] 1737/3382 51% [=============================== ] 1738/3382 51% [=============================== ] 1739/3382 51% [=============================== ] 1740/3382 51% [=============================== ] 1741/3382 51% [=============================== ] 1742/3382 51% [=============================== ] 1743/3382 51% [=============================== ] 1744/3382 51% [=============================== ] 1745/3382 51% [================================ ] 1746/3382 51% [================================ ] 1747/3382 51% [================================ ] 1748/3382 51% [================================ ] 1749/3382 51% [================================ ] 1750/3382 51% [================================ ] 1751/3382 51% [================================ ] 1752/3382 51% [================================ ] 1753/3382 51% [================================ ] 1754/3382 51% [================================ ] 1755/3382 51% [================================ ] 1756/3382 51% [================================ ] 1757/3382 51% [================================ ] 1758/3382 51% [================================ ] 1759/3382 52% [================================ ] 1760/3382 52% [================================ ] 1761/3382 52% [================================ ] 1762/3382 52% [================================ ] 1763/3382 52% [================================ ] 1764/3382 52% [================================ ] 1765/3382 52% [================================ ] 1766/3382 52% [================================ ] 1767/3382 52% [================================ ] 1768/3382 52% [================================ ] 1769/3382 52% [================================ ] 1770/3382 52% [================================ ] 1771/3382 52% [================================ ] 1772/3382 52% [================================ ] 1773/3382 52% [================================ ] 1774/3382 52% [================================ ] 1775/3382 52% [================================ ] 1776/3382 52% [================================ ] 1777/3382 52% [================================ ] 1778/3382 52% [================================ ] 1779/3382 52% [================================ ] 1780/3382 52% [================================ ] 1781/3382 52% [================================ ] 1782/3382 52% [================================ ] 1783/3382 52% [================================ ] 1784/3382 52% [================================ ] 1785/3382 52% [================================ ] 1786/3382 52% [================================ ] 1787/3382 52% [================================ ] 1788/3382 52% [================================ ] 1789/3382 52% [================================ ] 1790/3382 52% [================================ ] 1791/3382 52% [================================ ] 1792/3382 52% [================================ ] 1793/3382 53% [================================ ] 1794/3382 53% [================================ ] 1795/3382 53% [================================ ] 1796/3382 53% [================================ ] 1797/3382 53% [================================ ] 1798/3382 53% [================================ ] 1799/3382 53% [================================ ] 1800/3382 53% [================================= ] 1801/3382 53% [================================= ] 1802/3382 53% [================================= ] 1803/3382 53% [================================= ] 1804/3382 53% [================================= ] 1805/3382 53% [================================= ] 1806/3382 53% [================================= ] 1807/3382 53% [================================= ] 1808/3382 53% [================================= ] 1809/3382 53% [================================= ] 1810/3382 53% [================================= ] 1811/3382 53% [================================= ] 1812/3382 53% [================================= ] 1813/3382 53% [================================= ] 1814/3382 53% [================================= ] 1815/3382 53% [================================= ] 1816/3382 53% [================================= ] 1817/3382 53% [================================= ] 1818/3382 53% [================================= ] 1819/3382 53% [================================= ] 1820/3382 53% [================================= ] 1821/3382 53% [================================= ] 1822/3382 53% [================================= ] 1823/3382 53% [================================= ] 1824/3382 53% [================================= ] 1825/3382 53% [================================= ] 1826/3382 53% [================================= ] 1827/3382 54% [================================= ] 1828/3382 54% [================================= ] 1829/3382 54% [================================= ] 1830/3382 54% [================================= ] 1831/3382 54% [================================= ] 1832/3382 54% [================================= ] 1833/3382 54% [================================= ] 1834/3382 54% [================================= ] 1835/3382 54% [================================= ] 1836/3382 54% [================================= ] 1837/3382 54% [================================= ] 1838/3382 54% [================================= ] 1839/3382 54% [================================= ] 1840/3382 54% [================================= ] 1841/3382 54% [================================= ] 1842/3382 54% [================================= ] 1843/3382 54% [================================= ] 1844/3382 54% [================================= ] 1845/3382 54% [================================= ] 1846/3382 54% [================================= ] 1847/3382 54% [================================= ] 1848/3382 54% [================================= ] 1849/3382 54% [================================= ] 1850/3382 54% [================================= ] 1851/3382 54% [================================= ] 1852/3382 54% [================================= ] 1853/3382 54% [================================= ] 1854/3382 54% [================================== ] 1855/3382 54% [================================== ] 1856/3382 54% [================================== ] 1857/3382 54% [================================== ] 1858/3382 54% [================================== ] 1859/3382 54% [================================== ] 1860/3382 54% [================================== ] 1861/3382 55% [================================== ] 1862/3382 55% [================================== ] 1863/3382 55% [================================== ] 1864/3382 55% [================================== ] 1865/3382 55% [================================== ] 1866/3382 55% [================================== ] 1867/3382 55% [================================== ] 1868/3382 55% [================================== ] 1869/3382 55% [================================== ] 1870/3382 55% [================================== ] 1871/3382 55% [================================== ] 1872/3382 55% [================================== ] 1873/3382 55% [================================== ] 1874/3382 55% [================================== ] 1875/3382 55% [================================== ] 1876/3382 55% [================================== ] 1877/3382 55% [================================== ] 1878/3382 55% [================================== ] 1879/3382 55% [================================== ] 1880/3382 55% [================================== ] 1881/3382 55% [================================== ] 1882/3382 55% [================================== ] 1883/3382 55% [================================== ] 1884/3382 55% [================================== ] 1885/3382 55% [================================== ] 1886/3382 55% [================================== ] 1887/3382 55% [================================== ] 1888/3382 55% [================================== ] 1889/3382 55% [================================== ] 1890/3382 55% [================================== ] 1891/3382 55% [================================== ] 1892/3382 55% [================================== ] 1893/3382 55% [================================== ] 1894/3382 56% [================================== ] 1895/3382 56% [================================== ] 1896/3382 56% [================================== ] 1897/3382 56% [================================== ] 1898/3382 56% [================================== ] 1899/3382 56% [================================== ] 1900/3382 56% [================================== ] 1901/3382 56% [================================== ] 1902/3382 56% [================================== ] 1903/3382 56% [================================== ] 1904/3382 56% [================================== ] 1905/3382 56% [================================== ] 1906/3382 56% [================================== ] 1907/3382 56% [================================== ] 1908/3382 56% [================================== ] 1909/3382 56% [=================================== ] 1910/3382 56% [=================================== ] 1911/3382 56% [=================================== ] 1912/3382 56% [=================================== ] 1913/3382 56% [=================================== ] 1914/3382 56% [=================================== ] 1915/3382 56% [=================================== ] 1916/3382 56% [=================================== ] 1917/3382 56% [=================================== ] 1918/3382 56% [=================================== ] 1919/3382 56% [=================================== ] 1920/3382 56% [=================================== ] 1921/3382 56% [=================================== ] 1922/3382 56% [=================================== ] 1923/3382 56% [=================================== ] 1924/3382 56% [=================================== ] 1925/3382 56% [=================================== ] 1926/3382 56% [=================================== ] 1927/3382 56% [=================================== ] 1928/3382 57% [=================================== ] 1929/3382 57% [=================================== ] 1930/3382 57% [=================================== ] 1931/3382 57% [=================================== ] 1932/3382 57% [=================================== ] 1933/3382 57% [=================================== ] 1934/3382 57% [=================================== ] 1935/3382 57% [=================================== ] 1936/3382 57% [=================================== ] 1937/3382 57% [=================================== ] 1938/3382 57% [=================================== ] 1939/3382 57% [=================================== ] 1940/3382 57% [=================================== ] 1941/3382 57% [=================================== ] 1942/3382 57% [=================================== ] 1943/3382 57% [=================================== ] 1944/3382 57% [=================================== ] 1945/3382 57% [=================================== ] 1946/3382 57% [=================================== ] 1947/3382 57% [=================================== ] 1948/3382 57% [=================================== ] 1949/3382 57% [=================================== ] 1950/3382 57% [=================================== ] 1951/3382 57% [=================================== ] 1952/3382 57% [=================================== ] 1953/3382 57% [=================================== ] 1954/3382 57% [=================================== ] 1955/3382 57% [=================================== ] 1956/3382 57% [=================================== ] 1957/3382 57% [=================================== ] 1958/3382 57% [=================================== ] 1959/3382 57% [=================================== ] 1960/3382 57% [=================================== ] 1961/3382 57% [=================================== ] 1962/3382 58% [=================================== ] 1963/3382 58% [==================================== ] 1964/3382 58% [==================================== ] 1965/3382 58% [==================================== ] 1966/3382 58% [==================================== ] 1967/3382 58% [==================================== ] 1968/3382 58% [==================================== ] 1969/3382 58% [==================================== ] 1970/3382 58% [==================================== ] 1971/3382 58% [==================================== ] 1972/3382 58% [==================================== ] 1973/3382 58% [==================================== ] 1974/3382 58% [==================================== ] 1975/3382 58% [==================================== ] 1976/3382 58% [==================================== ] 1977/3382 58% [==================================== ] 1978/3382 58% [==================================== ] 1979/3382 58% [==================================== ] 1980/3382 58% [==================================== ] 1981/3382 58% [==================================== ] 1982/3382 58% [==================================== ] 1983/3382 58% [==================================== ] 1984/3382 58% [==================================== ] 1985/3382 58% [==================================== ] 1986/3382 58% [==================================== ] 1987/3382 58% [==================================== ] 1988/3382 58% [==================================== ] 1989/3382 58% [==================================== ] 1990/3382 58% [==================================== ] 1991/3382 58% [==================================== ] 1992/3382 58% [==================================== ] 1993/3382 58% [==================================== ] 1994/3382 58% [==================================== ] 1995/3382 58% [==================================== ] 1996/3382 59% [==================================== ] 1997/3382 59% [==================================== ] 1998/3382 59% [==================================== ] 1999/3382 59% [==================================== ] 2000/3382 59% [==================================== ] 2001/3382 59% [==================================== ] 2002/3382 59% [==================================== ] 2003/3382 59% [==================================== ] 2004/3382 59% [==================================== ] 2005/3382 59% [==================================== ] 2006/3382 59% [==================================== ] 2007/3382 59% [==================================== ] 2008/3382 59% [==================================== ] 2009/3382 59% [==================================== ] 2010/3382 59% [==================================== ] 2011/3382 59% [==================================== ] 2012/3382 59% [==================================== ] 2013/3382 59% [==================================== ] 2014/3382 59% [==================================== ] 2015/3382 59% [==================================== ] 2016/3382 59% [==================================== ] 2017/3382 59% [==================================== ] 2018/3382 59% [===================================== ] 2019/3382 59% [===================================== ] 2020/3382 59% [===================================== ] 2021/3382 59% [===================================== ] 2022/3382 59% [===================================== ] 2023/3382 59% [===================================== ] 2024/3382 59% [===================================== ] 2025/3382 59% [===================================== ] 2026/3382 59% [===================================== ] 2027/3382 59% [===================================== ] 2028/3382 59% [===================================== ] 2029/3382 59% [===================================== ] 2030/3382 60% [===================================== ] 2031/3382 60% [===================================== ] 2032/3382 60% [===================================== ] 2033/3382 60% [===================================== ] 2034/3382 60% [===================================== ] 2035/3382 60% [===================================== ] 2036/3382 60% [===================================== ] 2037/3382 60% [===================================== ] 2038/3382 60% [===================================== ] 2039/3382 60% [===================================== ] 2040/3382 60% [===================================== ] 2041/3382 60% [===================================== ] 2042/3382 60% [===================================== ] 2043/3382 60% [===================================== ] 2044/3382 60% [===================================== ] 2045/3382 60% [===================================== ] 2046/3382 60% [===================================== ] 2047/3382 60% [===================================== ] 2048/3382 60% [===================================== ] 2049/3382 60% [===================================== ] 2050/3382 60% [===================================== ] 2051/3382 60% [===================================== ] 2052/3382 60% [===================================== ] 2053/3382 60% [===================================== ] 2054/3382 60% [===================================== ] 2055/3382 60% [===================================== ] 2056/3382 60% [===================================== ] 2057/3382 60% [===================================== ] 2058/3382 60% [===================================== ] 2059/3382 60% [===================================== ] 2060/3382 60% [===================================== ] 2061/3382 60% [===================================== ] 2062/3382 60% [===================================== ] 2063/3382 60% [===================================== ] 2064/3382 61% [===================================== ] 2065/3382 61% [===================================== ] 2066/3382 61% [===================================== ] 2067/3382 61% [===================================== ] 2068/3382 61% [===================================== ] 2069/3382 61% [===================================== ] 2070/3382 61% [===================================== ] 2071/3382 61% [===================================== ] 2072/3382 61% [====================================== ] 2073/3382 61% [====================================== ] 2074/3382 61% [====================================== ] 2075/3382 61% [====================================== ] 2076/3382 61% [====================================== ] 2077/3382 61% [====================================== ] 2078/3382 61% [====================================== ] 2079/3382 61% [====================================== ] 2080/3382 61% [====================================== ] 2081/3382 61% [====================================== ] 2082/3382 61% [====================================== ] 2083/3382 61% [====================================== ] 2084/3382 61% [====================================== ] 2085/3382 61% [====================================== ] 2086/3382 61% [====================================== ] 2087/3382 61% [====================================== ] 2088/3382 61% [====================================== ] 2089/3382 61% [====================================== ] 2090/3382 61% [====================================== ] 2091/3382 61% [====================================== ] 2092/3382 61% [====================================== ] 2093/3382 61% [====================================== ] 2094/3382 61% [====================================== ] 2095/3382 61% [====================================== ] 2096/3382 61% [====================================== ] 2097/3382 62% [====================================== ] 2098/3382 62% [====================================== ] 2099/3382 62% [====================================== ] 2100/3382 62% [====================================== ] 2101/3382 62% [====================================== ] 2102/3382 62% [====================================== ] 2103/3382 62% [====================================== ] 2104/3382 62% [====================================== ] 2105/3382 62% [====================================== ] 2106/3382 62% [====================================== ] 2107/3382 62% [====================================== ] 2108/3382 62% [====================================== ] 2109/3382 62% [====================================== ] 2110/3382 62% [====================================== ] 2111/3382 62% [====================================== ] 2112/3382 62% [====================================== ] 2113/3382 62% [====================================== ] 2114/3382 62% [====================================== ] 2115/3382 62% [====================================== ] 2116/3382 62% [====================================== ] 2117/3382 62% [====================================== ] 2118/3382 62% [====================================== ] 2119/3382 62% [====================================== ] 2120/3382 62% [====================================== ] 2121/3382 62% [====================================== ] 2122/3382 62% [====================================== ] 2123/3382 62% [====================================== ] 2124/3382 62% [====================================== ] 2125/3382 62% [====================================== ] 2126/3382 62% [====================================== ] 2127/3382 62% [======================================= ] 2128/3382 62% [======================================= ] 2129/3382 62% [======================================= ] 2130/3382 62% [======================================= ] 2131/3382 63% [======================================= ] 2132/3382 63% [======================================= ] 2133/3382 63% [======================================= ] 2134/3382 63% [======================================= ] 2135/3382 63% [======================================= ] 2136/3382 63% [======================================= ] 2137/3382 63% [======================================= ] 2138/3382 63% [======================================= ] 2139/3382 63% [======================================= ] 2140/3382 63% [======================================= ] 2141/3382 63% [======================================= ] 2142/3382 63% [======================================= ] 2143/3382 63% [======================================= ] 2144/3382 63% [======================================= ] 2145/3382 63% [======================================= ] 2146/3382 63% [======================================= ] 2147/3382 63% [======================================= ] 2148/3382 63% [======================================= ] 2149/3382 63% [======================================= ] 2150/3382 63% [======================================= ] 2151/3382 63% [======================================= ] 2152/3382 63% [======================================= ] 2153/3382 63% [======================================= ] 2154/3382 63% [======================================= ] 2155/3382 63% [======================================= ] 2156/3382 63% [======================================= ] 2157/3382 63% [======================================= ] 2158/3382 63% [======================================= ] 2159/3382 63% [======================================= ] 2160/3382 63% [======================================= ] 2161/3382 63% [======================================= ] 2162/3382 63% [======================================= ] 2163/3382 63% [======================================= ] 2164/3382 63% [======================================= ] 2165/3382 64% [======================================= ] 2166/3382 64% [======================================= ] 2167/3382 64% [======================================= ] 2168/3382 64% [======================================= ] 2169/3382 64% [======================================= ] 2170/3382 64% [======================================= ] 2171/3382 64% [======================================= ] 2172/3382 64% [======================================= ] 2173/3382 64% [======================================= ] 2174/3382 64% [======================================= ] 2175/3382 64% [======================================= ] 2176/3382 64% [======================================= ] 2177/3382 64% [======================================= ] 2178/3382 64% [======================================= ] 2179/3382 64% [======================================= ] 2180/3382 64% [======================================= ] 2181/3382 64% [======================================== ] 2182/3382 64% [======================================== ] 2183/3382 64% [======================================== ] 2184/3382 64% [======================================== ] 2185/3382 64% [======================================== ] 2186/3382 64% [======================================== ] 2187/3382 64% [======================================== ] 2188/3382 64% [======================================== ] 2189/3382 64% [======================================== ] 2190/3382 64% [======================================== ] 2191/3382 64% [======================================== ] 2192/3382 64% [======================================== ] 2193/3382 64% [======================================== ] 2194/3382 64% [======================================== ] 2195/3382 64% [======================================== ] 2196/3382 64% [======================================== ] 2197/3382 64% [======================================== ] 2198/3382 64% [======================================== ] 2199/3382 65% [======================================== ] 2200/3382 65% [======================================== ] 2201/3382 65% [======================================== ] 2202/3382 65% [======================================== ] 2203/3382 65% [======================================== ] 2204/3382 65% [======================================== ] 2205/3382 65% [======================================== ] 2206/3382 65% [======================================== ] 2207/3382 65% [======================================== ] 2208/3382 65% [======================================== ] 2209/3382 65% [======================================== ] 2210/3382 65% [======================================== ] 2211/3382 65% [======================================== ] 2212/3382 65% [======================================== ] 2213/3382 65% [======================================== ] 2214/3382 65% [======================================== ] 2215/3382 65% [======================================== ] 2216/3382 65% [======================================== ] 2217/3382 65% [======================================== ] 2218/3382 65% [======================================== ] 2219/3382 65% [======================================== ] 2220/3382 65% [======================================== ] 2221/3382 65% [======================================== ] 2222/3382 65% [======================================== ] 2223/3382 65% [======================================== ] 2224/3382 65% [======================================== ] 2225/3382 65% [======================================== ] 2226/3382 65% [======================================== ] 2227/3382 65% [======================================== ] 2228/3382 65% [======================================== ] 2229/3382 65% [======================================== ] 2230/3382 65% [======================================== ] 2231/3382 65% [======================================== ] 2232/3382 65% [======================================== ] 2233/3382 66% [======================================== ] 2234/3382 66% [======================================== ] 2235/3382 66% [======================================== ] 2236/3382 66% [========================================= ] 2237/3382 66% [========================================= ] 2238/3382 66% [========================================= ] 2239/3382 66% [========================================= ] 2240/3382 66% [========================================= ] 2241/3382 66% [========================================= ] 2242/3382 66% [========================================= ] 2243/3382 66% [========================================= ] 2244/3382 66% [========================================= ] 2245/3382 66% [========================================= ] 2246/3382 66% [========================================= ] 2247/3382 66% [========================================= ] 2248/3382 66% [========================================= ] 2249/3382 66% [========================================= ] 2250/3382 66% [========================================= ] 2251/3382 66% [========================================= ] 2252/3382 66% [========================================= ] 2253/3382 66% [========================================= ] 2254/3382 66% [========================================= ] 2255/3382 66% [========================================= ] 2256/3382 66% [========================================= ] 2257/3382 66% [========================================= ] 2258/3382 66% [========================================= ] 2259/3382 66% [========================================= ] 2260/3382 66% [========================================= ] 2261/3382 66% [========================================= ] 2262/3382 66% [========================================= ] 2263/3382 66% [========================================= ] 2264/3382 66% [========================================= ] 2265/3382 66% [========================================= ] 2266/3382 67% [========================================= ] 2267/3382 67% [========================================= ] 2268/3382 67% [========================================= ] 2269/3382 67% [========================================= ] 2270/3382 67% [========================================= ] 2271/3382 67% [========================================= ] 2272/3382 67% [========================================= ] 2273/3382 67% [========================================= ] 2274/3382 67% [========================================= ] 2275/3382 67% [========================================= ] 2276/3382 67% [========================================= ] 2277/3382 67% [========================================= ] 2278/3382 67% [========================================= ] 2279/3382 67% [========================================= ] 2280/3382 67% [========================================= ] 2281/3382 67% [========================================= ] 2282/3382 67% [========================================= ] 2283/3382 67% [========================================= ] 2284/3382 67% [========================================= ] 2285/3382 67% [========================================= ] 2286/3382 67% [========================================= ] 2287/3382 67% [========================================= ] 2288/3382 67% [========================================= ] 2289/3382 67% [========================================= ] 2290/3382 67% [========================================= ] 2291/3382 67% [========================================== ] 2292/3382 67% [========================================== ] 2293/3382 67% [========================================== ] 2294/3382 67% [========================================== ] 2295/3382 67% [========================================== ] 2296/3382 67% [========================================== ] 2297/3382 67% [========================================== ] 2298/3382 67% [========================================== ] 2299/3382 67% [========================================== ] 2300/3382 68% [========================================== ] 2301/3382 68% [========================================== ] 2302/3382 68% [========================================== ] 2303/3382 68% [========================================== ] 2304/3382 68% [========================================== ] 2305/3382 68% [========================================== ] 2306/3382 68% [========================================== ] 2307/3382 68% [========================================== ] 2308/3382 68% [========================================== ] 2309/3382 68% [========================================== ] 2310/3382 68% [========================================== ] 2311/3382 68% [========================================== ] 2312/3382 68% [========================================== ] 2313/3382 68% [========================================== ] 2314/3382 68% [========================================== ] 2315/3382 68% [========================================== ] 2316/3382 68% [========================================== ] 2317/3382 68% [========================================== ] 2318/3382 68% [========================================== ] 2319/3382 68% [========================================== ] 2320/3382 68% [========================================== ] 2321/3382 68% [========================================== ] 2322/3382 68% [========================================== ] 2323/3382 68% [========================================== ] 2324/3382 68% [========================================== ] 2325/3382 68% [========================================== ] 2326/3382 68% [========================================== ] 2327/3382 68% [========================================== ] 2328/3382 68% [========================================== ] 2329/3382 68% [========================================== ] 2330/3382 68% [========================================== ] 2331/3382 68% [========================================== ] 2332/3382 68% [========================================== ] 2333/3382 68% [========================================== ] 2334/3382 69% [========================================== ] 2335/3382 69% [========================================== ] 2336/3382 69% [========================================== ] 2337/3382 69% [========================================== ] 2338/3382 69% [========================================== ] 2339/3382 69% [========================================== ] 2340/3382 69% [========================================== ] 2341/3382 69% [========================================== ] 2342/3382 69% [========================================== ] 2343/3382 69% [========================================== ] 2344/3382 69% [========================================== ] 2345/3382 69% [=========================================== ] 2346/3382 69% [=========================================== ] 2347/3382 69% [=========================================== ] 2348/3382 69% [=========================================== ] 2349/3382 69% [=========================================== ] 2350/3382 69% [=========================================== ] 2351/3382 69% [=========================================== ] 2352/3382 69% [=========================================== ] 2353/3382 69% [=========================================== ] 2354/3382 69% [=========================================== ] 2355/3382 69% [=========================================== ] 2356/3382 69% [=========================================== ] 2357/3382 69% [=========================================== ] 2358/3382 69% [=========================================== ] 2359/3382 69% [=========================================== ] 2360/3382 69% [=========================================== ] 2361/3382 69% [=========================================== ] 2362/3382 69% [=========================================== ] 2363/3382 69% [=========================================== ] 2364/3382 69% [=========================================== ] 2365/3382 69% [=========================================== ] 2366/3382 69% [=========================================== ] 2367/3382 69% [=========================================== ] 2368/3382 70% [=========================================== ] 2369/3382 70% [=========================================== ] 2370/3382 70% [=========================================== ] 2371/3382 70% [=========================================== ] 2372/3382 70% [=========================================== ] 2373/3382 70% [=========================================== ] 2374/3382 70% [=========================================== ] 2375/3382 70% [=========================================== ] 2376/3382 70% [=========================================== ] 2377/3382 70% [=========================================== ] 2378/3382 70% [=========================================== ] 2379/3382 70% [=========================================== ] 2380/3382 70% [=========================================== ] 2381/3382 70% [=========================================== ] 2382/3382 70% [=========================================== ] 2383/3382 70% [=========================================== ] 2384/3382 70% [=========================================== ] 2385/3382 70% [=========================================== ] 2386/3382 70% [=========================================== ] 2387/3382 70% [=========================================== ] 2388/3382 70% [=========================================== ] 2389/3382 70% [=========================================== ] 2390/3382 70% [=========================================== ] 2391/3382 70% [=========================================== ] 2392/3382 70% [=========================================== ] 2393/3382 70% [=========================================== ] 2394/3382 70% [=========================================== ] 2395/3382 70% [=========================================== ] 2396/3382 70% [=========================================== ] 2397/3382 70% [=========================================== ] 2398/3382 70% [=========================================== ] 2399/3382 70% [=========================================== ] 2400/3382 70% [============================================ ] 2401/3382 70% [============================================ ] 2402/3382 71% [============================================ ] 2403/3382 71% [============================================ ] 2404/3382 71% [============================================ ] 2405/3382 71% [============================================ ] 2406/3382 71% [============================================ ] 2407/3382 71% [============================================ ] 2408/3382 71% [============================================ ] 2409/3382 71% [============================================ ] 2410/3382 71% [============================================ ] 2411/3382 71% [============================================ ] 2412/3382 71% [============================================ ] 2413/3382 71% [============================================ ] 2414/3382 71% [============================================ ] 2415/3382 71% [============================================ ] 2416/3382 71% [============================================ ] 2417/3382 71% [============================================ ] 2418/3382 71% [============================================ ] 2419/3382 71% [============================================ ] 2420/3382 71% [============================================ ] 2421/3382 71% [============================================ ] 2422/3382 71% [============================================ ] 2423/3382 71% [============================================ ] 2424/3382 71% [============================================ ] 2425/3382 71% [============================================ ] 2426/3382 71% [============================================ ] 2427/3382 71% [============================================ ] 2428/3382 71% [============================================ ] 2429/3382 71% [============================================ ] 2430/3382 71% [============================================ ] 2431/3382 71% [============================================ ] 2432/3382 71% [============================================ ] 2433/3382 71% [============================================ ] 2434/3382 71% [============================================ ] 2435/3382 71% [============================================ ] 2436/3382 72% [============================================ ] 2437/3382 72% [============================================ ] 2438/3382 72% [============================================ ] 2439/3382 72% [============================================ ] 2440/3382 72% [============================================ ] 2441/3382 72% [============================================ ] 2442/3382 72% [============================================ ] 2443/3382 72% [============================================ ] 2444/3382 72% [============================================ ] 2445/3382 72% [============================================ ] 2446/3382 72% [============================================ ] 2447/3382 72% [============================================ ] 2448/3382 72% [============================================ ] 2449/3382 72% [============================================ ] 2450/3382 72% [============================================ ] 2451/3382 72% [============================================ ] 2452/3382 72% [============================================ ] 2453/3382 72% [============================================ ] 2454/3382 72% [============================================= ] 2455/3382 72% [============================================= ] 2456/3382 72% [============================================= ] 2457/3382 72% [============================================= ] 2458/3382 72% [============================================= ] 2459/3382 72% [============================================= ] 2460/3382 72% [============================================= ] 2461/3382 72% [============================================= ] 2462/3382 72% [============================================= ] 2463/3382 72% [============================================= ] 2464/3382 72% [============================================= ] 2465/3382 72% [============================================= ] 2466/3382 72% [============================================= ] 2467/3382 72% [============================================= ] 2468/3382 72% [============================================= ] 2469/3382 73% [============================================= ] 2470/3382 73% [============================================= ] 2471/3382 73% [============================================= ] 2472/3382 73% [============================================= ] 2473/3382 73% [============================================= ] 2474/3382 73% [============================================= ] 2475/3382 73% [============================================= ] 2476/3382 73% [============================================= ] 2477/3382 73% [============================================= ] 2478/3382 73% [============================================= ] 2479/3382 73% [============================================= ] 2480/3382 73% [============================================= ] 2481/3382 73% [============================================= ] 2482/3382 73% [============================================= ] 2483/3382 73% [============================================= ] 2484/3382 73% [============================================= ] 2485/3382 73% [============================================= ] 2486/3382 73% [============================================= ] 2487/3382 73% [============================================= ] 2488/3382 73% [============================================= ] 2489/3382 73% [============================================= ] 2490/3382 73% [============================================= ] 2491/3382 73% [============================================= ] 2492/3382 73% [============================================= ] 2493/3382 73% [============================================= ] 2494/3382 73% [============================================= ] 2495/3382 73% [============================================= ] 2496/3382 73% [============================================= ] 2497/3382 73% [============================================= ] 2498/3382 73% [============================================= ] 2499/3382 73% [============================================= ] 2500/3382 73% [============================================= ] 2501/3382 73% [============================================= ] 2502/3382 73% [============================================= ] 2503/3382 74% [============================================= ] 2504/3382 74% [============================================= ] 2505/3382 74% [============================================= ] 2506/3382 74% [============================================= ] 2507/3382 74% [============================================= ] 2508/3382 74% [============================================= ] 2509/3382 74% [============================================== ] 2510/3382 74% [============================================== ] 2511/3382 74% [============================================== ] 2512/3382 74% [============================================== ] 2513/3382 74% [============================================== ] 2514/3382 74% [============================================== ] 2515/3382 74% [============================================== ] 2516/3382 74% [============================================== ] 2517/3382 74% [============================================== ] 2518/3382 74% [============================================== ] 2519/3382 74% [============================================== ] 2520/3382 74% [============================================== ] 2521/3382 74% [============================================== ] 2522/3382 74% [============================================== ] 2523/3382 74% [============================================== ] 2524/3382 74% [============================================== ] 2525/3382 74% [============================================== ] 2526/3382 74% [============================================== ] 2527/3382 74% [============================================== ] 2528/3382 74% [============================================== ] 2529/3382 74% [============================================== ] 2530/3382 74% [============================================== ] 2531/3382 74% [============================================== ] 2532/3382 74% [============================================== ] 2533/3382 74% [============================================== ] 2534/3382 74% [============================================== ] 2535/3382 74% [============================================== ] 2536/3382 74% [============================================== ] 2537/3382 75% [============================================== ] 2538/3382 75% [============================================== ] 2539/3382 75% [============================================== ] 2540/3382 75% [============================================== ] 2541/3382 75% [============================================== ] 2542/3382 75% [============================================== ] 2543/3382 75% [============================================== ] 2544/3382 75% [============================================== ] 2545/3382 75% [============================================== ] 2546/3382 75% [============================================== ] 2547/3382 75% [============================================== ] 2548/3382 75% [============================================== ] 2549/3382 75% [============================================== ] 2550/3382 75% [============================================== ] 2551/3382 75% [============================================== ] 2552/3382 75% [============================================== ] 2553/3382 75% [============================================== ] 2554/3382 75% [============================================== ] 2555/3382 75% [============================================== ] 2556/3382 75% [============================================== ] 2557/3382 75% [============================================== ] 2558/3382 75% [============================================== ] 2559/3382 75% [============================================== ] 2560/3382 75% [============================================== ] 2561/3382 75% [============================================== ] 2562/3382 75% [============================================== ] 2563/3382 75% [=============================================== ] 2564/3382 75% [=============================================== ] 2565/3382 75% [=============================================== ] 2566/3382 75% [=============================================== ] 2567/3382 75% [=============================================== ] 2568/3382 75% [=============================================== ] 2569/3382 75% [=============================================== ] 2570/3382 75% [=============================================== ] 2571/3382 76% [=============================================== ] 2572/3382 76% [=============================================== ] 2573/3382 76% [=============================================== ] 2574/3382 76% [=============================================== ] 2575/3382 76% [=============================================== ] 2576/3382 76% [=============================================== ] 2577/3382 76% [=============================================== ] 2578/3382 76% [=============================================== ] 2579/3382 76% [=============================================== ] 2580/3382 76% [=============================================== ] 2581/3382 76% [=============================================== ] 2582/3382 76% [=============================================== ] 2583/3382 76% [=============================================== ] 2584/3382 76% [=============================================== ] 2585/3382 76% [=============================================== ] 2586/3382 76% [=============================================== ] 2587/3382 76% [=============================================== ] 2588/3382 76% [=============================================== ] 2589/3382 76% [=============================================== ] 2590/3382 76% [=============================================== ] 2591/3382 76% [=============================================== ] 2592/3382 76% [=============================================== ] 2593/3382 76% [=============================================== ] 2594/3382 76% [=============================================== ] 2595/3382 76% [=============================================== ] 2596/3382 76% [=============================================== ] 2597/3382 76% [=============================================== ] 2598/3382 76% [=============================================== ] 2599/3382 76% [=============================================== ] 2600/3382 76% [=============================================== ] 2601/3382 76% [=============================================== ] 2602/3382 76% [=============================================== ] 2603/3382 76% [=============================================== ] 2604/3382 76% [=============================================== ] 2605/3382 77% [=============================================== ] 2606/3382 77% [=============================================== ] 2607/3382 77% [=============================================== ] 2608/3382 77% [=============================================== ] 2609/3382 77% [=============================================== ] 2610/3382 77% [=============================================== ] 2611/3382 77% [=============================================== ] 2612/3382 77% [=============================================== ] 2613/3382 77% [=============================================== ] 2614/3382 77% [=============================================== ] 2615/3382 77% [=============================================== ] 2616/3382 77% [=============================================== ] 2617/3382 77% [=============================================== ] 2618/3382 77% [================================================ ] 2619/3382 77% [================================================ ] 2620/3382 77% [================================================ ] 2621/3382 77% [================================================ ] 2622/3382 77% [================================================ ] 2623/3382 77% [================================================ ] 2624/3382 77% [================================================ ] 2625/3382 77% [================================================ ] 2626/3382 77% [================================================ ] 2627/3382 77% [================================================ ] 2628/3382 77% [================================================ ] 2629/3382 77% [================================================ ] 2630/3382 77% [================================================ ] 2631/3382 77% [================================================ ] 2632/3382 77% [================================================ ] 2633/3382 77% [================================================ ] 2634/3382 77% [================================================ ] 2635/3382 77% [================================================ ] 2636/3382 77% [================================================ ] 2637/3382 77% [================================================ ] 2638/3382 78% [================================================ ] 2639/3382 78% [================================================ ] 2640/3382 78% [================================================ ] 2641/3382 78% [================================================ ] 2642/3382 78% [================================================ ] 2643/3382 78% [================================================ ] 2644/3382 78% [================================================ ] 2645/3382 78% [================================================ ] 2646/3382 78% [================================================ ] 2647/3382 78% [================================================ ] 2648/3382 78% [================================================ ] 2649/3382 78% [================================================ ] 2650/3382 78% [================================================ ] 2651/3382 78% [================================================ ] 2652/3382 78% [================================================ ] 2653/3382 78% [================================================ ] 2654/3382 78% [================================================ ] 2655/3382 78% [================================================ ] 2656/3382 78% [================================================ ] 2657/3382 78% [================================================ ] 2658/3382 78% [================================================ ] 2659/3382 78% [================================================ ] 2660/3382 78% [================================================ ] 2661/3382 78% [================================================ ] 2662/3382 78% [================================================ ] 2663/3382 78% [================================================ ] 2664/3382 78% [================================================ ] 2665/3382 78% [================================================ ] 2666/3382 78% [================================================ ] 2667/3382 78% [================================================ ] 2668/3382 78% [================================================ ] 2669/3382 78% [================================================ ] 2670/3382 78% [================================================ ] 2671/3382 78% [================================================ ] 2672/3382 79% [================================================= ] 2673/3382 79% [================================================= ] 2674/3382 79% [================================================= ] 2675/3382 79% [================================================= ] 2676/3382 79% [================================================= ] 2677/3382 79% [================================================= ] 2678/3382 79% [================================================= ] 2679/3382 79% [================================================= ] 2680/3382 79% [================================================= ] 2681/3382 79% [================================================= ] 2682/3382 79% [================================================= ] 2683/3382 79% [================================================= ] 2684/3382 79% [================================================= ] 2685/3382 79% [================================================= ] 2686/3382 79% [================================================= ] 2687/3382 79% [================================================= ] 2688/3382 79% [================================================= ] 2689/3382 79% [================================================= ] 2690/3382 79% [================================================= ] 2691/3382 79% [================================================= ] 2692/3382 79% [================================================= ] 2693/3382 79% [================================================= ] 2694/3382 79% [================================================= ] 2695/3382 79% [================================================= ] 2696/3382 79% [================================================= ] 2697/3382 79% [================================================= ] 2698/3382 79% [================================================= ] 2699/3382 79% [================================================= ] 2700/3382 79% [================================================= ] 2701/3382 79% [================================================= ] 2702/3382 79% [================================================= ] 2703/3382 79% [================================================= ] 2704/3382 79% [================================================= ] 2705/3382 79% [================================================= ] 2706/3382 80% [================================================= ] 2707/3382 80% [================================================= ] 2708/3382 80% [================================================= ] 2709/3382 80% [================================================= ] 2710/3382 80% [================================================= ] 2711/3382 80% [================================================= ] 2712/3382 80% [================================================= ] 2713/3382 80% [================================================= ] 2714/3382 80% [================================================= ] 2715/3382 80% [================================================= ] 2716/3382 80% [================================================= ] 2717/3382 80% [================================================= ] 2718/3382 80% [================================================= ] 2719/3382 80% [================================================= ] 2720/3382 80% [================================================= ] 2721/3382 80% [================================================= ] 2722/3382 80% [================================================= ] 2723/3382 80% [================================================= ] 2724/3382 80% [================================================= ] 2725/3382 80% [================================================= ] 2726/3382 80% [================================================= ] 2727/3382 80% [================================================== ] 2728/3382 80% [================================================== ] 2729/3382 80% [================================================== ] 2730/3382 80% [================================================== ] 2731/3382 80% [================================================== ] 2732/3382 80% [================================================== ] 2733/3382 80% [================================================== ] 2734/3382 80% [================================================== ] 2735/3382 80% [================================================== ] 2736/3382 80% [================================================== ] 2737/3382 80% [================================================== ] 2738/3382 80% [================================================== ] 2739/3382 80% [================================================== ] 2740/3382 81% [================================================== ] 2741/3382 81% [================================================== ] 2742/3382 81% [================================================== ] 2743/3382 81% [================================================== ] 2744/3382 81% [================================================== ] 2745/3382 81% [================================================== ] 2746/3382 81% [================================================== ] 2747/3382 81% [================================================== ] 2748/3382 81% [================================================== ] 2749/3382 81% [================================================== ] 2750/3382 81% [================================================== ] 2751/3382 81% [================================================== ] 2752/3382 81% [================================================== ] 2753/3382 81% [================================================== ] 2754/3382 81% [================================================== ] 2755/3382 81% [================================================== ] 2756/3382 81% [================================================== ] 2757/3382 81% [================================================== ] 2758/3382 81% [================================================== ] 2759/3382 81% [================================================== ] 2760/3382 81% [================================================== ] 2761/3382 81% [================================================== ] 2762/3382 81% [================================================== ] 2763/3382 81% [================================================== ] 2764/3382 81% [================================================== ] 2765/3382 81% [================================================== ] 2766/3382 81% [================================================== ] 2767/3382 81% [================================================== ] 2768/3382 81% [================================================== ] 2769/3382 81% [================================================== ] 2770/3382 81% [================================================== ] 2771/3382 81% [================================================== ] 2772/3382 81% [================================================== ] 2773/3382 81% [================================================== ] 2774/3382 82% [================================================== ] 2775/3382 82% [================================================== ] 2776/3382 82% [================================================== ] 2777/3382 82% [================================================== ] 2778/3382 82% [================================================== ] 2779/3382 82% [================================================== ] 2780/3382 82% [================================================== ] 2781/3382 82% [=================================================== ] 2782/3382 82% [=================================================== ] 2783/3382 82% [=================================================== ] 2784/3382 82% [=================================================== ] 2785/3382 82% [=================================================== ] 2786/3382 82% [=================================================== ] 2787/3382 82% [=================================================== ] 2788/3382 82% [=================================================== ] 2789/3382 82% [=================================================== ] 2790/3382 82% [=================================================== ] 2791/3382 82% [=================================================== ] 2792/3382 82% [=================================================== ] 2793/3382 82% [=================================================== ] 2794/3382 82% [=================================================== ] 2795/3382 82% [=================================================== ] 2796/3382 82% [=================================================== ] 2797/3382 82% [=================================================== ] 2798/3382 82% [=================================================== ] 2799/3382 82% [=================================================== ] 2800/3382 82% [=================================================== ] 2801/3382 82% [=================================================== ] 2802/3382 82% [=================================================== ] 2803/3382 82% [=================================================== ] 2804/3382 82% [=================================================== ] 2805/3382 82% [=================================================== ] 2806/3382 82% [=================================================== ] 2807/3382 82% [=================================================== ] 2808/3382 83% [=================================================== ] 2809/3382 83% [=================================================== ] 2810/3382 83% [=================================================== ] 2811/3382 83% [=================================================== ] 2812/3382 83% [=================================================== ] 2813/3382 83% [=================================================== ] 2814/3382 83% [=================================================== ] 2815/3382 83% [=================================================== ] 2816/3382 83% [=================================================== ] 2817/3382 83% [=================================================== ] 2818/3382 83% [=================================================== ] 2819/3382 83% [=================================================== ] 2820/3382 83% [=================================================== ] 2821/3382 83% [=================================================== ] 2822/3382 83% [=================================================== ] 2823/3382 83% [=================================================== ] 2824/3382 83% [=================================================== ] 2825/3382 83% [=================================================== ] 2826/3382 83% [=================================================== ] 2827/3382 83% [=================================================== ] 2828/3382 83% [=================================================== ] 2829/3382 83% [=================================================== ] 2830/3382 83% [=================================================== ] 2831/3382 83% [=================================================== ] 2832/3382 83% [=================================================== ] 2833/3382 83% [=================================================== ] 2834/3382 83% [=================================================== ] 2835/3382 83% [=================================================== ] 2836/3382 83% [==================================================== ] 2837/3382 83% [==================================================== ] 2838/3382 83% [==================================================== ] 2839/3382 83% [==================================================== ] 2840/3382 83% [==================================================== ] 2841/3382 84% [==================================================== ] 2842/3382 84% [==================================================== ] 2843/3382 84% [==================================================== ] 2844/3382 84% [==================================================== ] 2845/3382 84% [==================================================== ] 2846/3382 84% [==================================================== ] 2847/3382 84% [==================================================== ] 2848/3382 84% [==================================================== ] 2849/3382 84% [==================================================== ] 2850/3382 84% [==================================================== ] 2851/3382 84% [==================================================== ] 2852/3382 84% [==================================================== ] 2853/3382 84% [==================================================== ] 2854/3382 84% [==================================================== ] 2855/3382 84% [==================================================== ] 2856/3382 84% [==================================================== ] 2857/3382 84% [==================================================== ] 2858/3382 84% [==================================================== ] 2859/3382 84% [==================================================== ] 2860/3382 84% [==================================================== ] 2861/3382 84% [==================================================== ] 2862/3382 84% [==================================================== ] 2863/3382 84% [==================================================== ] 2864/3382 84% [==================================================== ] 2865/3382 84% [==================================================== ] 2866/3382 84% [==================================================== ] 2867/3382 84% [==================================================== ] 2868/3382 84% [==================================================== ] 2869/3382 84% [==================================================== ] 2870/3382 84% [==================================================== ] 2871/3382 84% [==================================================== ] 2872/3382 84% [==================================================== ] 2873/3382 84% [==================================================== ] 2874/3382 84% [==================================================== ] 2875/3382 85% [==================================================== ] 2876/3382 85% [==================================================== ] 2877/3382 85% [==================================================== ] 2878/3382 85% [==================================================== ] 2879/3382 85% [==================================================== ] 2880/3382 85% [==================================================== ] 2881/3382 85% [==================================================== ] 2882/3382 85% [==================================================== ] 2883/3382 85% [==================================================== ] 2884/3382 85% [==================================================== ] 2885/3382 85% [==================================================== ] 2886/3382 85% [==================================================== ] 2887/3382 85% [==================================================== ] 2888/3382 85% [==================================================== ] 2889/3382 85% [==================================================== ] 2890/3382 85% [==================================================== ] 2891/3382 85% [===================================================== ] 2892/3382 85% [===================================================== ] 2893/3382 85% [===================================================== ] 2894/3382 85% [===================================================== ] 2895/3382 85% [===================================================== ] 2896/3382 85% [===================================================== ] 2897/3382 85% [===================================================== ] 2898/3382 85% [===================================================== ] 2899/3382 85% [===================================================== ] 2900/3382 85% [===================================================== ] 2901/3382 85% [===================================================== ] 2902/3382 85% [===================================================== ] 2903/3382 85% [===================================================== ] 2904/3382 85% [===================================================== ] 2905/3382 85% [===================================================== ] 2906/3382 85% [===================================================== ] 2907/3382 85% [===================================================== ] 2908/3382 85% [===================================================== ] 2909/3382 86% [===================================================== ] 2910/3382 86% [===================================================== ] 2911/3382 86% [===================================================== ] 2912/3382 86% [===================================================== ] 2913/3382 86% [===================================================== ] 2914/3382 86% [===================================================== ] 2915/3382 86% [===================================================== ] 2916/3382 86% [===================================================== ] 2917/3382 86% [===================================================== ] 2918/3382 86% [===================================================== ] 2919/3382 86% [===================================================== ] 2920/3382 86% [===================================================== ] 2921/3382 86% [===================================================== ] 2922/3382 86% [===================================================== ] 2923/3382 86% [===================================================== ] 2924/3382 86% [===================================================== ] 2925/3382 86% [===================================================== ] 2926/3382 86% [===================================================== ] 2927/3382 86% [===================================================== ] 2928/3382 86% [===================================================== ] 2929/3382 86% [===================================================== ] 2930/3382 86% [===================================================== ] 2931/3382 86% [===================================================== ] 2932/3382 86% [===================================================== ] 2933/3382 86% [===================================================== ] 2934/3382 86% [===================================================== ] 2935/3382 86% [===================================================== ] 2936/3382 86% [===================================================== ] 2937/3382 86% [===================================================== ] 2938/3382 86% [===================================================== ] 2939/3382 86% [===================================================== ] 2940/3382 86% [===================================================== ] 2941/3382 86% [===================================================== ] 2942/3382 86% [===================================================== ] 2943/3382 87% [===================================================== ] 2944/3382 87% [===================================================== ] 2945/3382 87% [====================================================== ] 2946/3382 87% [====================================================== ] 2947/3382 87% [====================================================== ] 2948/3382 87% [====================================================== ] 2949/3382 87% [====================================================== ] 2950/3382 87% [====================================================== ] 2951/3382 87% [====================================================== ] 2952/3382 87% [====================================================== ] 2953/3382 87% [====================================================== ] 2954/3382 87% [====================================================== ] 2955/3382 87% [====================================================== ] 2956/3382 87% [====================================================== ] 2957/3382 87% [====================================================== ] 2958/3382 87% [====================================================== ] 2959/3382 87% [====================================================== ] 2960/3382 87% [====================================================== ] 2961/3382 87% [====================================================== ] 2962/3382 87% [====================================================== ] 2963/3382 87% [====================================================== ] 2964/3382 87% [====================================================== ] 2965/3382 87% [====================================================== ] 2966/3382 87% [====================================================== ] 2967/3382 87% [====================================================== ] 2968/3382 87% [====================================================== ] 2969/3382 87% [====================================================== ] 2970/3382 87% [====================================================== ] 2971/3382 87% [====================================================== ] 2972/3382 87% [====================================================== ] 2973/3382 87% [====================================================== ] 2974/3382 87% [====================================================== ] 2975/3382 87% [====================================================== ] 2976/3382 87% [====================================================== ] 2977/3382 88% [====================================================== ] 2978/3382 88% [====================================================== ] 2979/3382 88% [====================================================== ] 2980/3382 88% [====================================================== ] 2981/3382 88% [====================================================== ] 2982/3382 88% [====================================================== ] 2983/3382 88% [====================================================== ] 2984/3382 88% [====================================================== ] 2985/3382 88% [====================================================== ] 2986/3382 88% [====================================================== ] 2987/3382 88% [====================================================== ] 2988/3382 88% [====================================================== ] 2989/3382 88% [====================================================== ] 2990/3382 88% [====================================================== ] 2991/3382 88% [====================================================== ] 2992/3382 88% [====================================================== ] 2993/3382 88% [====================================================== ] 2994/3382 88% [====================================================== ] 2995/3382 88% [====================================================== ] 2996/3382 88% [====================================================== ] 2997/3382 88% [====================================================== ] 2998/3382 88% [====================================================== ] 2999/3382 88% [====================================================== ] 3000/3382 88% [======================================================= ] 3001/3382 88% [======================================================= ] 3002/3382 88% [======================================================= ] 3003/3382 88% [======================================================= ] 3004/3382 88% [======================================================= ] 3005/3382 88% [======================================================= ] 3006/3382 88% [======================================================= ] 3007/3382 88% [======================================================= ] 3008/3382 88% [======================================================= ] 3009/3382 88% [======================================================= ] 3010/3382 89% [======================================================= ] 3011/3382 89% [======================================================= ] 3012/3382 89% [======================================================= ] 3013/3382 89% [======================================================= ] 3014/3382 89% [======================================================= ] 3015/3382 89% [======================================================= ] 3016/3382 89% [======================================================= ] 3017/3382 89% [======================================================= ] 3018/3382 89% [======================================================= ] 3019/3382 89% [======================================================= ] 3020/3382 89% [======================================================= ] 3021/3382 89% [======================================================= ] 3022/3382 89% [======================================================= ] 3023/3382 89% [======================================================= ] 3024/3382 89% [======================================================= ] 3025/3382 89% [======================================================= ] 3026/3382 89% [======================================================= ] 3027/3382 89% [======================================================= ] 3028/3382 89% [======================================================= ] 3029/3382 89% [======================================================= ] 3030/3382 89% [======================================================= ] 3031/3382 89% [======================================================= ] 3032/3382 89% [======================================================= ] 3033/3382 89% [======================================================= ] 3034/3382 89% [======================================================= ] 3035/3382 89% [======================================================= ] 3036/3382 89% [======================================================= ] 3037/3382 89% [======================================================= ] 3038/3382 89% [======================================================= ] 3039/3382 89% [======================================================= ] 3040/3382 89% [======================================================= ] 3041/3382 89% [======================================================= ] 3042/3382 89% [======================================================= ] 3043/3382 89% [======================================================= ] 3044/3382 90% [======================================================= ] 3045/3382 90% [======================================================= ] 3046/3382 90% [======================================================= ] 3047/3382 90% [======================================================= ] 3048/3382 90% [======================================================= ] 3049/3382 90% [======================================================= ] 3050/3382 90% [======================================================= ] 3051/3382 90% [======================================================= ] 3052/3382 90% [======================================================= ] 3053/3382 90% [======================================================= ] 3054/3382 90% [======================================================== ] 3055/3382 90% [======================================================== ] 3056/3382 90% [======================================================== ] 3057/3382 90% [======================================================== ] 3058/3382 90% [======================================================== ] 3059/3382 90% [======================================================== ] 3060/3382 90% [======================================================== ] 3061/3382 90% [======================================================== ] 3062/3382 90% [======================================================== ] 3063/3382 90% [======================================================== ] 3064/3382 90% [======================================================== ] 3065/3382 90% [======================================================== ] 3066/3382 90% [======================================================== ] 3067/3382 90% [======================================================== ] 3068/3382 90% [======================================================== ] 3069/3382 90% [======================================================== ] 3070/3382 90% [======================================================== ] 3071/3382 90% [======================================================== ] 3072/3382 90% [======================================================== ] 3073/3382 90% [======================================================== ] 3074/3382 90% [======================================================== ] 3075/3382 90% [======================================================== ] 3076/3382 90% [======================================================== ] 3077/3382 90% [======================================================== ] 3078/3382 91% [======================================================== ] 3079/3382 91% [======================================================== ] 3080/3382 91% [======================================================== ] 3081/3382 91% [======================================================== ] 3082/3382 91% [======================================================== ] 3083/3382 91% [======================================================== ] 3084/3382 91% [======================================================== ] 3085/3382 91% [======================================================== ] 3086/3382 91% [======================================================== ] 3087/3382 91% [======================================================== ] 3088/3382 91% [======================================================== ] 3089/3382 91% [======================================================== ] 3090/3382 91% [======================================================== ] 3091/3382 91% [======================================================== ] 3092/3382 91% [======================================================== ] 3093/3382 91% [======================================================== ] 3094/3382 91% [======================================================== ] 3095/3382 91% [======================================================== ] 3096/3382 91% [======================================================== ] 3097/3382 91% [======================================================== ] 3098/3382 91% [======================================================== ] 3099/3382 91% [======================================================== ] 3100/3382 91% [======================================================== ] 3101/3382 91% [======================================================== ] 3102/3382 91% [======================================================== ] 3103/3382 91% [======================================================== ] 3104/3382 91% [======================================================== ] 3105/3382 91% [======================================================== ] 3106/3382 91% [======================================================== ] 3107/3382 91% [======================================================== ] 3108/3382 91% [======================================================== ] 3109/3382 91% [========================================================= ] 3110/3382 91% [========================================================= ] 3111/3382 91% [========================================================= ] 3112/3382 92% [========================================================= ] 3113/3382 92% [========================================================= ] 3114/3382 92% [========================================================= ] 3115/3382 92% [========================================================= ] 3116/3382 92% [========================================================= ] 3117/3382 92% [========================================================= ] 3118/3382 92% [========================================================= ] 3119/3382 92% [========================================================= ] 3120/3382 92% [========================================================= ] 3121/3382 92% [========================================================= ] 3122/3382 92% [========================================================= ] 3123/3382 92% [========================================================= ] 3124/3382 92% [========================================================= ] 3125/3382 92% [========================================================= ] 3126/3382 92% [========================================================= ] 3127/3382 92% [========================================================= ] 3128/3382 92% [========================================================= ] 3129/3382 92% [========================================================= ] 3130/3382 92% [========================================================= ] 3131/3382 92% [========================================================= ] 3132/3382 92% [========================================================= ] 3133/3382 92% [========================================================= ] 3134/3382 92% [========================================================= ] 3135/3382 92% [========================================================= ] 3136/3382 92% [========================================================= ] 3137/3382 92% [========================================================= ] 3138/3382 92% [========================================================= ] 3139/3382 92% [========================================================= ] 3140/3382 92% [========================================================= ] 3141/3382 92% [========================================================= ] 3142/3382 92% [========================================================= ] 3143/3382 92% [========================================================= ] 3144/3382 92% [========================================================= ] 3145/3382 92% [========================================================= ] 3146/3382 93% [========================================================= ] 3147/3382 93% [========================================================= ] 3148/3382 93% [========================================================= ] 3149/3382 93% [========================================================= ] 3150/3382 93% [========================================================= ] 3151/3382 93% [========================================================= ] 3152/3382 93% [========================================================= ] 3153/3382 93% [========================================================= ] 3154/3382 93% [========================================================= ] 3155/3382 93% [========================================================= ] 3156/3382 93% [========================================================= ] 3157/3382 93% [========================================================= ] 3158/3382 93% [========================================================= ] 3159/3382 93% [========================================================= ] 3160/3382 93% [========================================================= ] 3161/3382 93% [========================================================= ] 3162/3382 93% [========================================================= ] 3163/3382 93% [========================================================== ] 3164/3382 93% [========================================================== ] 3165/3382 93% [========================================================== ] 3166/3382 93% [========================================================== ] 3167/3382 93% [========================================================== ] 3168/3382 93% [========================================================== ] 3169/3382 93% [========================================================== ] 3170/3382 93% [========================================================== ] 3171/3382 93% [========================================================== ] 3172/3382 93% [========================================================== ] 3173/3382 93% [========================================================== ] 3174/3382 93% [========================================================== ] 3175/3382 93% [========================================================== ] 3176/3382 93% [========================================================== ] 3177/3382 93% [========================================================== ] 3178/3382 93% [========================================================== ] 3179/3382 93% [========================================================== ] 3180/3382 94% [========================================================== ] 3181/3382 94% [========================================================== ] 3182/3382 94% [========================================================== ] 3183/3382 94% [========================================================== ] 3184/3382 94% [========================================================== ] 3185/3382 94% [========================================================== ] 3186/3382 94% [========================================================== ] 3187/3382 94% [========================================================== ] 3188/3382 94% [========================================================== ] 3189/3382 94% [========================================================== ] 3190/3382 94% [========================================================== ] 3191/3382 94% [========================================================== ] 3192/3382 94% [========================================================== ] 3193/3382 94% [========================================================== ] 3194/3382 94% [========================================================== ] 3195/3382 94% [========================================================== ] 3196/3382 94% [========================================================== ] 3197/3382 94% [========================================================== ] 3198/3382 94% [========================================================== ] 3199/3382 94% [========================================================== ] 3200/3382 94% [========================================================== ] 3201/3382 94% [========================================================== ] 3202/3382 94% [========================================================== ] 3203/3382 94% [========================================================== ] 3204/3382 94% [========================================================== ] 3205/3382 94% [========================================================== ] 3206/3382 94% [========================================================== ] 3207/3382 94% [========================================================== ] 3208/3382 94% [========================================================== ] 3209/3382 94% [========================================================== ] 3210/3382 94% [========================================================== ] 3211/3382 94% [========================================================== ] 3212/3382 94% [========================================================== ] 3213/3382 95% [========================================================== ] 3214/3382 95% [========================================================== ] 3215/3382 95% [========================================================== ] 3216/3382 95% [========================================================== ] 3217/3382 95% [========================================================== ] 3218/3382 95% [=========================================================== ] 3219/3382 95% [=========================================================== ] 3220/3382 95% [=========================================================== ] 3221/3382 95% [=========================================================== ] 3222/3382 95% [=========================================================== ] 3223/3382 95% [=========================================================== ] 3224/3382 95% [=========================================================== ] 3225/3382 95% [=========================================================== ] 3226/3382 95% [=========================================================== ] 3227/3382 95% [=========================================================== ] 3228/3382 95% [=========================================================== ] 3229/3382 95% [=========================================================== ] 3230/3382 95% [=========================================================== ] 3231/3382 95% [=========================================================== ] 3232/3382 95% [=========================================================== ] 3233/3382 95% [=========================================================== ] 3234/3382 95% [=========================================================== ] 3235/3382 95% [=========================================================== ] 3236/3382 95% [=========================================================== ] 3237/3382 95% [=========================================================== ] 3238/3382 95% [=========================================================== ] 3239/3382 95% [=========================================================== ] 3240/3382 95% [=========================================================== ] 3241/3382 95% [=========================================================== ] 3242/3382 95% [=========================================================== ] 3243/3382 95% [=========================================================== ] 3244/3382 95% [=========================================================== ] 3245/3382 95% [=========================================================== ] 3246/3382 95% [=========================================================== ] 3247/3382 96% [=========================================================== ] 3248/3382 96% [=========================================================== ] 3249/3382 96% [=========================================================== ] 3250/3382 96% [=========================================================== ] 3251/3382 96% [=========================================================== ] 3252/3382 96% [=========================================================== ] 3253/3382 96% [=========================================================== ] 3254/3382 96% [=========================================================== ] 3255/3382 96% [=========================================================== ] 3256/3382 96% [=========================================================== ] 3257/3382 96% [=========================================================== ] 3258/3382 96% [=========================================================== ] 3259/3382 96% [=========================================================== ] 3260/3382 96% [=========================================================== ] 3261/3382 96% [=========================================================== ] 3262/3382 96% [=========================================================== ] 3263/3382 96% [=========================================================== ] 3264/3382 96% [=========================================================== ] 3265/3382 96% [=========================================================== ] 3266/3382 96% [=========================================================== ] 3267/3382 96% [=========================================================== ] 3268/3382 96% [=========================================================== ] 3269/3382 96% [=========================================================== ] 3270/3382 96% [=========================================================== ] 3271/3382 96% [=========================================================== ] 3272/3382 96% [============================================================ ] 3273/3382 96% [============================================================ ] 3274/3382 96% [============================================================ ] 3275/3382 96% [============================================================ ] 3276/3382 96% [============================================================ ] 3277/3382 96% [============================================================ ] 3278/3382 96% [============================================================ ] 3279/3382 96% [============================================================ ] 3280/3382 96% [============================================================ ] 3281/3382 97% [============================================================ ] 3282/3382 97% [============================================================ ] 3283/3382 97% [============================================================ ] 3284/3382 97% [============================================================ ] 3285/3382 97% [============================================================ ] 3286/3382 97% [============================================================ ] 3287/3382 97% [============================================================ ] 3288/3382 97% [============================================================ ] 3289/3382 97% [============================================================ ] 3290/3382 97% [============================================================ ] 3291/3382 97% [============================================================ ] 3292/3382 97% [============================================================ ] 3293/3382 97% [============================================================ ] 3294/3382 97% [============================================================ ] 3295/3382 97% [============================================================ ] 3296/3382 97% [============================================================ ] 3297/3382 97% [============================================================ ] 3298/3382 97% [============================================================ ] 3299/3382 97% [============================================================ ] 3300/3382 97% [============================================================ ] 3301/3382 97% [============================================================ ] 3302/3382 97% [============================================================ ] 3303/3382 97% [============================================================ ] 3304/3382 97% [============================================================ ] 3305/3382 97% [============================================================ ] 3306/3382 97% [============================================================ ] 3307/3382 97% [============================================================ ] 3308/3382 97% [============================================================ ] 3309/3382 97% [============================================================ ] 3310/3382 97% [============================================================ ] 3311/3382 97% [============================================================ ] 3312/3382 97% [============================================================ ] 3313/3382 97% [============================================================ ] 3314/3382 97% [============================================================ ] 3315/3382 98% [============================================================ ] 3316/3382 98% [============================================================ ] 3317/3382 98% [============================================================ ] 3318/3382 98% [============================================================ ] 3319/3382 98% [============================================================ ] 3320/3382 98% [============================================================ ] 3321/3382 98% [============================================================ ] 3322/3382 98% [============================================================ ] 3323/3382 98% [============================================================ ] 3324/3382 98% [============================================================ ] 3325/3382 98% [============================================================ ] 3326/3382 98% [============================================================ ] 3327/3382 98% [============================================================= ] 3328/3382 98% [============================================================= ] 3329/3382 98% [============================================================= ] 3330/3382 98% [============================================================= ] 3331/3382 98% [============================================================= ] 3332/3382 98% [============================================================= ] 3333/3382 98% [============================================================= ] 3334/3382 98% [============================================================= ] 3335/3382 98% [============================================================= ] 3336/3382 98% [============================================================= ] 3337/3382 98% [============================================================= ] 3338/3382 98% [============================================================= ] 3339/3382 98% [============================================================= ] 3340/3382 98% [============================================================= ] 3341/3382 98% [============================================================= ] 3342/3382 98% [============================================================= ] 3343/3382 98% [============================================================= ] 3344/3382 98% [============================================================= ] 3345/3382 98% [============================================================= ] 3346/3382 98% [============================================================= ] 3347/3382 98% [============================================================= ] 3348/3382 98% [============================================================= ] 3349/3382 99% [============================================================= ] 3350/3382 99% [============================================================= ] 3351/3382 99% [============================================================= ] 3352/3382 99% [============================================================= ] 3353/3382 99% [============================================================= ] 3354/3382 99% [============================================================= ] 3355/3382 99% [============================================================= ] 3356/3382 99% [============================================================= ] 3357/3382 99% [============================================================= ] 3358/3382 99% [============================================================= ] 3359/3382 99% [============================================================= ] 3360/3382 99% [============================================================= ] 3361/3382 99% [============================================================= ] 3362/3382 99% [============================================================= ] 3363/3382 99% [============================================================= ] 3364/3382 99% [============================================================= ] 3365/3382 99% [============================================================= ] 3366/3382 99% [============================================================= ] 3367/3382 99% [============================================================= ] 3368/3382 99% [============================================================= ] 3369/3382 99% [============================================================= ] 3370/3382 99% [============================================================= ] 3371/3382 99% [============================================================= ] 3372/3382 99% [============================================================= ] 3373/3382 99% [============================================================= ] 3374/3382 99% [============================================================= ] 3375/3382 99% [============================================================= ] 3376/3382 99% [============================================================= ] 3377/3382 99% [============================================================= ] 3378/3382 99% [============================================================= ] 3379/3382 99% [============================================================= ] 3380/3382 99% [============================================================= ] 3381/3382 99% [==============================================================] 3382/3382 100% operation complete, 3382 objects in 55169 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/sh4aeb-buildroot-linux-gnu/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.02-93-gd3051892eb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> acsccid 1.1.8 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 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-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-pam 1.5.2 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> conntrack-tools 1.4.7 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-crudini 0.9.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> davfs2 1.7.0 Collecting legal info COPYING: OK (sha256: 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fftw-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gamin 0.1.10 Collecting legal info COPYING: OK (sha256: 7f9ffc38883325f011f331a9d6074ffd0175fbcecd57f69c577fb3845f333876) >>> gsettings-desktop-schemas 3.36.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> htpdate 1.3.7 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> hwdata 0.365 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libbsd 0.11.3 Collecting legal info COPYING: OK (sha256: ff2fdeeb0fe8bcb9045fe91d69e8312a5b477c54db48dffe34dd1c0d730c5864) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmpd 11.8.17 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libqb 2.0.6 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuci 4b3db1179747b6a6779029407984bacef851325c Collecting legal info cli.c: OK (sha256: 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> liquid-dsp 1.4.0 Collecting legal info LICENSE: OK (sha256: 4df7126196efba1283deb99e3269418dde4ab0ad1fde80a55051153451eb4df2) >>> mbuffer 20220418 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-mkpasswd Collecting legal info >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> nilfs-utils 2.2.9 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> openntpd 6.8p1 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> parted 3.5 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.6 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> rabbitmq-c 0.11.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> rng-tools 6.16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> shadow 4.13 Collecting legal info COPYING: OK (sha256: 3d25ab8f43fdc14624296a56ff8dc3e72e499ad35f32ae0c803f4959cfe17c0a) >>> speechd 0.11.4 Collecting legal info COPYING.GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPL-3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ubus a72457b61df045d3c499a6211362b751710590d7 Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> udpcast 20211207 Collecting legal info COPYING: OK (sha256: 422befd3503b1f39a6027017f639874c1f274e37ec60ba3174894646b584ccbc) >>> ulogd 2.0.8 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> wget 1.21.3 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> xdg-dbus-proxy 0.1.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ympd 1.3.0 Collecting legal info LICENSE: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_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'