/home/autobuild/autobuild/instance-14/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-14/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-14/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-14/output-1/target/usr/doc find /home/autobuild/autobuild/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-14/output-1/target/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/man /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/info /home/autobuild/autobuild/instance-14/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/doc /home/autobuild/autobuild/instance-14/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-14/output-1/target/lib/debug /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-14/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/autobuild/autobuild/instance-14/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-14/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/autobuild/autobuild/instance-14/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/autobuild/autobuild/instance-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-363-g96130dc204"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-14/output-1/per-package \ /home/autobuild/autobuild/instance-14/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs printf ' ntp -1 ntp -1 * - - - ntpd user\n\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' # Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE.\n# 12 Applets are pulled from applets.h using grep command :\n# grep -r -e "APPLET.*BB_SUID_REQUIRE\\|APPLET.*BB_SUID_MAYBE" # ./include/applets.h\n# These applets are added to the device table and the makedev file\n# ignores the files with type '\''F'\'' ( optional files).\n /usr/bin/wall F 4755 0 0 - - - - -\n /bin/ping F 4755 0 0 - - - - -\n /bin/ping6 F 4755 0 0 - - - - -\n /usr/bin/crontab F 4755 0 0 - - - - -\n /sbin/findfs F 4755 0 0 - - - - -\n /bin/login F 4755 0 0 - - - - -\n /bin/mount F 4755 0 0 - - - - -\n /usr/bin/passwd F 4755 0 0 - - - - -\n /bin/su F 4755 0 0 - - - - -\n /usr/bin/traceroute F 4755 0 0 - - - - -\n /usr/bin/traceroute6 F 4755 0 0 - - - - -\n /usr/bin/vlock F 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-14/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-14/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-14/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-14/output-1/images/rootfs.tar.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3469 objects. stage 2: creating image '/home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2' [ ] 1/3469 0% [ ] 2/3469 0% [ ] 3/3469 0% [ ] 4/3469 0% [ ] 5/3469 0% [ ] 6/3469 0% [ ] 7/3469 0% [ ] 8/3469 0% [ ] 9/3469 0% [ ] 10/3469 0% [ ] 11/3469 0% [ ] 12/3469 0% [ ] 13/3469 0% [ ] 14/3469 0% [ ] 15/3469 0% [ ] 16/3469 0% [ ] 17/3469 0% [ ] 18/3469 0% [ ] 19/3469 0% [ ] 20/3469 0% [ ] 21/3469 0% [ ] 22/3469 0% [ ] 23/3469 0% [ ] 24/3469 0% [ ] 25/3469 0% [ ] 26/3469 0% [ ] 27/3469 0% [ ] 28/3469 0% [ ] 29/3469 0% [ ] 30/3469 0% [ ] 31/3469 0% [ ] 32/3469 0% [ ] 33/3469 0% [ ] 34/3469 0% [ ] 35/3469 1% [ ] 36/3469 1% [ ] 37/3469 1% [ ] 38/3469 1% [ ] 39/3469 1% [ ] 40/3469 1% [ ] 41/3469 1% [ ] 42/3469 1% [ ] 43/3469 1% [ ] 44/3469 1% [ ] 45/3469 1% [ ] 46/3469 1% [ ] 47/3469 1% [ ] 48/3469 1% [ ] 49/3469 1% [ ] 50/3469 1% [ ] 51/3469 1% [ ] 52/3469 1% [ ] 53/3469 1% [ ] 54/3469 1% [ ] 55/3469 1% [= ] 56/3469 1% [= ] 57/3469 1% [= ] 58/3469 1% [= ] 59/3469 1% [= ] 60/3469 1% [= ] 61/3469 1% [= ] 62/3469 1% [= ] 63/3469 1% [= ] 64/3469 1% [= ] 65/3469 1% [= ] 66/3469 1% [= ] 67/3469 1% [= ] 68/3469 1% [= ] 69/3469 1% [= ] 70/3469 2% [= ] 71/3469 2% [= ] 72/3469 2% [= ] 73/3469 2% [= ] 74/3469 2% [= ] 75/3469 2% [= ] 76/3469 2% [= ] 77/3469 2% [= ] 78/3469 2% [= ] 79/3469 2% [= ] 80/3469 2% [= ] 81/3469 2% [= ] 82/3469 2% [= ] 83/3469 2% [= ] 84/3469 2% [= ] 85/3469 2% [= ] 86/3469 2% [= ] 87/3469 2% [= ] 88/3469 2% [= ] 89/3469 2% [= ] 90/3469 2% [= ] 91/3469 2% [= ] 92/3469 2% [= ] 93/3469 2% [= ] 94/3469 2% [= ] 95/3469 2% [= ] 96/3469 2% [= ] 97/3469 2% [= ] 98/3469 2% [= ] 99/3469 2% [= ] 100/3469 2% [= ] 101/3469 2% [= ] 102/3469 2% [= ] 103/3469 2% [= ] 104/3469 2% [= ] 105/3469 3% [= ] 106/3469 3% [= ] 107/3469 3% [= ] 108/3469 3% [= ] 109/3469 3% [= ] 110/3469 3% [= ] 111/3469 3% [== ] 112/3469 3% [== ] 113/3469 3% [== ] 114/3469 3% [== ] 115/3469 3% [== ] 116/3469 3% [== ] 117/3469 3% [== ] 118/3469 3% [== ] 119/3469 3% [== ] 120/3469 3% [== ] 121/3469 3% [== ] 122/3469 3% [== ] 123/3469 3% [== ] 124/3469 3% [== ] 125/3469 3% [== ] 126/3469 3% [== ] 127/3469 3% [== ] 128/3469 3% [== ] 129/3469 3% [== ] 130/3469 3% [== ] 131/3469 3% [== ] 132/3469 3% [== ] 133/3469 3% [== ] 134/3469 3% [== ] 135/3469 3% [== ] 136/3469 3% [== ] 137/3469 3% [== ] 138/3469 3% [== ] 139/3469 4% [== ] 140/3469 4% [== ] 141/3469 4% [== ] 142/3469 4% [== ] 143/3469 4% [== ] 144/3469 4% [== ] 145/3469 4% [== ] 146/3469 4% [== ] 147/3469 4% [== ] 148/3469 4% [== ] 149/3469 4% [== ] 150/3469 4% [== ] 151/3469 4% [== ] 152/3469 4% [== ] 153/3469 4% [== ] 154/3469 4% [== ] 155/3469 4% [== ] 156/3469 4% [== ] 157/3469 4% [== ] 158/3469 4% [== ] 159/3469 4% [== ] 160/3469 4% [== ] 161/3469 4% [== ] 162/3469 4% [== ] 163/3469 4% [== ] 164/3469 4% [== ] 165/3469 4% [== ] 166/3469 4% [== ] 167/3469 4% [=== ] 168/3469 4% [=== ] 169/3469 4% [=== ] 170/3469 4% [=== ] 171/3469 4% [=== ] 172/3469 4% [=== ] 173/3469 4% [=== ] 174/3469 5% [=== ] 175/3469 5% [=== ] 176/3469 5% [=== ] 177/3469 5% [=== ] 178/3469 5% [=== ] 179/3469 5% [=== ] 180/3469 5% [=== ] 181/3469 5% [=== ] 182/3469 5% [=== ] 183/3469 5% [=== ] 184/3469 5% [=== ] 185/3469 5% [=== ] 186/3469 5% [=== ] 187/3469 5% [=== ] 188/3469 5% [=== ] 189/3469 5% [=== ] 190/3469 5% [=== ] 191/3469 5% [=== ] 192/3469 5% [=== ] 193/3469 5% [=== ] 194/3469 5% [=== ] 195/3469 5% [=== ] 196/3469 5% [=== ] 197/3469 5% [=== ] 198/3469 5% [=== ] 199/3469 5% [=== ] 200/3469 5% [=== ] 201/3469 5% [=== ] 202/3469 5% [=== ] 203/3469 5% [=== ] 204/3469 5% [=== ] 205/3469 5% [=== ] 206/3469 5% [=== ] 207/3469 5% [=== ] 208/3469 5% [=== ] 209/3469 6% [=== ] 210/3469 6% [=== ] 211/3469 6% [=== ] 212/3469 6% [=== ] 213/3469 6% [=== ] 214/3469 6% [=== ] 215/3469 6% [=== ] 216/3469 6% [=== ] 217/3469 6% [=== ] 218/3469 6% [=== ] 219/3469 6% [=== ] 220/3469 6% [=== ] 221/3469 6% [=== ] 222/3469 6% [=== ] 223/3469 6% [==== ] 224/3469 6% [==== ] 225/3469 6% [==== ] 226/3469 6% [==== ] 227/3469 6% [==== ] 228/3469 6% [==== ] 229/3469 6% [==== ] 230/3469 6% [==== ] 231/3469 6% [==== ] 232/3469 6% [==== ] 233/3469 6% [==== ] 234/3469 6% [==== ] 235/3469 6% [==== ] 236/3469 6% [==== ] 237/3469 6% [==== ] 238/3469 6% [==== ] 239/3469 6% [==== ] 240/3469 6% [==== ] 241/3469 6% [==== ] 242/3469 6% [==== ] 243/3469 7% [==== ] 244/3469 7% [==== ] 245/3469 7% [==== ] 246/3469 7% [==== ] 247/3469 7% [==== ] 248/3469 7% [==== ] 249/3469 7% [==== ] 250/3469 7% [==== ] 251/3469 7% [==== ] 252/3469 7% [==== ] 253/3469 7% [==== ] 254/3469 7% [==== ] 255/3469 7% [==== ] 256/3469 7% [==== ] 257/3469 7% [==== ] 258/3469 7% [==== ] 259/3469 7% [==== ] 260/3469 7% [==== ] 261/3469 7% [==== ] 262/3469 7% [==== ] 263/3469 7% [==== ] 264/3469 7% [==== ] 265/3469 7% [==== ] 266/3469 7% [==== ] 267/3469 7% [==== ] 268/3469 7% [==== ] 269/3469 7% [==== ] 270/3469 7% [==== ] 271/3469 7% [==== ] 272/3469 7% [==== ] 273/3469 7% [==== ] 274/3469 7% [==== ] 275/3469 7% [==== ] 276/3469 7% [==== ] 277/3469 7% [==== ] 278/3469 8% [==== ] 279/3469 8% [===== ] 280/3469 8% [===== ] 281/3469 8% [===== ] 282/3469 8% [===== ] 283/3469 8% [===== ] 284/3469 8% [===== ] 285/3469 8% [===== ] 286/3469 8% [===== ] 287/3469 8% [===== ] 288/3469 8% [===== ] 289/3469 8% [===== ] 290/3469 8% [===== ] 291/3469 8% [===== ] 292/3469 8% [===== ] 293/3469 8% [===== ] 294/3469 8% [===== ] 295/3469 8% [===== ] 296/3469 8% [===== ] 297/3469 8% [===== ] 298/3469 8% [===== ] 299/3469 8% [===== ] 300/3469 8% [===== ] 301/3469 8% [===== ] 302/3469 8% [===== ] 303/3469 8% [===== ] 304/3469 8% [===== ] 305/3469 8% [===== ] 306/3469 8% [===== ] 307/3469 8% [===== ] 308/3469 8% [===== ] 309/3469 8% [===== ] 310/3469 8% [===== ] 311/3469 8% [===== ] 312/3469 8% [===== ] 313/3469 9% [===== ] 314/3469 9% [===== ] 315/3469 9% [===== ] 316/3469 9% [===== ] 317/3469 9% [===== ] 318/3469 9% [===== ] 319/3469 9% [===== ] 320/3469 9% [===== ] 321/3469 9% [===== ] 322/3469 9% [===== ] 323/3469 9% [===== ] 324/3469 9% [===== ] 325/3469 9% [===== ] 326/3469 9% [===== ] 327/3469 9% [===== ] 328/3469 9% [===== ] 329/3469 9% [===== ] 330/3469 9% [===== ] 331/3469 9% [===== ] 332/3469 9% [===== ] 333/3469 9% [===== ] 334/3469 9% [===== ] 335/3469 9% [====== ] 336/3469 9% [====== ] 337/3469 9% [====== ] 338/3469 9% [====== ] 339/3469 9% [====== ] 340/3469 9% [====== ] 341/3469 9% [====== ] 342/3469 9% [====== ] 343/3469 9% [====== ] 344/3469 9% [====== ] 345/3469 9% [====== ] 346/3469 9% [====== ] 347/3469 10% [====== ] 348/3469 10% [====== ] 349/3469 10% [====== ] 350/3469 10% [====== ] 351/3469 10% [====== ] 352/3469 10% [====== ] 353/3469 10% [====== ] 354/3469 10% [====== ] 355/3469 10% [====== ] 356/3469 10% [====== ] 357/3469 10% [====== ] 358/3469 10% [====== ] 359/3469 10% [====== ] 360/3469 10% [====== ] 361/3469 10% [====== ] 362/3469 10% [====== ] 363/3469 10% [====== ] 364/3469 10% [====== ] 365/3469 10% [====== ] 366/3469 10% [====== ] 367/3469 10% [====== ] 368/3469 10% [====== ] 369/3469 10% [====== ] 370/3469 10% [====== ] 371/3469 10% [====== ] 372/3469 10% [====== ] 373/3469 10% [====== ] 374/3469 10% [====== ] 375/3469 10% [====== ] 376/3469 10% [====== ] 377/3469 10% [====== ] 378/3469 10% [====== ] 379/3469 10% [====== ] 380/3469 10% [====== ] 381/3469 10% [====== ] 382/3469 11% [====== ] 383/3469 11% [====== ] 384/3469 11% [====== ] 385/3469 11% [====== ] 386/3469 11% [====== ] 387/3469 11% [====== ] 388/3469 11% [====== ] 389/3469 11% [====== ] 390/3469 11% [====== ] 391/3469 11% [======= ] 392/3469 11% [======= ] 393/3469 11% [======= ] 394/3469 11% [======= ] 395/3469 11% [======= ] 396/3469 11% [======= ] 397/3469 11% [======= ] 398/3469 11% [======= ] 399/3469 11% [======= ] 400/3469 11% [======= ] 401/3469 11% [======= ] 402/3469 11% [======= ] 403/3469 11% [======= ] 404/3469 11% [======= ] 405/3469 11% [======= ] 406/3469 11% [======= ] 407/3469 11% [======= ] 408/3469 11% [======= ] 409/3469 11% [======= ] 410/3469 11% [======= ] 411/3469 11% [======= ] 412/3469 11% [======= ] 413/3469 11% [======= ] 414/3469 11% [======= ] 415/3469 11% [======= ] 416/3469 11% [======= ] 417/3469 12% [======= ] 418/3469 12% [======= ] 419/3469 12% [======= ] 420/3469 12% [======= ] 421/3469 12% [======= ] 422/3469 12% [======= ] 423/3469 12% [======= ] 424/3469 12% [======= ] 425/3469 12% [======= ] 426/3469 12% [======= ] 427/3469 12% [======= ] 428/3469 12% [======= ] 429/3469 12% [======= ] 430/3469 12% [======= ] 431/3469 12% [======= ] 432/3469 12% [======= ] 433/3469 12% [======= ] 434/3469 12% [======= ] 435/3469 12% [======= ] 436/3469 12% [======= ] 437/3469 12% [======= ] 438/3469 12% [======= ] 439/3469 12% [======= ] 440/3469 12% [======= ] 441/3469 12% [======= ] 442/3469 12% [======= ] 443/3469 12% [======= ] 444/3469 12% [======= ] 445/3469 12% [======= ] 446/3469 12% [======= ] 447/3469 12% [======== ] 448/3469 12% [======== ] 449/3469 12% [======== ] 450/3469 12% [======== ] 451/3469 13% [======== ] 452/3469 13% [======== ] 453/3469 13% [======== ] 454/3469 13% [======== ] 455/3469 13% [======== ] 456/3469 13% [======== ] 457/3469 13% [======== ] 458/3469 13% [======== ] 459/3469 13% [======== ] 460/3469 13% [======== ] 461/3469 13% [======== ] 462/3469 13% [======== ] 463/3469 13% [======== ] 464/3469 13% [======== ] 465/3469 13% [======== ] 466/3469 13% [======== ] 467/3469 13% [======== ] 468/3469 13% [======== ] 469/3469 13% [======== ] 470/3469 13% [======== ] 471/3469 13% [======== ] 472/3469 13% [======== ] 473/3469 13% [======== ] 474/3469 13% [======== ] 475/3469 13% [======== ] 476/3469 13% [======== ] 477/3469 13% [======== ] 478/3469 13% [======== ] 479/3469 13% [======== ] 480/3469 13% [======== ] 481/3469 13% [======== ] 482/3469 13% [======== ] 483/3469 13% [======== ] 484/3469 13% [======== ] 485/3469 13% [======== ] 486/3469 14% [======== ] 487/3469 14% [======== ] 488/3469 14% [======== ] 489/3469 14% [======== ] 490/3469 14% [======== ] 491/3469 14% [======== ] 492/3469 14% [======== ] 493/3469 14% [======== ] 494/3469 14% [======== ] 495/3469 14% [======== ] 496/3469 14% [======== ] 497/3469 14% [======== ] 498/3469 14% [======== ] 499/3469 14% [======== ] 500/3469 14% [======== ] 501/3469 14% [======== ] 502/3469 14% [======== ] 503/3469 14% [========= ] 504/3469 14% [========= ] 505/3469 14% [========= ] 506/3469 14% [========= ] 507/3469 14% [========= ] 508/3469 14% [========= ] 509/3469 14% [========= ] 510/3469 14% [========= ] 511/3469 14% [========= ] 512/3469 14% [========= ] 513/3469 14% [========= ] 514/3469 14% [========= ] 515/3469 14% [========= ] 516/3469 14% [========= ] 517/3469 14% [========= ] 518/3469 14% [========= ] 519/3469 14% [========= ] 520/3469 14% [========= ] 521/3469 15% [========= ] 522/3469 15% [========= ] 523/3469 15% [========= ] 524/3469 15% [========= ] 525/3469 15% [========= ] 526/3469 15% [========= ] 527/3469 15% [========= ] 528/3469 15% [========= ] 529/3469 15% [========= ] 530/3469 15% [========= ] 531/3469 15% [========= ] 532/3469 15% [========= ] 533/3469 15% [========= ] 534/3469 15% [========= ] 535/3469 15% [========= ] 536/3469 15% [========= ] 537/3469 15% [========= ] 538/3469 15% [========= ] 539/3469 15% [========= ] 540/3469 15% [========= ] 541/3469 15% [========= ] 542/3469 15% [========= ] 543/3469 15% [========= ] 544/3469 15% [========= ] 545/3469 15% [========= ] 546/3469 15% [========= ] 547/3469 15% [========= ] 548/3469 15% [========= ] 549/3469 15% [========= ] 550/3469 15% [========= ] 551/3469 15% [========= ] 552/3469 15% [========= ] 553/3469 15% [========= ] 554/3469 15% [========= ] 555/3469 15% [========= ] 556/3469 16% [========= ] 557/3469 16% [========= ] 558/3469 16% [========= ] 559/3469 16% [========== ] 560/3469 16% [========== ] 561/3469 16% [========== ] 562/3469 16% [========== ] 563/3469 16% [========== ] 564/3469 16% [========== ] 565/3469 16% [========== ] 566/3469 16% [========== ] 567/3469 16% [========== ] 568/3469 16% [========== ] 569/3469 16% [========== ] 570/3469 16% [========== ] 571/3469 16% [========== ] 572/3469 16% [========== ] 573/3469 16% [========== ] 574/3469 16% [========== ] 575/3469 16% [========== ] 576/3469 16% [========== ] 577/3469 16% [========== ] 578/3469 16% [========== ] 579/3469 16% [========== ] 580/3469 16% [========== ] 581/3469 16% [========== ] 582/3469 16% [========== ] 583/3469 16% [========== ] 584/3469 16% [========== ] 585/3469 16% [========== ] 586/3469 16% [========== ] 587/3469 16% [========== ] 588/3469 16% [========== ] 589/3469 16% [========== ] 590/3469 17% [========== ] 591/3469 17% [========== ] 592/3469 17% [========== ] 593/3469 17% [========== ] 594/3469 17% [========== ] 595/3469 17% [========== ] 596/3469 17% [========== ] 597/3469 17% [========== ] 598/3469 17% [========== ] 599/3469 17% [========== ] 600/3469 17% [========== ] 601/3469 17% [========== ] 602/3469 17% [========== ] 603/3469 17% [========== ] 604/3469 17% [========== ] 605/3469 17% [========== ] 606/3469 17% [========== ] 607/3469 17% [========== ] 608/3469 17% [========== ] 609/3469 17% [========== ] 610/3469 17% [========== ] 611/3469 17% [========== ] 612/3469 17% [========== ] 613/3469 17% [========== ] 614/3469 17% [========== ] 615/3469 17% [=========== ] 616/3469 17% [=========== ] 617/3469 17% [=========== ] 618/3469 17% [=========== ] 619/3469 17% [=========== ] 620/3469 17% [=========== ] 621/3469 17% [=========== ] 622/3469 17% [=========== ] 623/3469 17% [=========== ] 624/3469 17% [=========== ] 625/3469 18% [=========== ] 626/3469 18% [=========== ] 627/3469 18% [=========== ] 628/3469 18% [=========== ] 629/3469 18% [=========== ] 630/3469 18% [=========== ] 631/3469 18% [=========== ] 632/3469 18% [=========== ] 633/3469 18% [=========== ] 634/3469 18% [=========== ] 635/3469 18% [=========== ] 636/3469 18% [=========== ] 637/3469 18% [=========== ] 638/3469 18% [=========== ] 639/3469 18% [=========== ] 640/3469 18% [=========== ] 641/3469 18% [=========== ] 642/3469 18% [=========== ] 643/3469 18% [=========== ] 644/3469 18% [=========== ] 645/3469 18% [=========== ] 646/3469 18% [=========== ] 647/3469 18% [=========== ] 648/3469 18% [=========== ] 649/3469 18% [=========== ] 650/3469 18% [=========== ] 651/3469 18% [=========== ] 652/3469 18% [=========== ] 653/3469 18% [=========== ] 654/3469 18% [=========== ] 655/3469 18% [=========== ] 656/3469 18% [=========== ] 657/3469 18% [=========== ] 658/3469 18% [=========== ] 659/3469 18% [=========== ] 660/3469 19% [=========== ] 661/3469 19% [=========== ] 662/3469 19% [=========== ] 663/3469 19% [=========== ] 664/3469 19% [=========== ] 665/3469 19% [=========== ] 666/3469 19% [=========== ] 667/3469 19% [=========== ] 668/3469 19% [=========== ] 669/3469 19% [=========== ] 670/3469 19% [=========== ] 671/3469 19% [============ ] 672/3469 19% [============ ] 673/3469 19% [============ ] 674/3469 19% [============ ] 675/3469 19% [============ ] 676/3469 19% [============ ] 677/3469 19% [============ ] 678/3469 19% [============ ] 679/3469 19% [============ ] 680/3469 19% [============ ] 681/3469 19% [============ ] 682/3469 19% [============ ] 683/3469 19% [============ ] 684/3469 19% [============ ] 685/3469 19% [============ ] 686/3469 19% [============ ] 687/3469 19% [============ ] 688/3469 19% [============ ] 689/3469 19% [============ ] 690/3469 19% [============ ] 691/3469 19% [============ ] 692/3469 19% [============ ] 693/3469 19% [============ ] 694/3469 20% [============ ] 695/3469 20% [============ ] 696/3469 20% [============ ] 697/3469 20% [============ ] 698/3469 20% [============ ] 699/3469 20% [============ ] 700/3469 20% [============ ] 701/3469 20% [============ ] 702/3469 20% [============ ] 703/3469 20% [============ ] 704/3469 20% [============ ] 705/3469 20% [============ ] 706/3469 20% [============ ] 707/3469 20% [============ ] 708/3469 20% [============ ] 709/3469 20% [============ ] 710/3469 20% [============ ] 711/3469 20% [============ ] 712/3469 20% [============ ] 713/3469 20% [============ ] 714/3469 20% [============ ] 715/3469 20% [============ ] 716/3469 20% [============ ] 717/3469 20% [============ ] 718/3469 20% [============ ] 719/3469 20% [============ ] 720/3469 20% [============ ] 721/3469 20% [============ ] 722/3469 20% [============ ] 723/3469 20% [============ ] 724/3469 20% [============ ] 725/3469 20% [============ ] 726/3469 20% [============ ] 727/3469 20% [============= ] 728/3469 20% [============= ] 729/3469 21% [============= ] 730/3469 21% [============= ] 731/3469 21% [============= ] 732/3469 21% [============= ] 733/3469 21% [============= ] 734/3469 21% [============= ] 735/3469 21% [============= ] 736/3469 21% [============= ] 737/3469 21% [============= ] 738/3469 21% [============= ] 739/3469 21% [============= ] 740/3469 21% [============= ] 741/3469 21% [============= ] 742/3469 21% [============= ] 743/3469 21% [============= ] 744/3469 21% [============= ] 745/3469 21% [============= ] 746/3469 21% [============= ] 747/3469 21% [============= ] 748/3469 21% [============= ] 749/3469 21% [============= ] 750/3469 21% [============= ] 751/3469 21% [============= ] 752/3469 21% [============= ] 753/3469 21% [============= ] 754/3469 21% [============= ] 755/3469 21% [============= ] 756/3469 21% [============= ] 757/3469 21% [============= ] 758/3469 21% [============= ] 759/3469 21% [============= ] 760/3469 21% [============= ] 761/3469 21% [============= ] 762/3469 21% [============= ] 763/3469 21% [============= ] 764/3469 22% [============= ] 765/3469 22% [============= ] 766/3469 22% [============= ] 767/3469 22% [============= ] 768/3469 22% [============= ] 769/3469 22% [============= ] 770/3469 22% [============= ] 771/3469 22% [============= ] 772/3469 22% [============= ] 773/3469 22% [============= ] 774/3469 22% [============= ] 775/3469 22% [============= ] 776/3469 22% [============= ] 777/3469 22% [============= ] 778/3469 22% [============= ] 779/3469 22% [============= ] 780/3469 22% [============= ] 781/3469 22% [============= ] 782/3469 22% [============= ] 783/3469 22% [============== ] 784/3469 22% [============== ] 785/3469 22% [============== ] 786/3469 22% [============== ] 787/3469 22% [============== ] 788/3469 22% [============== ] 789/3469 22% [============== ] 790/3469 22% [============== ] 791/3469 22% [============== ] 792/3469 22% [============== ] 793/3469 22% [============== ] 794/3469 22% [============== ] 795/3469 22% [============== ] 796/3469 22% [============== ] 797/3469 22% [============== ] 798/3469 23% [============== ] 799/3469 23% [============== ] 800/3469 23% [============== ] 801/3469 23% [============== ] 802/3469 23% [============== ] 803/3469 23% [============== ] 804/3469 23% [============== ] 805/3469 23% [============== ] 806/3469 23% [============== ] 807/3469 23% [============== ] 808/3469 23% [============== ] 809/3469 23% [============== ] 810/3469 23% [============== ] 811/3469 23% [============== ] 812/3469 23% [============== ] 813/3469 23% [============== ] 814/3469 23% [============== ] 815/3469 23% [============== ] 816/3469 23% [============== ] 817/3469 23% [============== ] 818/3469 23% [============== ] 819/3469 23% [============== ] 820/3469 23% [============== ] 821/3469 23% [============== ] 822/3469 23% [============== ] 823/3469 23% [============== ] 824/3469 23% [============== ] 825/3469 23% [============== ] 826/3469 23% [============== ] 827/3469 23% [============== ] 828/3469 23% [============== ] 829/3469 23% [============== ] 830/3469 23% [============== ] 831/3469 23% [============== ] 832/3469 23% [============== ] 833/3469 24% [============== ] 834/3469 24% [============== ] 835/3469 24% [============== ] 836/3469 24% [============== ] 837/3469 24% [============== ] 838/3469 24% [============== ] 839/3469 24% [=============== ] 840/3469 24% [=============== ] 841/3469 24% [=============== ] 842/3469 24% [=============== ] 843/3469 24% [=============== ] 844/3469 24% [=============== ] 845/3469 24% [=============== ] 846/3469 24% [=============== ] 847/3469 24% [=============== ] 848/3469 24% [=============== ] 849/3469 24% [=============== ] 850/3469 24% [=============== ] 851/3469 24% [=============== ] 852/3469 24% [=============== ] 853/3469 24% [=============== ] 854/3469 24% [=============== ] 855/3469 24% [=============== ] 856/3469 24% [=============== ] 857/3469 24% [=============== ] 858/3469 24% [=============== ] 859/3469 24% [=============== ] 860/3469 24% [=============== ] 861/3469 24% [=============== ] 862/3469 24% [=============== ] 863/3469 24% [=============== ] 864/3469 24% [=============== ] 865/3469 24% [=============== ] 866/3469 24% [=============== ] 867/3469 24% [=============== ] 868/3469 25% [=============== ] 869/3469 25% [=============== ] 870/3469 25% [=============== ] 871/3469 25% [=============== ] 872/3469 25% [=============== ] 873/3469 25% [=============== ] 874/3469 25% [=============== ] 875/3469 25% [=============== ] 876/3469 25% [=============== ] 877/3469 25% [=============== ] 878/3469 25% [=============== ] 879/3469 25% [=============== ] 880/3469 25% [=============== ] 881/3469 25% [=============== ] 882/3469 25% [=============== ] 883/3469 25% [=============== ] 884/3469 25% [=============== ] 885/3469 25% [=============== ] 886/3469 25% [=============== ] 887/3469 25% [=============== ] 888/3469 25% [=============== ] 889/3469 25% [=============== ] 890/3469 25% [=============== ] 891/3469 25% [=============== ] 892/3469 25% [=============== ] 893/3469 25% [=============== ] 894/3469 25% [=============== ] 895/3469 25% [================ ] 896/3469 25% [================ ] 897/3469 25% [================ ] 898/3469 25% [================ ] 899/3469 25% [================ ] 900/3469 25% [================ ] 901/3469 25% [================ ] 902/3469 26% [================ ] 903/3469 26% [================ ] 904/3469 26% [================ ] 905/3469 26% [================ ] 906/3469 26% [================ ] 907/3469 26% [================ ] 908/3469 26% [================ ] 909/3469 26% [================ ] 910/3469 26% [================ ] 911/3469 26% [================ ] 912/3469 26% [================ ] 913/3469 26% [================ ] 914/3469 26% [================ ] 915/3469 26% [================ ] 916/3469 26% [================ ] 917/3469 26% [================ ] 918/3469 26% [================ ] 919/3469 26% [================ ] 920/3469 26% [================ ] 921/3469 26% [================ ] 922/3469 26% [================ ] 923/3469 26% [================ ] 924/3469 26% [================ ] 925/3469 26% [================ ] 926/3469 26% [================ ] 927/3469 26% [================ ] 928/3469 26% [================ ] 929/3469 26% [================ ] 930/3469 26% [================ ] 931/3469 26% [================ ] 932/3469 26% [================ ] 933/3469 26% [================ ] 934/3469 26% [================ ] 935/3469 26% [================ ] 936/3469 26% [================ ] 937/3469 27% [================ ] 938/3469 27% [================ ] 939/3469 27% [================ ] 940/3469 27% [================ ] 941/3469 27% [================ ] 942/3469 27% [================ ] 943/3469 27% [================ ] 944/3469 27% [================ ] 945/3469 27% [================ ] 946/3469 27% [================ ] 947/3469 27% [================ ] 948/3469 27% [================ ] 949/3469 27% [================ ] 950/3469 27% [================ ] 951/3469 27% [================= ] 952/3469 27% [================= ] 953/3469 27% [================= ] 954/3469 27% [================= ] 955/3469 27% [================= ] 956/3469 27% [================= ] 957/3469 27% [================= ] 958/3469 27% [================= ] 959/3469 27% [================= ] 960/3469 27% [================= ] 961/3469 27% [================= ] 962/3469 27% [================= ] 963/3469 27% [================= ] 964/3469 27% [================= ] 965/3469 27% [================= ] 966/3469 27% [================= ] 967/3469 27% [================= ] 968/3469 27% [================= ] 969/3469 27% [================= ] 970/3469 27% [================= ] 971/3469 27% [================= ] 972/3469 28% [================= ] 973/3469 28% [================= ] 974/3469 28% [================= ] 975/3469 28% [================= ] 976/3469 28% [================= ] 977/3469 28% [================= ] 978/3469 28% [================= ] 979/3469 28% [================= ] 980/3469 28% [================= ] 981/3469 28% [================= ] 982/3469 28% [================= ] 983/3469 28% [================= ] 984/3469 28% [================= ] 985/3469 28% [================= ] 986/3469 28% [================= ] 987/3469 28% [================= ] 988/3469 28% [================= ] 989/3469 28% [================= ] 990/3469 28% [================= ] 991/3469 28% [================= ] 992/3469 28% [================= ] 993/3469 28% [================= ] 994/3469 28% [================= ] 995/3469 28% [================= ] 996/3469 28% [================= ] 997/3469 28% [================= ] 998/3469 28% [================= ] 999/3469 28% [================= ] 1000/3469 28% [================= ] 1001/3469 28% [================= ] 1002/3469 28% [================= ] 1003/3469 28% [================= ] 1004/3469 28% [================= ] 1005/3469 28% [================= ] 1006/3469 28% [================= ] 1007/3469 29% [================== ] 1008/3469 29% [================== ] 1009/3469 29% [================== ] 1010/3469 29% [================== ] 1011/3469 29% [================== ] 1012/3469 29% [================== ] 1013/3469 29% [================== ] 1014/3469 29% [================== ] 1015/3469 29% [================== ] 1016/3469 29% [================== ] 1017/3469 29% [================== ] 1018/3469 29% [================== ] 1019/3469 29% [================== ] 1020/3469 29% [================== ] 1021/3469 29% [================== ] 1022/3469 29% [================== ] 1023/3469 29% [================== ] 1024/3469 29% [================== ] 1025/3469 29% [================== ] 1026/3469 29% [================== ] 1027/3469 29% [================== ] 1028/3469 29% [================== ] 1029/3469 29% [================== ] 1030/3469 29% [================== ] 1031/3469 29% [================== ] 1032/3469 29% [================== ] 1033/3469 29% [================== ] 1034/3469 29% [================== ] 1035/3469 29% [================== ] 1036/3469 29% [================== ] 1037/3469 29% [================== ] 1038/3469 29% [================== ] 1039/3469 29% [================== ] 1040/3469 29% [================== ] 1041/3469 30% [================== ] 1042/3469 30% [================== ] 1043/3469 30% [================== ] 1044/3469 30% [================== ] 1045/3469 30% [================== ] 1046/3469 30% [================== ] 1047/3469 30% [================== ] 1048/3469 30% [================== ] 1049/3469 30% [================== ] 1050/3469 30% [================== ] 1051/3469 30% [================== ] 1052/3469 30% [================== ] 1053/3469 30% [================== ] 1054/3469 30% [================== ] 1055/3469 30% [================== ] 1056/3469 30% [================== ] 1057/3469 30% [================== ] 1058/3469 30% [================== ] 1059/3469 30% [================== ] 1060/3469 30% [================== ] 1061/3469 30% [================== ] 1062/3469 30% [================== ] 1063/3469 30% [=================== ] 1064/3469 30% [=================== ] 1065/3469 30% [=================== ] 1066/3469 30% [=================== ] 1067/3469 30% [=================== ] 1068/3469 30% [=================== ] 1069/3469 30% [=================== ] 1070/3469 30% [=================== ] 1071/3469 30% [=================== ] 1072/3469 30% [=================== ] 1073/3469 30% [=================== ] 1074/3469 30% [=================== ] 1075/3469 30% [=================== ] 1076/3469 31% [=================== ] 1077/3469 31% [=================== ] 1078/3469 31% [=================== ] 1079/3469 31% [=================== ] 1080/3469 31% [=================== ] 1081/3469 31% [=================== ] 1082/3469 31% [=================== ] 1083/3469 31% [=================== ] 1084/3469 31% [=================== ] 1085/3469 31% [=================== ] 1086/3469 31% [=================== ] 1087/3469 31% [=================== ] 1088/3469 31% [=================== ] 1089/3469 31% [=================== ] 1090/3469 31% [=================== ] 1091/3469 31% [=================== ] 1092/3469 31% [=================== ] 1093/3469 31% [=================== ] 1094/3469 31% [=================== ] 1095/3469 31% [=================== ] 1096/3469 31% [=================== ] 1097/3469 31% [=================== ] 1098/3469 31% [=================== ] 1099/3469 31% [=================== ] 1100/3469 31% [=================== ] 1101/3469 31% [=================== ] 1102/3469 31% [=================== ] 1103/3469 31% [=================== ] 1104/3469 31% [=================== ] 1105/3469 31% [=================== ] 1106/3469 31% [=================== ] 1107/3469 31% [=================== ] 1108/3469 31% [=================== ] 1109/3469 31% [=================== ] 1110/3469 31% [=================== ] 1111/3469 32% [=================== ] 1112/3469 32% [=================== ] 1113/3469 32% [=================== ] 1114/3469 32% [=================== ] 1115/3469 32% [=================== ] 1116/3469 32% [=================== ] 1117/3469 32% [=================== ] 1118/3469 32% [=================== ] 1119/3469 32% [==================== ] 1120/3469 32% [==================== ] 1121/3469 32% [==================== ] 1122/3469 32% [==================== ] 1123/3469 32% [==================== ] 1124/3469 32% [==================== ] 1125/3469 32% [==================== ] 1126/3469 32% [==================== ] 1127/3469 32% [==================== ] 1128/3469 32% [==================== ] 1129/3469 32% [==================== ] 1130/3469 32% [==================== ] 1131/3469 32% [==================== ] 1132/3469 32% [==================== ] 1133/3469 32% [==================== ] 1134/3469 32% [==================== ] 1135/3469 32% [==================== ] 1136/3469 32% [==================== ] 1137/3469 32% [==================== ] 1138/3469 32% [==================== ] 1139/3469 32% [==================== ] 1140/3469 32% [==================== ] 1141/3469 32% [==================== ] 1142/3469 32% [==================== ] 1143/3469 32% [==================== ] 1144/3469 32% [==================== ] 1145/3469 33% [==================== ] 1146/3469 33% [==================== ] 1147/3469 33% [==================== ] 1148/3469 33% [==================== ] 1149/3469 33% [==================== ] 1150/3469 33% [==================== ] 1151/3469 33% [==================== ] 1152/3469 33% [==================== ] 1153/3469 33% [==================== ] 1154/3469 33% [==================== ] 1155/3469 33% [==================== ] 1156/3469 33% [==================== ] 1157/3469 33% [==================== ] 1158/3469 33% [==================== ] 1159/3469 33% [==================== ] 1160/3469 33% [==================== ] 1161/3469 33% [==================== ] 1162/3469 33% [==================== ] 1163/3469 33% [==================== ] 1164/3469 33% [==================== ] 1165/3469 33% [==================== ] 1166/3469 33% [==================== ] 1167/3469 33% [==================== ] 1168/3469 33% [==================== ] 1169/3469 33% [==================== ] 1170/3469 33% [==================== ] 1171/3469 33% [==================== ] 1172/3469 33% [==================== ] 1173/3469 33% [==================== ] 1174/3469 33% [===================== ] 1175/3469 33% [===================== ] 1176/3469 33% [===================== ] 1177/3469 33% [===================== ] 1178/3469 33% [===================== ] 1179/3469 33% [===================== ] 1180/3469 34% [===================== ] 1181/3469 34% [===================== ] 1182/3469 34% [===================== ] 1183/3469 34% [===================== ] 1184/3469 34% [===================== ] 1185/3469 34% [===================== ] 1186/3469 34% [===================== ] 1187/3469 34% [===================== ] 1188/3469 34% [===================== ] 1189/3469 34% [===================== ] 1190/3469 34% [===================== ] 1191/3469 34% [===================== ] 1192/3469 34% [===================== ] 1193/3469 34% [===================== ] 1194/3469 34% [===================== ] 1195/3469 34% [===================== ] 1196/3469 34% [===================== ] 1197/3469 34% [===================== ] 1198/3469 34% [===================== ] 1199/3469 34% [===================== ] 1200/3469 34% [===================== ] 1201/3469 34% [===================== ] 1202/3469 34% [===================== ] 1203/3469 34% [===================== ] 1204/3469 34% [===================== ] 1205/3469 34% [===================== ] 1206/3469 34% [===================== ] 1207/3469 34% [===================== ] 1208/3469 34% [===================== ] 1209/3469 34% [===================== ] 1210/3469 34% [===================== ] 1211/3469 34% [===================== ] 1212/3469 34% [===================== ] 1213/3469 34% [===================== ] 1214/3469 34% [===================== ] 1215/3469 35% [===================== ] 1216/3469 35% [===================== ] 1217/3469 35% [===================== ] 1218/3469 35% [===================== ] 1219/3469 35% [===================== ] 1220/3469 35% [===================== ] 1221/3469 35% [===================== ] 1222/3469 35% [===================== ] 1223/3469 35% [===================== ] 1224/3469 35% [===================== ] 1225/3469 35% [===================== ] 1226/3469 35% [===================== ] 1227/3469 35% [===================== ] 1228/3469 35% [===================== ] 1229/3469 35% [===================== ] 1230/3469 35% [====================== ] 1231/3469 35% [====================== ] 1232/3469 35% [====================== ] 1233/3469 35% [====================== ] 1234/3469 35% [====================== ] 1235/3469 35% [====================== ] 1236/3469 35% [====================== ] 1237/3469 35% [====================== ] 1238/3469 35% [====================== ] 1239/3469 35% [====================== ] 1240/3469 35% [====================== ] 1241/3469 35% [====================== ] 1242/3469 35% [====================== ] 1243/3469 35% [====================== ] 1244/3469 35% [====================== ] 1245/3469 35% [====================== ] 1246/3469 35% [====================== ] 1247/3469 35% [====================== ] 1248/3469 35% [====================== ] 1249/3469 36% [====================== ] 1250/3469 36% [====================== ] 1251/3469 36% [====================== ] 1252/3469 36% [====================== ] 1253/3469 36% [====================== ] 1254/3469 36% [====================== ] 1255/3469 36% [====================== ] 1256/3469 36% [====================== ] 1257/3469 36% [====================== ] 1258/3469 36% [====================== ] 1259/3469 36% [====================== ] 1260/3469 36% [====================== ] 1261/3469 36% [====================== ] 1262/3469 36% [====================== ] 1263/3469 36% [====================== ] 1264/3469 36% [====================== ] 1265/3469 36% [====================== ] 1266/3469 36% [====================== ] 1267/3469 36% [====================== ] 1268/3469 36% [====================== ] 1269/3469 36% [====================== ] 1270/3469 36% [====================== ] 1271/3469 36% [====================== ] 1272/3469 36% [====================== ] 1273/3469 36% [====================== ] 1274/3469 36% [====================== ] 1275/3469 36% [====================== ] 1276/3469 36% [====================== ] 1277/3469 36% [====================== ] 1278/3469 36% [====================== ] 1279/3469 36% [====================== ] 1280/3469 36% [====================== ] 1281/3469 36% [====================== ] 1282/3469 36% [====================== ] 1283/3469 36% [====================== ] 1284/3469 37% [====================== ] 1285/3469 37% [====================== ] 1286/3469 37% [======================= ] 1287/3469 37% [======================= ] 1288/3469 37% [======================= ] 1289/3469 37% [======================= ] 1290/3469 37% [======================= ] 1291/3469 37% [======================= ] 1292/3469 37% [======================= ] 1293/3469 37% [======================= ] 1294/3469 37% [======================= ] 1295/3469 37% [======================= ] 1296/3469 37% [======================= ] 1297/3469 37% [======================= ] 1298/3469 37% [======================= ] 1299/3469 37% [======================= ] 1300/3469 37% [======================= ] 1301/3469 37% [======================= ] 1302/3469 37% [======================= ] 1303/3469 37% [======================= ] 1304/3469 37% [======================= ] 1305/3469 37% [======================= ] 1306/3469 37% [======================= ] 1307/3469 37% [======================= ] 1308/3469 37% [======================= ] 1309/3469 37% [======================= ] 1310/3469 37% [======================= ] 1311/3469 37% [======================= ] 1312/3469 37% [======================= ] 1313/3469 37% [======================= ] 1314/3469 37% [======================= ] 1315/3469 37% [======================= ] 1316/3469 37% [======================= ] 1317/3469 37% [======================= ] 1318/3469 37% [======================= ] 1319/3469 38% [======================= ] 1320/3469 38% [======================= ] 1321/3469 38% [======================= ] 1322/3469 38% [======================= ] 1323/3469 38% [======================= ] 1324/3469 38% [======================= ] 1325/3469 38% [======================= ] 1326/3469 38% [======================= ] 1327/3469 38% [======================= ] 1328/3469 38% [======================= ] 1329/3469 38% [======================= ] 1330/3469 38% [======================= ] 1331/3469 38% [======================= ] 1332/3469 38% [======================= ] 1333/3469 38% [======================= ] 1334/3469 38% [======================= ] 1335/3469 38% [======================= ] 1336/3469 38% [======================= ] 1337/3469 38% [======================= ] 1338/3469 38% [======================= ] 1339/3469 38% [======================= ] 1340/3469 38% [======================= ] 1341/3469 38% [======================= ] 1342/3469 38% [======================== ] 1343/3469 38% [======================== ] 1344/3469 38% [======================== ] 1345/3469 38% [======================== ] 1346/3469 38% [======================== ] 1347/3469 38% [======================== ] 1348/3469 38% [======================== ] 1349/3469 38% [======================== ] 1350/3469 38% [======================== ] 1351/3469 38% [======================== ] 1352/3469 38% [======================== ] 1353/3469 39% [======================== ] 1354/3469 39% [======================== ] 1355/3469 39% [======================== ] 1356/3469 39% [======================== ] 1357/3469 39% [======================== ] 1358/3469 39% [======================== ] 1359/3469 39% [======================== ] 1360/3469 39% [======================== ] 1361/3469 39% [======================== ] 1362/3469 39% [======================== ] 1363/3469 39% [======================== ] 1364/3469 39% [======================== ] 1365/3469 39% [======================== ] 1366/3469 39% [======================== ] 1367/3469 39% [======================== ] 1368/3469 39% [======================== ] 1369/3469 39% [======================== ] 1370/3469 39% [======================== ] 1371/3469 39% [======================== ] 1372/3469 39% [======================== ] 1373/3469 39% [======================== ] 1374/3469 39% [======================== ] 1375/3469 39% [======================== ] 1376/3469 39% [======================== ] 1377/3469 39% [======================== ] 1378/3469 39% [======================== ] 1379/3469 39% [======================== ] 1380/3469 39% [======================== ] 1381/3469 39% [======================== ] 1382/3469 39% [======================== ] 1383/3469 39% [======================== ] 1384/3469 39% [======================== ] 1385/3469 39% [======================== ] 1386/3469 39% [======================== ] 1387/3469 39% [======================== ] 1388/3469 40% [======================== ] 1389/3469 40% [======================== ] 1390/3469 40% [======================== ] 1391/3469 40% [======================== ] 1392/3469 40% [======================== ] 1393/3469 40% [======================== ] 1394/3469 40% [======================== ] 1395/3469 40% [======================== ] 1396/3469 40% [======================== ] 1397/3469 40% [======================== ] 1398/3469 40% [========================= ] 1399/3469 40% [========================= ] 1400/3469 40% [========================= ] 1401/3469 40% [========================= ] 1402/3469 40% [========================= ] 1403/3469 40% [========================= ] 1404/3469 40% [========================= ] 1405/3469 40% [========================= ] 1406/3469 40% [========================= ] 1407/3469 40% [========================= ] 1408/3469 40% [========================= ] 1409/3469 40% [========================= ] 1410/3469 40% [========================= ] 1411/3469 40% [========================= ] 1412/3469 40% [========================= ] 1413/3469 40% [========================= ] 1414/3469 40% [========================= ] 1415/3469 40% [========================= ] 1416/3469 40% [========================= ] 1417/3469 40% [========================= ] 1418/3469 40% [========================= ] 1419/3469 40% [========================= ] 1420/3469 40% [========================= ] 1421/3469 40% [========================= ] 1422/3469 40% [========================= ] 1423/3469 41% [========================= ] 1424/3469 41% [========================= ] 1425/3469 41% [========================= ] 1426/3469 41% [========================= ] 1427/3469 41% [========================= ] 1428/3469 41% [========================= ] 1429/3469 41% [========================= ] 1430/3469 41% [========================= ] 1431/3469 41% [========================= ] 1432/3469 41% [========================= ] 1433/3469 41% [========================= ] 1434/3469 41% [========================= ] 1435/3469 41% [========================= ] 1436/3469 41% [========================= ] 1437/3469 41% [========================= ] 1438/3469 41% [========================= ] 1439/3469 41% [========================= ] 1440/3469 41% [========================= ] 1441/3469 41% [========================= ] 1442/3469 41% [========================= ] 1443/3469 41% [========================= ] 1444/3469 41% [========================= ] 1445/3469 41% [========================= ] 1446/3469 41% [========================= ] 1447/3469 41% [========================= ] 1448/3469 41% [========================= ] 1449/3469 41% [========================= ] 1450/3469 41% [========================= ] 1451/3469 41% [========================= ] 1452/3469 41% [========================= ] 1453/3469 41% [========================= ] 1454/3469 41% [========================== ] 1455/3469 41% [========================== ] 1456/3469 41% [========================== ] 1457/3469 42% [========================== ] 1458/3469 42% [========================== ] 1459/3469 42% [========================== ] 1460/3469 42% [========================== ] 1461/3469 42% [========================== ] 1462/3469 42% [========================== ] 1463/3469 42% [========================== ] 1464/3469 42% [========================== ] 1465/3469 42% [========================== ] 1466/3469 42% [========================== ] 1467/3469 42% [========================== ] 1468/3469 42% [========================== ] 1469/3469 42% [========================== ] 1470/3469 42% [========================== ] 1471/3469 42% [========================== ] 1472/3469 42% [========================== ] 1473/3469 42% [========================== ] 1474/3469 42% [========================== ] 1475/3469 42% [========================== ] 1476/3469 42% [========================== ] 1477/3469 42% [========================== ] 1478/3469 42% [========================== ] 1479/3469 42% [========================== ] 1480/3469 42% [========================== ] 1481/3469 42% [========================== ] 1482/3469 42% [========================== ] 1483/3469 42% [========================== ] 1484/3469 42% [========================== ] 1485/3469 42% [========================== ] 1486/3469 42% [========================== ] 1487/3469 42% [========================== ] 1488/3469 42% [========================== ] 1489/3469 42% [========================== ] 1490/3469 42% [========================== ] 1491/3469 42% [========================== ] 1492/3469 43% [========================== ] 1493/3469 43% [========================== ] 1494/3469 43% [========================== ] 1495/3469 43% [========================== ] 1496/3469 43% [========================== ] 1497/3469 43% [========================== ] 1498/3469 43% [========================== ] 1499/3469 43% [========================== ] 1500/3469 43% [========================== ] 1501/3469 43% [========================== ] 1502/3469 43% [========================== ] 1503/3469 43% [========================== ] 1504/3469 43% [========================== ] 1505/3469 43% [========================== ] 1506/3469 43% [========================== ] 1507/3469 43% [========================== ] 1508/3469 43% [========================== ] 1509/3469 43% [========================== ] 1510/3469 43% [=========================== ] 1511/3469 43% [=========================== ] 1512/3469 43% [=========================== ] 1513/3469 43% [=========================== ] 1514/3469 43% [=========================== ] 1515/3469 43% [=========================== ] 1516/3469 43% [=========================== ] 1517/3469 43% [=========================== ] 1518/3469 43% [=========================== ] 1519/3469 43% [=========================== ] 1520/3469 43% [=========================== ] 1521/3469 43% [=========================== ] 1522/3469 43% [=========================== ] 1523/3469 43% [=========================== ] 1524/3469 43% [=========================== ] 1525/3469 43% [=========================== ] 1526/3469 43% [=========================== ] 1527/3469 44% [=========================== ] 1528/3469 44% [=========================== ] 1529/3469 44% [=========================== ] 1530/3469 44% [=========================== ] 1531/3469 44% [=========================== ] 1532/3469 44% [=========================== ] 1533/3469 44% [=========================== ] 1534/3469 44% [=========================== ] 1535/3469 44% [=========================== ] 1536/3469 44% [=========================== ] 1537/3469 44% [=========================== ] 1538/3469 44% [=========================== ] 1539/3469 44% [=========================== ] 1540/3469 44% [=========================== ] 1541/3469 44% [=========================== ] 1542/3469 44% [=========================== ] 1543/3469 44% [=========================== ] 1544/3469 44% [=========================== ] 1545/3469 44% [=========================== ] 1546/3469 44% [=========================== ] 1547/3469 44% [=========================== ] 1548/3469 44% [=========================== ] 1549/3469 44% [=========================== ] 1550/3469 44% [=========================== ] 1551/3469 44% [=========================== ] 1552/3469 44% [=========================== ] 1553/3469 44% [=========================== ] 1554/3469 44% [=========================== ] 1555/3469 44% [=========================== ] 1556/3469 44% [=========================== ] 1557/3469 44% [=========================== ] 1558/3469 44% [=========================== ] 1559/3469 44% [=========================== ] 1560/3469 44% [=========================== ] 1561/3469 44% [=========================== ] 1562/3469 45% [=========================== ] 1563/3469 45% [=========================== ] 1564/3469 45% [=========================== ] 1565/3469 45% [=========================== ] 1566/3469 45% [============================ ] 1567/3469 45% [============================ ] 1568/3469 45% [============================ ] 1569/3469 45% [============================ ] 1570/3469 45% [============================ ] 1571/3469 45% [============================ ] 1572/3469 45% [============================ ] 1573/3469 45% [============================ ] 1574/3469 45% [============================ ] 1575/3469 45% [============================ ] 1576/3469 45% [============================ ] 1577/3469 45% [============================ ] 1578/3469 45% [============================ ] 1579/3469 45% [============================ ] 1580/3469 45% [============================ ] 1581/3469 45% [============================ ] 1582/3469 45% [============================ ] 1583/3469 45% [============================ ] 1584/3469 45% [============================ ] 1585/3469 45% [============================ ] 1586/3469 45% [============================ ] 1587/3469 45% [============================ ] 1588/3469 45% [============================ ] 1589/3469 45% [============================ ] 1590/3469 45% [============================ ] 1591/3469 45% [============================ ] 1592/3469 45% [============================ ] 1593/3469 45% [============================ ] 1594/3469 45% [============================ ] 1595/3469 45% [============================ ] 1596/3469 46% [============================ ] 1597/3469 46% [============================ ] 1598/3469 46% [============================ ] 1599/3469 46% [============================ ] 1600/3469 46% [============================ ] 1601/3469 46% [============================ ] 1602/3469 46% [============================ ] 1603/3469 46% [============================ ] 1604/3469 46% [============================ ] 1605/3469 46% [============================ ] 1606/3469 46% [============================ ] 1607/3469 46% [============================ ] 1608/3469 46% [============================ ] 1609/3469 46% [============================ ] 1610/3469 46% [============================ ] 1611/3469 46% [============================ ] 1612/3469 46% [============================ ] 1613/3469 46% [============================ ] 1614/3469 46% [============================ ] 1615/3469 46% [============================ ] 1616/3469 46% [============================ ] 1617/3469 46% [============================ ] 1618/3469 46% [============================ ] 1619/3469 46% [============================ ] 1620/3469 46% [============================ ] 1621/3469 46% [============================ ] 1622/3469 46% [============================= ] 1623/3469 46% [============================= ] 1624/3469 46% [============================= ] 1625/3469 46% [============================= ] 1626/3469 46% [============================= ] 1627/3469 46% [============================= ] 1628/3469 46% [============================= ] 1629/3469 46% [============================= ] 1630/3469 46% [============================= ] 1631/3469 47% [============================= ] 1632/3469 47% [============================= ] 1633/3469 47% [============================= ] 1634/3469 47% [============================= ] 1635/3469 47% [============================= ] 1636/3469 47% [============================= ] 1637/3469 47% [============================= ] 1638/3469 47% [============================= ] 1639/3469 47% [============================= ] 1640/3469 47% [============================= ] 1641/3469 47% [============================= ] 1642/3469 47% [============================= ] 1643/3469 47% [============================= ] 1644/3469 47% [============================= ] 1645/3469 47% [============================= ] 1646/3469 47% [============================= ] 1647/3469 47% [============================= ] 1648/3469 47% [============================= ] 1649/3469 47% [============================= ] 1650/3469 47% [============================= ] 1651/3469 47% [============================= ] 1652/3469 47% [============================= ] 1653/3469 47% [============================= ] 1654/3469 47% [============================= ] 1655/3469 47% [============================= ] 1656/3469 47% [============================= ] 1657/3469 47% [============================= ] 1658/3469 47% [============================= ] 1659/3469 47% [============================= ] 1660/3469 47% [============================= ] 1661/3469 47% [============================= ] 1662/3469 47% [============================= ] 1663/3469 47% [============================= ] 1664/3469 47% [============================= ] 1665/3469 47% [============================= ] 1666/3469 48% [============================= ] 1667/3469 48% [============================= ] 1668/3469 48% [============================= ] 1669/3469 48% [============================= ] 1670/3469 48% [============================= ] 1671/3469 48% [============================= ] 1672/3469 48% [============================= ] 1673/3469 48% [============================= ] 1674/3469 48% [============================= ] 1675/3469 48% [============================= ] 1676/3469 48% [============================= ] 1677/3469 48% [============================= ] 1678/3469 48% [============================== ] 1679/3469 48% [============================== ] 1680/3469 48% [============================== ] 1681/3469 48% [============================== ] 1682/3469 48% [============================== ] 1683/3469 48% [============================== ] 1684/3469 48% [============================== ] 1685/3469 48% [============================== ] 1686/3469 48% [============================== ] 1687/3469 48% [============================== ] 1688/3469 48% [============================== ] 1689/3469 48% [============================== ] 1690/3469 48% [============================== ] 1691/3469 48% [============================== ] 1692/3469 48% [============================== ] 1693/3469 48% [============================== ] 1694/3469 48% [============================== ] 1695/3469 48% [============================== ] 1696/3469 48% [============================== ] 1697/3469 48% [============================== ] 1698/3469 48% [============================== ] 1699/3469 48% [============================== ] 1700/3469 49% [============================== ] 1701/3469 49% [============================== ] 1702/3469 49% [============================== ] 1703/3469 49% [============================== ] 1704/3469 49% [============================== ] 1705/3469 49% [============================== ] 1706/3469 49% [============================== ] 1707/3469 49% [============================== ] 1708/3469 49% [============================== ] 1709/3469 49% [============================== ] 1710/3469 49% [============================== ] 1711/3469 49% [============================== ] 1712/3469 49% [============================== ] 1713/3469 49% [============================== ] 1714/3469 49% [============================== ] 1715/3469 49% [============================== ] 1716/3469 49% [============================== ] 1717/3469 49% [============================== ] 1718/3469 49% [============================== ] 1719/3469 49% [============================== ] 1720/3469 49% [============================== ] 1721/3469 49% [============================== ] 1722/3469 49% [============================== ] 1723/3469 49% [============================== ] 1724/3469 49% [============================== ] 1725/3469 49% [============================== ] 1726/3469 49% [============================== ] 1727/3469 49% [============================== ] 1728/3469 49% [============================== ] 1729/3469 49% [============================== ] 1730/3469 49% [============================== ] 1731/3469 49% [============================== ] 1732/3469 49% [============================== ] 1733/3469 49% [============================== ] 1734/3469 49% [=============================== ] 1735/3469 50% [=============================== ] 1736/3469 50% [=============================== ] 1737/3469 50% [=============================== ] 1738/3469 50% [=============================== ] 1739/3469 50% [=============================== ] 1740/3469 50% [=============================== ] 1741/3469 50% [=============================== ] 1742/3469 50% [=============================== ] 1743/3469 50% [=============================== ] 1744/3469 50% [=============================== ] 1745/3469 50% [=============================== ] 1746/3469 50% [=============================== ] 1747/3469 50% [=============================== ] 1748/3469 50% [=============================== ] 1749/3469 50% [=============================== ] 1750/3469 50% [=============================== ] 1751/3469 50% [=============================== ] 1752/3469 50% [=============================== ] 1753/3469 50% [=============================== ] 1754/3469 50% [=============================== ] 1755/3469 50% [=============================== ] 1756/3469 50% [=============================== ] 1757/3469 50% [=============================== ] 1758/3469 50% [=============================== ] 1759/3469 50% [=============================== ] 1760/3469 50% [=============================== ] 1761/3469 50% [=============================== ] 1762/3469 50% [=============================== ] 1763/3469 50% [=============================== ] 1764/3469 50% [=============================== ] 1765/3469 50% [=============================== ] 1766/3469 50% [=============================== ] 1767/3469 50% [=============================== ] 1768/3469 50% [=============================== ] 1769/3469 50% [=============================== ] 1770/3469 51% [=============================== ] 1771/3469 51% [=============================== ] 1772/3469 51% [=============================== ] 1773/3469 51% [=============================== ] 1774/3469 51% [=============================== ] 1775/3469 51% [=============================== ] 1776/3469 51% [=============================== ] 1777/3469 51% [=============================== ] 1778/3469 51% [=============================== ] 1779/3469 51% [=============================== ] 1780/3469 51% [=============================== ] 1781/3469 51% [=============================== ] 1782/3469 51% [=============================== ] 1783/3469 51% [=============================== ] 1784/3469 51% [=============================== ] 1785/3469 51% [=============================== ] 1786/3469 51% [=============================== ] 1787/3469 51% [=============================== ] 1788/3469 51% [=============================== ] 1789/3469 51% [=============================== ] 1790/3469 51% [================================ ] 1791/3469 51% [================================ ] 1792/3469 51% [================================ ] 1793/3469 51% [================================ ] 1794/3469 51% [================================ ] 1795/3469 51% [================================ ] 1796/3469 51% [================================ ] 1797/3469 51% [================================ ] 1798/3469 51% [================================ ] 1799/3469 51% [================================ ] 1800/3469 51% [================================ ] 1801/3469 51% [================================ ] 1802/3469 51% [================================ ] 1803/3469 51% [================================ ] 1804/3469 52% [================================ ] 1805/3469 52% [================================ ] 1806/3469 52% [================================ ] 1807/3469 52% [================================ ] 1808/3469 52% [================================ ] 1809/3469 52% [================================ ] 1810/3469 52% [================================ ] 1811/3469 52% [================================ ] 1812/3469 52% [================================ ] 1813/3469 52% [================================ ] 1814/3469 52% [================================ ] 1815/3469 52% [================================ ] 1816/3469 52% [================================ ] 1817/3469 52% [================================ ] 1818/3469 52% [================================ ] 1819/3469 52% [================================ ] 1820/3469 52% [================================ ] 1821/3469 52% [================================ ] 1822/3469 52% [================================ ] 1823/3469 52% [================================ ] 1824/3469 52% [================================ ] 1825/3469 52% [================================ ] 1826/3469 52% [================================ ] 1827/3469 52% [================================ ] 1828/3469 52% [================================ ] 1829/3469 52% [================================ ] 1830/3469 52% [================================ ] 1831/3469 52% [================================ ] 1832/3469 52% [================================ ] 1833/3469 52% [================================ ] 1834/3469 52% [================================ ] 1835/3469 52% [================================ ] 1836/3469 52% [================================ ] 1837/3469 52% [================================ ] 1838/3469 52% [================================ ] 1839/3469 53% [================================ ] 1840/3469 53% [================================ ] 1841/3469 53% [================================ ] 1842/3469 53% [================================ ] 1843/3469 53% [================================ ] 1844/3469 53% [================================ ] 1845/3469 53% [================================ ] 1846/3469 53% [================================= ] 1847/3469 53% [================================= ] 1848/3469 53% [================================= ] 1849/3469 53% [================================= ] 1850/3469 53% [================================= ] 1851/3469 53% [================================= ] 1852/3469 53% [================================= ] 1853/3469 53% [================================= ] 1854/3469 53% [================================= ] 1855/3469 53% [================================= ] 1856/3469 53% [================================= ] 1857/3469 53% [================================= ] 1858/3469 53% [================================= ] 1859/3469 53% [================================= ] 1860/3469 53% [================================= ] 1861/3469 53% [================================= ] 1862/3469 53% [================================= ] 1863/3469 53% [================================= ] 1864/3469 53% [================================= ] 1865/3469 53% [================================= ] 1866/3469 53% [================================= ] 1867/3469 53% [================================= ] 1868/3469 53% [================================= ] 1869/3469 53% [================================= ] 1870/3469 53% [================================= ] 1871/3469 53% [================================= ] 1872/3469 53% [================================= ] 1873/3469 53% [================================= ] 1874/3469 54% [================================= ] 1875/3469 54% [================================= ] 1876/3469 54% [================================= ] 1877/3469 54% [================================= ] 1878/3469 54% [================================= ] 1879/3469 54% [================================= ] 1880/3469 54% [================================= ] 1881/3469 54% [================================= ] 1882/3469 54% [================================= ] 1883/3469 54% [================================= ] 1884/3469 54% [================================= ] 1885/3469 54% [================================= ] 1886/3469 54% [================================= ] 1887/3469 54% [================================= ] 1888/3469 54% [================================= ] 1889/3469 54% [================================= ] 1890/3469 54% [================================= ] 1891/3469 54% [================================= ] 1892/3469 54% [================================= ] 1893/3469 54% [================================= ] 1894/3469 54% [================================= ] 1895/3469 54% [================================= ] 1896/3469 54% [================================= ] 1897/3469 54% [================================= ] 1898/3469 54% [================================= ] 1899/3469 54% [================================= ] 1900/3469 54% [================================= ] 1901/3469 54% [================================= ] 1902/3469 54% [================================== ] 1903/3469 54% [================================== ] 1904/3469 54% [================================== ] 1905/3469 54% [================================== ] 1906/3469 54% [================================== ] 1907/3469 54% [================================== ] 1908/3469 55% [================================== ] 1909/3469 55% [================================== ] 1910/3469 55% [================================== ] 1911/3469 55% [================================== ] 1912/3469 55% [================================== ] 1913/3469 55% [================================== ] 1914/3469 55% [================================== ] 1915/3469 55% [================================== ] 1916/3469 55% [================================== ] 1917/3469 55% [================================== ] 1918/3469 55% [================================== ] 1919/3469 55% [================================== ] 1920/3469 55% [================================== ] 1921/3469 55% [================================== ] 1922/3469 55% [================================== ] 1923/3469 55% [================================== ] 1924/3469 55% [================================== ] 1925/3469 55% [================================== ] 1926/3469 55% [================================== ] 1927/3469 55% [================================== ] 1928/3469 55% [================================== ] 1929/3469 55% [================================== ] 1930/3469 55% [================================== ] 1931/3469 55% [================================== ] 1932/3469 55% [================================== ] 1933/3469 55% [================================== ] 1934/3469 55% [================================== ] 1935/3469 55% [================================== ] 1936/3469 55% [================================== ] 1937/3469 55% [================================== ] 1938/3469 55% [================================== ] 1939/3469 55% [================================== ] 1940/3469 55% [================================== ] 1941/3469 55% [================================== ] 1942/3469 55% [================================== ] 1943/3469 56% [================================== ] 1944/3469 56% [================================== ] 1945/3469 56% [================================== ] 1946/3469 56% [================================== ] 1947/3469 56% [================================== ] 1948/3469 56% [================================== ] 1949/3469 56% [================================== ] 1950/3469 56% [================================== ] 1951/3469 56% [================================== ] 1952/3469 56% [================================== ] 1953/3469 56% [================================== ] 1954/3469 56% [================================== ] 1955/3469 56% [================================== ] 1956/3469 56% [================================== ] 1957/3469 56% [================================== ] 1958/3469 56% [=================================== ] 1959/3469 56% [=================================== ] 1960/3469 56% [=================================== ] 1961/3469 56% [=================================== ] 1962/3469 56% [=================================== ] 1963/3469 56% [=================================== ] 1964/3469 56% [=================================== ] 1965/3469 56% [=================================== ] 1966/3469 56% [=================================== ] 1967/3469 56% [=================================== ] 1968/3469 56% [=================================== ] 1969/3469 56% [=================================== ] 1970/3469 56% [=================================== ] 1971/3469 56% [=================================== ] 1972/3469 56% [=================================== ] 1973/3469 56% [=================================== ] 1974/3469 56% [=================================== ] 1975/3469 56% [=================================== ] 1976/3469 56% [=================================== ] 1977/3469 56% [=================================== ] 1978/3469 57% [=================================== ] 1979/3469 57% [=================================== ] 1980/3469 57% [=================================== ] 1981/3469 57% [=================================== ] 1982/3469 57% [=================================== ] 1983/3469 57% [=================================== ] 1984/3469 57% [=================================== ] 1985/3469 57% [=================================== ] 1986/3469 57% [=================================== ] 1987/3469 57% [=================================== ] 1988/3469 57% [=================================== ] 1989/3469 57% [=================================== ] 1990/3469 57% [=================================== ] 1991/3469 57% [=================================== ] 1992/3469 57% [=================================== ] 1993/3469 57% [=================================== ] 1994/3469 57% [=================================== ] 1995/3469 57% [=================================== ] 1996/3469 57% [=================================== ] 1997/3469 57% [=================================== ] 1998/3469 57% [=================================== ] 1999/3469 57% [=================================== ] 2000/3469 57% [=================================== ] 2001/3469 57% [=================================== ] 2002/3469 57% [=================================== ] 2003/3469 57% [=================================== ] 2004/3469 57% [=================================== ] 2005/3469 57% [=================================== ] 2006/3469 57% [=================================== ] 2007/3469 57% [=================================== ] 2008/3469 57% [=================================== ] 2009/3469 57% [=================================== ] 2010/3469 57% [=================================== ] 2011/3469 57% [=================================== ] 2012/3469 57% [=================================== ] 2013/3469 58% [=================================== ] 2014/3469 58% [==================================== ] 2015/3469 58% [==================================== ] 2016/3469 58% [==================================== ] 2017/3469 58% [==================================== ] 2018/3469 58% [==================================== ] 2019/3469 58% [==================================== ] 2020/3469 58% [==================================== ] 2021/3469 58% [==================================== ] 2022/3469 58% [==================================== ] 2023/3469 58% [==================================== ] 2024/3469 58% [==================================== ] 2025/3469 58% [==================================== ] 2026/3469 58% [==================================== ] 2027/3469 58% [==================================== ] 2028/3469 58% [==================================== ] 2029/3469 58% [==================================== ] 2030/3469 58% [==================================== ] 2031/3469 58% [==================================== ] 2032/3469 58% [==================================== ] 2033/3469 58% [==================================== ] 2034/3469 58% [==================================== ] 2035/3469 58% [==================================== ] 2036/3469 58% [==================================== ] 2037/3469 58% [==================================== ] 2038/3469 58% [==================================== ] 2039/3469 58% [==================================== ] 2040/3469 58% [==================================== ] 2041/3469 58% [==================================== ] 2042/3469 58% [==================================== ] 2043/3469 58% [==================================== ] 2044/3469 58% [==================================== ] 2045/3469 58% [==================================== ] 2046/3469 58% [==================================== ] 2047/3469 59% [==================================== ] 2048/3469 59% [==================================== ] 2049/3469 59% [==================================== ] 2050/3469 59% [==================================== ] 2051/3469 59% [==================================== ] 2052/3469 59% [==================================== ] 2053/3469 59% [==================================== ] 2054/3469 59% [==================================== ] 2055/3469 59% [==================================== ] 2056/3469 59% [==================================== ] 2057/3469 59% [==================================== ] 2058/3469 59% [==================================== ] 2059/3469 59% [==================================== ] 2060/3469 59% [==================================== ] 2061/3469 59% [==================================== ] 2062/3469 59% [==================================== ] 2063/3469 59% [==================================== ] 2064/3469 59% [==================================== ] 2065/3469 59% [==================================== ] 2066/3469 59% [==================================== ] 2067/3469 59% [==================================== ] 2068/3469 59% [==================================== ] 2069/3469 59% [==================================== ] 2070/3469 59% [===================================== ] 2071/3469 59% [===================================== ] 2072/3469 59% [===================================== ] 2073/3469 59% [===================================== ] 2074/3469 59% [===================================== ] 2075/3469 59% [===================================== ] 2076/3469 59% [===================================== ] 2077/3469 59% [===================================== ] 2078/3469 59% [===================================== ] 2079/3469 59% [===================================== ] 2080/3469 59% [===================================== ] 2081/3469 59% [===================================== ] 2082/3469 60% [===================================== ] 2083/3469 60% [===================================== ] 2084/3469 60% [===================================== ] 2085/3469 60% [===================================== ] 2086/3469 60% [===================================== ] 2087/3469 60% [===================================== ] 2088/3469 60% [===================================== ] 2089/3469 60% [===================================== ] 2090/3469 60% [===================================== ] 2091/3469 60% [===================================== ] 2092/3469 60% [===================================== ] 2093/3469 60% [===================================== ] 2094/3469 60% [===================================== ] 2095/3469 60% [===================================== ] 2096/3469 60% [===================================== ] 2097/3469 60% [===================================== ] 2098/3469 60% [===================================== ] 2099/3469 60% [===================================== ] 2100/3469 60% [===================================== ] 2101/3469 60% [===================================== ] 2102/3469 60% [===================================== ] 2103/3469 60% [===================================== ] 2104/3469 60% [===================================== ] 2105/3469 60% [===================================== ] 2106/3469 60% [===================================== ] 2107/3469 60% [===================================== ] 2108/3469 60% [===================================== ] 2109/3469 60% [===================================== ] 2110/3469 60% [===================================== ] 2111/3469 60% [===================================== ] 2112/3469 60% [===================================== ] 2113/3469 60% [===================================== ] 2114/3469 60% [===================================== ] 2115/3469 60% [===================================== ] 2116/3469 60% [===================================== ] 2117/3469 61% [===================================== ] 2118/3469 61% [===================================== ] 2119/3469 61% [===================================== ] 2120/3469 61% [===================================== ] 2121/3469 61% [===================================== ] 2122/3469 61% [===================================== ] 2123/3469 61% [===================================== ] 2124/3469 61% [===================================== ] 2125/3469 61% [===================================== ] 2126/3469 61% [====================================== ] 2127/3469 61% [====================================== ] 2128/3469 61% [====================================== ] 2129/3469 61% [====================================== ] 2130/3469 61% [====================================== ] 2131/3469 61% [====================================== ] 2132/3469 61% [====================================== ] 2133/3469 61% [====================================== ] 2134/3469 61% [====================================== ] 2135/3469 61% [====================================== ] 2136/3469 61% [====================================== ] 2137/3469 61% [====================================== ] 2138/3469 61% [====================================== ] 2139/3469 61% [====================================== ] 2140/3469 61% [====================================== ] 2141/3469 61% [====================================== ] 2142/3469 61% [====================================== ] 2143/3469 61% [====================================== ] 2144/3469 61% [====================================== ] 2145/3469 61% [====================================== ] 2146/3469 61% [====================================== ] 2147/3469 61% [====================================== ] 2148/3469 61% [====================================== ] 2149/3469 61% [====================================== ] 2150/3469 61% [====================================== ] 2151/3469 62% [====================================== ] 2152/3469 62% [====================================== ] 2153/3469 62% [====================================== ] 2154/3469 62% [====================================== ] 2155/3469 62% [====================================== ] 2156/3469 62% [====================================== ] 2157/3469 62% [====================================== ] 2158/3469 62% [====================================== ] 2159/3469 62% [====================================== ] 2160/3469 62% [====================================== ] 2161/3469 62% [====================================== ] 2162/3469 62% [====================================== ] 2163/3469 62% [====================================== ] 2164/3469 62% [====================================== ] 2165/3469 62% [====================================== ] 2166/3469 62% [====================================== ] 2167/3469 62% [====================================== ] 2168/3469 62% [====================================== ] 2169/3469 62% [====================================== ] 2170/3469 62% [====================================== ] 2171/3469 62% [====================================== ] 2172/3469 62% [====================================== ] 2173/3469 62% [====================================== ] 2174/3469 62% [====================================== ] 2175/3469 62% [====================================== ] 2176/3469 62% [====================================== ] 2177/3469 62% [====================================== ] 2178/3469 62% [====================================== ] 2179/3469 62% [====================================== ] 2180/3469 62% [====================================== ] 2181/3469 62% [====================================== ] 2182/3469 62% [======================================= ] 2183/3469 62% [======================================= ] 2184/3469 62% [======================================= ] 2185/3469 62% [======================================= ] 2186/3469 63% [======================================= ] 2187/3469 63% [======================================= ] 2188/3469 63% [======================================= ] 2189/3469 63% [======================================= ] 2190/3469 63% [======================================= ] 2191/3469 63% [======================================= ] 2192/3469 63% [======================================= ] 2193/3469 63% [======================================= ] 2194/3469 63% [======================================= ] 2195/3469 63% [======================================= ] 2196/3469 63% [======================================= ] 2197/3469 63% [======================================= ] 2198/3469 63% [======================================= ] 2199/3469 63% [======================================= ] 2200/3469 63% [======================================= ] 2201/3469 63% [======================================= ] 2202/3469 63% [======================================= ] 2203/3469 63% [======================================= ] 2204/3469 63% [======================================= ] 2205/3469 63% [======================================= ] 2206/3469 63% [======================================= ] 2207/3469 63% [======================================= ] 2208/3469 63% [======================================= ] 2209/3469 63% [======================================= ] 2210/3469 63% [======================================= ] 2211/3469 63% [======================================= ] 2212/3469 63% [======================================= ] 2213/3469 63% [======================================= ] 2214/3469 63% [======================================= ] 2215/3469 63% [======================================= ] 2216/3469 63% [======================================= ] 2217/3469 63% [======================================= ] 2218/3469 63% [======================================= ] 2219/3469 63% [======================================= ] 2220/3469 63% [======================================= ] 2221/3469 64% [======================================= ] 2222/3469 64% [======================================= ] 2223/3469 64% [======================================= ] 2224/3469 64% [======================================= ] 2225/3469 64% [======================================= ] 2226/3469 64% [======================================= ] 2227/3469 64% [======================================= ] 2228/3469 64% [======================================= ] 2229/3469 64% [======================================= ] 2230/3469 64% [======================================= ] 2231/3469 64% [======================================= ] 2232/3469 64% [======================================= ] 2233/3469 64% [======================================= ] 2234/3469 64% [======================================= ] 2235/3469 64% [======================================= ] 2236/3469 64% [======================================= ] 2237/3469 64% [======================================= ] 2238/3469 64% [======================================== ] 2239/3469 64% [======================================== ] 2240/3469 64% [======================================== ] 2241/3469 64% [======================================== ] 2242/3469 64% [======================================== ] 2243/3469 64% [======================================== ] 2244/3469 64% [======================================== ] 2245/3469 64% [======================================== ] 2246/3469 64% [======================================== ] 2247/3469 64% [======================================== ] 2248/3469 64% [======================================== ] 2249/3469 64% [======================================== ] 2250/3469 64% [======================================== ] 2251/3469 64% [======================================== ] 2252/3469 64% [======================================== ] 2253/3469 64% [======================================== ] 2254/3469 64% [======================================== ] 2255/3469 65% [======================================== ] 2256/3469 65% [======================================== ] 2257/3469 65% [======================================== ] 2258/3469 65% [======================================== ] 2259/3469 65% [======================================== ] 2260/3469 65% [======================================== ] 2261/3469 65% [======================================== ] 2262/3469 65% [======================================== ] 2263/3469 65% [======================================== ] 2264/3469 65% [======================================== ] 2265/3469 65% [======================================== ] 2266/3469 65% [======================================== ] 2267/3469 65% [======================================== ] 2268/3469 65% [======================================== ] 2269/3469 65% [======================================== ] 2270/3469 65% [======================================== ] 2271/3469 65% [======================================== ] 2272/3469 65% [======================================== ] 2273/3469 65% [======================================== ] 2274/3469 65% [======================================== ] 2275/3469 65% [======================================== ] 2276/3469 65% [======================================== ] 2277/3469 65% [======================================== ] 2278/3469 65% [======================================== ] 2279/3469 65% [======================================== ] 2280/3469 65% [======================================== ] 2281/3469 65% [======================================== ] 2282/3469 65% [======================================== ] 2283/3469 65% [======================================== ] 2284/3469 65% [======================================== ] 2285/3469 65% [======================================== ] 2286/3469 65% [======================================== ] 2287/3469 65% [======================================== ] 2288/3469 65% [======================================== ] 2289/3469 65% [======================================== ] 2290/3469 66% [======================================== ] 2291/3469 66% [======================================== ] 2292/3469 66% [======================================== ] 2293/3469 66% [======================================== ] 2294/3469 66% [========================================= ] 2295/3469 66% [========================================= ] 2296/3469 66% [========================================= ] 2297/3469 66% [========================================= ] 2298/3469 66% [========================================= ] 2299/3469 66% [========================================= ] 2300/3469 66% [========================================= ] 2301/3469 66% [========================================= ] 2302/3469 66% [========================================= ] 2303/3469 66% [========================================= ] 2304/3469 66% [========================================= ] 2305/3469 66% [========================================= ] 2306/3469 66% [========================================= ] 2307/3469 66% [========================================= ] 2308/3469 66% [========================================= ] 2309/3469 66% [========================================= ] 2310/3469 66% [========================================= ] 2311/3469 66% [========================================= ] 2312/3469 66% [========================================= ] 2313/3469 66% [========================================= ] 2314/3469 66% [========================================= ] 2315/3469 66% [========================================= ] 2316/3469 66% [========================================= ] 2317/3469 66% [========================================= ] 2318/3469 66% [========================================= ] 2319/3469 66% [========================================= ] 2320/3469 66% [========================================= ] 2321/3469 66% [========================================= ] 2322/3469 66% [========================================= ] 2323/3469 66% [========================================= ] 2324/3469 66% [========================================= ] 2325/3469 67% [========================================= ] 2326/3469 67% [========================================= ] 2327/3469 67% [========================================= ] 2328/3469 67% [========================================= ] 2329/3469 67% [========================================= ] 2330/3469 67% [========================================= ] 2331/3469 67% [========================================= ] 2332/3469 67% [========================================= ] 2333/3469 67% [========================================= ] 2334/3469 67% [========================================= ] 2335/3469 67% [========================================= ] 2336/3469 67% [========================================= ] 2337/3469 67% [========================================= ] 2338/3469 67% [========================================= ] 2339/3469 67% [========================================= ] 2340/3469 67% [========================================= ] 2341/3469 67% [========================================= ] 2342/3469 67% [========================================= ] 2343/3469 67% [========================================= ] 2344/3469 67% [========================================= ] 2345/3469 67% [========================================= ] 2346/3469 67% [========================================= ] 2347/3469 67% [========================================= ] 2348/3469 67% [========================================= ] 2349/3469 67% [========================================== ] 2350/3469 67% [========================================== ] 2351/3469 67% [========================================== ] 2352/3469 67% [========================================== ] 2353/3469 67% [========================================== ] 2354/3469 67% [========================================== ] 2355/3469 67% [========================================== ] 2356/3469 67% [========================================== ] 2357/3469 67% [========================================== ] 2358/3469 67% [========================================== ] 2359/3469 68% [========================================== ] 2360/3469 68% [========================================== ] 2361/3469 68% [========================================== ] 2362/3469 68% [========================================== ] 2363/3469 68% [========================================== ] 2364/3469 68% [========================================== ] 2365/3469 68% [========================================== ] 2366/3469 68% [========================================== ] 2367/3469 68% [========================================== ] 2368/3469 68% [========================================== ] 2369/3469 68% [========================================== ] 2370/3469 68% [========================================== ] 2371/3469 68% [========================================== ] 2372/3469 68% [========================================== ] 2373/3469 68% [========================================== ] 2374/3469 68% [========================================== ] 2375/3469 68% [========================================== ] 2376/3469 68% [========================================== ] 2377/3469 68% [========================================== ] 2378/3469 68% [========================================== ] 2379/3469 68% [========================================== ] 2380/3469 68% [========================================== ] 2381/3469 68% [========================================== ] 2382/3469 68% [========================================== ] 2383/3469 68% [========================================== ] 2384/3469 68% [========================================== ] 2385/3469 68% [========================================== ] 2386/3469 68% [========================================== ] 2387/3469 68% [========================================== ] 2388/3469 68% [========================================== ] 2389/3469 68% [========================================== ] 2390/3469 68% [========================================== ] 2391/3469 68% [========================================== ] 2392/3469 68% [========================================== ] 2393/3469 68% [========================================== ] 2394/3469 69% [========================================== ] 2395/3469 69% [========================================== ] 2396/3469 69% [========================================== ] 2397/3469 69% [========================================== ] 2398/3469 69% [========================================== ] 2399/3469 69% [========================================== ] 2400/3469 69% [========================================== ] 2401/3469 69% [========================================== ] 2402/3469 69% [========================================== ] 2403/3469 69% [========================================== ] 2404/3469 69% [========================================== ] 2405/3469 69% [=========================================== ] 2406/3469 69% [=========================================== ] 2407/3469 69% [=========================================== ] 2408/3469 69% [=========================================== ] 2409/3469 69% [=========================================== ] 2410/3469 69% [=========================================== ] 2411/3469 69% [=========================================== ] 2412/3469 69% [=========================================== ] 2413/3469 69% [=========================================== ] 2414/3469 69% [=========================================== ] 2415/3469 69% [=========================================== ] 2416/3469 69% [=========================================== ] 2417/3469 69% [=========================================== ] 2418/3469 69% [=========================================== ] 2419/3469 69% [=========================================== ] 2420/3469 69% [=========================================== ] 2421/3469 69% [=========================================== ] 2422/3469 69% [=========================================== ] 2423/3469 69% [=========================================== ] 2424/3469 69% [=========================================== ] 2425/3469 69% [=========================================== ] 2426/3469 69% [=========================================== ] 2427/3469 69% [=========================================== ] 2428/3469 69% [=========================================== ] 2429/3469 70% [=========================================== ] 2430/3469 70% [=========================================== ] 2431/3469 70% [=========================================== ] 2432/3469 70% [=========================================== ] 2433/3469 70% [=========================================== ] 2434/3469 70% [=========================================== ] 2435/3469 70% [=========================================== ] 2436/3469 70% [=========================================== ] 2437/3469 70% [=========================================== ] 2438/3469 70% [=========================================== ] 2439/3469 70% [=========================================== ] 2440/3469 70% [=========================================== ] 2441/3469 70% [=========================================== ] 2442/3469 70% [=========================================== ] 2443/3469 70% [=========================================== ] 2444/3469 70% [=========================================== ] 2445/3469 70% [=========================================== ] 2446/3469 70% [=========================================== ] 2447/3469 70% [=========================================== ] 2448/3469 70% [=========================================== ] 2449/3469 70% [=========================================== ] 2450/3469 70% [=========================================== ] 2451/3469 70% [=========================================== ] 2452/3469 70% [=========================================== ] 2453/3469 70% [=========================================== ] 2454/3469 70% [=========================================== ] 2455/3469 70% [=========================================== ] 2456/3469 70% [=========================================== ] 2457/3469 70% [=========================================== ] 2458/3469 70% [=========================================== ] 2459/3469 70% [=========================================== ] 2460/3469 70% [=========================================== ] 2461/3469 70% [============================================ ] 2462/3469 70% [============================================ ] 2463/3469 71% [============================================ ] 2464/3469 71% [============================================ ] 2465/3469 71% [============================================ ] 2466/3469 71% [============================================ ] 2467/3469 71% [============================================ ] 2468/3469 71% [============================================ ] 2469/3469 71% [============================================ ] 2470/3469 71% [============================================ ] 2471/3469 71% [============================================ ] 2472/3469 71% [============================================ ] 2473/3469 71% [============================================ ] 2474/3469 71% [============================================ ] 2475/3469 71% [============================================ ] 2476/3469 71% [============================================ ] 2477/3469 71% [============================================ ] 2478/3469 71% [============================================ ] 2479/3469 71% [============================================ ] 2480/3469 71% [============================================ ] 2481/3469 71% [============================================ ] 2482/3469 71% [============================================ ] 2483/3469 71% [============================================ ] 2484/3469 71% [============================================ ] 2485/3469 71% [============================================ ] 2486/3469 71% [============================================ ] 2487/3469 71% [============================================ ] 2488/3469 71% [============================================ ] 2489/3469 71% [============================================ ] 2490/3469 71% [============================================ ] 2491/3469 71% [============================================ ] 2492/3469 71% [============================================ ] 2493/3469 71% [============================================ ] 2494/3469 71% [============================================ ] 2495/3469 71% [============================================ ] 2496/3469 71% [============================================ ] 2497/3469 71% [============================================ ] 2498/3469 72% [============================================ ] 2499/3469 72% [============================================ ] 2500/3469 72% [============================================ ] 2501/3469 72% [============================================ ] 2502/3469 72% [============================================ ] 2503/3469 72% [============================================ ] 2504/3469 72% [============================================ ] 2505/3469 72% [============================================ ] 2506/3469 72% [============================================ ] 2507/3469 72% [============================================ ] 2508/3469 72% [============================================ ] 2509/3469 72% [============================================ ] 2510/3469 72% [============================================ ] 2511/3469 72% [============================================ ] 2512/3469 72% [============================================ ] 2513/3469 72% [============================================ ] 2514/3469 72% [============================================ ] 2515/3469 72% [============================================ ] 2516/3469 72% [============================================ ] 2517/3469 72% [============================================= ] 2518/3469 72% [============================================= ] 2519/3469 72% [============================================= ] 2520/3469 72% [============================================= ] 2521/3469 72% [============================================= ] 2522/3469 72% [============================================= ] 2523/3469 72% [============================================= ] 2524/3469 72% [============================================= ] 2525/3469 72% [============================================= ] 2526/3469 72% [============================================= ] 2527/3469 72% [============================================= ] 2528/3469 72% [============================================= ] 2529/3469 72% [============================================= ] 2530/3469 72% [============================================= ] 2531/3469 72% [============================================= ] 2532/3469 72% [============================================= ] 2533/3469 73% [============================================= ] 2534/3469 73% [============================================= ] 2535/3469 73% [============================================= ] 2536/3469 73% [============================================= ] 2537/3469 73% [============================================= ] 2538/3469 73% [============================================= ] 2539/3469 73% [============================================= ] 2540/3469 73% [============================================= ] 2541/3469 73% [============================================= ] 2542/3469 73% [============================================= ] 2543/3469 73% [============================================= ] 2544/3469 73% [============================================= ] 2545/3469 73% [============================================= ] 2546/3469 73% [============================================= ] 2547/3469 73% [============================================= ] 2548/3469 73% [============================================= ] 2549/3469 73% [============================================= ] 2550/3469 73% [============================================= ] 2551/3469 73% [============================================= ] 2552/3469 73% [============================================= ] 2553/3469 73% [============================================= ] 2554/3469 73% [============================================= ] 2555/3469 73% [============================================= ] 2556/3469 73% [============================================= ] 2557/3469 73% [============================================= ] 2558/3469 73% [============================================= ] 2559/3469 73% [============================================= ] 2560/3469 73% [============================================= ] 2561/3469 73% [============================================= ] 2562/3469 73% [============================================= ] 2563/3469 73% [============================================= ] 2564/3469 73% [============================================= ] 2565/3469 73% [============================================= ] 2566/3469 73% [============================================= ] 2567/3469 73% [============================================= ] 2568/3469 74% [============================================= ] 2569/3469 74% [============================================= ] 2570/3469 74% [============================================= ] 2571/3469 74% [============================================= ] 2572/3469 74% [============================================= ] 2573/3469 74% [============================================== ] 2574/3469 74% [============================================== ] 2575/3469 74% [============================================== ] 2576/3469 74% [============================================== ] 2577/3469 74% [============================================== ] 2578/3469 74% [============================================== ] 2579/3469 74% [============================================== ] 2580/3469 74% [============================================== ] 2581/3469 74% [============================================== ] 2582/3469 74% [============================================== ] 2583/3469 74% [============================================== ] 2584/3469 74% [============================================== ] 2585/3469 74% [============================================== ] 2586/3469 74% [============================================== ] 2587/3469 74% [============================================== ] 2588/3469 74% [============================================== ] 2589/3469 74% [============================================== ] 2590/3469 74% [============================================== ] 2591/3469 74% [============================================== ] 2592/3469 74% [============================================== ] 2593/3469 74% [============================================== ] 2594/3469 74% [============================================== ] 2595/3469 74% [============================================== ] 2596/3469 74% [============================================== ] 2597/3469 74% [============================================== ] 2598/3469 74% [============================================== ] 2599/3469 74% [============================================== ] 2600/3469 74% [============================================== ] 2601/3469 74% [============================================== ] 2602/3469 75% [============================================== ] 2603/3469 75% [============================================== ] 2604/3469 75% [============================================== ] 2605/3469 75% [============================================== ] 2606/3469 75% [============================================== ] 2607/3469 75% [============================================== ] 2608/3469 75% [============================================== ] 2609/3469 75% [============================================== ] 2610/3469 75% [============================================== ] 2611/3469 75% [============================================== ] 2612/3469 75% [============================================== ] 2613/3469 75% [============================================== ] 2614/3469 75% [============================================== ] 2615/3469 75% [============================================== ] 2616/3469 75% [============================================== ] 2617/3469 75% [============================================== ] 2618/3469 75% [============================================== ] 2619/3469 75% [============================================== ] 2620/3469 75% [============================================== ] 2621/3469 75% [============================================== ] 2622/3469 75% [============================================== ] 2623/3469 75% [============================================== ] 2624/3469 75% [============================================== ] 2625/3469 75% [============================================== ] 2626/3469 75% [============================================== ] 2627/3469 75% [============================================== ] 2628/3469 75% [============================================== ] 2629/3469 75% [=============================================== ] 2630/3469 75% [=============================================== ] 2631/3469 75% [=============================================== ] 2632/3469 75% [=============================================== ] 2633/3469 75% [=============================================== ] 2634/3469 75% [=============================================== ] 2635/3469 75% [=============================================== ] 2636/3469 75% [=============================================== ] 2637/3469 76% [=============================================== ] 2638/3469 76% [=============================================== ] 2639/3469 76% [=============================================== ] 2640/3469 76% [=============================================== ] 2641/3469 76% [=============================================== ] 2642/3469 76% [=============================================== ] 2643/3469 76% [=============================================== ] 2644/3469 76% [=============================================== ] 2645/3469 76% [=============================================== ] 2646/3469 76% [=============================================== ] 2647/3469 76% [=============================================== ] 2648/3469 76% [=============================================== ] 2649/3469 76% [=============================================== ] 2650/3469 76% [=============================================== ] 2651/3469 76% [=============================================== ] 2652/3469 76% [=============================================== ] 2653/3469 76% [=============================================== ] 2654/3469 76% [=============================================== ] 2655/3469 76% [=============================================== ] 2656/3469 76% [=============================================== ] 2657/3469 76% [=============================================== ] 2658/3469 76% [=============================================== ] 2659/3469 76% [=============================================== ] 2660/3469 76% [=============================================== ] 2661/3469 76% [=============================================== ] 2662/3469 76% [=============================================== ] 2663/3469 76% [=============================================== ] 2664/3469 76% [=============================================== ] 2665/3469 76% [=============================================== ] 2666/3469 76% [=============================================== ] 2667/3469 76% [=============================================== ] 2668/3469 76% [=============================================== ] 2669/3469 76% [=============================================== ] 2670/3469 76% [=============================================== ] 2671/3469 76% [=============================================== ] 2672/3469 77% [=============================================== ] 2673/3469 77% [=============================================== ] 2674/3469 77% [=============================================== ] 2675/3469 77% [=============================================== ] 2676/3469 77% [=============================================== ] 2677/3469 77% [=============================================== ] 2678/3469 77% [=============================================== ] 2679/3469 77% [=============================================== ] 2680/3469 77% [=============================================== ] 2681/3469 77% [=============================================== ] 2682/3469 77% [=============================================== ] 2683/3469 77% [=============================================== ] 2684/3469 77% [=============================================== ] 2685/3469 77% [================================================ ] 2686/3469 77% [================================================ ] 2687/3469 77% [================================================ ] 2688/3469 77% [================================================ ] 2689/3469 77% [================================================ ] 2690/3469 77% [================================================ ] 2691/3469 77% [================================================ ] 2692/3469 77% [================================================ ] 2693/3469 77% [================================================ ] 2694/3469 77% [================================================ ] 2695/3469 77% [================================================ ] 2696/3469 77% [================================================ ] 2697/3469 77% [================================================ ] 2698/3469 77% [================================================ ] 2699/3469 77% [================================================ ] 2700/3469 77% [================================================ ] 2701/3469 77% [================================================ ] 2702/3469 77% [================================================ ] 2703/3469 77% [================================================ ] 2704/3469 77% [================================================ ] 2705/3469 77% [================================================ ] 2706/3469 78% [================================================ ] 2707/3469 78% [================================================ ] 2708/3469 78% [================================================ ] 2709/3469 78% [================================================ ] 2710/3469 78% [================================================ ] 2711/3469 78% [================================================ ] 2712/3469 78% [================================================ ] 2713/3469 78% [================================================ ] 2714/3469 78% [================================================ ] 2715/3469 78% [================================================ ] 2716/3469 78% [================================================ ] 2717/3469 78% [================================================ ] 2718/3469 78% [================================================ ] 2719/3469 78% [================================================ ] 2720/3469 78% [================================================ ] 2721/3469 78% [================================================ ] 2722/3469 78% [================================================ ] 2723/3469 78% [================================================ ] 2724/3469 78% [================================================ ] 2725/3469 78% [================================================ ] 2726/3469 78% [================================================ ] 2727/3469 78% [================================================ ] 2728/3469 78% [================================================ ] 2729/3469 78% [================================================ ] 2730/3469 78% [================================================ ] 2731/3469 78% [================================================ ] 2732/3469 78% [================================================ ] 2733/3469 78% [================================================ ] 2734/3469 78% [================================================ ] 2735/3469 78% [================================================ ] 2736/3469 78% [================================================ ] 2737/3469 78% [================================================ ] 2738/3469 78% [================================================ ] 2739/3469 78% [================================================ ] 2740/3469 78% [================================================ ] 2741/3469 79% [================================================= ] 2742/3469 79% [================================================= ] 2743/3469 79% [================================================= ] 2744/3469 79% [================================================= ] 2745/3469 79% [================================================= ] 2746/3469 79% [================================================= ] 2747/3469 79% [================================================= ] 2748/3469 79% [================================================= ] 2749/3469 79% [================================================= ] 2750/3469 79% [================================================= ] 2751/3469 79% [================================================= ] 2752/3469 79% [================================================= ] 2753/3469 79% [================================================= ] 2754/3469 79% [================================================= ] 2755/3469 79% [================================================= ] 2756/3469 79% [================================================= ] 2757/3469 79% [================================================= ] 2758/3469 79% [================================================= ] 2759/3469 79% [================================================= ] 2760/3469 79% [================================================= ] 2761/3469 79% [================================================= ] 2762/3469 79% [================================================= ] 2763/3469 79% [================================================= ] 2764/3469 79% [================================================= ] 2765/3469 79% [================================================= ] 2766/3469 79% [================================================= ] 2767/3469 79% [================================================= ] 2768/3469 79% [================================================= ] 2769/3469 79% [================================================= ] 2770/3469 79% [================================================= ] 2771/3469 79% [================================================= ] 2772/3469 79% [================================================= ] 2773/3469 79% [================================================= ] 2774/3469 79% [================================================= ] 2775/3469 79% [================================================= ] 2776/3469 80% [================================================= ] 2777/3469 80% [================================================= ] 2778/3469 80% [================================================= ] 2779/3469 80% [================================================= ] 2780/3469 80% [================================================= ] 2781/3469 80% [================================================= ] 2782/3469 80% [================================================= ] 2783/3469 80% [================================================= ] 2784/3469 80% [================================================= ] 2785/3469 80% [================================================= ] 2786/3469 80% [================================================= ] 2787/3469 80% [================================================= ] 2788/3469 80% [================================================= ] 2789/3469 80% [================================================= ] 2790/3469 80% [================================================= ] 2791/3469 80% [================================================= ] 2792/3469 80% [================================================= ] 2793/3469 80% [================================================= ] 2794/3469 80% [================================================= ] 2795/3469 80% [================================================= ] 2796/3469 80% [================================================= ] 2797/3469 80% [================================================== ] 2798/3469 80% [================================================== ] 2799/3469 80% [================================================== ] 2800/3469 80% [================================================== ] 2801/3469 80% [================================================== ] 2802/3469 80% [================================================== ] 2803/3469 80% [================================================== ] 2804/3469 80% [================================================== ] 2805/3469 80% [================================================== ] 2806/3469 80% [================================================== ] 2807/3469 80% [================================================== ] 2808/3469 80% [================================================== ] 2809/3469 80% [================================================== ] 2810/3469 81% [================================================== ] 2811/3469 81% [================================================== ] 2812/3469 81% [================================================== ] 2813/3469 81% [================================================== ] 2814/3469 81% [================================================== ] 2815/3469 81% [================================================== ] 2816/3469 81% [================================================== ] 2817/3469 81% [================================================== ] 2818/3469 81% [================================================== ] 2819/3469 81% [================================================== ] 2820/3469 81% [================================================== ] 2821/3469 81% [================================================== ] 2822/3469 81% [================================================== ] 2823/3469 81% [================================================== ] 2824/3469 81% [================================================== ] 2825/3469 81% [================================================== ] 2826/3469 81% [================================================== ] 2827/3469 81% [================================================== ] 2828/3469 81% [================================================== ] 2829/3469 81% [================================================== ] 2830/3469 81% [================================================== ] 2831/3469 81% [================================================== ] 2832/3469 81% [================================================== ] 2833/3469 81% [================================================== ] 2834/3469 81% [================================================== ] 2835/3469 81% [================================================== ] 2836/3469 81% [================================================== ] 2837/3469 81% [================================================== ] 2838/3469 81% [================================================== ] 2839/3469 81% [================================================== ] 2840/3469 81% [================================================== ] 2841/3469 81% [================================================== ] 2842/3469 81% [================================================== ] 2843/3469 81% [================================================== ] 2844/3469 81% [================================================== ] 2845/3469 82% [================================================== ] 2846/3469 82% [================================================== ] 2847/3469 82% [================================================== ] 2848/3469 82% [================================================== ] 2849/3469 82% [================================================== ] 2850/3469 82% [================================================== ] 2851/3469 82% [================================================== ] 2852/3469 82% [================================================== ] 2853/3469 82% [=================================================== ] 2854/3469 82% [=================================================== ] 2855/3469 82% [=================================================== ] 2856/3469 82% [=================================================== ] 2857/3469 82% [=================================================== ] 2858/3469 82% [=================================================== ] 2859/3469 82% [=================================================== ] 2860/3469 82% [=================================================== ] 2861/3469 82% [=================================================== ] 2862/3469 82% [=================================================== ] 2863/3469 82% [=================================================== ] 2864/3469 82% [=================================================== ] 2865/3469 82% [=================================================== ] 2866/3469 82% [=================================================== ] 2867/3469 82% [=================================================== ] 2868/3469 82% [=================================================== ] 2869/3469 82% [=================================================== ] 2870/3469 82% [=================================================== ] 2871/3469 82% [=================================================== ] 2872/3469 82% [=================================================== ] 2873/3469 82% [=================================================== ] 2874/3469 82% [=================================================== ] 2875/3469 82% [=================================================== ] 2876/3469 82% [=================================================== ] 2877/3469 82% [=================================================== ] 2878/3469 82% [=================================================== ] 2879/3469 82% [=================================================== ] 2880/3469 83% [=================================================== ] 2881/3469 83% [=================================================== ] 2882/3469 83% [=================================================== ] 2883/3469 83% [=================================================== ] 2884/3469 83% [=================================================== ] 2885/3469 83% [=================================================== ] 2886/3469 83% [=================================================== ] 2887/3469 83% [=================================================== ] 2888/3469 83% [=================================================== ] 2889/3469 83% [=================================================== ] 2890/3469 83% [=================================================== ] 2891/3469 83% [=================================================== ] 2892/3469 83% [=================================================== ] 2893/3469 83% [=================================================== ] 2894/3469 83% [=================================================== ] 2895/3469 83% [=================================================== ] 2896/3469 83% [=================================================== ] 2897/3469 83% [=================================================== ] 2898/3469 83% [=================================================== ] 2899/3469 83% [=================================================== ] 2900/3469 83% [=================================================== ] 2901/3469 83% [=================================================== ] 2902/3469 83% [=================================================== ] 2903/3469 83% [=================================================== ] 2904/3469 83% [=================================================== ] 2905/3469 83% [=================================================== ] 2906/3469 83% [=================================================== ] 2907/3469 83% [=================================================== ] 2908/3469 83% [=================================================== ] 2909/3469 83% [==================================================== ] 2910/3469 83% [==================================================== ] 2911/3469 83% [==================================================== ] 2912/3469 83% [==================================================== ] 2913/3469 83% [==================================================== ] 2914/3469 84% [==================================================== ] 2915/3469 84% [==================================================== ] 2916/3469 84% [==================================================== ] 2917/3469 84% [==================================================== ] 2918/3469 84% [==================================================== ] 2919/3469 84% [==================================================== ] 2920/3469 84% [==================================================== ] 2921/3469 84% [==================================================== ] 2922/3469 84% [==================================================== ] 2923/3469 84% [==================================================== ] 2924/3469 84% [==================================================== ] 2925/3469 84% [==================================================== ] 2926/3469 84% [==================================================== ] 2927/3469 84% [==================================================== ] 2928/3469 84% [==================================================== ] 2929/3469 84% [==================================================== ] 2930/3469 84% [==================================================== ] 2931/3469 84% [==================================================== ] 2932/3469 84% [==================================================== ] 2933/3469 84% [==================================================== ] 2934/3469 84% [==================================================== ] 2935/3469 84% [==================================================== ] 2936/3469 84% [==================================================== ] 2937/3469 84% [==================================================== ] 2938/3469 84% [==================================================== ] 2939/3469 84% [==================================================== ] 2940/3469 84% [==================================================== ] 2941/3469 84% [==================================================== ] 2942/3469 84% [==================================================== ] 2943/3469 84% [==================================================== ] 2944/3469 84% [==================================================== ] 2945/3469 84% [==================================================== ] 2946/3469 84% [==================================================== ] 2947/3469 84% [==================================================== ] 2948/3469 84% [==================================================== ] 2949/3469 85% [==================================================== ] 2950/3469 85% [==================================================== ] 2951/3469 85% [==================================================== ] 2952/3469 85% [==================================================== ] 2953/3469 85% [==================================================== ] 2954/3469 85% [==================================================== ] 2955/3469 85% [==================================================== ] 2956/3469 85% [==================================================== ] 2957/3469 85% [==================================================== ] 2958/3469 85% [==================================================== ] 2959/3469 85% [==================================================== ] 2960/3469 85% [==================================================== ] 2961/3469 85% [==================================================== ] 2962/3469 85% [==================================================== ] 2963/3469 85% [==================================================== ] 2964/3469 85% [==================================================== ] 2965/3469 85% [===================================================== ] 2966/3469 85% [===================================================== ] 2967/3469 85% [===================================================== ] 2968/3469 85% [===================================================== ] 2969/3469 85% [===================================================== ] 2970/3469 85% [===================================================== ] 2971/3469 85% [===================================================== ] 2972/3469 85% [===================================================== ] 2973/3469 85% [===================================================== ] 2974/3469 85% [===================================================== ] 2975/3469 85% [===================================================== ] 2976/3469 85% [===================================================== ] 2977/3469 85% [===================================================== ] 2978/3469 85% [===================================================== ] 2979/3469 85% [===================================================== ] 2980/3469 85% [===================================================== ] 2981/3469 85% [===================================================== ] 2982/3469 85% [===================================================== ] 2983/3469 85% [===================================================== ] 2984/3469 86% [===================================================== ] 2985/3469 86% [===================================================== ] 2986/3469 86% [===================================================== ] 2987/3469 86% [===================================================== ] 2988/3469 86% [===================================================== ] 2989/3469 86% [===================================================== ] 2990/3469 86% [===================================================== ] 2991/3469 86% [===================================================== ] 2992/3469 86% [===================================================== ] 2993/3469 86% [===================================================== ] 2994/3469 86% [===================================================== ] 2995/3469 86% [===================================================== ] 2996/3469 86% [===================================================== ] 2997/3469 86% [===================================================== ] 2998/3469 86% [===================================================== ] 2999/3469 86% [===================================================== ] 3000/3469 86% [===================================================== ] 3001/3469 86% [===================================================== ] 3002/3469 86% [===================================================== ] 3003/3469 86% [===================================================== ] 3004/3469 86% [===================================================== ] 3005/3469 86% [===================================================== ] 3006/3469 86% [===================================================== ] 3007/3469 86% [===================================================== ] 3008/3469 86% [===================================================== ] 3009/3469 86% [===================================================== ] 3010/3469 86% [===================================================== ] 3011/3469 86% [===================================================== ] 3012/3469 86% [===================================================== ] 3013/3469 86% [===================================================== ] 3014/3469 86% [===================================================== ] 3015/3469 86% [===================================================== ] 3016/3469 86% [===================================================== ] 3017/3469 86% [===================================================== ] 3018/3469 86% [===================================================== ] 3019/3469 87% [===================================================== ] 3020/3469 87% [===================================================== ] 3021/3469 87% [====================================================== ] 3022/3469 87% [====================================================== ] 3023/3469 87% [====================================================== ] 3024/3469 87% [====================================================== ] 3025/3469 87% [====================================================== ] 3026/3469 87% [====================================================== ] 3027/3469 87% [====================================================== ] 3028/3469 87% [====================================================== ] 3029/3469 87% [====================================================== ] 3030/3469 87% [====================================================== ] 3031/3469 87% [====================================================== ] 3032/3469 87% [====================================================== ] 3033/3469 87% [====================================================== ] 3034/3469 87% [====================================================== ] 3035/3469 87% [====================================================== ] 3036/3469 87% [====================================================== ] 3037/3469 87% [====================================================== ] 3038/3469 87% [====================================================== ] 3039/3469 87% [====================================================== ] 3040/3469 87% [====================================================== ] 3041/3469 87% [====================================================== ] 3042/3469 87% [====================================================== ] 3043/3469 87% [====================================================== ] 3044/3469 87% [====================================================== ] 3045/3469 87% [====================================================== ] 3046/3469 87% [====================================================== ] 3047/3469 87% [====================================================== ] 3048/3469 87% [====================================================== ] 3049/3469 87% [====================================================== ] 3050/3469 87% [====================================================== ] 3051/3469 87% [====================================================== ] 3052/3469 87% [====================================================== ] 3053/3469 88% [====================================================== ] 3054/3469 88% [====================================================== ] 3055/3469 88% [====================================================== ] 3056/3469 88% [====================================================== ] 3057/3469 88% [====================================================== ] 3058/3469 88% [====================================================== ] 3059/3469 88% [====================================================== ] 3060/3469 88% [====================================================== ] 3061/3469 88% [====================================================== ] 3062/3469 88% [====================================================== ] 3063/3469 88% [====================================================== ] 3064/3469 88% [====================================================== ] 3065/3469 88% [====================================================== ] 3066/3469 88% [====================================================== ] 3067/3469 88% [====================================================== ] 3068/3469 88% [====================================================== ] 3069/3469 88% [====================================================== ] 3070/3469 88% [====================================================== ] 3071/3469 88% [====================================================== ] 3072/3469 88% [====================================================== ] 3073/3469 88% [====================================================== ] 3074/3469 88% [====================================================== ] 3075/3469 88% [====================================================== ] 3076/3469 88% [====================================================== ] 3077/3469 88% [======================================================= ] 3078/3469 88% [======================================================= ] 3079/3469 88% [======================================================= ] 3080/3469 88% [======================================================= ] 3081/3469 88% [======================================================= ] 3082/3469 88% [======================================================= ] 3083/3469 88% [======================================================= ] 3084/3469 88% [======================================================= ] 3085/3469 88% [======================================================= ] 3086/3469 88% [======================================================= ] 3087/3469 88% [======================================================= ] 3088/3469 89% [======================================================= ] 3089/3469 89% [======================================================= ] 3090/3469 89% [======================================================= ] 3091/3469 89% [======================================================= ] 3092/3469 89% [======================================================= ] 3093/3469 89% [======================================================= ] 3094/3469 89% [======================================================= ] 3095/3469 89% [======================================================= ] 3096/3469 89% [======================================================= ] 3097/3469 89% [======================================================= ] 3098/3469 89% [======================================================= ] 3099/3469 89% [======================================================= ] 3100/3469 89% [======================================================= ] 3101/3469 89% [======================================================= ] 3102/3469 89% [======================================================= ] 3103/3469 89% [======================================================= ] 3104/3469 89% [======================================================= ] 3105/3469 89% [======================================================= ] 3106/3469 89% [======================================================= ] 3107/3469 89% [======================================================= ] 3108/3469 89% [======================================================= ] 3109/3469 89% [======================================================= ] 3110/3469 89% [======================================================= ] 3111/3469 89% [======================================================= ] 3112/3469 89% [======================================================= ] 3113/3469 89% [======================================================= ] 3114/3469 89% [======================================================= ] 3115/3469 89% [======================================================= ] 3116/3469 89% [======================================================= ] 3117/3469 89% [======================================================= ] 3118/3469 89% [======================================================= ] 3119/3469 89% [======================================================= ] 3120/3469 89% [======================================================= ] 3121/3469 89% [======================================================= ] 3122/3469 89% [======================================================= ] 3123/3469 90% [======================================================= ] 3124/3469 90% [======================================================= ] 3125/3469 90% [======================================================= ] 3126/3469 90% [======================================================= ] 3127/3469 90% [======================================================= ] 3128/3469 90% [======================================================= ] 3129/3469 90% [======================================================= ] 3130/3469 90% [======================================================= ] 3131/3469 90% [======================================================= ] 3132/3469 90% [======================================================= ] 3133/3469 90% [======================================================== ] 3134/3469 90% [======================================================== ] 3135/3469 90% [======================================================== ] 3136/3469 90% [======================================================== ] 3137/3469 90% [======================================================== ] 3138/3469 90% [======================================================== ] 3139/3469 90% [======================================================== ] 3140/3469 90% [======================================================== ] 3141/3469 90% [======================================================== ] 3142/3469 90% [======================================================== ] 3143/3469 90% [======================================================== ] 3144/3469 90% [======================================================== ] 3145/3469 90% [======================================================== ] 3146/3469 90% [======================================================== ] 3147/3469 90% [======================================================== ] 3148/3469 90% [======================================================== ] 3149/3469 90% [======================================================== ] 3150/3469 90% [======================================================== ] 3151/3469 90% [======================================================== ] 3152/3469 90% [======================================================== ] 3153/3469 90% [======================================================== ] 3154/3469 90% [======================================================== ] 3155/3469 90% [======================================================== ] 3156/3469 90% [======================================================== ] 3157/3469 91% [======================================================== ] 3158/3469 91% [======================================================== ] 3159/3469 91% [======================================================== ] 3160/3469 91% [======================================================== ] 3161/3469 91% [======================================================== ] 3162/3469 91% [======================================================== ] 3163/3469 91% [======================================================== ] 3164/3469 91% [======================================================== ] 3165/3469 91% [======================================================== ] 3166/3469 91% [======================================================== ] 3167/3469 91% [======================================================== ] 3168/3469 91% [======================================================== ] 3169/3469 91% [======================================================== ] 3170/3469 91% [======================================================== ] 3171/3469 91% [======================================================== ] 3172/3469 91% [======================================================== ] 3173/3469 91% [======================================================== ] 3174/3469 91% [======================================================== ] 3175/3469 91% [======================================================== ] 3176/3469 91% [======================================================== ] 3177/3469 91% [======================================================== ] 3178/3469 91% [======================================================== ] 3179/3469 91% [======================================================== ] 3180/3469 91% [======================================================== ] 3181/3469 91% [======================================================== ] 3182/3469 91% [======================================================== ] 3183/3469 91% [======================================================== ] 3184/3469 91% [======================================================== ] 3185/3469 91% [======================================================== ] 3186/3469 91% [======================================================== ] 3187/3469 91% [======================================================== ] 3188/3469 91% [======================================================== ] 3189/3469 91% [========================================================= ] 3190/3469 91% [========================================================= ] 3191/3469 91% [========================================================= ] 3192/3469 92% [========================================================= ] 3193/3469 92% [========================================================= ] 3194/3469 92% [========================================================= ] 3195/3469 92% [========================================================= ] 3196/3469 92% [========================================================= ] 3197/3469 92% [========================================================= ] 3198/3469 92% [========================================================= ] 3199/3469 92% [========================================================= ] 3200/3469 92% [========================================================= ] 3201/3469 92% [========================================================= ] 3202/3469 92% [========================================================= ] 3203/3469 92% [========================================================= ] 3204/3469 92% [========================================================= ] 3205/3469 92% [========================================================= ] 3206/3469 92% [========================================================= ] 3207/3469 92% [========================================================= ] 3208/3469 92% [========================================================= ] 3209/3469 92% [========================================================= ] 3210/3469 92% [========================================================= ] 3211/3469 92% [========================================================= ] 3212/3469 92% [========================================================= ] 3213/3469 92% [========================================================= ] 3214/3469 92% [========================================================= ] 3215/3469 92% [========================================================= ] 3216/3469 92% [========================================================= ] 3217/3469 92% [========================================================= ] 3218/3469 92% [========================================================= ] 3219/3469 92% [========================================================= ] 3220/3469 92% [========================================================= ] 3221/3469 92% [========================================================= ] 3222/3469 92% [========================================================= ] 3223/3469 92% [========================================================= ] 3224/3469 92% [========================================================= ] 3225/3469 92% [========================================================= ] 3226/3469 92% [========================================================= ] 3227/3469 93% [========================================================= ] 3228/3469 93% [========================================================= ] 3229/3469 93% [========================================================= ] 3230/3469 93% [========================================================= ] 3231/3469 93% [========================================================= ] 3232/3469 93% [========================================================= ] 3233/3469 93% [========================================================= ] 3234/3469 93% [========================================================= ] 3235/3469 93% [========================================================= ] 3236/3469 93% [========================================================= ] 3237/3469 93% [========================================================= ] 3238/3469 93% [========================================================= ] 3239/3469 93% [========================================================= ] 3240/3469 93% [========================================================= ] 3241/3469 93% [========================================================= ] 3242/3469 93% [========================================================= ] 3243/3469 93% [========================================================= ] 3244/3469 93% [========================================================= ] 3245/3469 93% [========================================================== ] 3246/3469 93% [========================================================== ] 3247/3469 93% [========================================================== ] 3248/3469 93% [========================================================== ] 3249/3469 93% [========================================================== ] 3250/3469 93% [========================================================== ] 3251/3469 93% [========================================================== ] 3252/3469 93% [========================================================== ] 3253/3469 93% [========================================================== ] 3254/3469 93% [========================================================== ] 3255/3469 93% [========================================================== ] 3256/3469 93% [========================================================== ] 3257/3469 93% [========================================================== ] 3258/3469 93% [========================================================== ] 3259/3469 93% [========================================================== ] 3260/3469 93% [========================================================== ] 3261/3469 94% [========================================================== ] 3262/3469 94% [========================================================== ] 3263/3469 94% [========================================================== ] 3264/3469 94% [========================================================== ] 3265/3469 94% [========================================================== ] 3266/3469 94% [========================================================== ] 3267/3469 94% [========================================================== ] 3268/3469 94% [========================================================== ] 3269/3469 94% [========================================================== ] 3270/3469 94% [========================================================== ] 3271/3469 94% [========================================================== ] 3272/3469 94% [========================================================== ] 3273/3469 94% [========================================================== ] 3274/3469 94% [========================================================== ] 3275/3469 94% [========================================================== ] 3276/3469 94% [========================================================== ] 3277/3469 94% [========================================================== ] 3278/3469 94% [========================================================== ] 3279/3469 94% [========================================================== ] 3280/3469 94% [========================================================== ] 3281/3469 94% [========================================================== ] 3282/3469 94% [========================================================== ] 3283/3469 94% [========================================================== ] 3284/3469 94% [========================================================== ] 3285/3469 94% [========================================================== ] 3286/3469 94% [========================================================== ] 3287/3469 94% [========================================================== ] 3288/3469 94% [========================================================== ] 3289/3469 94% [========================================================== ] 3290/3469 94% [========================================================== ] 3291/3469 94% [========================================================== ] 3292/3469 94% [========================================================== ] 3293/3469 94% [========================================================== ] 3294/3469 94% [========================================================== ] 3295/3469 94% [========================================================== ] 3296/3469 95% [========================================================== ] 3297/3469 95% [========================================================== ] 3298/3469 95% [========================================================== ] 3299/3469 95% [========================================================== ] 3300/3469 95% [========================================================== ] 3301/3469 95% [=========================================================== ] 3302/3469 95% [=========================================================== ] 3303/3469 95% [=========================================================== ] 3304/3469 95% [=========================================================== ] 3305/3469 95% [=========================================================== ] 3306/3469 95% [=========================================================== ] 3307/3469 95% [=========================================================== ] 3308/3469 95% [=========================================================== ] 3309/3469 95% [=========================================================== ] 3310/3469 95% [=========================================================== ] 3311/3469 95% [=========================================================== ] 3312/3469 95% [=========================================================== ] 3313/3469 95% [=========================================================== ] 3314/3469 95% [=========================================================== ] 3315/3469 95% [=========================================================== ] 3316/3469 95% [=========================================================== ] 3317/3469 95% [=========================================================== ] 3318/3469 95% [=========================================================== ] 3319/3469 95% [=========================================================== ] 3320/3469 95% [=========================================================== ] 3321/3469 95% [=========================================================== ] 3322/3469 95% [=========================================================== ] 3323/3469 95% [=========================================================== ] 3324/3469 95% [=========================================================== ] 3325/3469 95% [=========================================================== ] 3326/3469 95% [=========================================================== ] 3327/3469 95% [=========================================================== ] 3328/3469 95% [=========================================================== ] 3329/3469 95% [=========================================================== ] 3330/3469 95% [=========================================================== ] 3331/3469 96% [=========================================================== ] 3332/3469 96% [=========================================================== ] 3333/3469 96% [=========================================================== ] 3334/3469 96% [=========================================================== ] 3335/3469 96% [=========================================================== ] 3336/3469 96% [=========================================================== ] 3337/3469 96% [=========================================================== ] 3338/3469 96% [=========================================================== ] 3339/3469 96% [=========================================================== ] 3340/3469 96% [=========================================================== ] 3341/3469 96% [=========================================================== ] 3342/3469 96% [=========================================================== ] 3343/3469 96% [=========================================================== ] 3344/3469 96% [=========================================================== ] 3345/3469 96% [=========================================================== ] 3346/3469 96% [=========================================================== ] 3347/3469 96% [=========================================================== ] 3348/3469 96% [=========================================================== ] 3349/3469 96% [=========================================================== ] 3350/3469 96% [=========================================================== ] 3351/3469 96% [=========================================================== ] 3352/3469 96% [=========================================================== ] 3353/3469 96% [=========================================================== ] 3354/3469 96% [=========================================================== ] 3355/3469 96% [=========================================================== ] 3356/3469 96% [=========================================================== ] 3357/3469 96% [============================================================ ] 3358/3469 96% [============================================================ ] 3359/3469 96% [============================================================ ] 3360/3469 96% [============================================================ ] 3361/3469 96% [============================================================ ] 3362/3469 96% [============================================================ ] 3363/3469 96% [============================================================ ] 3364/3469 96% [============================================================ ] 3365/3469 97% [============================================================ ] 3366/3469 97% [============================================================ ] 3367/3469 97% [============================================================ ] 3368/3469 97% [============================================================ ] 3369/3469 97% [============================================================ ] 3370/3469 97% [============================================================ ] 3371/3469 97% [============================================================ ] 3372/3469 97% [============================================================ ] 3373/3469 97% [============================================================ ] 3374/3469 97% [============================================================ ] 3375/3469 97% [============================================================ ] 3376/3469 97% [============================================================ ] 3377/3469 97% [============================================================ ] 3378/3469 97% [============================================================ ] 3379/3469 97% [============================================================ ] 3380/3469 97% [============================================================ ] 3381/3469 97% [============================================================ ] 3382/3469 97% [============================================================ ] 3383/3469 97% [============================================================ ] 3384/3469 97% [============================================================ ] 3385/3469 97% [============================================================ ] 3386/3469 97% [============================================================ ] 3387/3469 97% [============================================================ ] 3388/3469 97% [============================================================ ] 3389/3469 97% [============================================================ ] 3390/3469 97% [============================================================ ] 3391/3469 97% [============================================================ ] 3392/3469 97% [============================================================ ] 3393/3469 97% [============================================================ ] 3394/3469 97% [============================================================ ] 3395/3469 97% [============================================================ ] 3396/3469 97% [============================================================ ] 3397/3469 97% [============================================================ ] 3398/3469 97% [============================================================ ] 3399/3469 97% [============================================================ ] 3400/3469 98% [============================================================ ] 3401/3469 98% [============================================================ ] 3402/3469 98% [============================================================ ] 3403/3469 98% [============================================================ ] 3404/3469 98% [============================================================ ] 3405/3469 98% [============================================================ ] 3406/3469 98% [============================================================ ] 3407/3469 98% [============================================================ ] 3408/3469 98% [============================================================ ] 3409/3469 98% [============================================================ ] 3410/3469 98% [============================================================ ] 3411/3469 98% [============================================================ ] 3412/3469 98% [============================================================ ] 3413/3469 98% [============================================================= ] 3414/3469 98% [============================================================= ] 3415/3469 98% [============================================================= ] 3416/3469 98% [============================================================= ] 3417/3469 98% [============================================================= ] 3418/3469 98% [============================================================= ] 3419/3469 98% [============================================================= ] 3420/3469 98% [============================================================= ] 3421/3469 98% [============================================================= ] 3422/3469 98% [============================================================= ] 3423/3469 98% [============================================================= ] 3424/3469 98% [============================================================= ] 3425/3469 98% [============================================================= ] 3426/3469 98% [============================================================= ] 3427/3469 98% [============================================================= ] 3428/3469 98% [============================================================= ] 3429/3469 98% [============================================================= ] 3430/3469 98% [============================================================= ] 3431/3469 98% [============================================================= ] 3432/3469 98% [============================================================= ] 3433/3469 98% [============================================================= ] 3434/3469 98% [============================================================= ] 3435/3469 99% [============================================================= ] 3436/3469 99% [============================================================= ] 3437/3469 99% [============================================================= ] 3438/3469 99% [============================================================= ] 3439/3469 99% [============================================================= ] 3440/3469 99% [============================================================= ] 3441/3469 99% [============================================================= ] 3442/3469 99% [============================================================= ] 3443/3469 99% [============================================================= ] 3444/3469 99% [============================================================= ] 3445/3469 99% [============================================================= ] 3446/3469 99% [============================================================= ] 3447/3469 99% [============================================================= ] 3448/3469 99% [============================================================= ] 3449/3469 99% [============================================================= ] 3450/3469 99% [============================================================= ] 3451/3469 99% [============================================================= ] 3452/3469 99% [============================================================= ] 3453/3469 99% [============================================================= ] 3454/3469 99% [============================================================= ] 3455/3469 99% [============================================================= ] 3456/3469 99% [============================================================= ] 3457/3469 99% [============================================================= ] 3458/3469 99% [============================================================= ] 3459/3469 99% [============================================================= ] 3460/3469 99% [============================================================= ] 3461/3469 99% [============================================================= ] 3462/3469 99% [============================================================= ] 3463/3469 99% [============================================================= ] 3464/3469 99% [============================================================= ] 3465/3469 99% [============================================================= ] 3466/3469 99% [============================================================= ] 3467/3469 99% [============================================================= ] 3468/3469 99% [==============================================================] 3469/3469 100% operation complete, 3469 objects in 45598 NAND pages. ln -snf /home/autobuild/autobuild/instance-14/output-1/host/microblaze-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-14/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-14/buildroot' >>> Buildroot 2023.08-363-g96130dc204 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> sqlite 3.43.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.27.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> ntp 4.2.8p17 Collecting legal info COPYRIGHT: OK (sha256: 06246b8c15ccc1a1873c78525c810f0802e68f383e79ee041e06d1ab9cbf80a4) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> procps-ng 3.3.17 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> dnsmasq 2.89 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.1 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> 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) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hddtemp 0.4.3 Collecting legal info GPL-2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> hwdata 0.373 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ifupdown-scripts Collecting legal info >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> janet 1.29.1 Collecting legal info LICENSE: OK (sha256: 95fca700e8dce9699248e7cc80ac88ce2357874c8352cd2be4d18f183dc9710b) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libkrb5 1.21 Collecting legal info NOTICE: OK (sha256: 0d5373486138cb176c063db98274b4c4ab6ef3518c4191360736384b780306c2) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libminiupnpc 2.2.5 Collecting legal info LICENSE: OK (sha256: e143c6e207d0bb874c4be76b57689ffa408063a37a735c6dcec3dc600cb522c5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnatpmp 20230423 Collecting legal info LICENSE: OK (sha256: 7184f1e2114b518440962e7de67f0b9d5faa3789ba1f1a7ff33159bd26834b06) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libvncserver 0.9.14 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mdnsd 0.12 Collecting legal info LICENSE: OK (sha256: 2969546227b58ce1b431cc4c36c9a9b45d604e6b94fb8b787ea5d3696f3eee3b) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mpg123 1.31.3 Collecting legal info COPYING: OK (sha256: c22482728a634a8dfdb4ff72a96d4c1ed64cd8f3e79335c401751ac591609366) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> ndisc6 1.0.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openvpn 2.6.6 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> seatd 0.8.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> smcroute 2.5.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> subversion 1.14.2 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> urandom-scripts Collecting legal info >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> wilc-firmware wilc_linux_16_1 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-14/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot'