\( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/thomas/autobuild/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/man /home/thomas/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/info /home/thomas/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/doc /home/thomas/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-3/output-1/target/lib/debug /home/thomas/autobuild/instance-3/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/thomas/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/thomas/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/thomas/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/thomas/autobuild/instance-3/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/thomas/autobuild/instance-3/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/thomas/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-3091-g00709af66e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/thomas/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-3/output-1/per-package /home/thomas/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 3062 objects. stage 2: creating image '/home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/3062 0% [ ] 2/3062 0% [ ] 3/3062 0% [ ] 4/3062 0% [ ] 5/3062 0% [ ] 6/3062 0% [ ] 7/3062 0% [ ] 8/3062 0% [ ] 9/3062 0% [ ] 10/3062 0% [ ] 11/3062 0% [ ] 12/3062 0% [ ] 13/3062 0% [ ] 14/3062 0% [ ] 15/3062 0% [ ] 16/3062 0% [ ] 17/3062 0% [ ] 18/3062 0% [ ] 19/3062 0% [ ] 20/3062 0% [ ] 21/3062 0% [ ] 22/3062 0% [ ] 23/3062 0% [ ] 24/3062 0% [ ] 25/3062 0% [ ] 26/3062 0% [ ] 27/3062 0% [ ] 28/3062 0% [ ] 29/3062 0% [ ] 30/3062 0% [ ] 31/3062 1% [ ] 32/3062 1% [ ] 33/3062 1% [ ] 34/3062 1% [ ] 35/3062 1% [ ] 36/3062 1% [ ] 37/3062 1% [ ] 38/3062 1% [ ] 39/3062 1% [ ] 40/3062 1% [ ] 41/3062 1% [ ] 42/3062 1% [ ] 43/3062 1% [ ] 44/3062 1% [ ] 45/3062 1% [ ] 46/3062 1% [ ] 47/3062 1% [ ] 48/3062 1% [ ] 49/3062 1% [= ] 50/3062 1% [= ] 51/3062 1% [= ] 52/3062 1% [= ] 53/3062 1% [= ] 54/3062 1% [= ] 55/3062 1% [= ] 56/3062 1% [= ] 57/3062 1% [= ] 58/3062 1% [= ] 59/3062 1% [= ] 60/3062 1% [= ] 61/3062 1% [= ] 62/3062 2% [= ] 63/3062 2% [= ] 64/3062 2% [= ] 65/3062 2% [= ] 66/3062 2% [= ] 67/3062 2% [= ] 68/3062 2% [= ] 69/3062 2% [= ] 70/3062 2% [= ] 71/3062 2% [= ] 72/3062 2% [= ] 73/3062 2% [= ] 74/3062 2% [= ] 75/3062 2% [= ] 76/3062 2% [= ] 77/3062 2% [= ] 78/3062 2% [= ] 79/3062 2% [= ] 80/3062 2% [= ] 81/3062 2% [= ] 82/3062 2% [= ] 83/3062 2% [= ] 84/3062 2% [= ] 85/3062 2% [= ] 86/3062 2% [= ] 87/3062 2% [= ] 88/3062 2% [= ] 89/3062 2% [= ] 90/3062 2% [= ] 91/3062 2% [= ] 92/3062 3% [= ] 93/3062 3% [= ] 94/3062 3% [= ] 95/3062 3% [= ] 96/3062 3% [= ] 97/3062 3% [= ] 98/3062 3% [== ] 99/3062 3% [== ] 100/3062 3% [== ] 101/3062 3% [== ] 102/3062 3% [== ] 103/3062 3% [== ] 104/3062 3% [== ] 105/3062 3% [== ] 106/3062 3% [== ] 107/3062 3% [== ] 108/3062 3% [== ] 109/3062 3% [== ] 110/3062 3% [== ] 111/3062 3% [== ] 112/3062 3% [== ] 113/3062 3% [== ] 114/3062 3% [== ] 115/3062 3% [== ] 116/3062 3% [== ] 117/3062 3% [== ] 118/3062 3% [== ] 119/3062 3% [== ] 120/3062 3% [== ] 121/3062 3% [== ] 122/3062 3% [== ] 123/3062 4% [== ] 124/3062 4% [== ] 125/3062 4% [== ] 126/3062 4% [== ] 127/3062 4% [== ] 128/3062 4% [== ] 129/3062 4% [== ] 130/3062 4% [== ] 131/3062 4% [== ] 132/3062 4% [== ] 133/3062 4% [== ] 134/3062 4% [== ] 135/3062 4% [== ] 136/3062 4% [== ] 137/3062 4% [== ] 138/3062 4% [== ] 139/3062 4% [== ] 140/3062 4% [== ] 141/3062 4% [== ] 142/3062 4% [== ] 143/3062 4% [== ] 144/3062 4% [== ] 145/3062 4% [== ] 146/3062 4% [== ] 147/3062 4% [== ] 148/3062 4% [=== ] 149/3062 4% [=== ] 150/3062 4% [=== ] 151/3062 4% [=== ] 152/3062 4% [=== ] 153/3062 4% [=== ] 154/3062 5% [=== ] 155/3062 5% [=== ] 156/3062 5% [=== ] 157/3062 5% [=== ] 158/3062 5% [=== ] 159/3062 5% [=== ] 160/3062 5% [=== ] 161/3062 5% [=== ] 162/3062 5% [=== ] 163/3062 5% [=== ] 164/3062 5% [=== ] 165/3062 5% [=== ] 166/3062 5% [=== ] 167/3062 5% [=== ] 168/3062 5% [=== ] 169/3062 5% [=== ] 170/3062 5% [=== ] 171/3062 5% [=== ] 172/3062 5% [=== ] 173/3062 5% [=== ] 174/3062 5% [=== ] 175/3062 5% [=== ] 176/3062 5% [=== ] 177/3062 5% [=== ] 178/3062 5% [=== ] 179/3062 5% [=== ] 180/3062 5% [=== ] 181/3062 5% [=== ] 182/3062 5% [=== ] 183/3062 5% [=== ] 184/3062 6% [=== ] 185/3062 6% [=== ] 186/3062 6% [=== ] 187/3062 6% [=== ] 188/3062 6% [=== ] 189/3062 6% [=== ] 190/3062 6% [=== ] 191/3062 6% [=== ] 192/3062 6% [=== ] 193/3062 6% [=== ] 194/3062 6% [=== ] 195/3062 6% [=== ] 196/3062 6% [=== ] 197/3062 6% [==== ] 198/3062 6% [==== ] 199/3062 6% [==== ] 200/3062 6% [==== ] 201/3062 6% [==== ] 202/3062 6% [==== ] 203/3062 6% [==== ] 204/3062 6% [==== ] 205/3062 6% [==== ] 206/3062 6% [==== ] 207/3062 6% [==== ] 208/3062 6% [==== ] 209/3062 6% [==== ] 210/3062 6% [==== ] 211/3062 6% [==== ] 212/3062 6% [==== ] 213/3062 6% [==== ] 214/3062 6% [==== ] 215/3062 7% [==== ] 216/3062 7% [==== ] 217/3062 7% [==== ] 218/3062 7% [==== ] 219/3062 7% [==== ] 220/3062 7% [==== ] 221/3062 7% [==== ] 222/3062 7% [==== ] 223/3062 7% [==== ] 224/3062 7% [==== ] 225/3062 7% [==== ] 226/3062 7% [==== ] 227/3062 7% [==== ] 228/3062 7% [==== ] 229/3062 7% [==== ] 230/3062 7% [==== ] 231/3062 7% [==== ] 232/3062 7% [==== ] 233/3062 7% [==== ] 234/3062 7% [==== ] 235/3062 7% [==== ] 236/3062 7% [==== ] 237/3062 7% [==== ] 238/3062 7% [==== ] 239/3062 7% [==== ] 240/3062 7% [==== ] 241/3062 7% [==== ] 242/3062 7% [==== ] 243/3062 7% [==== ] 244/3062 7% [==== ] 245/3062 8% [==== ] 246/3062 8% [===== ] 247/3062 8% [===== ] 248/3062 8% [===== ] 249/3062 8% [===== ] 250/3062 8% [===== ] 251/3062 8% [===== ] 252/3062 8% [===== ] 253/3062 8% [===== ] 254/3062 8% [===== ] 255/3062 8% [===== ] 256/3062 8% [===== ] 257/3062 8% [===== ] 258/3062 8% [===== ] 259/3062 8% [===== ] 260/3062 8% [===== ] 261/3062 8% [===== ] 262/3062 8% [===== ] 263/3062 8% [===== ] 264/3062 8% [===== ] 265/3062 8% [===== ] 266/3062 8% [===== ] 267/3062 8% [===== ] 268/3062 8% [===== ] 269/3062 8% [===== ] 270/3062 8% [===== ] 271/3062 8% [===== ] 272/3062 8% [===== ] 273/3062 8% [===== ] 274/3062 8% [===== ] 275/3062 8% [===== ] 276/3062 9% [===== ] 277/3062 9% [===== ] 278/3062 9% [===== ] 279/3062 9% [===== ] 280/3062 9% [===== ] 281/3062 9% [===== ] 282/3062 9% [===== ] 283/3062 9% [===== ] 284/3062 9% [===== ] 285/3062 9% [===== ] 286/3062 9% [===== ] 287/3062 9% [===== ] 288/3062 9% [===== ] 289/3062 9% [===== ] 290/3062 9% [===== ] 291/3062 9% [===== ] 292/3062 9% [===== ] 293/3062 9% [===== ] 294/3062 9% [===== ] 295/3062 9% [===== ] 296/3062 9% [====== ] 297/3062 9% [====== ] 298/3062 9% [====== ] 299/3062 9% [====== ] 300/3062 9% [====== ] 301/3062 9% [====== ] 302/3062 9% [====== ] 303/3062 9% [====== ] 304/3062 9% [====== ] 305/3062 9% [====== ] 306/3062 9% [====== ] 307/3062 10% [====== ] 308/3062 10% [====== ] 309/3062 10% [====== ] 310/3062 10% [====== ] 311/3062 10% [====== ] 312/3062 10% [====== ] 313/3062 10% [====== ] 314/3062 10% [====== ] 315/3062 10% [====== ] 316/3062 10% [====== ] 317/3062 10% [====== ] 318/3062 10% [====== ] 319/3062 10% [====== ] 320/3062 10% [====== ] 321/3062 10% [====== ] 322/3062 10% [====== ] 323/3062 10% [====== ] 324/3062 10% [====== ] 325/3062 10% [====== ] 326/3062 10% [====== ] 327/3062 10% [====== ] 328/3062 10% [====== ] 329/3062 10% [====== ] 330/3062 10% [====== ] 331/3062 10% [====== ] 332/3062 10% [====== ] 333/3062 10% [====== ] 334/3062 10% [====== ] 335/3062 10% [====== ] 336/3062 10% [====== ] 337/3062 11% [====== ] 338/3062 11% [====== ] 339/3062 11% [====== ] 340/3062 11% [====== ] 341/3062 11% [====== ] 342/3062 11% [====== ] 343/3062 11% [====== ] 344/3062 11% [====== ] 345/3062 11% [======= ] 346/3062 11% [======= ] 347/3062 11% [======= ] 348/3062 11% [======= ] 349/3062 11% [======= ] 350/3062 11% [======= ] 351/3062 11% [======= ] 352/3062 11% [======= ] 353/3062 11% [======= ] 354/3062 11% [======= ] 355/3062 11% [======= ] 356/3062 11% [======= ] 357/3062 11% [======= ] 358/3062 11% [======= ] 359/3062 11% [======= ] 360/3062 11% [======= ] 361/3062 11% [======= ] 362/3062 11% [======= ] 363/3062 11% [======= ] 364/3062 11% [======= ] 365/3062 11% [======= ] 366/3062 11% [======= ] 367/3062 11% [======= ] 368/3062 12% [======= ] 369/3062 12% [======= ] 370/3062 12% [======= ] 371/3062 12% [======= ] 372/3062 12% [======= ] 373/3062 12% [======= ] 374/3062 12% [======= ] 375/3062 12% [======= ] 376/3062 12% [======= ] 377/3062 12% [======= ] 378/3062 12% [======= ] 379/3062 12% [======= ] 380/3062 12% [======= ] 381/3062 12% [======= ] 382/3062 12% [======= ] 383/3062 12% [======= ] 384/3062 12% [======= ] 385/3062 12% [======= ] 386/3062 12% [======= ] 387/3062 12% [======= ] 388/3062 12% [======= ] 389/3062 12% [======= ] 390/3062 12% [======= ] 391/3062 12% [======= ] 392/3062 12% [======= ] 393/3062 12% [======= ] 394/3062 12% [======= ] 395/3062 12% [======== ] 396/3062 12% [======== ] 397/3062 12% [======== ] 398/3062 12% [======== ] 399/3062 13% [======== ] 400/3062 13% [======== ] 401/3062 13% [======== ] 402/3062 13% [======== ] 403/3062 13% [======== ] 404/3062 13% [======== ] 405/3062 13% [======== ] 406/3062 13% [======== ] 407/3062 13% [======== ] 408/3062 13% [======== ] 409/3062 13% [======== ] 410/3062 13% [======== ] 411/3062 13% [======== ] 412/3062 13% [======== ] 413/3062 13% [======== ] 414/3062 13% [======== ] 415/3062 13% [======== ] 416/3062 13% [======== ] 417/3062 13% [======== ] 418/3062 13% [======== ] 419/3062 13% [======== ] 420/3062 13% [======== ] 421/3062 13% [======== ] 422/3062 13% [======== ] 423/3062 13% [======== ] 424/3062 13% [======== ] 425/3062 13% [======== ] 426/3062 13% [======== ] 427/3062 13% [======== ] 428/3062 13% [======== ] 429/3062 14% [======== ] 430/3062 14% [======== ] 431/3062 14% [======== ] 432/3062 14% [======== ] 433/3062 14% [======== ] 434/3062 14% [======== ] 435/3062 14% [======== ] 436/3062 14% [======== ] 437/3062 14% [======== ] 438/3062 14% [======== ] 439/3062 14% [======== ] 440/3062 14% [======== ] 441/3062 14% [======== ] 442/3062 14% [======== ] 443/3062 14% [======== ] 444/3062 14% [========= ] 445/3062 14% [========= ] 446/3062 14% [========= ] 447/3062 14% [========= ] 448/3062 14% [========= ] 449/3062 14% [========= ] 450/3062 14% [========= ] 451/3062 14% [========= ] 452/3062 14% [========= ] 453/3062 14% [========= ] 454/3062 14% [========= ] 455/3062 14% [========= ] 456/3062 14% [========= ] 457/3062 14% [========= ] 458/3062 14% [========= ] 459/3062 14% [========= ] 460/3062 15% [========= ] 461/3062 15% [========= ] 462/3062 15% [========= ] 463/3062 15% [========= ] 464/3062 15% [========= ] 465/3062 15% [========= ] 466/3062 15% [========= ] 467/3062 15% [========= ] 468/3062 15% [========= ] 469/3062 15% [========= ] 470/3062 15% [========= ] 471/3062 15% [========= ] 472/3062 15% [========= ] 473/3062 15% [========= ] 474/3062 15% [========= ] 475/3062 15% [========= ] 476/3062 15% [========= ] 477/3062 15% [========= ] 478/3062 15% [========= ] 479/3062 15% [========= ] 480/3062 15% [========= ] 481/3062 15% [========= ] 482/3062 15% [========= ] 483/3062 15% [========= ] 484/3062 15% [========= ] 485/3062 15% [========= ] 486/3062 15% [========= ] 487/3062 15% [========= ] 488/3062 15% [========= ] 489/3062 15% [========= ] 490/3062 16% [========= ] 491/3062 16% [========= ] 492/3062 16% [========= ] 493/3062 16% [========== ] 494/3062 16% [========== ] 495/3062 16% [========== ] 496/3062 16% [========== ] 497/3062 16% [========== ] 498/3062 16% [========== ] 499/3062 16% [========== ] 500/3062 16% [========== ] 501/3062 16% [========== ] 502/3062 16% [========== ] 503/3062 16% [========== ] 504/3062 16% [========== ] 505/3062 16% [========== ] 506/3062 16% [========== ] 507/3062 16% [========== ] 508/3062 16% [========== ] 509/3062 16% [========== ] 510/3062 16% [========== ] 511/3062 16% [========== ] 512/3062 16% [========== ] 513/3062 16% [========== ] 514/3062 16% [========== ] 515/3062 16% [========== ] 516/3062 16% [========== ] 517/3062 16% [========== ] 518/3062 16% [========== ] 519/3062 16% [========== ] 520/3062 16% [========== ] 521/3062 17% [========== ] 522/3062 17% [========== ] 523/3062 17% [========== ] 524/3062 17% [========== ] 525/3062 17% [========== ] 526/3062 17% [========== ] 527/3062 17% [========== ] 528/3062 17% [========== ] 529/3062 17% [========== ] 530/3062 17% [========== ] 531/3062 17% [========== ] 532/3062 17% [========== ] 533/3062 17% [========== ] 534/3062 17% [========== ] 535/3062 17% [========== ] 536/3062 17% [========== ] 537/3062 17% [========== ] 538/3062 17% [========== ] 539/3062 17% [========== ] 540/3062 17% [========== ] 541/3062 17% [========== ] 542/3062 17% [========== ] 543/3062 17% [=========== ] 544/3062 17% [=========== ] 545/3062 17% [=========== ] 546/3062 17% [=========== ] 547/3062 17% [=========== ] 548/3062 17% [=========== ] 549/3062 17% [=========== ] 550/3062 17% [=========== ] 551/3062 17% [=========== ] 552/3062 18% [=========== ] 553/3062 18% [=========== ] 554/3062 18% [=========== ] 555/3062 18% [=========== ] 556/3062 18% [=========== ] 557/3062 18% [=========== ] 558/3062 18% [=========== ] 559/3062 18% [=========== ] 560/3062 18% [=========== ] 561/3062 18% [=========== ] 562/3062 18% [=========== ] 563/3062 18% [=========== ] 564/3062 18% [=========== ] 565/3062 18% [=========== ] 566/3062 18% [=========== ] 567/3062 18% [=========== ] 568/3062 18% [=========== ] 569/3062 18% [=========== ] 570/3062 18% [=========== ] 571/3062 18% [=========== ] 572/3062 18% [=========== ] 573/3062 18% [=========== ] 574/3062 18% [=========== ] 575/3062 18% [=========== ] 576/3062 18% [=========== ] 577/3062 18% [=========== ] 578/3062 18% [=========== ] 579/3062 18% [=========== ] 580/3062 18% [=========== ] 581/3062 18% [=========== ] 582/3062 19% [=========== ] 583/3062 19% [=========== ] 584/3062 19% [=========== ] 585/3062 19% [=========== ] 586/3062 19% [=========== ] 587/3062 19% [=========== ] 588/3062 19% [=========== ] 589/3062 19% [=========== ] 590/3062 19% [=========== ] 591/3062 19% [=========== ] 592/3062 19% [============ ] 593/3062 19% [============ ] 594/3062 19% [============ ] 595/3062 19% [============ ] 596/3062 19% [============ ] 597/3062 19% [============ ] 598/3062 19% [============ ] 599/3062 19% [============ ] 600/3062 19% [============ ] 601/3062 19% [============ ] 602/3062 19% [============ ] 603/3062 19% [============ ] 604/3062 19% [============ ] 605/3062 19% [============ ] 606/3062 19% [============ ] 607/3062 19% [============ ] 608/3062 19% [============ ] 609/3062 19% [============ ] 610/3062 19% [============ ] 611/3062 19% [============ ] 612/3062 19% [============ ] 613/3062 20% [============ ] 614/3062 20% [============ ] 615/3062 20% [============ ] 616/3062 20% [============ ] 617/3062 20% [============ ] 618/3062 20% [============ ] 619/3062 20% [============ ] 620/3062 20% [============ ] 621/3062 20% [============ ] 622/3062 20% [============ ] 623/3062 20% [============ ] 624/3062 20% [============ ] 625/3062 20% [============ ] 626/3062 20% [============ ] 627/3062 20% [============ ] 628/3062 20% [============ ] 629/3062 20% [============ ] 630/3062 20% [============ ] 631/3062 20% [============ ] 632/3062 20% [============ ] 633/3062 20% [============ ] 634/3062 20% [============ ] 635/3062 20% [============ ] 636/3062 20% [============ ] 637/3062 20% [============ ] 638/3062 20% [============ ] 639/3062 20% [============ ] 640/3062 20% [============ ] 641/3062 20% [============ ] 642/3062 20% [============= ] 643/3062 20% [============= ] 644/3062 21% [============= ] 645/3062 21% [============= ] 646/3062 21% [============= ] 647/3062 21% [============= ] 648/3062 21% [============= ] 649/3062 21% [============= ] 650/3062 21% [============= ] 651/3062 21% [============= ] 652/3062 21% [============= ] 653/3062 21% [============= ] 654/3062 21% [============= ] 655/3062 21% [============= ] 656/3062 21% [============= ] 657/3062 21% [============= ] 658/3062 21% [============= ] 659/3062 21% [============= ] 660/3062 21% [============= ] 661/3062 21% [============= ] 662/3062 21% [============= ] 663/3062 21% [============= ] 664/3062 21% [============= ] 665/3062 21% [============= ] 666/3062 21% [============= ] 667/3062 21% [============= ] 668/3062 21% [============= ] 669/3062 21% [============= ] 670/3062 21% [============= ] 671/3062 21% [============= ] 672/3062 21% [============= ] 673/3062 21% [============= ] 674/3062 22% [============= ] 675/3062 22% [============= ] 676/3062 22% [============= ] 677/3062 22% [============= ] 678/3062 22% [============= ] 679/3062 22% [============= ] 680/3062 22% [============= ] 681/3062 22% [============= ] 682/3062 22% [============= ] 683/3062 22% [============= ] 684/3062 22% [============= ] 685/3062 22% [============= ] 686/3062 22% [============= ] 687/3062 22% [============= ] 688/3062 22% [============= ] 689/3062 22% [============= ] 690/3062 22% [============= ] 691/3062 22% [============== ] 692/3062 22% [============== ] 693/3062 22% [============== ] 694/3062 22% [============== ] 695/3062 22% [============== ] 696/3062 22% [============== ] 697/3062 22% [============== ] 698/3062 22% [============== ] 699/3062 22% [============== ] 700/3062 22% [============== ] 701/3062 22% [============== ] 702/3062 22% [============== ] 703/3062 22% [============== ] 704/3062 22% [============== ] 705/3062 23% [============== ] 706/3062 23% [============== ] 707/3062 23% [============== ] 708/3062 23% [============== ] 709/3062 23% [============== ] 710/3062 23% [============== ] 711/3062 23% [============== ] 712/3062 23% [============== ] 713/3062 23% [============== ] 714/3062 23% [============== ] 715/3062 23% [============== ] 716/3062 23% [============== ] 717/3062 23% [============== ] 718/3062 23% [============== ] 719/3062 23% [============== ] 720/3062 23% [============== ] 721/3062 23% [============== ] 722/3062 23% [============== ] 723/3062 23% [============== ] 724/3062 23% [============== ] 725/3062 23% [============== ] 726/3062 23% [============== ] 727/3062 23% [============== ] 728/3062 23% [============== ] 729/3062 23% [============== ] 730/3062 23% [============== ] 731/3062 23% [============== ] 732/3062 23% [============== ] 733/3062 23% [============== ] 734/3062 23% [============== ] 735/3062 24% [============== ] 736/3062 24% [============== ] 737/3062 24% [============== ] 738/3062 24% [============== ] 739/3062 24% [============== ] 740/3062 24% [=============== ] 741/3062 24% [=============== ] 742/3062 24% [=============== ] 743/3062 24% [=============== ] 744/3062 24% [=============== ] 745/3062 24% [=============== ] 746/3062 24% [=============== ] 747/3062 24% [=============== ] 748/3062 24% [=============== ] 749/3062 24% [=============== ] 750/3062 24% [=============== ] 751/3062 24% [=============== ] 752/3062 24% [=============== ] 753/3062 24% [=============== ] 754/3062 24% [=============== ] 755/3062 24% [=============== ] 756/3062 24% [=============== ] 757/3062 24% [=============== ] 758/3062 24% [=============== ] 759/3062 24% [=============== ] 760/3062 24% [=============== ] 761/3062 24% [=============== ] 762/3062 24% [=============== ] 763/3062 24% [=============== ] 764/3062 24% [=============== ] 765/3062 24% [=============== ] 766/3062 25% [=============== ] 767/3062 25% [=============== ] 768/3062 25% [=============== ] 769/3062 25% [=============== ] 770/3062 25% [=============== ] 771/3062 25% [=============== ] 772/3062 25% [=============== ] 773/3062 25% [=============== ] 774/3062 25% [=============== ] 775/3062 25% [=============== ] 776/3062 25% [=============== ] 777/3062 25% [=============== ] 778/3062 25% [=============== ] 779/3062 25% [=============== ] 780/3062 25% [=============== ] 781/3062 25% [=============== ] 782/3062 25% [=============== ] 783/3062 25% [=============== ] 784/3062 25% [=============== ] 785/3062 25% [=============== ] 786/3062 25% [=============== ] 787/3062 25% [=============== ] 788/3062 25% [=============== ] 789/3062 25% [=============== ] 790/3062 25% [================ ] 791/3062 25% [================ ] 792/3062 25% [================ ] 793/3062 25% [================ ] 794/3062 25% [================ ] 795/3062 25% [================ ] 796/3062 25% [================ ] 797/3062 26% [================ ] 798/3062 26% [================ ] 799/3062 26% [================ ] 800/3062 26% [================ ] 801/3062 26% [================ ] 802/3062 26% [================ ] 803/3062 26% [================ ] 804/3062 26% [================ ] 805/3062 26% [================ ] 806/3062 26% [================ ] 807/3062 26% [================ ] 808/3062 26% [================ ] 809/3062 26% [================ ] 810/3062 26% [================ ] 811/3062 26% [================ ] 812/3062 26% [================ ] 813/3062 26% [================ ] 814/3062 26% [================ ] 815/3062 26% [================ ] 816/3062 26% [================ ] 817/3062 26% [================ ] 818/3062 26% [================ ] 819/3062 26% [================ ] 820/3062 26% [================ ] 821/3062 26% [================ ] 822/3062 26% [================ ] 823/3062 26% [================ ] 824/3062 26% [================ ] 825/3062 26% [================ ] 826/3062 26% [================ ] 827/3062 27% [================ ] 828/3062 27% [================ ] 829/3062 27% [================ ] 830/3062 27% [================ ] 831/3062 27% [================ ] 832/3062 27% [================ ] 833/3062 27% [================ ] 834/3062 27% [================ ] 835/3062 27% [================ ] 836/3062 27% [================ ] 837/3062 27% [================ ] 838/3062 27% [================ ] 839/3062 27% [================= ] 840/3062 27% [================= ] 841/3062 27% [================= ] 842/3062 27% [================= ] 843/3062 27% [================= ] 844/3062 27% [================= ] 845/3062 27% [================= ] 846/3062 27% [================= ] 847/3062 27% [================= ] 848/3062 27% [================= ] 849/3062 27% [================= ] 850/3062 27% [================= ] 851/3062 27% [================= ] 852/3062 27% [================= ] 853/3062 27% [================= ] 854/3062 27% [================= ] 855/3062 27% [================= ] 856/3062 27% [================= ] 857/3062 27% [================= ] 858/3062 28% [================= ] 859/3062 28% [================= ] 860/3062 28% [================= ] 861/3062 28% [================= ] 862/3062 28% [================= ] 863/3062 28% [================= ] 864/3062 28% [================= ] 865/3062 28% [================= ] 866/3062 28% [================= ] 867/3062 28% [================= ] 868/3062 28% [================= ] 869/3062 28% [================= ] 870/3062 28% [================= ] 871/3062 28% [================= ] 872/3062 28% [================= ] 873/3062 28% [================= ] 874/3062 28% [================= ] 875/3062 28% [================= ] 876/3062 28% [================= ] 877/3062 28% [================= ] 878/3062 28% [================= ] 879/3062 28% [================= ] 880/3062 28% [================= ] 881/3062 28% [================= ] 882/3062 28% [================= ] 883/3062 28% [================= ] 884/3062 28% [================= ] 885/3062 28% [================= ] 886/3062 28% [================= ] 887/3062 28% [================= ] 888/3062 29% [================== ] 889/3062 29% [================== ] 890/3062 29% [================== ] 891/3062 29% [================== ] 892/3062 29% [================== ] 893/3062 29% [================== ] 894/3062 29% [================== ] 895/3062 29% [================== ] 896/3062 29% [================== ] 897/3062 29% [================== ] 898/3062 29% [================== ] 899/3062 29% [================== ] 900/3062 29% [================== ] 901/3062 29% [================== ] 902/3062 29% [================== ] 903/3062 29% [================== ] 904/3062 29% [================== ] 905/3062 29% [================== ] 906/3062 29% [================== ] 907/3062 29% [================== ] 908/3062 29% [================== ] 909/3062 29% [================== ] 910/3062 29% [================== ] 911/3062 29% [================== ] 912/3062 29% [================== ] 913/3062 29% [================== ] 914/3062 29% [================== ] 915/3062 29% [================== ] 916/3062 29% [================== ] 917/3062 29% [================== ] 918/3062 29% [================== ] 919/3062 30% [================== ] 920/3062 30% [================== ] 921/3062 30% [================== ] 922/3062 30% [================== ] 923/3062 30% [================== ] 924/3062 30% [================== ] 925/3062 30% [================== ] 926/3062 30% [================== ] 927/3062 30% [================== ] 928/3062 30% [================== ] 929/3062 30% [================== ] 930/3062 30% [================== ] 931/3062 30% [================== ] 932/3062 30% [================== ] 933/3062 30% [================== ] 934/3062 30% [================== ] 935/3062 30% [================== ] 936/3062 30% [================== ] 937/3062 30% [================== ] 938/3062 30% [=================== ] 939/3062 30% [=================== ] 940/3062 30% [=================== ] 941/3062 30% [=================== ] 942/3062 30% [=================== ] 943/3062 30% [=================== ] 944/3062 30% [=================== ] 945/3062 30% [=================== ] 946/3062 30% [=================== ] 947/3062 30% [=================== ] 948/3062 30% [=================== ] 949/3062 30% [=================== ] 950/3062 31% [=================== ] 951/3062 31% [=================== ] 952/3062 31% [=================== ] 953/3062 31% [=================== ] 954/3062 31% [=================== ] 955/3062 31% [=================== ] 956/3062 31% [=================== ] 957/3062 31% [=================== ] 958/3062 31% [=================== ] 959/3062 31% [=================== ] 960/3062 31% [=================== ] 961/3062 31% [=================== ] 962/3062 31% [=================== ] 963/3062 31% [=================== ] 964/3062 31% [=================== ] 965/3062 31% [=================== ] 966/3062 31% [=================== ] 967/3062 31% [=================== ] 968/3062 31% [=================== ] 969/3062 31% [=================== ] 970/3062 31% [=================== ] 971/3062 31% [=================== ] 972/3062 31% [=================== ] 973/3062 31% [=================== ] 974/3062 31% [=================== ] 975/3062 31% [=================== ] 976/3062 31% [=================== ] 977/3062 31% [=================== ] 978/3062 31% [=================== ] 979/3062 31% [=================== ] 980/3062 32% [=================== ] 981/3062 32% [=================== ] 982/3062 32% [=================== ] 983/3062 32% [=================== ] 984/3062 32% [=================== ] 985/3062 32% [=================== ] 986/3062 32% [=================== ] 987/3062 32% [==================== ] 988/3062 32% [==================== ] 989/3062 32% [==================== ] 990/3062 32% [==================== ] 991/3062 32% [==================== ] 992/3062 32% [==================== ] 993/3062 32% [==================== ] 994/3062 32% [==================== ] 995/3062 32% [==================== ] 996/3062 32% [==================== ] 997/3062 32% [==================== ] 998/3062 32% [==================== ] 999/3062 32% [==================== ] 1000/3062 32% [==================== ] 1001/3062 32% [==================== ] 1002/3062 32% [==================== ] 1003/3062 32% [==================== ] 1004/3062 32% [==================== ] 1005/3062 32% [==================== ] 1006/3062 32% [==================== ] 1007/3062 32% [==================== ] 1008/3062 32% [==================== ] 1009/3062 32% [==================== ] 1010/3062 32% [==================== ] 1011/3062 33% [==================== ] 1012/3062 33% [==================== ] 1013/3062 33% [==================== ] 1014/3062 33% [==================== ] 1015/3062 33% [==================== ] 1016/3062 33% [==================== ] 1017/3062 33% [==================== ] 1018/3062 33% [==================== ] 1019/3062 33% [==================== ] 1020/3062 33% [==================== ] 1021/3062 33% [==================== ] 1022/3062 33% [==================== ] 1023/3062 33% [==================== ] 1024/3062 33% [==================== ] 1025/3062 33% [==================== ] 1026/3062 33% [==================== ] 1027/3062 33% [==================== ] 1028/3062 33% [==================== ] 1029/3062 33% [==================== ] 1030/3062 33% [==================== ] 1031/3062 33% [==================== ] 1032/3062 33% [==================== ] 1033/3062 33% [==================== ] 1034/3062 33% [==================== ] 1035/3062 33% [==================== ] 1036/3062 33% [==================== ] 1037/3062 33% [===================== ] 1038/3062 33% [===================== ] 1039/3062 33% [===================== ] 1040/3062 33% [===================== ] 1041/3062 33% [===================== ] 1042/3062 34% [===================== ] 1043/3062 34% [===================== ] 1044/3062 34% [===================== ] 1045/3062 34% [===================== ] 1046/3062 34% [===================== ] 1047/3062 34% [===================== ] 1048/3062 34% [===================== ] 1049/3062 34% [===================== ] 1050/3062 34% [===================== ] 1051/3062 34% [===================== ] 1052/3062 34% [===================== ] 1053/3062 34% [===================== ] 1054/3062 34% [===================== ] 1055/3062 34% [===================== ] 1056/3062 34% [===================== ] 1057/3062 34% [===================== ] 1058/3062 34% [===================== ] 1059/3062 34% [===================== ] 1060/3062 34% [===================== ] 1061/3062 34% [===================== ] 1062/3062 34% [===================== ] 1063/3062 34% [===================== ] 1064/3062 34% [===================== ] 1065/3062 34% [===================== ] 1066/3062 34% [===================== ] 1067/3062 34% [===================== ] 1068/3062 34% [===================== ] 1069/3062 34% [===================== ] 1070/3062 34% [===================== ] 1071/3062 34% [===================== ] 1072/3062 35% [===================== ] 1073/3062 35% [===================== ] 1074/3062 35% [===================== ] 1075/3062 35% [===================== ] 1076/3062 35% [===================== ] 1077/3062 35% [===================== ] 1078/3062 35% [===================== ] 1079/3062 35% [===================== ] 1080/3062 35% [===================== ] 1081/3062 35% [===================== ] 1082/3062 35% [===================== ] 1083/3062 35% [===================== ] 1084/3062 35% [===================== ] 1085/3062 35% [===================== ] 1086/3062 35% [====================== ] 1087/3062 35% [====================== ] 1088/3062 35% [====================== ] 1089/3062 35% [====================== ] 1090/3062 35% [====================== ] 1091/3062 35% [====================== ] 1092/3062 35% [====================== ] 1093/3062 35% [====================== ] 1094/3062 35% [====================== ] 1095/3062 35% [====================== ] 1096/3062 35% [====================== ] 1097/3062 35% [====================== ] 1098/3062 35% [====================== ] 1099/3062 35% [====================== ] 1100/3062 35% [====================== ] 1101/3062 35% [====================== ] 1102/3062 35% [====================== ] 1103/3062 36% [====================== ] 1104/3062 36% [====================== ] 1105/3062 36% [====================== ] 1106/3062 36% [====================== ] 1107/3062 36% [====================== ] 1108/3062 36% [====================== ] 1109/3062 36% [====================== ] 1110/3062 36% [====================== ] 1111/3062 36% [====================== ] 1112/3062 36% [====================== ] 1113/3062 36% [====================== ] 1114/3062 36% [====================== ] 1115/3062 36% [====================== ] 1116/3062 36% [====================== ] 1117/3062 36% [====================== ] 1118/3062 36% [====================== ] 1119/3062 36% [====================== ] 1120/3062 36% [====================== ] 1121/3062 36% [====================== ] 1122/3062 36% [====================== ] 1123/3062 36% [====================== ] 1124/3062 36% [====================== ] 1125/3062 36% [====================== ] 1126/3062 36% [====================== ] 1127/3062 36% [====================== ] 1128/3062 36% [====================== ] 1129/3062 36% [====================== ] 1130/3062 36% [====================== ] 1131/3062 36% [====================== ] 1132/3062 36% [====================== ] 1133/3062 37% [====================== ] 1134/3062 37% [====================== ] 1135/3062 37% [======================= ] 1136/3062 37% [======================= ] 1137/3062 37% [======================= ] 1138/3062 37% [======================= ] 1139/3062 37% [======================= ] 1140/3062 37% [======================= ] 1141/3062 37% [======================= ] 1142/3062 37% [======================= ] 1143/3062 37% [======================= ] 1144/3062 37% [======================= ] 1145/3062 37% [======================= ] 1146/3062 37% [======================= ] 1147/3062 37% [======================= ] 1148/3062 37% [======================= ] 1149/3062 37% [======================= ] 1150/3062 37% [======================= ] 1151/3062 37% [======================= ] 1152/3062 37% [======================= ] 1153/3062 37% [======================= ] 1154/3062 37% [======================= ] 1155/3062 37% [======================= ] 1156/3062 37% [======================= ] 1157/3062 37% [======================= ] 1158/3062 37% [======================= ] 1159/3062 37% [======================= ] 1160/3062 37% [======================= ] 1161/3062 37% [======================= ] 1162/3062 37% [======================= ] 1163/3062 37% [======================= ] 1164/3062 38% [======================= ] 1165/3062 38% [======================= ] 1166/3062 38% [======================= ] 1167/3062 38% [======================= ] 1168/3062 38% [======================= ] 1169/3062 38% [======================= ] 1170/3062 38% [======================= ] 1171/3062 38% [======================= ] 1172/3062 38% [======================= ] 1173/3062 38% [======================= ] 1174/3062 38% [======================= ] 1175/3062 38% [======================= ] 1176/3062 38% [======================= ] 1177/3062 38% [======================= ] 1178/3062 38% [======================= ] 1179/3062 38% [======================= ] 1180/3062 38% [======================= ] 1181/3062 38% [======================= ] 1182/3062 38% [======================= ] 1183/3062 38% [======================= ] 1184/3062 38% [======================= ] 1185/3062 38% [======================== ] 1186/3062 38% [======================== ] 1187/3062 38% [======================== ] 1188/3062 38% [======================== ] 1189/3062 38% [======================== ] 1190/3062 38% [======================== ] 1191/3062 38% [======================== ] 1192/3062 38% [======================== ] 1193/3062 38% [======================== ] 1194/3062 38% [======================== ] 1195/3062 39% [======================== ] 1196/3062 39% [======================== ] 1197/3062 39% [======================== ] 1198/3062 39% [======================== ] 1199/3062 39% [======================== ] 1200/3062 39% [======================== ] 1201/3062 39% [======================== ] 1202/3062 39% [======================== ] 1203/3062 39% [======================== ] 1204/3062 39% [======================== ] 1205/3062 39% [======================== ] 1206/3062 39% [======================== ] 1207/3062 39% [======================== ] 1208/3062 39% [======================== ] 1209/3062 39% [======================== ] 1210/3062 39% [======================== ] 1211/3062 39% [======================== ] 1212/3062 39% [======================== ] 1213/3062 39% [======================== ] 1214/3062 39% [======================== ] 1215/3062 39% [======================== ] 1216/3062 39% [======================== ] 1217/3062 39% [======================== ] 1218/3062 39% [======================== ] 1219/3062 39% [======================== ] 1220/3062 39% [======================== ] 1221/3062 39% [======================== ] 1222/3062 39% [======================== ] 1223/3062 39% [======================== ] 1224/3062 39% [======================== ] 1225/3062 40% [======================== ] 1226/3062 40% [======================== ] 1227/3062 40% [======================== ] 1228/3062 40% [======================== ] 1229/3062 40% [======================== ] 1230/3062 40% [======================== ] 1231/3062 40% [======================== ] 1232/3062 40% [======================== ] 1233/3062 40% [======================== ] 1234/3062 40% [========================= ] 1235/3062 40% [========================= ] 1236/3062 40% [========================= ] 1237/3062 40% [========================= ] 1238/3062 40% [========================= ] 1239/3062 40% [========================= ] 1240/3062 40% [========================= ] 1241/3062 40% [========================= ] 1242/3062 40% [========================= ] 1243/3062 40% [========================= ] 1244/3062 40% [========================= ] 1245/3062 40% [========================= ] 1246/3062 40% [========================= ] 1247/3062 40% [========================= ] 1248/3062 40% [========================= ] 1249/3062 40% [========================= ] 1250/3062 40% [========================= ] 1251/3062 40% [========================= ] 1252/3062 40% [========================= ] 1253/3062 40% [========================= ] 1254/3062 40% [========================= ] 1255/3062 40% [========================= ] 1256/3062 41% [========================= ] 1257/3062 41% [========================= ] 1258/3062 41% [========================= ] 1259/3062 41% [========================= ] 1260/3062 41% [========================= ] 1261/3062 41% [========================= ] 1262/3062 41% [========================= ] 1263/3062 41% [========================= ] 1264/3062 41% [========================= ] 1265/3062 41% [========================= ] 1266/3062 41% [========================= ] 1267/3062 41% [========================= ] 1268/3062 41% [========================= ] 1269/3062 41% [========================= ] 1270/3062 41% [========================= ] 1271/3062 41% [========================= ] 1272/3062 41% [========================= ] 1273/3062 41% [========================= ] 1274/3062 41% [========================= ] 1275/3062 41% [========================= ] 1276/3062 41% [========================= ] 1277/3062 41% [========================= ] 1278/3062 41% [========================= ] 1279/3062 41% [========================= ] 1280/3062 41% [========================= ] 1281/3062 41% [========================= ] 1282/3062 41% [========================= ] 1283/3062 41% [========================= ] 1284/3062 41% [========================== ] 1285/3062 41% [========================== ] 1286/3062 41% [========================== ] 1287/3062 42% [========================== ] 1288/3062 42% [========================== ] 1289/3062 42% [========================== ] 1290/3062 42% [========================== ] 1291/3062 42% [========================== ] 1292/3062 42% [========================== ] 1293/3062 42% [========================== ] 1294/3062 42% [========================== ] 1295/3062 42% [========================== ] 1296/3062 42% [========================== ] 1297/3062 42% [========================== ] 1298/3062 42% [========================== ] 1299/3062 42% [========================== ] 1300/3062 42% [========================== ] 1301/3062 42% [========================== ] 1302/3062 42% [========================== ] 1303/3062 42% [========================== ] 1304/3062 42% [========================== ] 1305/3062 42% [========================== ] 1306/3062 42% [========================== ] 1307/3062 42% [========================== ] 1308/3062 42% [========================== ] 1309/3062 42% [========================== ] 1310/3062 42% [========================== ] 1311/3062 42% [========================== ] 1312/3062 42% [========================== ] 1313/3062 42% [========================== ] 1314/3062 42% [========================== ] 1315/3062 42% [========================== ] 1316/3062 42% [========================== ] 1317/3062 43% [========================== ] 1318/3062 43% [========================== ] 1319/3062 43% [========================== ] 1320/3062 43% [========================== ] 1321/3062 43% [========================== ] 1322/3062 43% [========================== ] 1323/3062 43% [========================== ] 1324/3062 43% [========================== ] 1325/3062 43% [========================== ] 1326/3062 43% [========================== ] 1327/3062 43% [========================== ] 1328/3062 43% [========================== ] 1329/3062 43% [========================== ] 1330/3062 43% [========================== ] 1331/3062 43% [========================== ] 1332/3062 43% [========================== ] 1333/3062 43% [=========================== ] 1334/3062 43% [=========================== ] 1335/3062 43% [=========================== ] 1336/3062 43% [=========================== ] 1337/3062 43% [=========================== ] 1338/3062 43% [=========================== ] 1339/3062 43% [=========================== ] 1340/3062 43% [=========================== ] 1341/3062 43% [=========================== ] 1342/3062 43% [=========================== ] 1343/3062 43% [=========================== ] 1344/3062 43% [=========================== ] 1345/3062 43% [=========================== ] 1346/3062 43% [=========================== ] 1347/3062 43% [=========================== ] 1348/3062 44% [=========================== ] 1349/3062 44% [=========================== ] 1350/3062 44% [=========================== ] 1351/3062 44% [=========================== ] 1352/3062 44% [=========================== ] 1353/3062 44% [=========================== ] 1354/3062 44% [=========================== ] 1355/3062 44% [=========================== ] 1356/3062 44% [=========================== ] 1357/3062 44% [=========================== ] 1358/3062 44% [=========================== ] 1359/3062 44% [=========================== ] 1360/3062 44% [=========================== ] 1361/3062 44% [=========================== ] 1362/3062 44% [=========================== ] 1363/3062 44% [=========================== ] 1364/3062 44% [=========================== ] 1365/3062 44% [=========================== ] 1366/3062 44% [=========================== ] 1367/3062 44% [=========================== ] 1368/3062 44% [=========================== ] 1369/3062 44% [=========================== ] 1370/3062 44% [=========================== ] 1371/3062 44% [=========================== ] 1372/3062 44% [=========================== ] 1373/3062 44% [=========================== ] 1374/3062 44% [=========================== ] 1375/3062 44% [=========================== ] 1376/3062 44% [=========================== ] 1377/3062 44% [=========================== ] 1378/3062 45% [=========================== ] 1379/3062 45% [=========================== ] 1380/3062 45% [=========================== ] 1381/3062 45% [=========================== ] 1382/3062 45% [============================ ] 1383/3062 45% [============================ ] 1384/3062 45% [============================ ] 1385/3062 45% [============================ ] 1386/3062 45% [============================ ] 1387/3062 45% [============================ ] 1388/3062 45% [============================ ] 1389/3062 45% [============================ ] 1390/3062 45% [============================ ] 1391/3062 45% [============================ ] 1392/3062 45% [============================ ] 1393/3062 45% [============================ ] 1394/3062 45% [============================ ] 1395/3062 45% [============================ ] 1396/3062 45% [============================ ] 1397/3062 45% [============================ ] 1398/3062 45% [============================ ] 1399/3062 45% [============================ ] 1400/3062 45% [============================ ] 1401/3062 45% [============================ ] 1402/3062 45% [============================ ] 1403/3062 45% [============================ ] 1404/3062 45% [============================ ] 1405/3062 45% [============================ ] 1406/3062 45% [============================ ] 1407/3062 45% [============================ ] 1408/3062 45% [============================ ] 1409/3062 46% [============================ ] 1410/3062 46% [============================ ] 1411/3062 46% [============================ ] 1412/3062 46% [============================ ] 1413/3062 46% [============================ ] 1414/3062 46% [============================ ] 1415/3062 46% [============================ ] 1416/3062 46% [============================ ] 1417/3062 46% [============================ ] 1418/3062 46% [============================ ] 1419/3062 46% [============================ ] 1420/3062 46% [============================ ] 1421/3062 46% [============================ ] 1422/3062 46% [============================ ] 1423/3062 46% [============================ ] 1424/3062 46% [============================ ] 1425/3062 46% [============================ ] 1426/3062 46% [============================ ] 1427/3062 46% [============================ ] 1428/3062 46% [============================ ] 1429/3062 46% [============================ ] 1430/3062 46% [============================ ] 1431/3062 46% [============================ ] 1432/3062 46% [============================= ] 1433/3062 46% [============================= ] 1434/3062 46% [============================= ] 1435/3062 46% [============================= ] 1436/3062 46% [============================= ] 1437/3062 46% [============================= ] 1438/3062 46% [============================= ] 1439/3062 46% [============================= ] 1440/3062 47% [============================= ] 1441/3062 47% [============================= ] 1442/3062 47% [============================= ] 1443/3062 47% [============================= ] 1444/3062 47% [============================= ] 1445/3062 47% [============================= ] 1446/3062 47% [============================= ] 1447/3062 47% [============================= ] 1448/3062 47% [============================= ] 1449/3062 47% [============================= ] 1450/3062 47% [============================= ] 1451/3062 47% [============================= ] 1452/3062 47% [============================= ] 1453/3062 47% [============================= ] 1454/3062 47% [============================= ] 1455/3062 47% [============================= ] 1456/3062 47% [============================= ] 1457/3062 47% [============================= ] 1458/3062 47% [============================= ] 1459/3062 47% [============================= ] 1460/3062 47% [============================= ] 1461/3062 47% [============================= ] 1462/3062 47% [============================= ] 1463/3062 47% [============================= ] 1464/3062 47% [============================= ] 1465/3062 47% [============================= ] 1466/3062 47% [============================= ] 1467/3062 47% [============================= ] 1468/3062 47% [============================= ] 1469/3062 47% [============================= ] 1470/3062 48% [============================= ] 1471/3062 48% [============================= ] 1472/3062 48% [============================= ] 1473/3062 48% [============================= ] 1474/3062 48% [============================= ] 1475/3062 48% [============================= ] 1476/3062 48% [============================= ] 1477/3062 48% [============================= ] 1478/3062 48% [============================= ] 1479/3062 48% [============================= ] 1480/3062 48% [============================= ] 1481/3062 48% [============================== ] 1482/3062 48% [============================== ] 1483/3062 48% [============================== ] 1484/3062 48% [============================== ] 1485/3062 48% [============================== ] 1486/3062 48% [============================== ] 1487/3062 48% [============================== ] 1488/3062 48% [============================== ] 1489/3062 48% [============================== ] 1490/3062 48% [============================== ] 1491/3062 48% [============================== ] 1492/3062 48% [============================== ] 1493/3062 48% [============================== ] 1494/3062 48% [============================== ] 1495/3062 48% [============================== ] 1496/3062 48% [============================== ] 1497/3062 48% [============================== ] 1498/3062 48% [============================== ] 1499/3062 48% [============================== ] 1500/3062 48% [============================== ] 1501/3062 49% [============================== ] 1502/3062 49% [============================== ] 1503/3062 49% [============================== ] 1504/3062 49% [============================== ] 1505/3062 49% [============================== ] 1506/3062 49% [============================== ] 1507/3062 49% [============================== ] 1508/3062 49% [============================== ] 1509/3062 49% [============================== ] 1510/3062 49% [============================== ] 1511/3062 49% [============================== ] 1512/3062 49% [============================== ] 1513/3062 49% [============================== ] 1514/3062 49% [============================== ] 1515/3062 49% [============================== ] 1516/3062 49% [============================== ] 1517/3062 49% [============================== ] 1518/3062 49% [============================== ] 1519/3062 49% [============================== ] 1520/3062 49% [============================== ] 1521/3062 49% [============================== ] 1522/3062 49% [============================== ] 1523/3062 49% [============================== ] 1524/3062 49% [============================== ] 1525/3062 49% [============================== ] 1526/3062 49% [============================== ] 1527/3062 49% [============================== ] 1528/3062 49% [============================== ] 1529/3062 49% [============================== ] 1530/3062 49% [=============================== ] 1531/3062 50% [=============================== ] 1532/3062 50% [=============================== ] 1533/3062 50% [=============================== ] 1534/3062 50% [=============================== ] 1535/3062 50% [=============================== ] 1536/3062 50% [=============================== ] 1537/3062 50% [=============================== ] 1538/3062 50% [=============================== ] 1539/3062 50% [=============================== ] 1540/3062 50% [=============================== ] 1541/3062 50% [=============================== ] 1542/3062 50% [=============================== ] 1543/3062 50% [=============================== ] 1544/3062 50% [=============================== ] 1545/3062 50% [=============================== ] 1546/3062 50% [=============================== ] 1547/3062 50% [=============================== ] 1548/3062 50% [=============================== ] 1549/3062 50% [=============================== ] 1550/3062 50% [=============================== ] 1551/3062 50% [=============================== ] 1552/3062 50% [=============================== ] 1553/3062 50% [=============================== ] 1554/3062 50% [=============================== ] 1555/3062 50% [=============================== ] 1556/3062 50% [=============================== ] 1557/3062 50% [=============================== ] 1558/3062 50% [=============================== ] 1559/3062 50% [=============================== ] 1560/3062 50% [=============================== ] 1561/3062 50% [=============================== ] 1562/3062 51% [=============================== ] 1563/3062 51% [=============================== ] 1564/3062 51% [=============================== ] 1565/3062 51% [=============================== ] 1566/3062 51% [=============================== ] 1567/3062 51% [=============================== ] 1568/3062 51% [=============================== ] 1569/3062 51% [=============================== ] 1570/3062 51% [=============================== ] 1571/3062 51% [=============================== ] 1572/3062 51% [=============================== ] 1573/3062 51% [=============================== ] 1574/3062 51% [=============================== ] 1575/3062 51% [=============================== ] 1576/3062 51% [=============================== ] 1577/3062 51% [=============================== ] 1578/3062 51% [=============================== ] 1579/3062 51% [=============================== ] 1580/3062 51% [================================ ] 1581/3062 51% [================================ ] 1582/3062 51% [================================ ] 1583/3062 51% [================================ ] 1584/3062 51% [================================ ] 1585/3062 51% [================================ ] 1586/3062 51% [================================ ] 1587/3062 51% [================================ ] 1588/3062 51% [================================ ] 1589/3062 51% [================================ ] 1590/3062 51% [================================ ] 1591/3062 51% [================================ ] 1592/3062 51% [================================ ] 1593/3062 52% [================================ ] 1594/3062 52% [================================ ] 1595/3062 52% [================================ ] 1596/3062 52% [================================ ] 1597/3062 52% [================================ ] 1598/3062 52% [================================ ] 1599/3062 52% [================================ ] 1600/3062 52% [================================ ] 1601/3062 52% [================================ ] 1602/3062 52% [================================ ] 1603/3062 52% [================================ ] 1604/3062 52% [================================ ] 1605/3062 52% [================================ ] 1606/3062 52% [================================ ] 1607/3062 52% [================================ ] 1608/3062 52% [================================ ] 1609/3062 52% [================================ ] 1610/3062 52% [================================ ] 1611/3062 52% [================================ ] 1612/3062 52% [================================ ] 1613/3062 52% [================================ ] 1614/3062 52% [================================ ] 1615/3062 52% [================================ ] 1616/3062 52% [================================ ] 1617/3062 52% [================================ ] 1618/3062 52% [================================ ] 1619/3062 52% [================================ ] 1620/3062 52% [================================ ] 1621/3062 52% [================================ ] 1622/3062 52% [================================ ] 1623/3062 53% [================================ ] 1624/3062 53% [================================ ] 1625/3062 53% [================================ ] 1626/3062 53% [================================ ] 1627/3062 53% [================================ ] 1628/3062 53% [================================ ] 1629/3062 53% [================================= ] 1630/3062 53% [================================= ] 1631/3062 53% [================================= ] 1632/3062 53% [================================= ] 1633/3062 53% [================================= ] 1634/3062 53% [================================= ] 1635/3062 53% [================================= ] 1636/3062 53% [================================= ] 1637/3062 53% [================================= ] 1638/3062 53% [================================= ] 1639/3062 53% [================================= ] 1640/3062 53% [================================= ] 1641/3062 53% [================================= ] 1642/3062 53% [================================= ] 1643/3062 53% [================================= ] 1644/3062 53% [================================= ] 1645/3062 53% [================================= ] 1646/3062 53% [================================= ] 1647/3062 53% [================================= ] 1648/3062 53% [================================= ] 1649/3062 53% [================================= ] 1650/3062 53% [================================= ] 1651/3062 53% [================================= ] 1652/3062 53% [================================= ] 1653/3062 53% [================================= ] 1654/3062 54% [================================= ] 1655/3062 54% [================================= ] 1656/3062 54% [================================= ] 1657/3062 54% [================================= ] 1658/3062 54% [================================= ] 1659/3062 54% [================================= ] 1660/3062 54% [================================= ] 1661/3062 54% [================================= ] 1662/3062 54% [================================= ] 1663/3062 54% [================================= ] 1664/3062 54% [================================= ] 1665/3062 54% [================================= ] 1666/3062 54% [================================= ] 1667/3062 54% [================================= ] 1668/3062 54% [================================= ] 1669/3062 54% [================================= ] 1670/3062 54% [================================= ] 1671/3062 54% [================================= ] 1672/3062 54% [================================= ] 1673/3062 54% [================================= ] 1674/3062 54% [================================= ] 1675/3062 54% [================================= ] 1676/3062 54% [================================= ] 1677/3062 54% [================================= ] 1678/3062 54% [================================= ] 1679/3062 54% [================================== ] 1680/3062 54% [================================== ] 1681/3062 54% [================================== ] 1682/3062 54% [================================== ] 1683/3062 54% [================================== ] 1684/3062 54% [================================== ] 1685/3062 55% [================================== ] 1686/3062 55% [================================== ] 1687/3062 55% [================================== ] 1688/3062 55% [================================== ] 1689/3062 55% [================================== ] 1690/3062 55% [================================== ] 1691/3062 55% [================================== ] 1692/3062 55% [================================== ] 1693/3062 55% [================================== ] 1694/3062 55% [================================== ] 1695/3062 55% [================================== ] 1696/3062 55% [================================== ] 1697/3062 55% [================================== ] 1698/3062 55% [================================== ] 1699/3062 55% [================================== ] 1700/3062 55% [================================== ] 1701/3062 55% [================================== ] 1702/3062 55% [================================== ] 1703/3062 55% [================================== ] 1704/3062 55% [================================== ] 1705/3062 55% [================================== ] 1706/3062 55% [================================== ] 1707/3062 55% [================================== ] 1708/3062 55% [================================== ] 1709/3062 55% [================================== ] 1710/3062 55% [================================== ] 1711/3062 55% [================================== ] 1712/3062 55% [================================== ] 1713/3062 55% [================================== ] 1714/3062 55% [================================== ] 1715/3062 56% [================================== ] 1716/3062 56% [================================== ] 1717/3062 56% [================================== ] 1718/3062 56% [================================== ] 1719/3062 56% [================================== ] 1720/3062 56% [================================== ] 1721/3062 56% [================================== ] 1722/3062 56% [================================== ] 1723/3062 56% [================================== ] 1724/3062 56% [================================== ] 1725/3062 56% [================================== ] 1726/3062 56% [================================== ] 1727/3062 56% [================================== ] 1728/3062 56% [=================================== ] 1729/3062 56% [=================================== ] 1730/3062 56% [=================================== ] 1731/3062 56% [=================================== ] 1732/3062 56% [=================================== ] 1733/3062 56% [=================================== ] 1734/3062 56% [=================================== ] 1735/3062 56% [=================================== ] 1736/3062 56% [=================================== ] 1737/3062 56% [=================================== ] 1738/3062 56% [=================================== ] 1739/3062 56% [=================================== ] 1740/3062 56% [=================================== ] 1741/3062 56% [=================================== ] 1742/3062 56% [=================================== ] 1743/3062 56% [=================================== ] 1744/3062 56% [=================================== ] 1745/3062 56% [=================================== ] 1746/3062 57% [=================================== ] 1747/3062 57% [=================================== ] 1748/3062 57% [=================================== ] 1749/3062 57% [=================================== ] 1750/3062 57% [=================================== ] 1751/3062 57% [=================================== ] 1752/3062 57% [=================================== ] 1753/3062 57% [=================================== ] 1754/3062 57% [=================================== ] 1755/3062 57% [=================================== ] 1756/3062 57% [=================================== ] 1757/3062 57% [=================================== ] 1758/3062 57% [=================================== ] 1759/3062 57% [=================================== ] 1760/3062 57% [=================================== ] 1761/3062 57% [=================================== ] 1762/3062 57% [=================================== ] 1763/3062 57% [=================================== ] 1764/3062 57% [=================================== ] 1765/3062 57% [=================================== ] 1766/3062 57% [=================================== ] 1767/3062 57% [=================================== ] 1768/3062 57% [=================================== ] 1769/3062 57% [=================================== ] 1770/3062 57% [=================================== ] 1771/3062 57% [=================================== ] 1772/3062 57% [=================================== ] 1773/3062 57% [=================================== ] 1774/3062 57% [=================================== ] 1775/3062 57% [=================================== ] 1776/3062 58% [=================================== ] 1777/3062 58% [==================================== ] 1778/3062 58% [==================================== ] 1779/3062 58% [==================================== ] 1780/3062 58% [==================================== ] 1781/3062 58% [==================================== ] 1782/3062 58% [==================================== ] 1783/3062 58% [==================================== ] 1784/3062 58% [==================================== ] 1785/3062 58% [==================================== ] 1786/3062 58% [==================================== ] 1787/3062 58% [==================================== ] 1788/3062 58% [==================================== ] 1789/3062 58% [==================================== ] 1790/3062 58% [==================================== ] 1791/3062 58% [==================================== ] 1792/3062 58% [==================================== ] 1793/3062 58% [==================================== ] 1794/3062 58% [==================================== ] 1795/3062 58% [==================================== ] 1796/3062 58% [==================================== ] 1797/3062 58% [==================================== ] 1798/3062 58% [==================================== ] 1799/3062 58% [==================================== ] 1800/3062 58% [==================================== ] 1801/3062 58% [==================================== ] 1802/3062 58% [==================================== ] 1803/3062 58% [==================================== ] 1804/3062 58% [==================================== ] 1805/3062 58% [==================================== ] 1806/3062 58% [==================================== ] 1807/3062 59% [==================================== ] 1808/3062 59% [==================================== ] 1809/3062 59% [==================================== ] 1810/3062 59% [==================================== ] 1811/3062 59% [==================================== ] 1812/3062 59% [==================================== ] 1813/3062 59% [==================================== ] 1814/3062 59% [==================================== ] 1815/3062 59% [==================================== ] 1816/3062 59% [==================================== ] 1817/3062 59% [==================================== ] 1818/3062 59% [==================================== ] 1819/3062 59% [==================================== ] 1820/3062 59% [==================================== ] 1821/3062 59% [==================================== ] 1822/3062 59% [==================================== ] 1823/3062 59% [==================================== ] 1824/3062 59% [==================================== ] 1825/3062 59% [==================================== ] 1826/3062 59% [==================================== ] 1827/3062 59% [===================================== ] 1828/3062 59% [===================================== ] 1829/3062 59% [===================================== ] 1830/3062 59% [===================================== ] 1831/3062 59% [===================================== ] 1832/3062 59% [===================================== ] 1833/3062 59% [===================================== ] 1834/3062 59% [===================================== ] 1835/3062 59% [===================================== ] 1836/3062 59% [===================================== ] 1837/3062 59% [===================================== ] 1838/3062 60% [===================================== ] 1839/3062 60% [===================================== ] 1840/3062 60% [===================================== ] 1841/3062 60% [===================================== ] 1842/3062 60% [===================================== ] 1843/3062 60% [===================================== ] 1844/3062 60% [===================================== ] 1845/3062 60% [===================================== ] 1846/3062 60% [===================================== ] 1847/3062 60% [===================================== ] 1848/3062 60% [===================================== ] 1849/3062 60% [===================================== ] 1850/3062 60% [===================================== ] 1851/3062 60% [===================================== ] 1852/3062 60% [===================================== ] 1853/3062 60% [===================================== ] 1854/3062 60% [===================================== ] 1855/3062 60% [===================================== ] 1856/3062 60% [===================================== ] 1857/3062 60% [===================================== ] 1858/3062 60% [===================================== ] 1859/3062 60% [===================================== ] 1860/3062 60% [===================================== ] 1861/3062 60% [===================================== ] 1862/3062 60% [===================================== ] 1863/3062 60% [===================================== ] 1864/3062 60% [===================================== ] 1865/3062 60% [===================================== ] 1866/3062 60% [===================================== ] 1867/3062 60% [===================================== ] 1868/3062 61% [===================================== ] 1869/3062 61% [===================================== ] 1870/3062 61% [===================================== ] 1871/3062 61% [===================================== ] 1872/3062 61% [===================================== ] 1873/3062 61% [===================================== ] 1874/3062 61% [===================================== ] 1875/3062 61% [===================================== ] 1876/3062 61% [====================================== ] 1877/3062 61% [====================================== ] 1878/3062 61% [====================================== ] 1879/3062 61% [====================================== ] 1880/3062 61% [====================================== ] 1881/3062 61% [====================================== ] 1882/3062 61% [====================================== ] 1883/3062 61% [====================================== ] 1884/3062 61% [====================================== ] 1885/3062 61% [====================================== ] 1886/3062 61% [====================================== ] 1887/3062 61% [====================================== ] 1888/3062 61% [====================================== ] 1889/3062 61% [====================================== ] 1890/3062 61% [====================================== ] 1891/3062 61% [====================================== ] 1892/3062 61% [====================================== ] 1893/3062 61% [====================================== ] 1894/3062 61% [====================================== ] 1895/3062 61% [====================================== ] 1896/3062 61% [====================================== ] 1897/3062 61% [====================================== ] 1898/3062 61% [====================================== ] 1899/3062 62% [====================================== ] 1900/3062 62% [====================================== ] 1901/3062 62% [====================================== ] 1902/3062 62% [====================================== ] 1903/3062 62% [====================================== ] 1904/3062 62% [====================================== ] 1905/3062 62% [====================================== ] 1906/3062 62% [====================================== ] 1907/3062 62% [====================================== ] 1908/3062 62% [====================================== ] 1909/3062 62% [====================================== ] 1910/3062 62% [====================================== ] 1911/3062 62% [====================================== ] 1912/3062 62% [====================================== ] 1913/3062 62% [====================================== ] 1914/3062 62% [====================================== ] 1915/3062 62% [====================================== ] 1916/3062 62% [====================================== ] 1917/3062 62% [====================================== ] 1918/3062 62% [====================================== ] 1919/3062 62% [====================================== ] 1920/3062 62% [====================================== ] 1921/3062 62% [====================================== ] 1922/3062 62% [====================================== ] 1923/3062 62% [====================================== ] 1924/3062 62% [====================================== ] 1925/3062 62% [====================================== ] 1926/3062 62% [======================================= ] 1927/3062 62% [======================================= ] 1928/3062 62% [======================================= ] 1929/3062 62% [======================================= ] 1930/3062 63% [======================================= ] 1931/3062 63% [======================================= ] 1932/3062 63% [======================================= ] 1933/3062 63% [======================================= ] 1934/3062 63% [======================================= ] 1935/3062 63% [======================================= ] 1936/3062 63% [======================================= ] 1937/3062 63% [======================================= ] 1938/3062 63% [======================================= ] 1939/3062 63% [======================================= ] 1940/3062 63% [======================================= ] 1941/3062 63% [======================================= ] 1942/3062 63% [======================================= ] 1943/3062 63% [======================================= ] 1944/3062 63% [======================================= ] 1945/3062 63% [======================================= ] 1946/3062 63% [======================================= ] 1947/3062 63% [======================================= ] 1948/3062 63% [======================================= ] 1949/3062 63% [======================================= ] 1950/3062 63% [======================================= ] 1951/3062 63% [======================================= ] 1952/3062 63% [======================================= ] 1953/3062 63% [======================================= ] 1954/3062 63% [======================================= ] 1955/3062 63% [======================================= ] 1956/3062 63% [======================================= ] 1957/3062 63% [======================================= ] 1958/3062 63% [======================================= ] 1959/3062 63% [======================================= ] 1960/3062 64% [======================================= ] 1961/3062 64% [======================================= ] 1962/3062 64% [======================================= ] 1963/3062 64% [======================================= ] 1964/3062 64% [======================================= ] 1965/3062 64% [======================================= ] 1966/3062 64% [======================================= ] 1967/3062 64% [======================================= ] 1968/3062 64% [======================================= ] 1969/3062 64% [======================================= ] 1970/3062 64% [======================================= ] 1971/3062 64% [======================================= ] 1972/3062 64% [======================================= ] 1973/3062 64% [======================================= ] 1974/3062 64% [======================================= ] 1975/3062 64% [======================================== ] 1976/3062 64% [======================================== ] 1977/3062 64% [======================================== ] 1978/3062 64% [======================================== ] 1979/3062 64% [======================================== ] 1980/3062 64% [======================================== ] 1981/3062 64% [======================================== ] 1982/3062 64% [======================================== ] 1983/3062 64% [======================================== ] 1984/3062 64% [======================================== ] 1985/3062 64% [======================================== ] 1986/3062 64% [======================================== ] 1987/3062 64% [======================================== ] 1988/3062 64% [======================================== ] 1989/3062 64% [======================================== ] 1990/3062 64% [======================================== ] 1991/3062 65% [======================================== ] 1992/3062 65% [======================================== ] 1993/3062 65% [======================================== ] 1994/3062 65% [======================================== ] 1995/3062 65% [======================================== ] 1996/3062 65% [======================================== ] 1997/3062 65% [======================================== ] 1998/3062 65% [======================================== ] 1999/3062 65% [======================================== ] 2000/3062 65% [======================================== ] 2001/3062 65% [======================================== ] 2002/3062 65% [======================================== ] 2003/3062 65% [======================================== ] 2004/3062 65% [======================================== ] 2005/3062 65% [======================================== ] 2006/3062 65% [======================================== ] 2007/3062 65% [======================================== ] 2008/3062 65% [======================================== ] 2009/3062 65% [======================================== ] 2010/3062 65% [======================================== ] 2011/3062 65% [======================================== ] 2012/3062 65% [======================================== ] 2013/3062 65% [======================================== ] 2014/3062 65% [======================================== ] 2015/3062 65% [======================================== ] 2016/3062 65% [======================================== ] 2017/3062 65% [======================================== ] 2018/3062 65% [======================================== ] 2019/3062 65% [======================================== ] 2020/3062 65% [======================================== ] 2021/3062 66% [======================================== ] 2022/3062 66% [======================================== ] 2023/3062 66% [======================================== ] 2024/3062 66% [========================================= ] 2025/3062 66% [========================================= ] 2026/3062 66% [========================================= ] 2027/3062 66% [========================================= ] 2028/3062 66% [========================================= ] 2029/3062 66% [========================================= ] 2030/3062 66% [========================================= ] 2031/3062 66% [========================================= ] 2032/3062 66% [========================================= ] 2033/3062 66% [========================================= ] 2034/3062 66% [========================================= ] 2035/3062 66% [========================================= ] 2036/3062 66% [========================================= ] 2037/3062 66% [========================================= ] 2038/3062 66% [========================================= ] 2039/3062 66% [========================================= ] 2040/3062 66% [========================================= ] 2041/3062 66% [========================================= ] 2042/3062 66% [========================================= ] 2043/3062 66% [========================================= ] 2044/3062 66% [========================================= ] 2045/3062 66% [========================================= ] 2046/3062 66% [========================================= ] 2047/3062 66% [========================================= ] 2048/3062 66% [========================================= ] 2049/3062 66% [========================================= ] 2050/3062 66% [========================================= ] 2051/3062 66% [========================================= ] 2052/3062 67% [========================================= ] 2053/3062 67% [========================================= ] 2054/3062 67% [========================================= ] 2055/3062 67% [========================================= ] 2056/3062 67% [========================================= ] 2057/3062 67% [========================================= ] 2058/3062 67% [========================================= ] 2059/3062 67% [========================================= ] 2060/3062 67% [========================================= ] 2061/3062 67% [========================================= ] 2062/3062 67% [========================================= ] 2063/3062 67% [========================================= ] 2064/3062 67% [========================================= ] 2065/3062 67% [========================================= ] 2066/3062 67% [========================================= ] 2067/3062 67% [========================================= ] 2068/3062 67% [========================================= ] 2069/3062 67% [========================================= ] 2070/3062 67% [========================================= ] 2071/3062 67% [========================================= ] 2072/3062 67% [========================================= ] 2073/3062 67% [========================================= ] 2074/3062 67% [========================================== ] 2075/3062 67% [========================================== ] 2076/3062 67% [========================================== ] 2077/3062 67% [========================================== ] 2078/3062 67% [========================================== ] 2079/3062 67% [========================================== ] 2080/3062 67% [========================================== ] 2081/3062 67% [========================================== ] 2082/3062 67% [========================================== ] 2083/3062 68% [========================================== ] 2084/3062 68% [========================================== ] 2085/3062 68% [========================================== ] 2086/3062 68% [========================================== ] 2087/3062 68% [========================================== ] 2088/3062 68% [========================================== ] 2089/3062 68% [========================================== ] 2090/3062 68% [========================================== ] 2091/3062 68% [========================================== ] 2092/3062 68% [========================================== ] 2093/3062 68% [========================================== ] 2094/3062 68% [========================================== ] 2095/3062 68% [========================================== ] 2096/3062 68% [========================================== ] 2097/3062 68% [========================================== ] 2098/3062 68% [========================================== ] 2099/3062 68% [========================================== ] 2100/3062 68% [========================================== ] 2101/3062 68% [========================================== ] 2102/3062 68% [========================================== ] 2103/3062 68% [========================================== ] 2104/3062 68% [========================================== ] 2105/3062 68% [========================================== ] 2106/3062 68% [========================================== ] 2107/3062 68% [========================================== ] 2108/3062 68% [========================================== ] 2109/3062 68% [========================================== ] 2110/3062 68% [========================================== ] 2111/3062 68% [========================================== ] 2112/3062 68% [========================================== ] 2113/3062 69% [========================================== ] 2114/3062 69% [========================================== ] 2115/3062 69% [========================================== ] 2116/3062 69% [========================================== ] 2117/3062 69% [========================================== ] 2118/3062 69% [========================================== ] 2119/3062 69% [========================================== ] 2120/3062 69% [========================================== ] 2121/3062 69% [========================================== ] 2122/3062 69% [========================================== ] 2123/3062 69% [=========================================== ] 2124/3062 69% [=========================================== ] 2125/3062 69% [=========================================== ] 2126/3062 69% [=========================================== ] 2127/3062 69% [=========================================== ] 2128/3062 69% [=========================================== ] 2129/3062 69% [=========================================== ] 2130/3062 69% [=========================================== ] 2131/3062 69% [=========================================== ] 2132/3062 69% [=========================================== ] 2133/3062 69% [=========================================== ] 2134/3062 69% [=========================================== ] 2135/3062 69% [=========================================== ] 2136/3062 69% [=========================================== ] 2137/3062 69% [=========================================== ] 2138/3062 69% [=========================================== ] 2139/3062 69% [=========================================== ] 2140/3062 69% [=========================================== ] 2141/3062 69% [=========================================== ] 2142/3062 69% [=========================================== ] 2143/3062 69% [=========================================== ] 2144/3062 70% [=========================================== ] 2145/3062 70% [=========================================== ] 2146/3062 70% [=========================================== ] 2147/3062 70% [=========================================== ] 2148/3062 70% [=========================================== ] 2149/3062 70% [=========================================== ] 2150/3062 70% [=========================================== ] 2151/3062 70% [=========================================== ] 2152/3062 70% [=========================================== ] 2153/3062 70% [=========================================== ] 2154/3062 70% [=========================================== ] 2155/3062 70% [=========================================== ] 2156/3062 70% [=========================================== ] 2157/3062 70% [=========================================== ] 2158/3062 70% [=========================================== ] 2159/3062 70% [=========================================== ] 2160/3062 70% [=========================================== ] 2161/3062 70% [=========================================== ] 2162/3062 70% [=========================================== ] 2163/3062 70% [=========================================== ] 2164/3062 70% [=========================================== ] 2165/3062 70% [=========================================== ] 2166/3062 70% [=========================================== ] 2167/3062 70% [=========================================== ] 2168/3062 70% [=========================================== ] 2169/3062 70% [=========================================== ] 2170/3062 70% [=========================================== ] 2171/3062 70% [=========================================== ] 2172/3062 70% [=========================================== ] 2173/3062 70% [============================================ ] 2174/3062 70% [============================================ ] 2175/3062 71% [============================================ ] 2176/3062 71% [============================================ ] 2177/3062 71% [============================================ ] 2178/3062 71% [============================================ ] 2179/3062 71% [============================================ ] 2180/3062 71% [============================================ ] 2181/3062 71% [============================================ ] 2182/3062 71% [============================================ ] 2183/3062 71% [============================================ ] 2184/3062 71% [============================================ ] 2185/3062 71% [============================================ ] 2186/3062 71% [============================================ ] 2187/3062 71% [============================================ ] 2188/3062 71% [============================================ ] 2189/3062 71% [============================================ ] 2190/3062 71% [============================================ ] 2191/3062 71% [============================================ ] 2192/3062 71% [============================================ ] 2193/3062 71% [============================================ ] 2194/3062 71% [============================================ ] 2195/3062 71% [============================================ ] 2196/3062 71% [============================================ ] 2197/3062 71% [============================================ ] 2198/3062 71% [============================================ ] 2199/3062 71% [============================================ ] 2200/3062 71% [============================================ ] 2201/3062 71% [============================================ ] 2202/3062 71% [============================================ ] 2203/3062 71% [============================================ ] 2204/3062 71% [============================================ ] 2205/3062 72% [============================================ ] 2206/3062 72% [============================================ ] 2207/3062 72% [============================================ ] 2208/3062 72% [============================================ ] 2209/3062 72% [============================================ ] 2210/3062 72% [============================================ ] 2211/3062 72% [============================================ ] 2212/3062 72% [============================================ ] 2213/3062 72% [============================================ ] 2214/3062 72% [============================================ ] 2215/3062 72% [============================================ ] 2216/3062 72% [============================================ ] 2217/3062 72% [============================================ ] 2218/3062 72% [============================================ ] 2219/3062 72% [============================================ ] 2220/3062 72% [============================================ ] 2221/3062 72% [============================================ ] 2222/3062 72% [============================================= ] 2223/3062 72% [============================================= ] 2224/3062 72% [============================================= ] 2225/3062 72% [============================================= ] 2226/3062 72% [============================================= ] 2227/3062 72% [============================================= ] 2228/3062 72% [============================================= ] 2229/3062 72% [============================================= ] 2230/3062 72% [============================================= ] 2231/3062 72% [============================================= ] 2232/3062 72% [============================================= ] 2233/3062 72% [============================================= ] 2234/3062 72% [============================================= ] 2235/3062 72% [============================================= ] 2236/3062 73% [============================================= ] 2237/3062 73% [============================================= ] 2238/3062 73% [============================================= ] 2239/3062 73% [============================================= ] 2240/3062 73% [============================================= ] 2241/3062 73% [============================================= ] 2242/3062 73% [============================================= ] 2243/3062 73% [============================================= ] 2244/3062 73% [============================================= ] 2245/3062 73% [============================================= ] 2246/3062 73% [============================================= ] 2247/3062 73% [============================================= ] 2248/3062 73% [============================================= ] 2249/3062 73% [============================================= ] 2250/3062 73% [============================================= ] 2251/3062 73% [============================================= ] 2252/3062 73% [============================================= ] 2253/3062 73% [============================================= ] 2254/3062 73% [============================================= ] 2255/3062 73% [============================================= ] 2256/3062 73% [============================================= ] 2257/3062 73% [============================================= ] 2258/3062 73% [============================================= ] 2259/3062 73% [============================================= ] 2260/3062 73% [============================================= ] 2261/3062 73% [============================================= ] 2262/3062 73% [============================================= ] 2263/3062 73% [============================================= ] 2264/3062 73% [============================================= ] 2265/3062 73% [============================================= ] 2266/3062 74% [============================================= ] 2267/3062 74% [============================================= ] 2268/3062 74% [============================================= ] 2269/3062 74% [============================================= ] 2270/3062 74% [============================================= ] 2271/3062 74% [============================================== ] 2272/3062 74% [============================================== ] 2273/3062 74% [============================================== ] 2274/3062 74% [============================================== ] 2275/3062 74% [============================================== ] 2276/3062 74% [============================================== ] 2277/3062 74% [============================================== ] 2278/3062 74% [============================================== ] 2279/3062 74% [============================================== ] 2280/3062 74% [============================================== ] 2281/3062 74% [============================================== ] 2282/3062 74% [============================================== ] 2283/3062 74% [============================================== ] 2284/3062 74% [============================================== ] 2285/3062 74% [============================================== ] 2286/3062 74% [============================================== ] 2287/3062 74% [============================================== ] 2288/3062 74% [============================================== ] 2289/3062 74% [============================================== ] 2290/3062 74% [============================================== ] 2291/3062 74% [============================================== ] 2292/3062 74% [============================================== ] 2293/3062 74% [============================================== ] 2294/3062 74% [============================================== ] 2295/3062 74% [============================================== ] 2296/3062 74% [============================================== ] 2297/3062 75% [============================================== ] 2298/3062 75% [============================================== ] 2299/3062 75% [============================================== ] 2300/3062 75% [============================================== ] 2301/3062 75% [============================================== ] 2302/3062 75% [============================================== ] 2303/3062 75% [============================================== ] 2304/3062 75% [============================================== ] 2305/3062 75% [============================================== ] 2306/3062 75% [============================================== ] 2307/3062 75% [============================================== ] 2308/3062 75% [============================================== ] 2309/3062 75% [============================================== ] 2310/3062 75% [============================================== ] 2311/3062 75% [============================================== ] 2312/3062 75% [============================================== ] 2313/3062 75% [============================================== ] 2314/3062 75% [============================================== ] 2315/3062 75% [============================================== ] 2316/3062 75% [============================================== ] 2317/3062 75% [============================================== ] 2318/3062 75% [============================================== ] 2319/3062 75% [============================================== ] 2320/3062 75% [============================================== ] 2321/3062 75% [=============================================== ] 2322/3062 75% [=============================================== ] 2323/3062 75% [=============================================== ] 2324/3062 75% [=============================================== ] 2325/3062 75% [=============================================== ] 2326/3062 75% [=============================================== ] 2327/3062 75% [=============================================== ] 2328/3062 76% [=============================================== ] 2329/3062 76% [=============================================== ] 2330/3062 76% [=============================================== ] 2331/3062 76% [=============================================== ] 2332/3062 76% [=============================================== ] 2333/3062 76% [=============================================== ] 2334/3062 76% [=============================================== ] 2335/3062 76% [=============================================== ] 2336/3062 76% [=============================================== ] 2337/3062 76% [=============================================== ] 2338/3062 76% [=============================================== ] 2339/3062 76% [=============================================== ] 2340/3062 76% [=============================================== ] 2341/3062 76% [=============================================== ] 2342/3062 76% [=============================================== ] 2343/3062 76% [=============================================== ] 2344/3062 76% [=============================================== ] 2345/3062 76% [=============================================== ] 2346/3062 76% [=============================================== ] 2347/3062 76% [=============================================== ] 2348/3062 76% [=============================================== ] 2349/3062 76% [=============================================== ] 2350/3062 76% [=============================================== ] 2351/3062 76% [=============================================== ] 2352/3062 76% [=============================================== ] 2353/3062 76% [=============================================== ] 2354/3062 76% [=============================================== ] 2355/3062 76% [=============================================== ] 2356/3062 76% [=============================================== ] 2357/3062 76% [=============================================== ] 2358/3062 77% [=============================================== ] 2359/3062 77% [=============================================== ] 2360/3062 77% [=============================================== ] 2361/3062 77% [=============================================== ] 2362/3062 77% [=============================================== ] 2363/3062 77% [=============================================== ] 2364/3062 77% [=============================================== ] 2365/3062 77% [=============================================== ] 2366/3062 77% [=============================================== ] 2367/3062 77% [=============================================== ] 2368/3062 77% [=============================================== ] 2369/3062 77% [=============================================== ] 2370/3062 77% [================================================ ] 2371/3062 77% [================================================ ] 2372/3062 77% [================================================ ] 2373/3062 77% [================================================ ] 2374/3062 77% [================================================ ] 2375/3062 77% [================================================ ] 2376/3062 77% [================================================ ] 2377/3062 77% [================================================ ] 2378/3062 77% [================================================ ] 2379/3062 77% [================================================ ] 2380/3062 77% [================================================ ] 2381/3062 77% [================================================ ] 2382/3062 77% [================================================ ] 2383/3062 77% [================================================ ] 2384/3062 77% [================================================ ] 2385/3062 77% [================================================ ] 2386/3062 77% [================================================ ] 2387/3062 77% [================================================ ] 2388/3062 77% [================================================ ] 2389/3062 78% [================================================ ] 2390/3062 78% [================================================ ] 2391/3062 78% [================================================ ] 2392/3062 78% [================================================ ] 2393/3062 78% [================================================ ] 2394/3062 78% [================================================ ] 2395/3062 78% [================================================ ] 2396/3062 78% [================================================ ] 2397/3062 78% [================================================ ] 2398/3062 78% [================================================ ] 2399/3062 78% [================================================ ] 2400/3062 78% [================================================ ] 2401/3062 78% [================================================ ] 2402/3062 78% [================================================ ] 2403/3062 78% [================================================ ] 2404/3062 78% [================================================ ] 2405/3062 78% [================================================ ] 2406/3062 78% [================================================ ] 2407/3062 78% [================================================ ] 2408/3062 78% [================================================ ] 2409/3062 78% [================================================ ] 2410/3062 78% [================================================ ] 2411/3062 78% [================================================ ] 2412/3062 78% [================================================ ] 2413/3062 78% [================================================ ] 2414/3062 78% [================================================ ] 2415/3062 78% [================================================ ] 2416/3062 78% [================================================ ] 2417/3062 78% [================================================ ] 2418/3062 78% [================================================ ] 2419/3062 79% [================================================= ] 2420/3062 79% [================================================= ] 2421/3062 79% [================================================= ] 2422/3062 79% [================================================= ] 2423/3062 79% [================================================= ] 2424/3062 79% [================================================= ] 2425/3062 79% [================================================= ] 2426/3062 79% [================================================= ] 2427/3062 79% [================================================= ] 2428/3062 79% [================================================= ] 2429/3062 79% [================================================= ] 2430/3062 79% [================================================= ] 2431/3062 79% [================================================= ] 2432/3062 79% [================================================= ] 2433/3062 79% [================================================= ] 2434/3062 79% [================================================= ] 2435/3062 79% [================================================= ] 2436/3062 79% [================================================= ] 2437/3062 79% [================================================= ] 2438/3062 79% [================================================= ] 2439/3062 79% [================================================= ] 2440/3062 79% [================================================= ] 2441/3062 79% [================================================= ] 2442/3062 79% [================================================= ] 2443/3062 79% [================================================= ] 2444/3062 79% [================================================= ] 2445/3062 79% [================================================= ] 2446/3062 79% [================================================= ] 2447/3062 79% [================================================= ] 2448/3062 79% [================================================= ] 2449/3062 79% [================================================= ] 2450/3062 80% [================================================= ] 2451/3062 80% [================================================= ] 2452/3062 80% [================================================= ] 2453/3062 80% [================================================= ] 2454/3062 80% [================================================= ] 2455/3062 80% [================================================= ] 2456/3062 80% [================================================= ] 2457/3062 80% [================================================= ] 2458/3062 80% [================================================= ] 2459/3062 80% [================================================= ] 2460/3062 80% [================================================= ] 2461/3062 80% [================================================= ] 2462/3062 80% [================================================= ] 2463/3062 80% [================================================= ] 2464/3062 80% [================================================= ] 2465/3062 80% [================================================= ] 2466/3062 80% [================================================= ] 2467/3062 80% [================================================= ] 2468/3062 80% [================================================= ] 2469/3062 80% [================================================== ] 2470/3062 80% [================================================== ] 2471/3062 80% [================================================== ] 2472/3062 80% [================================================== ] 2473/3062 80% [================================================== ] 2474/3062 80% [================================================== ] 2475/3062 80% [================================================== ] 2476/3062 80% [================================================== ] 2477/3062 80% [================================================== ] 2478/3062 80% [================================================== ] 2479/3062 80% [================================================== ] 2480/3062 80% [================================================== ] 2481/3062 81% [================================================== ] 2482/3062 81% [================================================== ] 2483/3062 81% [================================================== ] 2484/3062 81% [================================================== ] 2485/3062 81% [================================================== ] 2486/3062 81% [================================================== ] 2487/3062 81% [================================================== ] 2488/3062 81% [================================================== ] 2489/3062 81% [================================================== ] 2490/3062 81% [================================================== ] 2491/3062 81% [================================================== ] 2492/3062 81% [================================================== ] 2493/3062 81% [================================================== ] 2494/3062 81% [================================================== ] 2495/3062 81% [================================================== ] 2496/3062 81% [================================================== ] 2497/3062 81% [================================================== ] 2498/3062 81% [================================================== ] 2499/3062 81% [================================================== ] 2500/3062 81% [================================================== ] 2501/3062 81% [================================================== ] 2502/3062 81% [================================================== ] 2503/3062 81% [================================================== ] 2504/3062 81% [================================================== ] 2505/3062 81% [================================================== ] 2506/3062 81% [================================================== ] 2507/3062 81% [================================================== ] 2508/3062 81% [================================================== ] 2509/3062 81% [================================================== ] 2510/3062 81% [================================================== ] 2511/3062 82% [================================================== ] 2512/3062 82% [================================================== ] 2513/3062 82% [================================================== ] 2514/3062 82% [================================================== ] 2515/3062 82% [================================================== ] 2516/3062 82% [================================================== ] 2517/3062 82% [================================================== ] 2518/3062 82% [=================================================== ] 2519/3062 82% [=================================================== ] 2520/3062 82% [=================================================== ] 2521/3062 82% [=================================================== ] 2522/3062 82% [=================================================== ] 2523/3062 82% [=================================================== ] 2524/3062 82% [=================================================== ] 2525/3062 82% [=================================================== ] 2526/3062 82% [=================================================== ] 2527/3062 82% [=================================================== ] 2528/3062 82% [=================================================== ] 2529/3062 82% [=================================================== ] 2530/3062 82% [=================================================== ] 2531/3062 82% [=================================================== ] 2532/3062 82% [=================================================== ] 2533/3062 82% [=================================================== ] 2534/3062 82% [=================================================== ] 2535/3062 82% [=================================================== ] 2536/3062 82% [=================================================== ] 2537/3062 82% [=================================================== ] 2538/3062 82% [=================================================== ] 2539/3062 82% [=================================================== ] 2540/3062 82% [=================================================== ] 2541/3062 82% [=================================================== ] 2542/3062 83% [=================================================== ] 2543/3062 83% [=================================================== ] 2544/3062 83% [=================================================== ] 2545/3062 83% [=================================================== ] 2546/3062 83% [=================================================== ] 2547/3062 83% [=================================================== ] 2548/3062 83% [=================================================== ] 2549/3062 83% [=================================================== ] 2550/3062 83% [=================================================== ] 2551/3062 83% [=================================================== ] 2552/3062 83% [=================================================== ] 2553/3062 83% [=================================================== ] 2554/3062 83% [=================================================== ] 2555/3062 83% [=================================================== ] 2556/3062 83% [=================================================== ] 2557/3062 83% [=================================================== ] 2558/3062 83% [=================================================== ] 2559/3062 83% [=================================================== ] 2560/3062 83% [=================================================== ] 2561/3062 83% [=================================================== ] 2562/3062 83% [=================================================== ] 2563/3062 83% [=================================================== ] 2564/3062 83% [=================================================== ] 2565/3062 83% [=================================================== ] 2566/3062 83% [=================================================== ] 2567/3062 83% [=================================================== ] 2568/3062 83% [==================================================== ] 2569/3062 83% [==================================================== ] 2570/3062 83% [==================================================== ] 2571/3062 83% [==================================================== ] 2572/3062 83% [==================================================== ] 2573/3062 84% [==================================================== ] 2574/3062 84% [==================================================== ] 2575/3062 84% [==================================================== ] 2576/3062 84% [==================================================== ] 2577/3062 84% [==================================================== ] 2578/3062 84% [==================================================== ] 2579/3062 84% [==================================================== ] 2580/3062 84% [==================================================== ] 2581/3062 84% [==================================================== ] 2582/3062 84% [==================================================== ] 2583/3062 84% [==================================================== ] 2584/3062 84% [==================================================== ] 2585/3062 84% [==================================================== ] 2586/3062 84% [==================================================== ] 2587/3062 84% [==================================================== ] 2588/3062 84% [==================================================== ] 2589/3062 84% [==================================================== ] 2590/3062 84% [==================================================== ] 2591/3062 84% [==================================================== ] 2592/3062 84% [==================================================== ] 2593/3062 84% [==================================================== ] 2594/3062 84% [==================================================== ] 2595/3062 84% [==================================================== ] 2596/3062 84% [==================================================== ] 2597/3062 84% [==================================================== ] 2598/3062 84% [==================================================== ] 2599/3062 84% [==================================================== ] 2600/3062 84% [==================================================== ] 2601/3062 84% [==================================================== ] 2602/3062 84% [==================================================== ] 2603/3062 85% [==================================================== ] 2604/3062 85% [==================================================== ] 2605/3062 85% [==================================================== ] 2606/3062 85% [==================================================== ] 2607/3062 85% [==================================================== ] 2608/3062 85% [==================================================== ] 2609/3062 85% [==================================================== ] 2610/3062 85% [==================================================== ] 2611/3062 85% [==================================================== ] 2612/3062 85% [==================================================== ] 2613/3062 85% [==================================================== ] 2614/3062 85% [==================================================== ] 2615/3062 85% [==================================================== ] 2616/3062 85% [==================================================== ] 2617/3062 85% [===================================================== ] 2618/3062 85% [===================================================== ] 2619/3062 85% [===================================================== ] 2620/3062 85% [===================================================== ] 2621/3062 85% [===================================================== ] 2622/3062 85% [===================================================== ] 2623/3062 85% [===================================================== ] 2624/3062 85% [===================================================== ] 2625/3062 85% [===================================================== ] 2626/3062 85% [===================================================== ] 2627/3062 85% [===================================================== ] 2628/3062 85% [===================================================== ] 2629/3062 85% [===================================================== ] 2630/3062 85% [===================================================== ] 2631/3062 85% [===================================================== ] 2632/3062 85% [===================================================== ] 2633/3062 85% [===================================================== ] 2634/3062 86% [===================================================== ] 2635/3062 86% [===================================================== ] 2636/3062 86% [===================================================== ] 2637/3062 86% [===================================================== ] 2638/3062 86% [===================================================== ] 2639/3062 86% [===================================================== ] 2640/3062 86% [===================================================== ] 2641/3062 86% [===================================================== ] 2642/3062 86% [===================================================== ] 2643/3062 86% [===================================================== ] 2644/3062 86% [===================================================== ] 2645/3062 86% [===================================================== ] 2646/3062 86% [===================================================== ] 2647/3062 86% [===================================================== ] 2648/3062 86% [===================================================== ] 2649/3062 86% [===================================================== ] 2650/3062 86% [===================================================== ] 2651/3062 86% [===================================================== ] 2652/3062 86% [===================================================== ] 2653/3062 86% [===================================================== ] 2654/3062 86% [===================================================== ] 2655/3062 86% [===================================================== ] 2656/3062 86% [===================================================== ] 2657/3062 86% [===================================================== ] 2658/3062 86% [===================================================== ] 2659/3062 86% [===================================================== ] 2660/3062 86% [===================================================== ] 2661/3062 86% [===================================================== ] 2662/3062 86% [===================================================== ] 2663/3062 86% [===================================================== ] 2664/3062 87% [===================================================== ] 2665/3062 87% [===================================================== ] 2666/3062 87% [====================================================== ] 2667/3062 87% [====================================================== ] 2668/3062 87% [====================================================== ] 2669/3062 87% [====================================================== ] 2670/3062 87% [====================================================== ] 2671/3062 87% [====================================================== ] 2672/3062 87% [====================================================== ] 2673/3062 87% [====================================================== ] 2674/3062 87% [====================================================== ] 2675/3062 87% [====================================================== ] 2676/3062 87% [====================================================== ] 2677/3062 87% [====================================================== ] 2678/3062 87% [====================================================== ] 2679/3062 87% [====================================================== ] 2680/3062 87% [====================================================== ] 2681/3062 87% [====================================================== ] 2682/3062 87% [====================================================== ] 2683/3062 87% [====================================================== ] 2684/3062 87% [====================================================== ] 2685/3062 87% [====================================================== ] 2686/3062 87% [====================================================== ] 2687/3062 87% [====================================================== ] 2688/3062 87% [====================================================== ] 2689/3062 87% [====================================================== ] 2690/3062 87% [====================================================== ] 2691/3062 87% [====================================================== ] 2692/3062 87% [====================================================== ] 2693/3062 87% [====================================================== ] 2694/3062 87% [====================================================== ] 2695/3062 88% [====================================================== ] 2696/3062 88% [====================================================== ] 2697/3062 88% [====================================================== ] 2698/3062 88% [====================================================== ] 2699/3062 88% [====================================================== ] 2700/3062 88% [====================================================== ] 2701/3062 88% [====================================================== ] 2702/3062 88% [====================================================== ] 2703/3062 88% [====================================================== ] 2704/3062 88% [====================================================== ] 2705/3062 88% [====================================================== ] 2706/3062 88% [====================================================== ] 2707/3062 88% [====================================================== ] 2708/3062 88% [====================================================== ] 2709/3062 88% [====================================================== ] 2710/3062 88% [====================================================== ] 2711/3062 88% [====================================================== ] 2712/3062 88% [====================================================== ] 2713/3062 88% [====================================================== ] 2714/3062 88% [====================================================== ] 2715/3062 88% [====================================================== ] 2716/3062 88% [======================================================= ] 2717/3062 88% [======================================================= ] 2718/3062 88% [======================================================= ] 2719/3062 88% [======================================================= ] 2720/3062 88% [======================================================= ] 2721/3062 88% [======================================================= ] 2722/3062 88% [======================================================= ] 2723/3062 88% [======================================================= ] 2724/3062 88% [======================================================= ] 2725/3062 88% [======================================================= ] 2726/3062 89% [======================================================= ] 2727/3062 89% [======================================================= ] 2728/3062 89% [======================================================= ] 2729/3062 89% [======================================================= ] 2730/3062 89% [======================================================= ] 2731/3062 89% [======================================================= ] 2732/3062 89% [======================================================= ] 2733/3062 89% [======================================================= ] 2734/3062 89% [======================================================= ] 2735/3062 89% [======================================================= ] 2736/3062 89% [======================================================= ] 2737/3062 89% [======================================================= ] 2738/3062 89% [======================================================= ] 2739/3062 89% [======================================================= ] 2740/3062 89% [======================================================= ] 2741/3062 89% [======================================================= ] 2742/3062 89% [======================================================= ] 2743/3062 89% [======================================================= ] 2744/3062 89% [======================================================= ] 2745/3062 89% [======================================================= ] 2746/3062 89% [======================================================= ] 2747/3062 89% [======================================================= ] 2748/3062 89% [======================================================= ] 2749/3062 89% [======================================================= ] 2750/3062 89% [======================================================= ] 2751/3062 89% [======================================================= ] 2752/3062 89% [======================================================= ] 2753/3062 89% [======================================================= ] 2754/3062 89% [======================================================= ] 2755/3062 89% [======================================================= ] 2756/3062 90% [======================================================= ] 2757/3062 90% [======================================================= ] 2758/3062 90% [======================================================= ] 2759/3062 90% [======================================================= ] 2760/3062 90% [======================================================= ] 2761/3062 90% [======================================================= ] 2762/3062 90% [======================================================= ] 2763/3062 90% [======================================================= ] 2764/3062 90% [======================================================= ] 2765/3062 90% [======================================================== ] 2766/3062 90% [======================================================== ] 2767/3062 90% [======================================================== ] 2768/3062 90% [======================================================== ] 2769/3062 90% [======================================================== ] 2770/3062 90% [======================================================== ] 2771/3062 90% [======================================================== ] 2772/3062 90% [======================================================== ] 2773/3062 90% [======================================================== ] 2774/3062 90% [======================================================== ] 2775/3062 90% [======================================================== ] 2776/3062 90% [======================================================== ] 2777/3062 90% [======================================================== ] 2778/3062 90% [======================================================== ] 2779/3062 90% [======================================================== ] 2780/3062 90% [======================================================== ] 2781/3062 90% [======================================================== ] 2782/3062 90% [======================================================== ] 2783/3062 90% [======================================================== ] 2784/3062 90% [======================================================== ] 2785/3062 90% [======================================================== ] 2786/3062 90% [======================================================== ] 2787/3062 91% [======================================================== ] 2788/3062 91% [======================================================== ] 2789/3062 91% [======================================================== ] 2790/3062 91% [======================================================== ] 2791/3062 91% [======================================================== ] 2792/3062 91% [======================================================== ] 2793/3062 91% [======================================================== ] 2794/3062 91% [======================================================== ] 2795/3062 91% [======================================================== ] 2796/3062 91% [======================================================== ] 2797/3062 91% [======================================================== ] 2798/3062 91% [======================================================== ] 2799/3062 91% [======================================================== ] 2800/3062 91% [======================================================== ] 2801/3062 91% [======================================================== ] 2802/3062 91% [======================================================== ] 2803/3062 91% [======================================================== ] 2804/3062 91% [======================================================== ] 2805/3062 91% [======================================================== ] 2806/3062 91% [======================================================== ] 2807/3062 91% [======================================================== ] 2808/3062 91% [======================================================== ] 2809/3062 91% [======================================================== ] 2810/3062 91% [======================================================== ] 2811/3062 91% [======================================================== ] 2812/3062 91% [======================================================== ] 2813/3062 91% [======================================================== ] 2814/3062 91% [======================================================== ] 2815/3062 91% [========================================================= ] 2816/3062 91% [========================================================= ] 2817/3062 91% [========================================================= ] 2818/3062 92% [========================================================= ] 2819/3062 92% [========================================================= ] 2820/3062 92% [========================================================= ] 2821/3062 92% [========================================================= ] 2822/3062 92% [========================================================= ] 2823/3062 92% [========================================================= ] 2824/3062 92% [========================================================= ] 2825/3062 92% [========================================================= ] 2826/3062 92% [========================================================= ] 2827/3062 92% [========================================================= ] 2828/3062 92% [========================================================= ] 2829/3062 92% [========================================================= ] 2830/3062 92% [========================================================= ] 2831/3062 92% [========================================================= ] 2832/3062 92% [========================================================= ] 2833/3062 92% [========================================================= ] 2834/3062 92% [========================================================= ] 2835/3062 92% [========================================================= ] 2836/3062 92% [========================================================= ] 2837/3062 92% [========================================================= ] 2838/3062 92% [========================================================= ] 2839/3062 92% [========================================================= ] 2840/3062 92% [========================================================= ] 2841/3062 92% [========================================================= ] 2842/3062 92% [========================================================= ] 2843/3062 92% [========================================================= ] 2844/3062 92% [========================================================= ] 2845/3062 92% [========================================================= ] 2846/3062 92% [========================================================= ] 2847/3062 92% [========================================================= ] 2848/3062 93% [========================================================= ] 2849/3062 93% [========================================================= ] 2850/3062 93% [========================================================= ] 2851/3062 93% [========================================================= ] 2852/3062 93% [========================================================= ] 2853/3062 93% [========================================================= ] 2854/3062 93% [========================================================= ] 2855/3062 93% [========================================================= ] 2856/3062 93% [========================================================= ] 2857/3062 93% [========================================================= ] 2858/3062 93% [========================================================= ] 2859/3062 93% [========================================================= ] 2860/3062 93% [========================================================= ] 2861/3062 93% [========================================================= ] 2862/3062 93% [========================================================= ] 2863/3062 93% [========================================================= ] 2864/3062 93% [========================================================== ] 2865/3062 93% [========================================================== ] 2866/3062 93% [========================================================== ] 2867/3062 93% [========================================================== ] 2868/3062 93% [========================================================== ] 2869/3062 93% [========================================================== ] 2870/3062 93% [========================================================== ] 2871/3062 93% [========================================================== ] 2872/3062 93% [========================================================== ] 2873/3062 93% [========================================================== ] 2874/3062 93% [========================================================== ] 2875/3062 93% [========================================================== ] 2876/3062 93% [========================================================== ] 2877/3062 93% [========================================================== ] 2878/3062 93% [========================================================== ] 2879/3062 94% [========================================================== ] 2880/3062 94% [========================================================== ] 2881/3062 94% [========================================================== ] 2882/3062 94% [========================================================== ] 2883/3062 94% [========================================================== ] 2884/3062 94% [========================================================== ] 2885/3062 94% [========================================================== ] 2886/3062 94% [========================================================== ] 2887/3062 94% [========================================================== ] 2888/3062 94% [========================================================== ] 2889/3062 94% [========================================================== ] 2890/3062 94% [========================================================== ] 2891/3062 94% [========================================================== ] 2892/3062 94% [========================================================== ] 2893/3062 94% [========================================================== ] 2894/3062 94% [========================================================== ] 2895/3062 94% [========================================================== ] 2896/3062 94% [========================================================== ] 2897/3062 94% [========================================================== ] 2898/3062 94% [========================================================== ] 2899/3062 94% [========================================================== ] 2900/3062 94% [========================================================== ] 2901/3062 94% [========================================================== ] 2902/3062 94% [========================================================== ] 2903/3062 94% [========================================================== ] 2904/3062 94% [========================================================== ] 2905/3062 94% [========================================================== ] 2906/3062 94% [========================================================== ] 2907/3062 94% [========================================================== ] 2908/3062 94% [========================================================== ] 2909/3062 95% [========================================================== ] 2910/3062 95% [========================================================== ] 2911/3062 95% [========================================================== ] 2912/3062 95% [========================================================== ] 2913/3062 95% [=========================================================== ] 2914/3062 95% [=========================================================== ] 2915/3062 95% [=========================================================== ] 2916/3062 95% [=========================================================== ] 2917/3062 95% [=========================================================== ] 2918/3062 95% [=========================================================== ] 2919/3062 95% [=========================================================== ] 2920/3062 95% [=========================================================== ] 2921/3062 95% [=========================================================== ] 2922/3062 95% [=========================================================== ] 2923/3062 95% [=========================================================== ] 2924/3062 95% [=========================================================== ] 2925/3062 95% [=========================================================== ] 2926/3062 95% [=========================================================== ] 2927/3062 95% [=========================================================== ] 2928/3062 95% [=========================================================== ] 2929/3062 95% [=========================================================== ] 2930/3062 95% [=========================================================== ] 2931/3062 95% [=========================================================== ] 2932/3062 95% [=========================================================== ] 2933/3062 95% [=========================================================== ] 2934/3062 95% [=========================================================== ] 2935/3062 95% [=========================================================== ] 2936/3062 95% [=========================================================== ] 2937/3062 95% [=========================================================== ] 2938/3062 95% [=========================================================== ] 2939/3062 95% [=========================================================== ] 2940/3062 96% [=========================================================== ] 2941/3062 96% [=========================================================== ] 2942/3062 96% [=========================================================== ] 2943/3062 96% [=========================================================== ] 2944/3062 96% [=========================================================== ] 2945/3062 96% [=========================================================== ] 2946/3062 96% [=========================================================== ] 2947/3062 96% [=========================================================== ] 2948/3062 96% [=========================================================== ] 2949/3062 96% [=========================================================== ] 2950/3062 96% [=========================================================== ] 2951/3062 96% [=========================================================== ] 2952/3062 96% [=========================================================== ] 2953/3062 96% [=========================================================== ] 2954/3062 96% [=========================================================== ] 2955/3062 96% [=========================================================== ] 2956/3062 96% [=========================================================== ] 2957/3062 96% [=========================================================== ] 2958/3062 96% [=========================================================== ] 2959/3062 96% [=========================================================== ] 2960/3062 96% [=========================================================== ] 2961/3062 96% [=========================================================== ] 2962/3062 96% [=========================================================== ] 2963/3062 96% [============================================================ ] 2964/3062 96% [============================================================ ] 2965/3062 96% [============================================================ ] 2966/3062 96% [============================================================ ] 2967/3062 96% [============================================================ ] 2968/3062 96% [============================================================ ] 2969/3062 96% [============================================================ ] 2970/3062 96% [============================================================ ] 2971/3062 97% [============================================================ ] 2972/3062 97% [============================================================ ] 2973/3062 97% [============================================================ ] 2974/3062 97% [============================================================ ] 2975/3062 97% [============================================================ ] 2976/3062 97% [============================================================ ] 2977/3062 97% [============================================================ ] 2978/3062 97% [============================================================ ] 2979/3062 97% [============================================================ ] 2980/3062 97% [============================================================ ] 2981/3062 97% [============================================================ ] 2982/3062 97% [============================================================ ] 2983/3062 97% [============================================================ ] 2984/3062 97% [============================================================ ] 2985/3062 97% [============================================================ ] 2986/3062 97% [============================================================ ] 2987/3062 97% [============================================================ ] 2988/3062 97% [============================================================ ] 2989/3062 97% [============================================================ ] 2990/3062 97% [============================================================ ] 2991/3062 97% [============================================================ ] 2992/3062 97% [============================================================ ] 2993/3062 97% [============================================================ ] 2994/3062 97% [============================================================ ] 2995/3062 97% [============================================================ ] 2996/3062 97% [============================================================ ] 2997/3062 97% [============================================================ ] 2998/3062 97% [============================================================ ] 2999/3062 97% [============================================================ ] 3000/3062 97% [============================================================ ] 3001/3062 98% [============================================================ ] 3002/3062 98% [============================================================ ] 3003/3062 98% [============================================================ ] 3004/3062 98% [============================================================ ] 3005/3062 98% [============================================================ ] 3006/3062 98% [============================================================ ] 3007/3062 98% [============================================================ ] 3008/3062 98% [============================================================ ] 3009/3062 98% [============================================================ ] 3010/3062 98% [============================================================ ] 3011/3062 98% [============================================================ ] 3012/3062 98% [============================================================= ] 3013/3062 98% [============================================================= ] 3014/3062 98% [============================================================= ] 3015/3062 98% [============================================================= ] 3016/3062 98% [============================================================= ] 3017/3062 98% [============================================================= ] 3018/3062 98% [============================================================= ] 3019/3062 98% [============================================================= ] 3020/3062 98% [============================================================= ] 3021/3062 98% [============================================================= ] 3022/3062 98% [============================================================= ] 3023/3062 98% [============================================================= ] 3024/3062 98% [============================================================= ] 3025/3062 98% [============================================================= ] 3026/3062 98% [============================================================= ] 3027/3062 98% [============================================================= ] 3028/3062 98% [============================================================= ] 3029/3062 98% [============================================================= ] 3030/3062 98% [============================================================= ] 3031/3062 98% [============================================================= ] 3032/3062 99% [============================================================= ] 3033/3062 99% [============================================================= ] 3034/3062 99% [============================================================= ] 3035/3062 99% [============================================================= ] 3036/3062 99% [============================================================= ] 3037/3062 99% [============================================================= ] 3038/3062 99% [============================================================= ] 3039/3062 99% [============================================================= ] 3040/3062 99% [============================================================= ] 3041/3062 99% [============================================================= ] 3042/3062 99% [============================================================= ] 3043/3062 99% [============================================================= ] 3044/3062 99% [============================================================= ] 3045/3062 99% [============================================================= ] 3046/3062 99% [============================================================= ] 3047/3062 99% [============================================================= ] 3048/3062 99% [============================================================= ] 3049/3062 99% [============================================================= ] 3050/3062 99% [============================================================= ] 3051/3062 99% [============================================================= ] 3052/3062 99% [============================================================= ] 3053/3062 99% [============================================================= ] 3054/3062 99% [============================================================= ] 3055/3062 99% [============================================================= ] 3056/3062 99% [============================================================= ] 3057/3062 99% [============================================================= ] 3058/3062 99% [============================================================= ] 3059/3062 99% [============================================================= ] 3060/3062 99% [============================================================= ] 3061/3062 99% [==============================================================] 3062/3062 100% operation complete, 3062 objects in 30494 NAND pages. ln -snf /home/thomas/autobuild/instance-3/output-1/host/armeb-buildroot-linux-gnueabi/sysroot /home/thomas/autobuild/instance-3/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot' make: Entering directory '/home/thomas/autobuild/instance-3/buildroot' >>> Buildroot 2022.08-rc1-3091-g00709af66e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.3 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) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dnsmasq 2.89 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libminiupnpc 2.2.4 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsolv 0.7.22 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> host-lld 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: f7891568956e34643eb6a0db1462db30820d40d7266e2a78063f2fe233ece5a0) >>> host-llvm 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> logsurfer 1.8 Collecting legal info >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> matio 1.5.23 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-mtools 4.0.42 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-mxsldr 2793a657ab7a22487d21c1b020957806f8ae8383 Collecting legal info WARNING: no hash file for COPYING >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-omap-u-boot-utils 3f07426cddc0be9e24702e7aacc7574ddd7fba28 Collecting legal info COPYING: OK (sha256: 1080312c3230fb7dd32fe807ed8c8cd11f4061bf1a2f065b651630bfe30157b2) >>> openlayers 7.2.2 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> host-runc 1.1.5 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.19.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> tio 1.47 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> uclibc-ng-test 6790eafe897b3a8c19a2caf50a5ecccf06647adf Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xkeyboard-config 2.37 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.4 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot'