find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-1419-g89710c804e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n exim 88 mail 8 * - - - exim\n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1676140118\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3497 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/3497 0% [ ] 2/3497 0% [ ] 3/3497 0% [ ] 4/3497 0% [ ] 5/3497 0% [ ] 6/3497 0% [ ] 7/3497 0% [ ] 8/3497 0% [ ] 9/3497 0% [ ] 10/3497 0% [ ] 11/3497 0% [ ] 12/3497 0% [ ] 13/3497 0% [ ] 14/3497 0% [ ] 15/3497 0% [ ] 16/3497 0% [ ] 17/3497 0% [ ] 18/3497 0% [ ] 19/3497 0% [ ] 20/3497 0% [ ] 21/3497 0% [ ] 22/3497 0% [ ] 23/3497 0% [ ] 24/3497 0% [ ] 25/3497 0% [ ] 26/3497 0% [ ] 27/3497 0% [ ] 28/3497 0% [ ] 29/3497 0% [ ] 30/3497 0% [ ] 31/3497 0% [ ] 32/3497 0% [ ] 33/3497 0% [ ] 34/3497 0% [ ] 35/3497 1% [ ] 36/3497 1% [ ] 37/3497 1% [ ] 38/3497 1% [ ] 39/3497 1% [ ] 40/3497 1% [ ] 41/3497 1% [ ] 42/3497 1% [ ] 43/3497 1% [ ] 44/3497 1% [ ] 45/3497 1% [ ] 46/3497 1% [ ] 47/3497 1% [ ] 48/3497 1% [ ] 49/3497 1% [ ] 50/3497 1% [ ] 51/3497 1% [ ] 52/3497 1% [ ] 53/3497 1% [ ] 54/3497 1% [ ] 55/3497 1% [ ] 56/3497 1% [= ] 57/3497 1% [= ] 58/3497 1% [= ] 59/3497 1% [= ] 60/3497 1% [= ] 61/3497 1% [= ] 62/3497 1% [= ] 63/3497 1% [= ] 64/3497 1% [= ] 65/3497 1% [= ] 66/3497 1% [= ] 67/3497 1% [= ] 68/3497 1% [= ] 69/3497 1% [= ] 70/3497 2% [= ] 71/3497 2% [= ] 72/3497 2% [= ] 73/3497 2% [= ] 74/3497 2% [= ] 75/3497 2% [= ] 76/3497 2% [= ] 77/3497 2% [= ] 78/3497 2% [= ] 79/3497 2% [= ] 80/3497 2% [= ] 81/3497 2% [= ] 82/3497 2% [= ] 83/3497 2% [= ] 84/3497 2% [= ] 85/3497 2% [= ] 86/3497 2% [= ] 87/3497 2% [= ] 88/3497 2% [= ] 89/3497 2% [= ] 90/3497 2% [= ] 91/3497 2% [= ] 92/3497 2% [= ] 93/3497 2% [= ] 94/3497 2% [= ] 95/3497 2% [= ] 96/3497 2% [= ] 97/3497 2% [= ] 98/3497 2% [= ] 99/3497 2% [= ] 100/3497 2% [= ] 101/3497 2% [= ] 102/3497 2% [= ] 103/3497 2% [= ] 104/3497 2% [= ] 105/3497 3% [= ] 106/3497 3% [= ] 107/3497 3% [= ] 108/3497 3% [= ] 109/3497 3% [= ] 110/3497 3% [= ] 111/3497 3% [= ] 112/3497 3% [== ] 113/3497 3% [== ] 114/3497 3% [== ] 115/3497 3% [== ] 116/3497 3% [== ] 117/3497 3% [== ] 118/3497 3% [== ] 119/3497 3% [== ] 120/3497 3% [== ] 121/3497 3% [== ] 122/3497 3% [== ] 123/3497 3% [== ] 124/3497 3% [== ] 125/3497 3% [== ] 126/3497 3% [== ] 127/3497 3% [== ] 128/3497 3% [== ] 129/3497 3% [== ] 130/3497 3% [== ] 131/3497 3% [== ] 132/3497 3% [== ] 133/3497 3% [== ] 134/3497 3% [== ] 135/3497 3% [== ] 136/3497 3% [== ] 137/3497 3% [== ] 138/3497 3% [== ] 139/3497 3% [== ] 140/3497 4% [== ] 141/3497 4% [== ] 142/3497 4% [== ] 143/3497 4% [== ] 144/3497 4% [== ] 145/3497 4% [== ] 146/3497 4% [== ] 147/3497 4% [== ] 148/3497 4% [== ] 149/3497 4% [== ] 150/3497 4% [== ] 151/3497 4% [== ] 152/3497 4% [== ] 153/3497 4% [== ] 154/3497 4% [== ] 155/3497 4% [== ] 156/3497 4% [== ] 157/3497 4% [== ] 158/3497 4% [== ] 159/3497 4% [== ] 160/3497 4% [== ] 161/3497 4% [== ] 162/3497 4% [== ] 163/3497 4% [== ] 164/3497 4% [== ] 165/3497 4% [== ] 166/3497 4% [== ] 167/3497 4% [== ] 168/3497 4% [== ] 169/3497 4% [=== ] 170/3497 4% [=== ] 171/3497 4% [=== ] 172/3497 4% [=== ] 173/3497 4% [=== ] 174/3497 4% [=== ] 175/3497 5% [=== ] 176/3497 5% [=== ] 177/3497 5% [=== ] 178/3497 5% [=== ] 179/3497 5% [=== ] 180/3497 5% [=== ] 181/3497 5% [=== ] 182/3497 5% [=== ] 183/3497 5% [=== ] 184/3497 5% [=== ] 185/3497 5% [=== ] 186/3497 5% [=== ] 187/3497 5% [=== ] 188/3497 5% [=== ] 189/3497 5% [=== ] 190/3497 5% [=== ] 191/3497 5% [=== ] 192/3497 5% [=== ] 193/3497 5% [=== ] 194/3497 5% [=== ] 195/3497 5% [=== ] 196/3497 5% [=== ] 197/3497 5% [=== ] 198/3497 5% [=== ] 199/3497 5% [=== ] 200/3497 5% [=== ] 201/3497 5% [=== ] 202/3497 5% [=== ] 203/3497 5% [=== ] 204/3497 5% [=== ] 205/3497 5% [=== ] 206/3497 5% [=== ] 207/3497 5% [=== ] 208/3497 5% [=== ] 209/3497 5% [=== ] 210/3497 6% [=== ] 211/3497 6% [=== ] 212/3497 6% [=== ] 213/3497 6% [=== ] 214/3497 6% [=== ] 215/3497 6% [=== ] 216/3497 6% [=== ] 217/3497 6% [=== ] 218/3497 6% [=== ] 219/3497 6% [=== ] 220/3497 6% [=== ] 221/3497 6% [=== ] 222/3497 6% [=== ] 223/3497 6% [=== ] 224/3497 6% [=== ] 225/3497 6% [==== ] 226/3497 6% [==== ] 227/3497 6% [==== ] 228/3497 6% [==== ] 229/3497 6% [==== ] 230/3497 6% [==== ] 231/3497 6% [==== ] 232/3497 6% [==== ] 233/3497 6% [==== ] 234/3497 6% [==== ] 235/3497 6% [==== ] 236/3497 6% [==== ] 237/3497 6% [==== ] 238/3497 6% [==== ] 239/3497 6% [==== ] 240/3497 6% [==== ] 241/3497 6% [==== ] 242/3497 6% [==== ] 243/3497 6% [==== ] 244/3497 6% [==== ] 245/3497 7% [==== ] 246/3497 7% [==== ] 247/3497 7% [==== ] 248/3497 7% [==== ] 249/3497 7% [==== ] 250/3497 7% [==== ] 251/3497 7% [==== ] 252/3497 7% [==== ] 253/3497 7% [==== ] 254/3497 7% [==== ] 255/3497 7% [==== ] 256/3497 7% [==== ] 257/3497 7% [==== ] 258/3497 7% [==== ] 259/3497 7% [==== ] 260/3497 7% [==== ] 261/3497 7% [==== ] 262/3497 7% [==== ] 263/3497 7% [==== ] 264/3497 7% [==== ] 265/3497 7% [==== ] 266/3497 7% [==== ] 267/3497 7% [==== ] 268/3497 7% [==== ] 269/3497 7% [==== ] 270/3497 7% [==== ] 271/3497 7% [==== ] 272/3497 7% [==== ] 273/3497 7% [==== ] 274/3497 7% [==== ] 275/3497 7% [==== ] 276/3497 7% [==== ] 277/3497 7% [==== ] 278/3497 7% [==== ] 279/3497 7% [==== ] 280/3497 8% [==== ] 281/3497 8% [==== ] 282/3497 8% [===== ] 283/3497 8% [===== ] 284/3497 8% [===== ] 285/3497 8% [===== ] 286/3497 8% [===== ] 287/3497 8% [===== ] 288/3497 8% [===== ] 289/3497 8% [===== ] 290/3497 8% [===== ] 291/3497 8% [===== ] 292/3497 8% [===== ] 293/3497 8% [===== ] 294/3497 8% [===== ] 295/3497 8% [===== ] 296/3497 8% [===== ] 297/3497 8% [===== ] 298/3497 8% [===== ] 299/3497 8% [===== ] 300/3497 8% [===== ] 301/3497 8% [===== ] 302/3497 8% [===== ] 303/3497 8% [===== ] 304/3497 8% [===== ] 305/3497 8% [===== ] 306/3497 8% [===== ] 307/3497 8% [===== ] 308/3497 8% [===== ] 309/3497 8% [===== ] 310/3497 8% [===== ] 311/3497 8% [===== ] 312/3497 8% [===== ] 313/3497 8% [===== ] 314/3497 8% [===== ] 315/3497 9% [===== ] 316/3497 9% [===== ] 317/3497 9% [===== ] 318/3497 9% [===== ] 319/3497 9% [===== ] 320/3497 9% [===== ] 321/3497 9% [===== ] 322/3497 9% [===== ] 323/3497 9% [===== ] 324/3497 9% [===== ] 325/3497 9% [===== ] 326/3497 9% [===== ] 327/3497 9% [===== ] 328/3497 9% [===== ] 329/3497 9% [===== ] 330/3497 9% [===== ] 331/3497 9% [===== ] 332/3497 9% [===== ] 333/3497 9% [===== ] 334/3497 9% [===== ] 335/3497 9% [===== ] 336/3497 9% [===== ] 337/3497 9% [===== ] 338/3497 9% [====== ] 339/3497 9% [====== ] 340/3497 9% [====== ] 341/3497 9% [====== ] 342/3497 9% [====== ] 343/3497 9% [====== ] 344/3497 9% [====== ] 345/3497 9% [====== ] 346/3497 9% [====== ] 347/3497 9% [====== ] 348/3497 9% [====== ] 349/3497 9% [====== ] 350/3497 10% [====== ] 351/3497 10% [====== ] 352/3497 10% [====== ] 353/3497 10% [====== ] 354/3497 10% [====== ] 355/3497 10% [====== ] 356/3497 10% [====== ] 357/3497 10% [====== ] 358/3497 10% [====== ] 359/3497 10% [====== ] 360/3497 10% [====== ] 361/3497 10% [====== ] 362/3497 10% [====== ] 363/3497 10% [====== ] 364/3497 10% [====== ] 365/3497 10% [====== ] 366/3497 10% [====== ] 367/3497 10% [====== ] 368/3497 10% [====== ] 369/3497 10% [====== ] 370/3497 10% [====== ] 371/3497 10% [====== ] 372/3497 10% [====== ] 373/3497 10% [====== ] 374/3497 10% [====== ] 375/3497 10% [====== ] 376/3497 10% [====== ] 377/3497 10% [====== ] 378/3497 10% [====== ] 379/3497 10% [====== ] 380/3497 10% [====== ] 381/3497 10% [====== ] 382/3497 10% [====== ] 383/3497 10% [====== ] 384/3497 10% [====== ] 385/3497 11% [====== ] 386/3497 11% [====== ] 387/3497 11% [====== ] 388/3497 11% [====== ] 389/3497 11% [====== ] 390/3497 11% [====== ] 391/3497 11% [====== ] 392/3497 11% [====== ] 393/3497 11% [====== ] 394/3497 11% [======= ] 395/3497 11% [======= ] 396/3497 11% [======= ] 397/3497 11% [======= ] 398/3497 11% [======= ] 399/3497 11% [======= ] 400/3497 11% [======= ] 401/3497 11% [======= ] 402/3497 11% [======= ] 403/3497 11% [======= ] 404/3497 11% [======= ] 405/3497 11% [======= ] 406/3497 11% [======= ] 407/3497 11% [======= ] 408/3497 11% [======= ] 409/3497 11% [======= ] 410/3497 11% [======= ] 411/3497 11% [======= ] 412/3497 11% [======= ] 413/3497 11% [======= ] 414/3497 11% [======= ] 415/3497 11% [======= ] 416/3497 11% [======= ] 417/3497 11% [======= ] 418/3497 11% [======= ] 419/3497 11% [======= ] 420/3497 12% [======= ] 421/3497 12% [======= ] 422/3497 12% [======= ] 423/3497 12% [======= ] 424/3497 12% [======= ] 425/3497 12% [======= ] 426/3497 12% [======= ] 427/3497 12% [======= ] 428/3497 12% [======= ] 429/3497 12% [======= ] 430/3497 12% [======= ] 431/3497 12% [======= ] 432/3497 12% [======= ] 433/3497 12% [======= ] 434/3497 12% [======= ] 435/3497 12% [======= ] 436/3497 12% [======= ] 437/3497 12% [======= ] 438/3497 12% [======= ] 439/3497 12% [======= ] 440/3497 12% [======= ] 441/3497 12% [======= ] 442/3497 12% [======= ] 443/3497 12% [======= ] 444/3497 12% [======= ] 445/3497 12% [======= ] 446/3497 12% [======= ] 447/3497 12% [======= ] 448/3497 12% [======= ] 449/3497 12% [======= ] 450/3497 12% [======= ] 451/3497 12% [======== ] 452/3497 12% [======== ] 453/3497 12% [======== ] 454/3497 12% [======== ] 455/3497 13% [======== ] 456/3497 13% [======== ] 457/3497 13% [======== ] 458/3497 13% [======== ] 459/3497 13% [======== ] 460/3497 13% [======== ] 461/3497 13% [======== ] 462/3497 13% [======== ] 463/3497 13% [======== ] 464/3497 13% [======== ] 465/3497 13% [======== ] 466/3497 13% [======== ] 467/3497 13% [======== ] 468/3497 13% [======== ] 469/3497 13% [======== ] 470/3497 13% [======== ] 471/3497 13% [======== ] 472/3497 13% [======== ] 473/3497 13% [======== ] 474/3497 13% [======== ] 475/3497 13% [======== ] 476/3497 13% [======== ] 477/3497 13% [======== ] 478/3497 13% [======== ] 479/3497 13% [======== ] 480/3497 13% [======== ] 481/3497 13% [======== ] 482/3497 13% [======== ] 483/3497 13% [======== ] 484/3497 13% [======== ] 485/3497 13% [======== ] 486/3497 13% [======== ] 487/3497 13% [======== ] 488/3497 13% [======== ] 489/3497 13% [======== ] 490/3497 14% [======== ] 491/3497 14% [======== ] 492/3497 14% [======== ] 493/3497 14% [======== ] 494/3497 14% [======== ] 495/3497 14% [======== ] 496/3497 14% [======== ] 497/3497 14% [======== ] 498/3497 14% [======== ] 499/3497 14% [======== ] 500/3497 14% [======== ] 501/3497 14% [======== ] 502/3497 14% [======== ] 503/3497 14% [======== ] 504/3497 14% [======== ] 505/3497 14% [======== ] 506/3497 14% [======== ] 507/3497 14% [========= ] 508/3497 14% [========= ] 509/3497 14% [========= ] 510/3497 14% [========= ] 511/3497 14% [========= ] 512/3497 14% [========= ] 513/3497 14% [========= ] 514/3497 14% [========= ] 515/3497 14% [========= ] 516/3497 14% [========= ] 517/3497 14% [========= ] 518/3497 14% [========= ] 519/3497 14% [========= ] 520/3497 14% [========= ] 521/3497 14% [========= ] 522/3497 14% [========= ] 523/3497 14% [========= ] 524/3497 14% [========= ] 525/3497 15% [========= ] 526/3497 15% [========= ] 527/3497 15% [========= ] 528/3497 15% [========= ] 529/3497 15% [========= ] 530/3497 15% [========= ] 531/3497 15% [========= ] 532/3497 15% [========= ] 533/3497 15% [========= ] 534/3497 15% [========= ] 535/3497 15% [========= ] 536/3497 15% [========= ] 537/3497 15% [========= ] 538/3497 15% [========= ] 539/3497 15% [========= ] 540/3497 15% [========= ] 541/3497 15% [========= ] 542/3497 15% [========= ] 543/3497 15% [========= ] 544/3497 15% [========= ] 545/3497 15% [========= ] 546/3497 15% [========= ] 547/3497 15% [========= ] 548/3497 15% [========= ] 549/3497 15% [========= ] 550/3497 15% [========= ] 551/3497 15% [========= ] 552/3497 15% [========= ] 553/3497 15% [========= ] 554/3497 15% [========= ] 555/3497 15% [========= ] 556/3497 15% [========= ] 557/3497 15% [========= ] 558/3497 15% [========= ] 559/3497 15% [========= ] 560/3497 16% [========= ] 561/3497 16% [========= ] 562/3497 16% [========= ] 563/3497 16% [========= ] 564/3497 16% [========== ] 565/3497 16% [========== ] 566/3497 16% [========== ] 567/3497 16% [========== ] 568/3497 16% [========== ] 569/3497 16% [========== ] 570/3497 16% [========== ] 571/3497 16% [========== ] 572/3497 16% [========== ] 573/3497 16% [========== ] 574/3497 16% [========== ] 575/3497 16% [========== ] 576/3497 16% [========== ] 577/3497 16% [========== ] 578/3497 16% [========== ] 579/3497 16% [========== ] 580/3497 16% [========== ] 581/3497 16% [========== ] 582/3497 16% [========== ] 583/3497 16% [========== ] 584/3497 16% [========== ] 585/3497 16% [========== ] 586/3497 16% [========== ] 587/3497 16% [========== ] 588/3497 16% [========== ] 589/3497 16% [========== ] 590/3497 16% [========== ] 591/3497 16% [========== ] 592/3497 16% [========== ] 593/3497 16% [========== ] 594/3497 16% [========== ] 595/3497 17% [========== ] 596/3497 17% [========== ] 597/3497 17% [========== ] 598/3497 17% [========== ] 599/3497 17% [========== ] 600/3497 17% [========== ] 601/3497 17% [========== ] 602/3497 17% [========== ] 603/3497 17% [========== ] 604/3497 17% [========== ] 605/3497 17% [========== ] 606/3497 17% [========== ] 607/3497 17% [========== ] 608/3497 17% [========== ] 609/3497 17% [========== ] 610/3497 17% [========== ] 611/3497 17% [========== ] 612/3497 17% [========== ] 613/3497 17% [========== ] 614/3497 17% [========== ] 615/3497 17% [========== ] 616/3497 17% [========== ] 617/3497 17% [========== ] 618/3497 17% [========== ] 619/3497 17% [========== ] 620/3497 17% [=========== ] 621/3497 17% [=========== ] 622/3497 17% [=========== ] 623/3497 17% [=========== ] 624/3497 17% [=========== ] 625/3497 17% [=========== ] 626/3497 17% [=========== ] 627/3497 17% [=========== ] 628/3497 17% [=========== ] 629/3497 17% [=========== ] 630/3497 18% [=========== ] 631/3497 18% [=========== ] 632/3497 18% [=========== ] 633/3497 18% [=========== ] 634/3497 18% [=========== ] 635/3497 18% [=========== ] 636/3497 18% [=========== ] 637/3497 18% [=========== ] 638/3497 18% [=========== ] 639/3497 18% [=========== ] 640/3497 18% [=========== ] 641/3497 18% [=========== ] 642/3497 18% [=========== ] 643/3497 18% [=========== ] 644/3497 18% [=========== ] 645/3497 18% [=========== ] 646/3497 18% [=========== ] 647/3497 18% [=========== ] 648/3497 18% [=========== ] 649/3497 18% [=========== ] 650/3497 18% [=========== ] 651/3497 18% [=========== ] 652/3497 18% [=========== ] 653/3497 18% [=========== ] 654/3497 18% [=========== ] 655/3497 18% [=========== ] 656/3497 18% [=========== ] 657/3497 18% [=========== ] 658/3497 18% [=========== ] 659/3497 18% [=========== ] 660/3497 18% [=========== ] 661/3497 18% [=========== ] 662/3497 18% [=========== ] 663/3497 18% [=========== ] 664/3497 18% [=========== ] 665/3497 19% [=========== ] 666/3497 19% [=========== ] 667/3497 19% [=========== ] 668/3497 19% [=========== ] 669/3497 19% [=========== ] 670/3497 19% [=========== ] 671/3497 19% [=========== ] 672/3497 19% [=========== ] 673/3497 19% [=========== ] 674/3497 19% [=========== ] 675/3497 19% [=========== ] 676/3497 19% [============ ] 677/3497 19% [============ ] 678/3497 19% [============ ] 679/3497 19% [============ ] 680/3497 19% [============ ] 681/3497 19% [============ ] 682/3497 19% [============ ] 683/3497 19% [============ ] 684/3497 19% [============ ] 685/3497 19% [============ ] 686/3497 19% [============ ] 687/3497 19% [============ ] 688/3497 19% [============ ] 689/3497 19% [============ ] 690/3497 19% [============ ] 691/3497 19% [============ ] 692/3497 19% [============ ] 693/3497 19% [============ ] 694/3497 19% [============ ] 695/3497 19% [============ ] 696/3497 19% [============ ] 697/3497 19% [============ ] 698/3497 19% [============ ] 699/3497 19% [============ ] 700/3497 20% [============ ] 701/3497 20% [============ ] 702/3497 20% [============ ] 703/3497 20% [============ ] 704/3497 20% [============ ] 705/3497 20% [============ ] 706/3497 20% [============ ] 707/3497 20% [============ ] 708/3497 20% [============ ] 709/3497 20% [============ ] 710/3497 20% [============ ] 711/3497 20% [============ ] 712/3497 20% [============ ] 713/3497 20% [============ ] 714/3497 20% [============ ] 715/3497 20% [============ ] 716/3497 20% [============ ] 717/3497 20% [============ ] 718/3497 20% [============ ] 719/3497 20% [============ ] 720/3497 20% [============ ] 721/3497 20% [============ ] 722/3497 20% [============ ] 723/3497 20% [============ ] 724/3497 20% [============ ] 725/3497 20% [============ ] 726/3497 20% [============ ] 727/3497 20% [============ ] 728/3497 20% [============ ] 729/3497 20% [============ ] 730/3497 20% [============ ] 731/3497 20% [============ ] 732/3497 20% [============ ] 733/3497 20% [============= ] 734/3497 20% [============= ] 735/3497 21% [============= ] 736/3497 21% [============= ] 737/3497 21% [============= ] 738/3497 21% [============= ] 739/3497 21% [============= ] 740/3497 21% [============= ] 741/3497 21% [============= ] 742/3497 21% [============= ] 743/3497 21% [============= ] 744/3497 21% [============= ] 745/3497 21% [============= ] 746/3497 21% [============= ] 747/3497 21% [============= ] 748/3497 21% [============= ] 749/3497 21% [============= ] 750/3497 21% [============= ] 751/3497 21% [============= ] 752/3497 21% [============= ] 753/3497 21% [============= ] 754/3497 21% [============= ] 755/3497 21% [============= ] 756/3497 21% [============= ] 757/3497 21% [============= ] 758/3497 21% [============= ] 759/3497 21% [============= ] 760/3497 21% [============= ] 761/3497 21% [============= ] 762/3497 21% [============= ] 763/3497 21% [============= ] 764/3497 21% [============= ] 765/3497 21% [============= ] 766/3497 21% [============= ] 767/3497 21% [============= ] 768/3497 21% [============= ] 769/3497 21% [============= ] 770/3497 22% [============= ] 771/3497 22% [============= ] 772/3497 22% [============= ] 773/3497 22% [============= ] 774/3497 22% [============= ] 775/3497 22% [============= ] 776/3497 22% [============= ] 777/3497 22% [============= ] 778/3497 22% [============= ] 779/3497 22% [============= ] 780/3497 22% [============= ] 781/3497 22% [============= ] 782/3497 22% [============= ] 783/3497 22% [============= ] 784/3497 22% [============= ] 785/3497 22% [============= ] 786/3497 22% [============= ] 787/3497 22% [============= ] 788/3497 22% [============= ] 789/3497 22% [============== ] 790/3497 22% [============== ] 791/3497 22% [============== ] 792/3497 22% [============== ] 793/3497 22% [============== ] 794/3497 22% [============== ] 795/3497 22% [============== ] 796/3497 22% [============== ] 797/3497 22% [============== ] 798/3497 22% [============== ] 799/3497 22% [============== ] 800/3497 22% [============== ] 801/3497 22% [============== ] 802/3497 22% [============== ] 803/3497 22% [============== ] 804/3497 22% [============== ] 805/3497 23% [============== ] 806/3497 23% [============== ] 807/3497 23% [============== ] 808/3497 23% [============== ] 809/3497 23% [============== ] 810/3497 23% [============== ] 811/3497 23% [============== ] 812/3497 23% [============== ] 813/3497 23% [============== ] 814/3497 23% [============== ] 815/3497 23% [============== ] 816/3497 23% [============== ] 817/3497 23% [============== ] 818/3497 23% [============== ] 819/3497 23% [============== ] 820/3497 23% [============== ] 821/3497 23% [============== ] 822/3497 23% [============== ] 823/3497 23% [============== ] 824/3497 23% [============== ] 825/3497 23% [============== ] 826/3497 23% [============== ] 827/3497 23% [============== ] 828/3497 23% [============== ] 829/3497 23% [============== ] 830/3497 23% [============== ] 831/3497 23% [============== ] 832/3497 23% [============== ] 833/3497 23% [============== ] 834/3497 23% [============== ] 835/3497 23% [============== ] 836/3497 23% [============== ] 837/3497 23% [============== ] 838/3497 23% [============== ] 839/3497 23% [============== ] 840/3497 24% [============== ] 841/3497 24% [============== ] 842/3497 24% [============== ] 843/3497 24% [============== ] 844/3497 24% [============== ] 845/3497 24% [============== ] 846/3497 24% [=============== ] 847/3497 24% [=============== ] 848/3497 24% [=============== ] 849/3497 24% [=============== ] 850/3497 24% [=============== ] 851/3497 24% [=============== ] 852/3497 24% [=============== ] 853/3497 24% [=============== ] 854/3497 24% [=============== ] 855/3497 24% [=============== ] 856/3497 24% [=============== ] 857/3497 24% [=============== ] 858/3497 24% [=============== ] 859/3497 24% [=============== ] 860/3497 24% [=============== ] 861/3497 24% [=============== ] 862/3497 24% [=============== ] 863/3497 24% [=============== ] 864/3497 24% [=============== ] 865/3497 24% [=============== ] 866/3497 24% [=============== ] 867/3497 24% [=============== ] 868/3497 24% [=============== ] 869/3497 24% [=============== ] 870/3497 24% [=============== ] 871/3497 24% [=============== ] 872/3497 24% [=============== ] 873/3497 24% [=============== ] 874/3497 24% [=============== ] 875/3497 25% [=============== ] 876/3497 25% [=============== ] 877/3497 25% [=============== ] 878/3497 25% [=============== ] 879/3497 25% [=============== ] 880/3497 25% [=============== ] 881/3497 25% [=============== ] 882/3497 25% [=============== ] 883/3497 25% [=============== ] 884/3497 25% [=============== ] 885/3497 25% [=============== ] 886/3497 25% [=============== ] 887/3497 25% [=============== ] 888/3497 25% [=============== ] 889/3497 25% [=============== ] 890/3497 25% [=============== ] 891/3497 25% [=============== ] 892/3497 25% [=============== ] 893/3497 25% [=============== ] 894/3497 25% [=============== ] 895/3497 25% [=============== ] 896/3497 25% [=============== ] 897/3497 25% [=============== ] 898/3497 25% [=============== ] 899/3497 25% [=============== ] 900/3497 25% [=============== ] 901/3497 25% [=============== ] 902/3497 25% [================ ] 903/3497 25% [================ ] 904/3497 25% [================ ] 905/3497 25% [================ ] 906/3497 25% [================ ] 907/3497 25% [================ ] 908/3497 25% [================ ] 909/3497 25% [================ ] 910/3497 26% [================ ] 911/3497 26% [================ ] 912/3497 26% [================ ] 913/3497 26% [================ ] 914/3497 26% [================ ] 915/3497 26% [================ ] 916/3497 26% [================ ] 917/3497 26% [================ ] 918/3497 26% [================ ] 919/3497 26% [================ ] 920/3497 26% [================ ] 921/3497 26% [================ ] 922/3497 26% [================ ] 923/3497 26% [================ ] 924/3497 26% [================ ] 925/3497 26% [================ ] 926/3497 26% [================ ] 927/3497 26% [================ ] 928/3497 26% [================ ] 929/3497 26% [================ ] 930/3497 26% [================ ] 931/3497 26% [================ ] 932/3497 26% [================ ] 933/3497 26% [================ ] 934/3497 26% [================ ] 935/3497 26% [================ ] 936/3497 26% [================ ] 937/3497 26% [================ ] 938/3497 26% [================ ] 939/3497 26% [================ ] 940/3497 26% [================ ] 941/3497 26% [================ ] 942/3497 26% [================ ] 943/3497 26% [================ ] 944/3497 26% [================ ] 945/3497 27% [================ ] 946/3497 27% [================ ] 947/3497 27% [================ ] 948/3497 27% [================ ] 949/3497 27% [================ ] 950/3497 27% [================ ] 951/3497 27% [================ ] 952/3497 27% [================ ] 953/3497 27% [================ ] 954/3497 27% [================ ] 955/3497 27% [================ ] 956/3497 27% [================ ] 957/3497 27% [================ ] 958/3497 27% [================= ] 959/3497 27% [================= ] 960/3497 27% [================= ] 961/3497 27% [================= ] 962/3497 27% [================= ] 963/3497 27% [================= ] 964/3497 27% [================= ] 965/3497 27% [================= ] 966/3497 27% [================= ] 967/3497 27% [================= ] 968/3497 27% [================= ] 969/3497 27% [================= ] 970/3497 27% [================= ] 971/3497 27% [================= ] 972/3497 27% [================= ] 973/3497 27% [================= ] 974/3497 27% [================= ] 975/3497 27% [================= ] 976/3497 27% [================= ] 977/3497 27% [================= ] 978/3497 27% [================= ] 979/3497 27% [================= ] 980/3497 28% [================= ] 981/3497 28% [================= ] 982/3497 28% [================= ] 983/3497 28% [================= ] 984/3497 28% [================= ] 985/3497 28% [================= ] 986/3497 28% [================= ] 987/3497 28% [================= ] 988/3497 28% [================= ] 989/3497 28% [================= ] 990/3497 28% [================= ] 991/3497 28% [================= ] 992/3497 28% [================= ] 993/3497 28% [================= ] 994/3497 28% [================= ] 995/3497 28% [================= ] 996/3497 28% [================= ] 997/3497 28% [================= ] 998/3497 28% [================= ] 999/3497 28% [================= ] 1000/3497 28% [================= ] 1001/3497 28% [================= ] 1002/3497 28% [================= ] 1003/3497 28% [================= ] 1004/3497 28% [================= ] 1005/3497 28% [================= ] 1006/3497 28% [================= ] 1007/3497 28% [================= ] 1008/3497 28% [================= ] 1009/3497 28% [================= ] 1010/3497 28% [================= ] 1011/3497 28% [================= ] 1012/3497 28% [================= ] 1013/3497 28% [================= ] 1014/3497 28% [================= ] 1015/3497 29% [================== ] 1016/3497 29% [================== ] 1017/3497 29% [================== ] 1018/3497 29% [================== ] 1019/3497 29% [================== ] 1020/3497 29% [================== ] 1021/3497 29% [================== ] 1022/3497 29% [================== ] 1023/3497 29% [================== ] 1024/3497 29% [================== ] 1025/3497 29% [================== ] 1026/3497 29% [================== ] 1027/3497 29% [================== ] 1028/3497 29% [================== ] 1029/3497 29% [================== ] 1030/3497 29% [================== ] 1031/3497 29% [================== ] 1032/3497 29% [================== ] 1033/3497 29% [================== ] 1034/3497 29% [================== ] 1035/3497 29% [================== ] 1036/3497 29% [================== ] 1037/3497 29% [================== ] 1038/3497 29% [================== ] 1039/3497 29% [================== ] 1040/3497 29% [================== ] 1041/3497 29% [================== ] 1042/3497 29% [================== ] 1043/3497 29% [================== ] 1044/3497 29% [================== ] 1045/3497 29% [================== ] 1046/3497 29% [================== ] 1047/3497 29% [================== ] 1048/3497 29% [================== ] 1049/3497 29% [================== ] 1050/3497 30% [================== ] 1051/3497 30% [================== ] 1052/3497 30% [================== ] 1053/3497 30% [================== ] 1054/3497 30% [================== ] 1055/3497 30% [================== ] 1056/3497 30% [================== ] 1057/3497 30% [================== ] 1058/3497 30% [================== ] 1059/3497 30% [================== ] 1060/3497 30% [================== ] 1061/3497 30% [================== ] 1062/3497 30% [================== ] 1063/3497 30% [================== ] 1064/3497 30% [================== ] 1065/3497 30% [================== ] 1066/3497 30% [================== ] 1067/3497 30% [================== ] 1068/3497 30% [================== ] 1069/3497 30% [================== ] 1070/3497 30% [================== ] 1071/3497 30% [=================== ] 1072/3497 30% [=================== ] 1073/3497 30% [=================== ] 1074/3497 30% [=================== ] 1075/3497 30% [=================== ] 1076/3497 30% [=================== ] 1077/3497 30% [=================== ] 1078/3497 30% [=================== ] 1079/3497 30% [=================== ] 1080/3497 30% [=================== ] 1081/3497 30% [=================== ] 1082/3497 30% [=================== ] 1083/3497 30% [=================== ] 1084/3497 30% [=================== ] 1085/3497 31% [=================== ] 1086/3497 31% [=================== ] 1087/3497 31% [=================== ] 1088/3497 31% [=================== ] 1089/3497 31% [=================== ] 1090/3497 31% [=================== ] 1091/3497 31% [=================== ] 1092/3497 31% [=================== ] 1093/3497 31% [=================== ] 1094/3497 31% [=================== ] 1095/3497 31% [=================== ] 1096/3497 31% [=================== ] 1097/3497 31% [=================== ] 1098/3497 31% [=================== ] 1099/3497 31% [=================== ] 1100/3497 31% [=================== ] 1101/3497 31% [=================== ] 1102/3497 31% [=================== ] 1103/3497 31% [=================== ] 1104/3497 31% [=================== ] 1105/3497 31% [=================== ] 1106/3497 31% [=================== ] 1107/3497 31% [=================== ] 1108/3497 31% [=================== ] 1109/3497 31% [=================== ] 1110/3497 31% [=================== ] 1111/3497 31% [=================== ] 1112/3497 31% [=================== ] 1113/3497 31% [=================== ] 1114/3497 31% [=================== ] 1115/3497 31% [=================== ] 1116/3497 31% [=================== ] 1117/3497 31% [=================== ] 1118/3497 31% [=================== ] 1119/3497 31% [=================== ] 1120/3497 32% [=================== ] 1121/3497 32% [=================== ] 1122/3497 32% [=================== ] 1123/3497 32% [=================== ] 1124/3497 32% [=================== ] 1125/3497 32% [=================== ] 1126/3497 32% [=================== ] 1127/3497 32% [=================== ] 1128/3497 32% [==================== ] 1129/3497 32% [==================== ] 1130/3497 32% [==================== ] 1131/3497 32% [==================== ] 1132/3497 32% [==================== ] 1133/3497 32% [==================== ] 1134/3497 32% [==================== ] 1135/3497 32% [==================== ] 1136/3497 32% [==================== ] 1137/3497 32% [==================== ] 1138/3497 32% [==================== ] 1139/3497 32% [==================== ] 1140/3497 32% [==================== ] 1141/3497 32% [==================== ] 1142/3497 32% [==================== ] 1143/3497 32% [==================== ] 1144/3497 32% [==================== ] 1145/3497 32% [==================== ] 1146/3497 32% [==================== ] 1147/3497 32% [==================== ] 1148/3497 32% [==================== ] 1149/3497 32% [==================== ] 1150/3497 32% [==================== ] 1151/3497 32% [==================== ] 1152/3497 32% [==================== ] 1153/3497 32% [==================== ] 1154/3497 32% [==================== ] 1155/3497 33% [==================== ] 1156/3497 33% [==================== ] 1157/3497 33% [==================== ] 1158/3497 33% [==================== ] 1159/3497 33% [==================== ] 1160/3497 33% [==================== ] 1161/3497 33% [==================== ] 1162/3497 33% [==================== ] 1163/3497 33% [==================== ] 1164/3497 33% [==================== ] 1165/3497 33% [==================== ] 1166/3497 33% [==================== ] 1167/3497 33% [==================== ] 1168/3497 33% [==================== ] 1169/3497 33% [==================== ] 1170/3497 33% [==================== ] 1171/3497 33% [==================== ] 1172/3497 33% [==================== ] 1173/3497 33% [==================== ] 1174/3497 33% [==================== ] 1175/3497 33% [==================== ] 1176/3497 33% [==================== ] 1177/3497 33% [==================== ] 1178/3497 33% [==================== ] 1179/3497 33% [==================== ] 1180/3497 33% [==================== ] 1181/3497 33% [==================== ] 1182/3497 33% [==================== ] 1183/3497 33% [==================== ] 1184/3497 33% [===================== ] 1185/3497 33% [===================== ] 1186/3497 33% [===================== ] 1187/3497 33% [===================== ] 1188/3497 33% [===================== ] 1189/3497 34% [===================== ] 1190/3497 34% [===================== ] 1191/3497 34% [===================== ] 1192/3497 34% [===================== ] 1193/3497 34% [===================== ] 1194/3497 34% [===================== ] 1195/3497 34% [===================== ] 1196/3497 34% [===================== ] 1197/3497 34% [===================== ] 1198/3497 34% [===================== ] 1199/3497 34% [===================== ] 1200/3497 34% [===================== ] 1201/3497 34% [===================== ] 1202/3497 34% [===================== ] 1203/3497 34% [===================== ] 1204/3497 34% [===================== ] 1205/3497 34% [===================== ] 1206/3497 34% [===================== ] 1207/3497 34% [===================== ] 1208/3497 34% [===================== ] 1209/3497 34% [===================== ] 1210/3497 34% [===================== ] 1211/3497 34% [===================== ] 1212/3497 34% [===================== ] 1213/3497 34% [===================== ] 1214/3497 34% [===================== ] 1215/3497 34% [===================== ] 1216/3497 34% [===================== ] 1217/3497 34% [===================== ] 1218/3497 34% [===================== ] 1219/3497 34% [===================== ] 1220/3497 34% [===================== ] 1221/3497 34% [===================== ] 1222/3497 34% [===================== ] 1223/3497 34% [===================== ] 1224/3497 35% [===================== ] 1225/3497 35% [===================== ] 1226/3497 35% [===================== ] 1227/3497 35% [===================== ] 1228/3497 35% [===================== ] 1229/3497 35% [===================== ] 1230/3497 35% [===================== ] 1231/3497 35% [===================== ] 1232/3497 35% [===================== ] 1233/3497 35% [===================== ] 1234/3497 35% [===================== ] 1235/3497 35% [===================== ] 1236/3497 35% [===================== ] 1237/3497 35% [===================== ] 1238/3497 35% [===================== ] 1239/3497 35% [===================== ] 1240/3497 35% [====================== ] 1241/3497 35% [====================== ] 1242/3497 35% [====================== ] 1243/3497 35% [====================== ] 1244/3497 35% [====================== ] 1245/3497 35% [====================== ] 1246/3497 35% [====================== ] 1247/3497 35% [====================== ] 1248/3497 35% [====================== ] 1249/3497 35% [====================== ] 1250/3497 35% [====================== ] 1251/3497 35% [====================== ] 1252/3497 35% [====================== ] 1253/3497 35% [====================== ] 1254/3497 35% [====================== ] 1255/3497 35% [====================== ] 1256/3497 35% [====================== ] 1257/3497 35% [====================== ] 1258/3497 35% [====================== ] 1259/3497 36% [====================== ] 1260/3497 36% [====================== ] 1261/3497 36% [====================== ] 1262/3497 36% [====================== ] 1263/3497 36% [====================== ] 1264/3497 36% [====================== ] 1265/3497 36% [====================== ] 1266/3497 36% [====================== ] 1267/3497 36% [====================== ] 1268/3497 36% [====================== ] 1269/3497 36% [====================== ] 1270/3497 36% [====================== ] 1271/3497 36% [====================== ] 1272/3497 36% [====================== ] 1273/3497 36% [====================== ] 1274/3497 36% [====================== ] 1275/3497 36% [====================== ] 1276/3497 36% [====================== ] 1277/3497 36% [====================== ] 1278/3497 36% [====================== ] 1279/3497 36% [====================== ] 1280/3497 36% [====================== ] 1281/3497 36% [====================== ] 1282/3497 36% [====================== ] 1283/3497 36% [====================== ] 1284/3497 36% [====================== ] 1285/3497 36% [====================== ] 1286/3497 36% [====================== ] 1287/3497 36% [====================== ] 1288/3497 36% [====================== ] 1289/3497 36% [====================== ] 1290/3497 36% [====================== ] 1291/3497 36% [====================== ] 1292/3497 36% [====================== ] 1293/3497 36% [====================== ] 1294/3497 37% [====================== ] 1295/3497 37% [====================== ] 1296/3497 37% [====================== ] 1297/3497 37% [======================= ] 1298/3497 37% [======================= ] 1299/3497 37% [======================= ] 1300/3497 37% [======================= ] 1301/3497 37% [======================= ] 1302/3497 37% [======================= ] 1303/3497 37% [======================= ] 1304/3497 37% [======================= ] 1305/3497 37% [======================= ] 1306/3497 37% [======================= ] 1307/3497 37% [======================= ] 1308/3497 37% [======================= ] 1309/3497 37% [======================= ] 1310/3497 37% [======================= ] 1311/3497 37% [======================= ] 1312/3497 37% [======================= ] 1313/3497 37% [======================= ] 1314/3497 37% [======================= ] 1315/3497 37% [======================= ] 1316/3497 37% [======================= ] 1317/3497 37% [======================= ] 1318/3497 37% [======================= ] 1319/3497 37% [======================= ] 1320/3497 37% [======================= ] 1321/3497 37% [======================= ] 1322/3497 37% [======================= ] 1323/3497 37% [======================= ] 1324/3497 37% [======================= ] 1325/3497 37% [======================= ] 1326/3497 37% [======================= ] 1327/3497 37% [======================= ] 1328/3497 37% [======================= ] 1329/3497 38% [======================= ] 1330/3497 38% [======================= ] 1331/3497 38% [======================= ] 1332/3497 38% [======================= ] 1333/3497 38% [======================= ] 1334/3497 38% [======================= ] 1335/3497 38% [======================= ] 1336/3497 38% [======================= ] 1337/3497 38% [======================= ] 1338/3497 38% [======================= ] 1339/3497 38% [======================= ] 1340/3497 38% [======================= ] 1341/3497 38% [======================= ] 1342/3497 38% [======================= ] 1343/3497 38% [======================= ] 1344/3497 38% [======================= ] 1345/3497 38% [======================= ] 1346/3497 38% [======================= ] 1347/3497 38% [======================= ] 1348/3497 38% [======================= ] 1349/3497 38% [======================= ] 1350/3497 38% [======================= ] 1351/3497 38% [======================= ] 1352/3497 38% [======================= ] 1353/3497 38% [======================== ] 1354/3497 38% [======================== ] 1355/3497 38% [======================== ] 1356/3497 38% [======================== ] 1357/3497 38% [======================== ] 1358/3497 38% [======================== ] 1359/3497 38% [======================== ] 1360/3497 38% [======================== ] 1361/3497 38% [======================== ] 1362/3497 38% [======================== ] 1363/3497 38% [======================== ] 1364/3497 39% [======================== ] 1365/3497 39% [======================== ] 1366/3497 39% [======================== ] 1367/3497 39% [======================== ] 1368/3497 39% [======================== ] 1369/3497 39% [======================== ] 1370/3497 39% [======================== ] 1371/3497 39% [======================== ] 1372/3497 39% [======================== ] 1373/3497 39% [======================== ] 1374/3497 39% [======================== ] 1375/3497 39% [======================== ] 1376/3497 39% [======================== ] 1377/3497 39% [======================== ] 1378/3497 39% [======================== ] 1379/3497 39% [======================== ] 1380/3497 39% [======================== ] 1381/3497 39% [======================== ] 1382/3497 39% [======================== ] 1383/3497 39% [======================== ] 1384/3497 39% [======================== ] 1385/3497 39% [======================== ] 1386/3497 39% [======================== ] 1387/3497 39% [======================== ] 1388/3497 39% [======================== ] 1389/3497 39% [======================== ] 1390/3497 39% [======================== ] 1391/3497 39% [======================== ] 1392/3497 39% [======================== ] 1393/3497 39% [======================== ] 1394/3497 39% [======================== ] 1395/3497 39% [======================== ] 1396/3497 39% [======================== ] 1397/3497 39% [======================== ] 1398/3497 39% [======================== ] 1399/3497 40% [======================== ] 1400/3497 40% [======================== ] 1401/3497 40% [======================== ] 1402/3497 40% [======================== ] 1403/3497 40% [======================== ] 1404/3497 40% [======================== ] 1405/3497 40% [======================== ] 1406/3497 40% [======================== ] 1407/3497 40% [======================== ] 1408/3497 40% [======================== ] 1409/3497 40% [======================== ] 1410/3497 40% [========================= ] 1411/3497 40% [========================= ] 1412/3497 40% [========================= ] 1413/3497 40% [========================= ] 1414/3497 40% [========================= ] 1415/3497 40% [========================= ] 1416/3497 40% [========================= ] 1417/3497 40% [========================= ] 1418/3497 40% [========================= ] 1419/3497 40% [========================= ] 1420/3497 40% [========================= ] 1421/3497 40% [========================= ] 1422/3497 40% [========================= ] 1423/3497 40% [========================= ] 1424/3497 40% [========================= ] 1425/3497 40% [========================= ] 1426/3497 40% [========================= ] 1427/3497 40% [========================= ] 1428/3497 40% [========================= ] 1429/3497 40% [========================= ] 1430/3497 40% [========================= ] 1431/3497 40% [========================= ] 1432/3497 40% [========================= ] 1433/3497 40% [========================= ] 1434/3497 41% [========================= ] 1435/3497 41% [========================= ] 1436/3497 41% [========================= ] 1437/3497 41% [========================= ] 1438/3497 41% [========================= ] 1439/3497 41% [========================= ] 1440/3497 41% [========================= ] 1441/3497 41% [========================= ] 1442/3497 41% [========================= ] 1443/3497 41% [========================= ] 1444/3497 41% [========================= ] 1445/3497 41% [========================= ] 1446/3497 41% [========================= ] 1447/3497 41% [========================= ] 1448/3497 41% [========================= ] 1449/3497 41% [========================= ] 1450/3497 41% [========================= ] 1451/3497 41% [========================= ] 1452/3497 41% [========================= ] 1453/3497 41% [========================= ] 1454/3497 41% [========================= ] 1455/3497 41% [========================= ] 1456/3497 41% [========================= ] 1457/3497 41% [========================= ] 1458/3497 41% [========================= ] 1459/3497 41% [========================= ] 1460/3497 41% [========================= ] 1461/3497 41% [========================= ] 1462/3497 41% [========================= ] 1463/3497 41% [========================= ] 1464/3497 41% [========================= ] 1465/3497 41% [========================= ] 1466/3497 41% [========================== ] 1467/3497 41% [========================== ] 1468/3497 41% [========================== ] 1469/3497 42% [========================== ] 1470/3497 42% [========================== ] 1471/3497 42% [========================== ] 1472/3497 42% [========================== ] 1473/3497 42% [========================== ] 1474/3497 42% [========================== ] 1475/3497 42% [========================== ] 1476/3497 42% [========================== ] 1477/3497 42% [========================== ] 1478/3497 42% [========================== ] 1479/3497 42% [========================== ] 1480/3497 42% [========================== ] 1481/3497 42% [========================== ] 1482/3497 42% [========================== ] 1483/3497 42% [========================== ] 1484/3497 42% [========================== ] 1485/3497 42% [========================== ] 1486/3497 42% [========================== ] 1487/3497 42% [========================== ] 1488/3497 42% [========================== ] 1489/3497 42% [========================== ] 1490/3497 42% [========================== ] 1491/3497 42% [========================== ] 1492/3497 42% [========================== ] 1493/3497 42% [========================== ] 1494/3497 42% [========================== ] 1495/3497 42% [========================== ] 1496/3497 42% [========================== ] 1497/3497 42% [========================== ] 1498/3497 42% [========================== ] 1499/3497 42% [========================== ] 1500/3497 42% [========================== ] 1501/3497 42% [========================== ] 1502/3497 42% [========================== ] 1503/3497 42% [========================== ] 1504/3497 43% [========================== ] 1505/3497 43% [========================== ] 1506/3497 43% [========================== ] 1507/3497 43% [========================== ] 1508/3497 43% [========================== ] 1509/3497 43% [========================== ] 1510/3497 43% [========================== ] 1511/3497 43% [========================== ] 1512/3497 43% [========================== ] 1513/3497 43% [========================== ] 1514/3497 43% [========================== ] 1515/3497 43% [========================== ] 1516/3497 43% [========================== ] 1517/3497 43% [========================== ] 1518/3497 43% [========================== ] 1519/3497 43% [========================== ] 1520/3497 43% [========================== ] 1521/3497 43% [========================== ] 1522/3497 43% [=========================== ] 1523/3497 43% [=========================== ] 1524/3497 43% [=========================== ] 1525/3497 43% [=========================== ] 1526/3497 43% [=========================== ] 1527/3497 43% [=========================== ] 1528/3497 43% [=========================== ] 1529/3497 43% [=========================== ] 1530/3497 43% [=========================== ] 1531/3497 43% [=========================== ] 1532/3497 43% [=========================== ] 1533/3497 43% [=========================== ] 1534/3497 43% [=========================== ] 1535/3497 43% [=========================== ] 1536/3497 43% [=========================== ] 1537/3497 43% [=========================== ] 1538/3497 43% [=========================== ] 1539/3497 44% [=========================== ] 1540/3497 44% [=========================== ] 1541/3497 44% [=========================== ] 1542/3497 44% [=========================== ] 1543/3497 44% [=========================== ] 1544/3497 44% [=========================== ] 1545/3497 44% [=========================== ] 1546/3497 44% [=========================== ] 1547/3497 44% [=========================== ] 1548/3497 44% [=========================== ] 1549/3497 44% [=========================== ] 1550/3497 44% [=========================== ] 1551/3497 44% [=========================== ] 1552/3497 44% [=========================== ] 1553/3497 44% [=========================== ] 1554/3497 44% [=========================== ] 1555/3497 44% [=========================== ] 1556/3497 44% [=========================== ] 1557/3497 44% [=========================== ] 1558/3497 44% [=========================== ] 1559/3497 44% [=========================== ] 1560/3497 44% [=========================== ] 1561/3497 44% [=========================== ] 1562/3497 44% [=========================== ] 1563/3497 44% [=========================== ] 1564/3497 44% [=========================== ] 1565/3497 44% [=========================== ] 1566/3497 44% [=========================== ] 1567/3497 44% [=========================== ] 1568/3497 44% [=========================== ] 1569/3497 44% [=========================== ] 1570/3497 44% [=========================== ] 1571/3497 44% [=========================== ] 1572/3497 44% [=========================== ] 1573/3497 44% [=========================== ] 1574/3497 45% [=========================== ] 1575/3497 45% [=========================== ] 1576/3497 45% [=========================== ] 1577/3497 45% [=========================== ] 1578/3497 45% [=========================== ] 1579/3497 45% [============================ ] 1580/3497 45% [============================ ] 1581/3497 45% [============================ ] 1582/3497 45% [============================ ] 1583/3497 45% [============================ ] 1584/3497 45% [============================ ] 1585/3497 45% [============================ ] 1586/3497 45% [============================ ] 1587/3497 45% [============================ ] 1588/3497 45% [============================ ] 1589/3497 45% [============================ ] 1590/3497 45% [============================ ] 1591/3497 45% [============================ ] 1592/3497 45% [============================ ] 1593/3497 45% [============================ ] 1594/3497 45% [============================ ] 1595/3497 45% [============================ ] 1596/3497 45% [============================ ] 1597/3497 45% [============================ ] 1598/3497 45% [============================ ] 1599/3497 45% [============================ ] 1600/3497 45% [============================ ] 1601/3497 45% [============================ ] 1602/3497 45% [============================ ] 1603/3497 45% [============================ ] 1604/3497 45% [============================ ] 1605/3497 45% [============================ ] 1606/3497 45% [============================ ] 1607/3497 45% [============================ ] 1608/3497 45% [============================ ] 1609/3497 46% [============================ ] 1610/3497 46% [============================ ] 1611/3497 46% [============================ ] 1612/3497 46% [============================ ] 1613/3497 46% [============================ ] 1614/3497 46% [============================ ] 1615/3497 46% [============================ ] 1616/3497 46% [============================ ] 1617/3497 46% [============================ ] 1618/3497 46% [============================ ] 1619/3497 46% [============================ ] 1620/3497 46% [============================ ] 1621/3497 46% [============================ ] 1622/3497 46% [============================ ] 1623/3497 46% [============================ ] 1624/3497 46% [============================ ] 1625/3497 46% [============================ ] 1626/3497 46% [============================ ] 1627/3497 46% [============================ ] 1628/3497 46% [============================ ] 1629/3497 46% [============================ ] 1630/3497 46% [============================ ] 1631/3497 46% [============================ ] 1632/3497 46% [============================ ] 1633/3497 46% [============================ ] 1634/3497 46% [============================ ] 1635/3497 46% [============================= ] 1636/3497 46% [============================= ] 1637/3497 46% [============================= ] 1638/3497 46% [============================= ] 1639/3497 46% [============================= ] 1640/3497 46% [============================= ] 1641/3497 46% [============================= ] 1642/3497 46% [============================= ] 1643/3497 46% [============================= ] 1644/3497 47% [============================= ] 1645/3497 47% [============================= ] 1646/3497 47% [============================= ] 1647/3497 47% [============================= ] 1648/3497 47% [============================= ] 1649/3497 47% [============================= ] 1650/3497 47% [============================= ] 1651/3497 47% [============================= ] 1652/3497 47% [============================= ] 1653/3497 47% [============================= ] 1654/3497 47% [============================= ] 1655/3497 47% [============================= ] 1656/3497 47% [============================= ] 1657/3497 47% [============================= ] 1658/3497 47% [============================= ] 1659/3497 47% [============================= ] 1660/3497 47% [============================= ] 1661/3497 47% [============================= ] 1662/3497 47% [============================= ] 1663/3497 47% [============================= ] 1664/3497 47% [============================= ] 1665/3497 47% [============================= ] 1666/3497 47% [============================= ] 1667/3497 47% [============================= ] 1668/3497 47% [============================= ] 1669/3497 47% [============================= ] 1670/3497 47% [============================= ] 1671/3497 47% [============================= ] 1672/3497 47% [============================= ] 1673/3497 47% [============================= ] 1674/3497 47% [============================= ] 1675/3497 47% [============================= ] 1676/3497 47% [============================= ] 1677/3497 47% [============================= ] 1678/3497 47% [============================= ] 1679/3497 48% [============================= ] 1680/3497 48% [============================= ] 1681/3497 48% [============================= ] 1682/3497 48% [============================= ] 1683/3497 48% [============================= ] 1684/3497 48% [============================= ] 1685/3497 48% [============================= ] 1686/3497 48% [============================= ] 1687/3497 48% [============================= ] 1688/3497 48% [============================= ] 1689/3497 48% [============================= ] 1690/3497 48% [============================= ] 1691/3497 48% [============================= ] 1692/3497 48% [============================== ] 1693/3497 48% [============================== ] 1694/3497 48% [============================== ] 1695/3497 48% [============================== ] 1696/3497 48% [============================== ] 1697/3497 48% [============================== ] 1698/3497 48% [============================== ] 1699/3497 48% [============================== ] 1700/3497 48% [============================== ] 1701/3497 48% [============================== ] 1702/3497 48% [============================== ] 1703/3497 48% [============================== ] 1704/3497 48% [============================== ] 1705/3497 48% [============================== ] 1706/3497 48% [============================== ] 1707/3497 48% [============================== ] 1708/3497 48% [============================== ] 1709/3497 48% [============================== ] 1710/3497 48% [============================== ] 1711/3497 48% [============================== ] 1712/3497 48% [============================== ] 1713/3497 48% [============================== ] 1714/3497 49% [============================== ] 1715/3497 49% [============================== ] 1716/3497 49% [============================== ] 1717/3497 49% [============================== ] 1718/3497 49% [============================== ] 1719/3497 49% [============================== ] 1720/3497 49% [============================== ] 1721/3497 49% [============================== ] 1722/3497 49% [============================== ] 1723/3497 49% [============================== ] 1724/3497 49% [============================== ] 1725/3497 49% [============================== ] 1726/3497 49% [============================== ] 1727/3497 49% [============================== ] 1728/3497 49% [============================== ] 1729/3497 49% [============================== ] 1730/3497 49% [============================== ] 1731/3497 49% [============================== ] 1732/3497 49% [============================== ] 1733/3497 49% [============================== ] 1734/3497 49% [============================== ] 1735/3497 49% [============================== ] 1736/3497 49% [============================== ] 1737/3497 49% [============================== ] 1738/3497 49% [============================== ] 1739/3497 49% [============================== ] 1740/3497 49% [============================== ] 1741/3497 49% [============================== ] 1742/3497 49% [============================== ] 1743/3497 49% [============================== ] 1744/3497 49% [============================== ] 1745/3497 49% [============================== ] 1746/3497 49% [============================== ] 1747/3497 49% [============================== ] 1748/3497 49% [=============================== ] 1749/3497 50% [=============================== ] 1750/3497 50% [=============================== ] 1751/3497 50% [=============================== ] 1752/3497 50% [=============================== ] 1753/3497 50% [=============================== ] 1754/3497 50% [=============================== ] 1755/3497 50% [=============================== ] 1756/3497 50% [=============================== ] 1757/3497 50% [=============================== ] 1758/3497 50% [=============================== ] 1759/3497 50% [=============================== ] 1760/3497 50% [=============================== ] 1761/3497 50% [=============================== ] 1762/3497 50% [=============================== ] 1763/3497 50% [=============================== ] 1764/3497 50% [=============================== ] 1765/3497 50% [=============================== ] 1766/3497 50% [=============================== ] 1767/3497 50% [=============================== ] 1768/3497 50% [=============================== ] 1769/3497 50% [=============================== ] 1770/3497 50% [=============================== ] 1771/3497 50% [=============================== ] 1772/3497 50% [=============================== ] 1773/3497 50% [=============================== ] 1774/3497 50% [=============================== ] 1775/3497 50% [=============================== ] 1776/3497 50% [=============================== ] 1777/3497 50% [=============================== ] 1778/3497 50% [=============================== ] 1779/3497 50% [=============================== ] 1780/3497 50% [=============================== ] 1781/3497 50% [=============================== ] 1782/3497 50% [=============================== ] 1783/3497 50% [=============================== ] 1784/3497 51% [=============================== ] 1785/3497 51% [=============================== ] 1786/3497 51% [=============================== ] 1787/3497 51% [=============================== ] 1788/3497 51% [=============================== ] 1789/3497 51% [=============================== ] 1790/3497 51% [=============================== ] 1791/3497 51% [=============================== ] 1792/3497 51% [=============================== ] 1793/3497 51% [=============================== ] 1794/3497 51% [=============================== ] 1795/3497 51% [=============================== ] 1796/3497 51% [=============================== ] 1797/3497 51% [=============================== ] 1798/3497 51% [=============================== ] 1799/3497 51% [=============================== ] 1800/3497 51% [=============================== ] 1801/3497 51% [=============================== ] 1802/3497 51% [=============================== ] 1803/3497 51% [=============================== ] 1804/3497 51% [================================ ] 1805/3497 51% [================================ ] 1806/3497 51% [================================ ] 1807/3497 51% [================================ ] 1808/3497 51% [================================ ] 1809/3497 51% [================================ ] 1810/3497 51% [================================ ] 1811/3497 51% [================================ ] 1812/3497 51% [================================ ] 1813/3497 51% [================================ ] 1814/3497 51% [================================ ] 1815/3497 51% [================================ ] 1816/3497 51% [================================ ] 1817/3497 51% [================================ ] 1818/3497 51% [================================ ] 1819/3497 52% [================================ ] 1820/3497 52% [================================ ] 1821/3497 52% [================================ ] 1822/3497 52% [================================ ] 1823/3497 52% [================================ ] 1824/3497 52% [================================ ] 1825/3497 52% [================================ ] 1826/3497 52% [================================ ] 1827/3497 52% [================================ ] 1828/3497 52% [================================ ] 1829/3497 52% [================================ ] 1830/3497 52% [================================ ] 1831/3497 52% [================================ ] 1832/3497 52% [================================ ] 1833/3497 52% [================================ ] 1834/3497 52% [================================ ] 1835/3497 52% [================================ ] 1836/3497 52% [================================ ] 1837/3497 52% [================================ ] 1838/3497 52% [================================ ] 1839/3497 52% [================================ ] 1840/3497 52% [================================ ] 1841/3497 52% [================================ ] 1842/3497 52% [================================ ] 1843/3497 52% [================================ ] 1844/3497 52% [================================ ] 1845/3497 52% [================================ ] 1846/3497 52% [================================ ] 1847/3497 52% [================================ ] 1848/3497 52% [================================ ] 1849/3497 52% [================================ ] 1850/3497 52% [================================ ] 1851/3497 52% [================================ ] 1852/3497 52% [================================ ] 1853/3497 52% [================================ ] 1854/3497 53% [================================ ] 1855/3497 53% [================================ ] 1856/3497 53% [================================ ] 1857/3497 53% [================================ ] 1858/3497 53% [================================ ] 1859/3497 53% [================================ ] 1860/3497 53% [================================ ] 1861/3497 53% [================================= ] 1862/3497 53% [================================= ] 1863/3497 53% [================================= ] 1864/3497 53% [================================= ] 1865/3497 53% [================================= ] 1866/3497 53% [================================= ] 1867/3497 53% [================================= ] 1868/3497 53% [================================= ] 1869/3497 53% [================================= ] 1870/3497 53% [================================= ] 1871/3497 53% [================================= ] 1872/3497 53% [================================= ] 1873/3497 53% [================================= ] 1874/3497 53% [================================= ] 1875/3497 53% [================================= ] 1876/3497 53% [================================= ] 1877/3497 53% [================================= ] 1878/3497 53% [================================= ] 1879/3497 53% [================================= ] 1880/3497 53% [================================= ] 1881/3497 53% [================================= ] 1882/3497 53% [================================= ] 1883/3497 53% [================================= ] 1884/3497 53% [================================= ] 1885/3497 53% [================================= ] 1886/3497 53% [================================= ] 1887/3497 53% [================================= ] 1888/3497 53% [================================= ] 1889/3497 54% [================================= ] 1890/3497 54% [================================= ] 1891/3497 54% [================================= ] 1892/3497 54% [================================= ] 1893/3497 54% [================================= ] 1894/3497 54% [================================= ] 1895/3497 54% [================================= ] 1896/3497 54% [================================= ] 1897/3497 54% [================================= ] 1898/3497 54% [================================= ] 1899/3497 54% [================================= ] 1900/3497 54% [================================= ] 1901/3497 54% [================================= ] 1902/3497 54% [================================= ] 1903/3497 54% [================================= ] 1904/3497 54% [================================= ] 1905/3497 54% [================================= ] 1906/3497 54% [================================= ] 1907/3497 54% [================================= ] 1908/3497 54% [================================= ] 1909/3497 54% [================================= ] 1910/3497 54% [================================= ] 1911/3497 54% [================================= ] 1912/3497 54% [================================= ] 1913/3497 54% [================================= ] 1914/3497 54% [================================= ] 1915/3497 54% [================================= ] 1916/3497 54% [================================= ] 1917/3497 54% [================================== ] 1918/3497 54% [================================== ] 1919/3497 54% [================================== ] 1920/3497 54% [================================== ] 1921/3497 54% [================================== ] 1922/3497 54% [================================== ] 1923/3497 54% [================================== ] 1924/3497 55% [================================== ] 1925/3497 55% [================================== ] 1926/3497 55% [================================== ] 1927/3497 55% [================================== ] 1928/3497 55% [================================== ] 1929/3497 55% [================================== ] 1930/3497 55% [================================== ] 1931/3497 55% [================================== ] 1932/3497 55% [================================== ] 1933/3497 55% [================================== ] 1934/3497 55% [================================== ] 1935/3497 55% [================================== ] 1936/3497 55% [================================== ] 1937/3497 55% [================================== ] 1938/3497 55% [================================== ] 1939/3497 55% [================================== ] 1940/3497 55% [================================== ] 1941/3497 55% [================================== ] 1942/3497 55% [================================== ] 1943/3497 55% [================================== ] 1944/3497 55% [================================== ] 1945/3497 55% [================================== ] 1946/3497 55% [================================== ] 1947/3497 55% [================================== ] 1948/3497 55% [================================== ] 1949/3497 55% [================================== ] 1950/3497 55% [================================== ] 1951/3497 55% [================================== ] 1952/3497 55% [================================== ] 1953/3497 55% [================================== ] 1954/3497 55% [================================== ] 1955/3497 55% [================================== ] 1956/3497 55% [================================== ] 1957/3497 55% [================================== ] 1958/3497 55% [================================== ] 1959/3497 56% [================================== ] 1960/3497 56% [================================== ] 1961/3497 56% [================================== ] 1962/3497 56% [================================== ] 1963/3497 56% [================================== ] 1964/3497 56% [================================== ] 1965/3497 56% [================================== ] 1966/3497 56% [================================== ] 1967/3497 56% [================================== ] 1968/3497 56% [================================== ] 1969/3497 56% [================================== ] 1970/3497 56% [================================== ] 1971/3497 56% [================================== ] 1972/3497 56% [================================== ] 1973/3497 56% [================================== ] 1974/3497 56% [=================================== ] 1975/3497 56% [=================================== ] 1976/3497 56% [=================================== ] 1977/3497 56% [=================================== ] 1978/3497 56% [=================================== ] 1979/3497 56% [=================================== ] 1980/3497 56% [=================================== ] 1981/3497 56% [=================================== ] 1982/3497 56% [=================================== ] 1983/3497 56% [=================================== ] 1984/3497 56% [=================================== ] 1985/3497 56% [=================================== ] 1986/3497 56% [=================================== ] 1987/3497 56% [=================================== ] 1988/3497 56% [=================================== ] 1989/3497 56% [=================================== ] 1990/3497 56% [=================================== ] 1991/3497 56% [=================================== ] 1992/3497 56% [=================================== ] 1993/3497 56% [=================================== ] 1994/3497 57% [=================================== ] 1995/3497 57% [=================================== ] 1996/3497 57% [=================================== ] 1997/3497 57% [=================================== ] 1998/3497 57% [=================================== ] 1999/3497 57% [=================================== ] 2000/3497 57% [=================================== ] 2001/3497 57% [=================================== ] 2002/3497 57% [=================================== ] 2003/3497 57% [=================================== ] 2004/3497 57% [=================================== ] 2005/3497 57% [=================================== ] 2006/3497 57% [=================================== ] 2007/3497 57% [=================================== ] 2008/3497 57% [=================================== ] 2009/3497 57% [=================================== ] 2010/3497 57% [=================================== ] 2011/3497 57% [=================================== ] 2012/3497 57% [=================================== ] 2013/3497 57% [=================================== ] 2014/3497 57% [=================================== ] 2015/3497 57% [=================================== ] 2016/3497 57% [=================================== ] 2017/3497 57% [=================================== ] 2018/3497 57% [=================================== ] 2019/3497 57% [=================================== ] 2020/3497 57% [=================================== ] 2021/3497 57% [=================================== ] 2022/3497 57% [=================================== ] 2023/3497 57% [=================================== ] 2024/3497 57% [=================================== ] 2025/3497 57% [=================================== ] 2026/3497 57% [=================================== ] 2027/3497 57% [=================================== ] 2028/3497 57% [=================================== ] 2029/3497 58% [=================================== ] 2030/3497 58% [==================================== ] 2031/3497 58% [==================================== ] 2032/3497 58% [==================================== ] 2033/3497 58% [==================================== ] 2034/3497 58% [==================================== ] 2035/3497 58% [==================================== ] 2036/3497 58% [==================================== ] 2037/3497 58% [==================================== ] 2038/3497 58% [==================================== ] 2039/3497 58% [==================================== ] 2040/3497 58% [==================================== ] 2041/3497 58% [==================================== ] 2042/3497 58% [==================================== ] 2043/3497 58% [==================================== ] 2044/3497 58% [==================================== ] 2045/3497 58% [==================================== ] 2046/3497 58% [==================================== ] 2047/3497 58% [==================================== ] 2048/3497 58% [==================================== ] 2049/3497 58% [==================================== ] 2050/3497 58% [==================================== ] 2051/3497 58% [==================================== ] 2052/3497 58% [==================================== ] 2053/3497 58% [==================================== ] 2054/3497 58% [==================================== ] 2055/3497 58% [==================================== ] 2056/3497 58% [==================================== ] 2057/3497 58% [==================================== ] 2058/3497 58% [==================================== ] 2059/3497 58% [==================================== ] 2060/3497 58% [==================================== ] 2061/3497 58% [==================================== ] 2062/3497 58% [==================================== ] 2063/3497 58% [==================================== ] 2064/3497 59% [==================================== ] 2065/3497 59% [==================================== ] 2066/3497 59% [==================================== ] 2067/3497 59% [==================================== ] 2068/3497 59% [==================================== ] 2069/3497 59% [==================================== ] 2070/3497 59% [==================================== ] 2071/3497 59% [==================================== ] 2072/3497 59% [==================================== ] 2073/3497 59% [==================================== ] 2074/3497 59% [==================================== ] 2075/3497 59% [==================================== ] 2076/3497 59% [==================================== ] 2077/3497 59% [==================================== ] 2078/3497 59% [==================================== ] 2079/3497 59% [==================================== ] 2080/3497 59% [==================================== ] 2081/3497 59% [==================================== ] 2082/3497 59% [==================================== ] 2083/3497 59% [==================================== ] 2084/3497 59% [==================================== ] 2085/3497 59% [==================================== ] 2086/3497 59% [===================================== ] 2087/3497 59% [===================================== ] 2088/3497 59% [===================================== ] 2089/3497 59% [===================================== ] 2090/3497 59% [===================================== ] 2091/3497 59% [===================================== ] 2092/3497 59% [===================================== ] 2093/3497 59% [===================================== ] 2094/3497 59% [===================================== ] 2095/3497 59% [===================================== ] 2096/3497 59% [===================================== ] 2097/3497 59% [===================================== ] 2098/3497 59% [===================================== ] 2099/3497 60% [===================================== ] 2100/3497 60% [===================================== ] 2101/3497 60% [===================================== ] 2102/3497 60% [===================================== ] 2103/3497 60% [===================================== ] 2104/3497 60% [===================================== ] 2105/3497 60% [===================================== ] 2106/3497 60% [===================================== ] 2107/3497 60% [===================================== ] 2108/3497 60% [===================================== ] 2109/3497 60% [===================================== ] 2110/3497 60% [===================================== ] 2111/3497 60% [===================================== ] 2112/3497 60% [===================================== ] 2113/3497 60% [===================================== ] 2114/3497 60% [===================================== ] 2115/3497 60% [===================================== ] 2116/3497 60% [===================================== ] 2117/3497 60% [===================================== ] 2118/3497 60% [===================================== ] 2119/3497 60% [===================================== ] 2120/3497 60% [===================================== ] 2121/3497 60% [===================================== ] 2122/3497 60% [===================================== ] 2123/3497 60% [===================================== ] 2124/3497 60% [===================================== ] 2125/3497 60% [===================================== ] 2126/3497 60% [===================================== ] 2127/3497 60% [===================================== ] 2128/3497 60% [===================================== ] 2129/3497 60% [===================================== ] 2130/3497 60% [===================================== ] 2131/3497 60% [===================================== ] 2132/3497 60% [===================================== ] 2133/3497 60% [===================================== ] 2134/3497 61% [===================================== ] 2135/3497 61% [===================================== ] 2136/3497 61% [===================================== ] 2137/3497 61% [===================================== ] 2138/3497 61% [===================================== ] 2139/3497 61% [===================================== ] 2140/3497 61% [===================================== ] 2141/3497 61% [===================================== ] 2142/3497 61% [===================================== ] 2143/3497 61% [====================================== ] 2144/3497 61% [====================================== ] 2145/3497 61% [====================================== ] 2146/3497 61% [====================================== ] 2147/3497 61% [====================================== ] 2148/3497 61% [====================================== ] 2149/3497 61% [====================================== ] 2150/3497 61% [====================================== ] 2151/3497 61% [====================================== ] 2152/3497 61% [====================================== ] 2153/3497 61% [====================================== ] 2154/3497 61% [====================================== ] 2155/3497 61% [====================================== ] 2156/3497 61% [====================================== ] 2157/3497 61% [====================================== ] 2158/3497 61% [====================================== ] 2159/3497 61% [====================================== ] 2160/3497 61% [====================================== ] 2161/3497 61% [====================================== ] 2162/3497 61% [====================================== ] 2163/3497 61% [====================================== ] 2164/3497 61% [====================================== ] 2165/3497 61% [====================================== ] 2166/3497 61% [====================================== ] 2167/3497 61% [====================================== ] 2168/3497 61% [====================================== ] 2169/3497 62% [====================================== ] 2170/3497 62% [====================================== ] 2171/3497 62% [====================================== ] 2172/3497 62% [====================================== ] 2173/3497 62% [====================================== ] 2174/3497 62% [====================================== ] 2175/3497 62% [====================================== ] 2176/3497 62% [====================================== ] 2177/3497 62% [====================================== ] 2178/3497 62% [====================================== ] 2179/3497 62% [====================================== ] 2180/3497 62% [====================================== ] 2181/3497 62% [====================================== ] 2182/3497 62% [====================================== ] 2183/3497 62% [====================================== ] 2184/3497 62% [====================================== ] 2185/3497 62% [====================================== ] 2186/3497 62% [====================================== ] 2187/3497 62% [====================================== ] 2188/3497 62% [====================================== ] 2189/3497 62% [====================================== ] 2190/3497 62% [====================================== ] 2191/3497 62% [====================================== ] 2192/3497 62% [====================================== ] 2193/3497 62% [====================================== ] 2194/3497 62% [====================================== ] 2195/3497 62% [====================================== ] 2196/3497 62% [====================================== ] 2197/3497 62% [====================================== ] 2198/3497 62% [====================================== ] 2199/3497 62% [======================================= ] 2200/3497 62% [======================================= ] 2201/3497 62% [======================================= ] 2202/3497 62% [======================================= ] 2203/3497 62% [======================================= ] 2204/3497 63% [======================================= ] 2205/3497 63% [======================================= ] 2206/3497 63% [======================================= ] 2207/3497 63% [======================================= ] 2208/3497 63% [======================================= ] 2209/3497 63% [======================================= ] 2210/3497 63% [======================================= ] 2211/3497 63% [======================================= ] 2212/3497 63% [======================================= ] 2213/3497 63% [======================================= ] 2214/3497 63% [======================================= ] 2215/3497 63% [======================================= ] 2216/3497 63% [======================================= ] 2217/3497 63% [======================================= ] 2218/3497 63% [======================================= ] 2219/3497 63% [======================================= ] 2220/3497 63% [======================================= ] 2221/3497 63% [======================================= ] 2222/3497 63% [======================================= ] 2223/3497 63% [======================================= ] 2224/3497 63% [======================================= ] 2225/3497 63% [======================================= ] 2226/3497 63% [======================================= ] 2227/3497 63% [======================================= ] 2228/3497 63% [======================================= ] 2229/3497 63% [======================================= ] 2230/3497 63% [======================================= ] 2231/3497 63% [======================================= ] 2232/3497 63% [======================================= ] 2233/3497 63% [======================================= ] 2234/3497 63% [======================================= ] 2235/3497 63% [======================================= ] 2236/3497 63% [======================================= ] 2237/3497 63% [======================================= ] 2238/3497 63% [======================================= ] 2239/3497 64% [======================================= ] 2240/3497 64% [======================================= ] 2241/3497 64% [======================================= ] 2242/3497 64% [======================================= ] 2243/3497 64% [======================================= ] 2244/3497 64% [======================================= ] 2245/3497 64% [======================================= ] 2246/3497 64% [======================================= ] 2247/3497 64% [======================================= ] 2248/3497 64% [======================================= ] 2249/3497 64% [======================================= ] 2250/3497 64% [======================================= ] 2251/3497 64% [======================================= ] 2252/3497 64% [======================================= ] 2253/3497 64% [======================================= ] 2254/3497 64% [======================================= ] 2255/3497 64% [======================================= ] 2256/3497 64% [======================================== ] 2257/3497 64% [======================================== ] 2258/3497 64% [======================================== ] 2259/3497 64% [======================================== ] 2260/3497 64% [======================================== ] 2261/3497 64% [======================================== ] 2262/3497 64% [======================================== ] 2263/3497 64% [======================================== ] 2264/3497 64% [======================================== ] 2265/3497 64% [======================================== ] 2266/3497 64% [======================================== ] 2267/3497 64% [======================================== ] 2268/3497 64% [======================================== ] 2269/3497 64% [======================================== ] 2270/3497 64% [======================================== ] 2271/3497 64% [======================================== ] 2272/3497 64% [======================================== ] 2273/3497 64% [======================================== ] 2274/3497 65% [======================================== ] 2275/3497 65% [======================================== ] 2276/3497 65% [======================================== ] 2277/3497 65% [======================================== ] 2278/3497 65% [======================================== ] 2279/3497 65% [======================================== ] 2280/3497 65% [======================================== ] 2281/3497 65% [======================================== ] 2282/3497 65% [======================================== ] 2283/3497 65% [======================================== ] 2284/3497 65% [======================================== ] 2285/3497 65% [======================================== ] 2286/3497 65% [======================================== ] 2287/3497 65% [======================================== ] 2288/3497 65% [======================================== ] 2289/3497 65% [======================================== ] 2290/3497 65% [======================================== ] 2291/3497 65% [======================================== ] 2292/3497 65% [======================================== ] 2293/3497 65% [======================================== ] 2294/3497 65% [======================================== ] 2295/3497 65% [======================================== ] 2296/3497 65% [======================================== ] 2297/3497 65% [======================================== ] 2298/3497 65% [======================================== ] 2299/3497 65% [======================================== ] 2300/3497 65% [======================================== ] 2301/3497 65% [======================================== ] 2302/3497 65% [======================================== ] 2303/3497 65% [======================================== ] 2304/3497 65% [======================================== ] 2305/3497 65% [======================================== ] 2306/3497 65% [======================================== ] 2307/3497 65% [======================================== ] 2308/3497 65% [======================================== ] 2309/3497 66% [======================================== ] 2310/3497 66% [======================================== ] 2311/3497 66% [======================================== ] 2312/3497 66% [========================================= ] 2313/3497 66% [========================================= ] 2314/3497 66% [========================================= ] 2315/3497 66% [========================================= ] 2316/3497 66% [========================================= ] 2317/3497 66% [========================================= ] 2318/3497 66% [========================================= ] 2319/3497 66% [========================================= ] 2320/3497 66% [========================================= ] 2321/3497 66% [========================================= ] 2322/3497 66% [========================================= ] 2323/3497 66% [========================================= ] 2324/3497 66% [========================================= ] 2325/3497 66% [========================================= ] 2326/3497 66% [========================================= ] 2327/3497 66% [========================================= ] 2328/3497 66% [========================================= ] 2329/3497 66% [========================================= ] 2330/3497 66% [========================================= ] 2331/3497 66% [========================================= ] 2332/3497 66% [========================================= ] 2333/3497 66% [========================================= ] 2334/3497 66% [========================================= ] 2335/3497 66% [========================================= ] 2336/3497 66% [========================================= ] 2337/3497 66% [========================================= ] 2338/3497 66% [========================================= ] 2339/3497 66% [========================================= ] 2340/3497 66% [========================================= ] 2341/3497 66% [========================================= ] 2342/3497 66% [========================================= ] 2343/3497 67% [========================================= ] 2344/3497 67% [========================================= ] 2345/3497 67% [========================================= ] 2346/3497 67% [========================================= ] 2347/3497 67% [========================================= ] 2348/3497 67% [========================================= ] 2349/3497 67% [========================================= ] 2350/3497 67% [========================================= ] 2351/3497 67% [========================================= ] 2352/3497 67% [========================================= ] 2353/3497 67% [========================================= ] 2354/3497 67% [========================================= ] 2355/3497 67% [========================================= ] 2356/3497 67% [========================================= ] 2357/3497 67% [========================================= ] 2358/3497 67% [========================================= ] 2359/3497 67% [========================================= ] 2360/3497 67% [========================================= ] 2361/3497 67% [========================================= ] 2362/3497 67% [========================================= ] 2363/3497 67% [========================================= ] 2364/3497 67% [========================================= ] 2365/3497 67% [========================================= ] 2366/3497 67% [========================================= ] 2367/3497 67% [========================================= ] 2368/3497 67% [========================================== ] 2369/3497 67% [========================================== ] 2370/3497 67% [========================================== ] 2371/3497 67% [========================================== ] 2372/3497 67% [========================================== ] 2373/3497 67% [========================================== ] 2374/3497 67% [========================================== ] 2375/3497 67% [========================================== ] 2376/3497 67% [========================================== ] 2377/3497 67% [========================================== ] 2378/3497 68% [========================================== ] 2379/3497 68% [========================================== ] 2380/3497 68% [========================================== ] 2381/3497 68% [========================================== ] 2382/3497 68% [========================================== ] 2383/3497 68% [========================================== ] 2384/3497 68% [========================================== ] 2385/3497 68% [========================================== ] 2386/3497 68% [========================================== ] 2387/3497 68% [========================================== ] 2388/3497 68% [========================================== ] 2389/3497 68% [========================================== ] 2390/3497 68% [========================================== ] 2391/3497 68% [========================================== ] 2392/3497 68% [========================================== ] 2393/3497 68% [========================================== ] 2394/3497 68% [========================================== ] 2395/3497 68% [========================================== ] 2396/3497 68% [========================================== ] 2397/3497 68% [========================================== ] 2398/3497 68% [========================================== ] 2399/3497 68% [========================================== ] 2400/3497 68% [========================================== ] 2401/3497 68% [========================================== ] 2402/3497 68% [========================================== ] 2403/3497 68% [========================================== ] 2404/3497 68% [========================================== ] 2405/3497 68% [========================================== ] 2406/3497 68% [========================================== ] 2407/3497 68% [========================================== ] 2408/3497 68% [========================================== ] 2409/3497 68% [========================================== ] 2410/3497 68% [========================================== ] 2411/3497 68% [========================================== ] 2412/3497 68% [========================================== ] 2413/3497 69% [========================================== ] 2414/3497 69% [========================================== ] 2415/3497 69% [========================================== ] 2416/3497 69% [========================================== ] 2417/3497 69% [========================================== ] 2418/3497 69% [========================================== ] 2419/3497 69% [========================================== ] 2420/3497 69% [========================================== ] 2421/3497 69% [========================================== ] 2422/3497 69% [========================================== ] 2423/3497 69% [========================================== ] 2424/3497 69% [========================================== ] 2425/3497 69% [=========================================== ] 2426/3497 69% [=========================================== ] 2427/3497 69% [=========================================== ] 2428/3497 69% [=========================================== ] 2429/3497 69% [=========================================== ] 2430/3497 69% [=========================================== ] 2431/3497 69% [=========================================== ] 2432/3497 69% [=========================================== ] 2433/3497 69% [=========================================== ] 2434/3497 69% [=========================================== ] 2435/3497 69% [=========================================== ] 2436/3497 69% [=========================================== ] 2437/3497 69% [=========================================== ] 2438/3497 69% [=========================================== ] 2439/3497 69% [=========================================== ] 2440/3497 69% [=========================================== ] 2441/3497 69% [=========================================== ] 2442/3497 69% [=========================================== ] 2443/3497 69% [=========================================== ] 2444/3497 69% [=========================================== ] 2445/3497 69% [=========================================== ] 2446/3497 69% [=========================================== ] 2447/3497 69% [=========================================== ] 2448/3497 70% [=========================================== ] 2449/3497 70% [=========================================== ] 2450/3497 70% [=========================================== ] 2451/3497 70% [=========================================== ] 2452/3497 70% [=========================================== ] 2453/3497 70% [=========================================== ] 2454/3497 70% [=========================================== ] 2455/3497 70% [=========================================== ] 2456/3497 70% [=========================================== ] 2457/3497 70% [=========================================== ] 2458/3497 70% [=========================================== ] 2459/3497 70% [=========================================== ] 2460/3497 70% [=========================================== ] 2461/3497 70% [=========================================== ] 2462/3497 70% [=========================================== ] 2463/3497 70% [=========================================== ] 2464/3497 70% [=========================================== ] 2465/3497 70% [=========================================== ] 2466/3497 70% [=========================================== ] 2467/3497 70% [=========================================== ] 2468/3497 70% [=========================================== ] 2469/3497 70% [=========================================== ] 2470/3497 70% [=========================================== ] 2471/3497 70% [=========================================== ] 2472/3497 70% [=========================================== ] 2473/3497 70% [=========================================== ] 2474/3497 70% [=========================================== ] 2475/3497 70% [=========================================== ] 2476/3497 70% [=========================================== ] 2477/3497 70% [=========================================== ] 2478/3497 70% [=========================================== ] 2479/3497 70% [=========================================== ] 2480/3497 70% [=========================================== ] 2481/3497 70% [============================================ ] 2482/3497 70% [============================================ ] 2483/3497 71% [============================================ ] 2484/3497 71% [============================================ ] 2485/3497 71% [============================================ ] 2486/3497 71% [============================================ ] 2487/3497 71% [============================================ ] 2488/3497 71% [============================================ ] 2489/3497 71% [============================================ ] 2490/3497 71% [============================================ ] 2491/3497 71% [============================================ ] 2492/3497 71% [============================================ ] 2493/3497 71% [============================================ ] 2494/3497 71% [============================================ ] 2495/3497 71% [============================================ ] 2496/3497 71% [============================================ ] 2497/3497 71% [============================================ ] 2498/3497 71% [============================================ ] 2499/3497 71% [============================================ ] 2500/3497 71% [============================================ ] 2501/3497 71% [============================================ ] 2502/3497 71% [============================================ ] 2503/3497 71% [============================================ ] 2504/3497 71% [============================================ ] 2505/3497 71% [============================================ ] 2506/3497 71% [============================================ ] 2507/3497 71% [============================================ ] 2508/3497 71% [============================================ ] 2509/3497 71% [============================================ ] 2510/3497 71% [============================================ ] 2511/3497 71% [============================================ ] 2512/3497 71% [============================================ ] 2513/3497 71% [============================================ ] 2514/3497 71% [============================================ ] 2515/3497 71% [============================================ ] 2516/3497 71% [============================================ ] 2517/3497 71% [============================================ ] 2518/3497 72% [============================================ ] 2519/3497 72% [============================================ ] 2520/3497 72% [============================================ ] 2521/3497 72% [============================================ ] 2522/3497 72% [============================================ ] 2523/3497 72% [============================================ ] 2524/3497 72% [============================================ ] 2525/3497 72% [============================================ ] 2526/3497 72% [============================================ ] 2527/3497 72% [============================================ ] 2528/3497 72% [============================================ ] 2529/3497 72% [============================================ ] 2530/3497 72% [============================================ ] 2531/3497 72% [============================================ ] 2532/3497 72% [============================================ ] 2533/3497 72% [============================================ ] 2534/3497 72% [============================================ ] 2535/3497 72% [============================================ ] 2536/3497 72% [============================================ ] 2537/3497 72% [============================================ ] 2538/3497 72% [============================================= ] 2539/3497 72% [============================================= ] 2540/3497 72% [============================================= ] 2541/3497 72% [============================================= ] 2542/3497 72% [============================================= ] 2543/3497 72% [============================================= ] 2544/3497 72% [============================================= ] 2545/3497 72% [============================================= ] 2546/3497 72% [============================================= ] 2547/3497 72% [============================================= ] 2548/3497 72% [============================================= ] 2549/3497 72% [============================================= ] 2550/3497 72% [============================================= ] 2551/3497 72% [============================================= ] 2552/3497 72% [============================================= ] 2553/3497 73% [============================================= ] 2554/3497 73% [============================================= ] 2555/3497 73% [============================================= ] 2556/3497 73% [============================================= ] 2557/3497 73% [============================================= ] 2558/3497 73% [============================================= ] 2559/3497 73% [============================================= ] 2560/3497 73% [============================================= ] 2561/3497 73% [============================================= ] 2562/3497 73% [============================================= ] 2563/3497 73% [============================================= ] 2564/3497 73% [============================================= ] 2565/3497 73% [============================================= ] 2566/3497 73% [============================================= ] 2567/3497 73% [============================================= ] 2568/3497 73% [============================================= ] 2569/3497 73% [============================================= ] 2570/3497 73% [============================================= ] 2571/3497 73% [============================================= ] 2572/3497 73% [============================================= ] 2573/3497 73% [============================================= ] 2574/3497 73% [============================================= ] 2575/3497 73% [============================================= ] 2576/3497 73% [============================================= ] 2577/3497 73% [============================================= ] 2578/3497 73% [============================================= ] 2579/3497 73% [============================================= ] 2580/3497 73% [============================================= ] 2581/3497 73% [============================================= ] 2582/3497 73% [============================================= ] 2583/3497 73% [============================================= ] 2584/3497 73% [============================================= ] 2585/3497 73% [============================================= ] 2586/3497 73% [============================================= ] 2587/3497 73% [============================================= ] 2588/3497 74% [============================================= ] 2589/3497 74% [============================================= ] 2590/3497 74% [============================================= ] 2591/3497 74% [============================================= ] 2592/3497 74% [============================================= ] 2593/3497 74% [============================================= ] 2594/3497 74% [============================================== ] 2595/3497 74% [============================================== ] 2596/3497 74% [============================================== ] 2597/3497 74% [============================================== ] 2598/3497 74% [============================================== ] 2599/3497 74% [============================================== ] 2600/3497 74% [============================================== ] 2601/3497 74% [============================================== ] 2602/3497 74% [============================================== ] 2603/3497 74% [============================================== ] 2604/3497 74% [============================================== ] 2605/3497 74% [============================================== ] 2606/3497 74% [============================================== ] 2607/3497 74% [============================================== ] 2608/3497 74% [============================================== ] 2609/3497 74% [============================================== ] 2610/3497 74% [============================================== ] 2611/3497 74% [============================================== ] 2612/3497 74% [============================================== ] 2613/3497 74% [============================================== ] 2614/3497 74% [============================================== ] 2615/3497 74% [============================================== ] 2616/3497 74% [============================================== ] 2617/3497 74% [============================================== ] 2618/3497 74% [============================================== ] 2619/3497 74% [============================================== ] 2620/3497 74% [============================================== ] 2621/3497 74% [============================================== ] 2622/3497 74% [============================================== ] 2623/3497 75% [============================================== ] 2624/3497 75% [============================================== ] 2625/3497 75% [============================================== ] 2626/3497 75% [============================================== ] 2627/3497 75% [============================================== ] 2628/3497 75% [============================================== ] 2629/3497 75% [============================================== ] 2630/3497 75% [============================================== ] 2631/3497 75% [============================================== ] 2632/3497 75% [============================================== ] 2633/3497 75% [============================================== ] 2634/3497 75% [============================================== ] 2635/3497 75% [============================================== ] 2636/3497 75% [============================================== ] 2637/3497 75% [============================================== ] 2638/3497 75% [============================================== ] 2639/3497 75% [============================================== ] 2640/3497 75% [============================================== ] 2641/3497 75% [============================================== ] 2642/3497 75% [============================================== ] 2643/3497 75% [============================================== ] 2644/3497 75% [============================================== ] 2645/3497 75% [============================================== ] 2646/3497 75% [============================================== ] 2647/3497 75% [============================================== ] 2648/3497 75% [============================================== ] 2649/3497 75% [============================================== ] 2650/3497 75% [=============================================== ] 2651/3497 75% [=============================================== ] 2652/3497 75% [=============================================== ] 2653/3497 75% [=============================================== ] 2654/3497 75% [=============================================== ] 2655/3497 75% [=============================================== ] 2656/3497 75% [=============================================== ] 2657/3497 75% [=============================================== ] 2658/3497 76% [=============================================== ] 2659/3497 76% [=============================================== ] 2660/3497 76% [=============================================== ] 2661/3497 76% [=============================================== ] 2662/3497 76% [=============================================== ] 2663/3497 76% [=============================================== ] 2664/3497 76% [=============================================== ] 2665/3497 76% [=============================================== ] 2666/3497 76% [=============================================== ] 2667/3497 76% [=============================================== ] 2668/3497 76% [=============================================== ] 2669/3497 76% [=============================================== ] 2670/3497 76% [=============================================== ] 2671/3497 76% [=============================================== ] 2672/3497 76% [=============================================== ] 2673/3497 76% [=============================================== ] 2674/3497 76% [=============================================== ] 2675/3497 76% [=============================================== ] 2676/3497 76% [=============================================== ] 2677/3497 76% [=============================================== ] 2678/3497 76% [=============================================== ] 2679/3497 76% [=============================================== ] 2680/3497 76% [=============================================== ] 2681/3497 76% [=============================================== ] 2682/3497 76% [=============================================== ] 2683/3497 76% [=============================================== ] 2684/3497 76% [=============================================== ] 2685/3497 76% [=============================================== ] 2686/3497 76% [=============================================== ] 2687/3497 76% [=============================================== ] 2688/3497 76% [=============================================== ] 2689/3497 76% [=============================================== ] 2690/3497 76% [=============================================== ] 2691/3497 76% [=============================================== ] 2692/3497 76% [=============================================== ] 2693/3497 77% [=============================================== ] 2694/3497 77% [=============================================== ] 2695/3497 77% [=============================================== ] 2696/3497 77% [=============================================== ] 2697/3497 77% [=============================================== ] 2698/3497 77% [=============================================== ] 2699/3497 77% [=============================================== ] 2700/3497 77% [=============================================== ] 2701/3497 77% [=============================================== ] 2702/3497 77% [=============================================== ] 2703/3497 77% [=============================================== ] 2704/3497 77% [=============================================== ] 2705/3497 77% [=============================================== ] 2706/3497 77% [=============================================== ] 2707/3497 77% [================================================ ] 2708/3497 77% [================================================ ] 2709/3497 77% [================================================ ] 2710/3497 77% [================================================ ] 2711/3497 77% [================================================ ] 2712/3497 77% [================================================ ] 2713/3497 77% [================================================ ] 2714/3497 77% [================================================ ] 2715/3497 77% [================================================ ] 2716/3497 77% [================================================ ] 2717/3497 77% [================================================ ] 2718/3497 77% [================================================ ] 2719/3497 77% [================================================ ] 2720/3497 77% [================================================ ] 2721/3497 77% [================================================ ] 2722/3497 77% [================================================ ] 2723/3497 77% [================================================ ] 2724/3497 77% [================================================ ] 2725/3497 77% [================================================ ] 2726/3497 77% [================================================ ] 2727/3497 77% [================================================ ] 2728/3497 78% [================================================ ] 2729/3497 78% [================================================ ] 2730/3497 78% [================================================ ] 2731/3497 78% [================================================ ] 2732/3497 78% [================================================ ] 2733/3497 78% [================================================ ] 2734/3497 78% [================================================ ] 2735/3497 78% [================================================ ] 2736/3497 78% [================================================ ] 2737/3497 78% [================================================ ] 2738/3497 78% [================================================ ] 2739/3497 78% [================================================ ] 2740/3497 78% [================================================ ] 2741/3497 78% [================================================ ] 2742/3497 78% [================================================ ] 2743/3497 78% [================================================ ] 2744/3497 78% [================================================ ] 2745/3497 78% [================================================ ] 2746/3497 78% [================================================ ] 2747/3497 78% [================================================ ] 2748/3497 78% [================================================ ] 2749/3497 78% [================================================ ] 2750/3497 78% [================================================ ] 2751/3497 78% [================================================ ] 2752/3497 78% [================================================ ] 2753/3497 78% [================================================ ] 2754/3497 78% [================================================ ] 2755/3497 78% [================================================ ] 2756/3497 78% [================================================ ] 2757/3497 78% [================================================ ] 2758/3497 78% [================================================ ] 2759/3497 78% [================================================ ] 2760/3497 78% [================================================ ] 2761/3497 78% [================================================ ] 2762/3497 78% [================================================ ] 2763/3497 79% [================================================= ] 2764/3497 79% [================================================= ] 2765/3497 79% [================================================= ] 2766/3497 79% [================================================= ] 2767/3497 79% [================================================= ] 2768/3497 79% [================================================= ] 2769/3497 79% [================================================= ] 2770/3497 79% [================================================= ] 2771/3497 79% [================================================= ] 2772/3497 79% [================================================= ] 2773/3497 79% [================================================= ] 2774/3497 79% [================================================= ] 2775/3497 79% [================================================= ] 2776/3497 79% [================================================= ] 2777/3497 79% [================================================= ] 2778/3497 79% [================================================= ] 2779/3497 79% [================================================= ] 2780/3497 79% [================================================= ] 2781/3497 79% [================================================= ] 2782/3497 79% [================================================= ] 2783/3497 79% [================================================= ] 2784/3497 79% [================================================= ] 2785/3497 79% [================================================= ] 2786/3497 79% [================================================= ] 2787/3497 79% [================================================= ] 2788/3497 79% [================================================= ] 2789/3497 79% [================================================= ] 2790/3497 79% [================================================= ] 2791/3497 79% [================================================= ] 2792/3497 79% [================================================= ] 2793/3497 79% [================================================= ] 2794/3497 79% [================================================= ] 2795/3497 79% [================================================= ] 2796/3497 79% [================================================= ] 2797/3497 79% [================================================= ] 2798/3497 80% [================================================= ] 2799/3497 80% [================================================= ] 2800/3497 80% [================================================= ] 2801/3497 80% [================================================= ] 2802/3497 80% [================================================= ] 2803/3497 80% [================================================= ] 2804/3497 80% [================================================= ] 2805/3497 80% [================================================= ] 2806/3497 80% [================================================= ] 2807/3497 80% [================================================= ] 2808/3497 80% [================================================= ] 2809/3497 80% [================================================= ] 2810/3497 80% [================================================= ] 2811/3497 80% [================================================= ] 2812/3497 80% [================================================= ] 2813/3497 80% [================================================= ] 2814/3497 80% [================================================= ] 2815/3497 80% [================================================= ] 2816/3497 80% [================================================= ] 2817/3497 80% [================================================= ] 2818/3497 80% [================================================= ] 2819/3497 80% [================================================= ] 2820/3497 80% [================================================== ] 2821/3497 80% [================================================== ] 2822/3497 80% [================================================== ] 2823/3497 80% [================================================== ] 2824/3497 80% [================================================== ] 2825/3497 80% [================================================== ] 2826/3497 80% [================================================== ] 2827/3497 80% [================================================== ] 2828/3497 80% [================================================== ] 2829/3497 80% [================================================== ] 2830/3497 80% [================================================== ] 2831/3497 80% [================================================== ] 2832/3497 80% [================================================== ] 2833/3497 81% [================================================== ] 2834/3497 81% [================================================== ] 2835/3497 81% [================================================== ] 2836/3497 81% [================================================== ] 2837/3497 81% [================================================== ] 2838/3497 81% [================================================== ] 2839/3497 81% [================================================== ] 2840/3497 81% [================================================== ] 2841/3497 81% [================================================== ] 2842/3497 81% [================================================== ] 2843/3497 81% [================================================== ] 2844/3497 81% [================================================== ] 2845/3497 81% [================================================== ] 2846/3497 81% [================================================== ] 2847/3497 81% [================================================== ] 2848/3497 81% [================================================== ] 2849/3497 81% [================================================== ] 2850/3497 81% [================================================== ] 2851/3497 81% [================================================== ] 2852/3497 81% [================================================== ] 2853/3497 81% [================================================== ] 2854/3497 81% [================================================== ] 2855/3497 81% [================================================== ] 2856/3497 81% [================================================== ] 2857/3497 81% [================================================== ] 2858/3497 81% [================================================== ] 2859/3497 81% [================================================== ] 2860/3497 81% [================================================== ] 2861/3497 81% [================================================== ] 2862/3497 81% [================================================== ] 2863/3497 81% [================================================== ] 2864/3497 81% [================================================== ] 2865/3497 81% [================================================== ] 2866/3497 81% [================================================== ] 2867/3497 81% [================================================== ] 2868/3497 82% [================================================== ] 2869/3497 82% [================================================== ] 2870/3497 82% [================================================== ] 2871/3497 82% [================================================== ] 2872/3497 82% [================================================== ] 2873/3497 82% [================================================== ] 2874/3497 82% [================================================== ] 2875/3497 82% [================================================== ] 2876/3497 82% [=================================================== ] 2877/3497 82% [=================================================== ] 2878/3497 82% [=================================================== ] 2879/3497 82% [=================================================== ] 2880/3497 82% [=================================================== ] 2881/3497 82% [=================================================== ] 2882/3497 82% [=================================================== ] 2883/3497 82% [=================================================== ] 2884/3497 82% [=================================================== ] 2885/3497 82% [=================================================== ] 2886/3497 82% [=================================================== ] 2887/3497 82% [=================================================== ] 2888/3497 82% [=================================================== ] 2889/3497 82% [=================================================== ] 2890/3497 82% [=================================================== ] 2891/3497 82% [=================================================== ] 2892/3497 82% [=================================================== ] 2893/3497 82% [=================================================== ] 2894/3497 82% [=================================================== ] 2895/3497 82% [=================================================== ] 2896/3497 82% [=================================================== ] 2897/3497 82% [=================================================== ] 2898/3497 82% [=================================================== ] 2899/3497 82% [=================================================== ] 2900/3497 82% [=================================================== ] 2901/3497 82% [=================================================== ] 2902/3497 82% [=================================================== ] 2903/3497 83% [=================================================== ] 2904/3497 83% [=================================================== ] 2905/3497 83% [=================================================== ] 2906/3497 83% [=================================================== ] 2907/3497 83% [=================================================== ] 2908/3497 83% [=================================================== ] 2909/3497 83% [=================================================== ] 2910/3497 83% [=================================================== ] 2911/3497 83% [=================================================== ] 2912/3497 83% [=================================================== ] 2913/3497 83% [=================================================== ] 2914/3497 83% [=================================================== ] 2915/3497 83% [=================================================== ] 2916/3497 83% [=================================================== ] 2917/3497 83% [=================================================== ] 2918/3497 83% [=================================================== ] 2919/3497 83% [=================================================== ] 2920/3497 83% [=================================================== ] 2921/3497 83% [=================================================== ] 2922/3497 83% [=================================================== ] 2923/3497 83% [=================================================== ] 2924/3497 83% [=================================================== ] 2925/3497 83% [=================================================== ] 2926/3497 83% [=================================================== ] 2927/3497 83% [=================================================== ] 2928/3497 83% [=================================================== ] 2929/3497 83% [=================================================== ] 2930/3497 83% [=================================================== ] 2931/3497 83% [=================================================== ] 2932/3497 83% [==================================================== ] 2933/3497 83% [==================================================== ] 2934/3497 83% [==================================================== ] 2935/3497 83% [==================================================== ] 2936/3497 83% [==================================================== ] 2937/3497 83% [==================================================== ] 2938/3497 84% [==================================================== ] 2939/3497 84% [==================================================== ] 2940/3497 84% [==================================================== ] 2941/3497 84% [==================================================== ] 2942/3497 84% [==================================================== ] 2943/3497 84% [==================================================== ] 2944/3497 84% [==================================================== ] 2945/3497 84% [==================================================== ] 2946/3497 84% [==================================================== ] 2947/3497 84% [==================================================== ] 2948/3497 84% [==================================================== ] 2949/3497 84% [==================================================== ] 2950/3497 84% [==================================================== ] 2951/3497 84% [==================================================== ] 2952/3497 84% [==================================================== ] 2953/3497 84% [==================================================== ] 2954/3497 84% [==================================================== ] 2955/3497 84% [==================================================== ] 2956/3497 84% [==================================================== ] 2957/3497 84% [==================================================== ] 2958/3497 84% [==================================================== ] 2959/3497 84% [==================================================== ] 2960/3497 84% [==================================================== ] 2961/3497 84% [==================================================== ] 2962/3497 84% [==================================================== ] 2963/3497 84% [==================================================== ] 2964/3497 84% [==================================================== ] 2965/3497 84% [==================================================== ] 2966/3497 84% [==================================================== ] 2967/3497 84% [==================================================== ] 2968/3497 84% [==================================================== ] 2969/3497 84% [==================================================== ] 2970/3497 84% [==================================================== ] 2971/3497 84% [==================================================== ] 2972/3497 84% [==================================================== ] 2973/3497 85% [==================================================== ] 2974/3497 85% [==================================================== ] 2975/3497 85% [==================================================== ] 2976/3497 85% [==================================================== ] 2977/3497 85% [==================================================== ] 2978/3497 85% [==================================================== ] 2979/3497 85% [==================================================== ] 2980/3497 85% [==================================================== ] 2981/3497 85% [==================================================== ] 2982/3497 85% [==================================================== ] 2983/3497 85% [==================================================== ] 2984/3497 85% [==================================================== ] 2985/3497 85% [==================================================== ] 2986/3497 85% [==================================================== ] 2987/3497 85% [==================================================== ] 2988/3497 85% [==================================================== ] 2989/3497 85% [===================================================== ] 2990/3497 85% [===================================================== ] 2991/3497 85% [===================================================== ] 2992/3497 85% [===================================================== ] 2993/3497 85% [===================================================== ] 2994/3497 85% [===================================================== ] 2995/3497 85% [===================================================== ] 2996/3497 85% [===================================================== ] 2997/3497 85% [===================================================== ] 2998/3497 85% [===================================================== ] 2999/3497 85% [===================================================== ] 3000/3497 85% [===================================================== ] 3001/3497 85% [===================================================== ] 3002/3497 85% [===================================================== ] 3003/3497 85% [===================================================== ] 3004/3497 85% [===================================================== ] 3005/3497 85% [===================================================== ] 3006/3497 85% [===================================================== ] 3007/3497 85% [===================================================== ] 3008/3497 86% [===================================================== ] 3009/3497 86% [===================================================== ] 3010/3497 86% [===================================================== ] 3011/3497 86% [===================================================== ] 3012/3497 86% [===================================================== ] 3013/3497 86% [===================================================== ] 3014/3497 86% [===================================================== ] 3015/3497 86% [===================================================== ] 3016/3497 86% [===================================================== ] 3017/3497 86% [===================================================== ] 3018/3497 86% [===================================================== ] 3019/3497 86% [===================================================== ] 3020/3497 86% [===================================================== ] 3021/3497 86% [===================================================== ] 3022/3497 86% [===================================================== ] 3023/3497 86% [===================================================== ] 3024/3497 86% [===================================================== ] 3025/3497 86% [===================================================== ] 3026/3497 86% [===================================================== ] 3027/3497 86% [===================================================== ] 3028/3497 86% [===================================================== ] 3029/3497 86% [===================================================== ] 3030/3497 86% [===================================================== ] 3031/3497 86% [===================================================== ] 3032/3497 86% [===================================================== ] 3033/3497 86% [===================================================== ] 3034/3497 86% [===================================================== ] 3035/3497 86% [===================================================== ] 3036/3497 86% [===================================================== ] 3037/3497 86% [===================================================== ] 3038/3497 86% [===================================================== ] 3039/3497 86% [===================================================== ] 3040/3497 86% [===================================================== ] 3041/3497 86% [===================================================== ] 3042/3497 86% [===================================================== ] 3043/3497 87% [===================================================== ] 3044/3497 87% [===================================================== ] 3045/3497 87% [====================================================== ] 3046/3497 87% [====================================================== ] 3047/3497 87% [====================================================== ] 3048/3497 87% [====================================================== ] 3049/3497 87% [====================================================== ] 3050/3497 87% [====================================================== ] 3051/3497 87% [====================================================== ] 3052/3497 87% [====================================================== ] 3053/3497 87% [====================================================== ] 3054/3497 87% [====================================================== ] 3055/3497 87% [====================================================== ] 3056/3497 87% [====================================================== ] 3057/3497 87% [====================================================== ] 3058/3497 87% [====================================================== ] 3059/3497 87% [====================================================== ] 3060/3497 87% [====================================================== ] 3061/3497 87% [====================================================== ] 3062/3497 87% [====================================================== ] 3063/3497 87% [====================================================== ] 3064/3497 87% [====================================================== ] 3065/3497 87% [====================================================== ] 3066/3497 87% [====================================================== ] 3067/3497 87% [====================================================== ] 3068/3497 87% [====================================================== ] 3069/3497 87% [====================================================== ] 3070/3497 87% [====================================================== ] 3071/3497 87% [====================================================== ] 3072/3497 87% [====================================================== ] 3073/3497 87% [====================================================== ] 3074/3497 87% [====================================================== ] 3075/3497 87% [====================================================== ] 3076/3497 87% [====================================================== ] 3077/3497 87% [====================================================== ] 3078/3497 88% [====================================================== ] 3079/3497 88% [====================================================== ] 3080/3497 88% [====================================================== ] 3081/3497 88% [====================================================== ] 3082/3497 88% [====================================================== ] 3083/3497 88% [====================================================== ] 3084/3497 88% [====================================================== ] 3085/3497 88% [====================================================== ] 3086/3497 88% [====================================================== ] 3087/3497 88% [====================================================== ] 3088/3497 88% [====================================================== ] 3089/3497 88% [====================================================== ] 3090/3497 88% [====================================================== ] 3091/3497 88% [====================================================== ] 3092/3497 88% [====================================================== ] 3093/3497 88% [====================================================== ] 3094/3497 88% [====================================================== ] 3095/3497 88% [====================================================== ] 3096/3497 88% [====================================================== ] 3097/3497 88% [====================================================== ] 3098/3497 88% [====================================================== ] 3099/3497 88% [====================================================== ] 3100/3497 88% [====================================================== ] 3101/3497 88% [====================================================== ] 3102/3497 88% [======================================================= ] 3103/3497 88% [======================================================= ] 3104/3497 88% [======================================================= ] 3105/3497 88% [======================================================= ] 3106/3497 88% [======================================================= ] 3107/3497 88% [======================================================= ] 3108/3497 88% [======================================================= ] 3109/3497 88% [======================================================= ] 3110/3497 88% [======================================================= ] 3111/3497 88% [======================================================= ] 3112/3497 88% [======================================================= ] 3113/3497 89% [======================================================= ] 3114/3497 89% [======================================================= ] 3115/3497 89% [======================================================= ] 3116/3497 89% [======================================================= ] 3117/3497 89% [======================================================= ] 3118/3497 89% [======================================================= ] 3119/3497 89% [======================================================= ] 3120/3497 89% [======================================================= ] 3121/3497 89% [======================================================= ] 3122/3497 89% [======================================================= ] 3123/3497 89% [======================================================= ] 3124/3497 89% [======================================================= ] 3125/3497 89% [======================================================= ] 3126/3497 89% [======================================================= ] 3127/3497 89% [======================================================= ] 3128/3497 89% [======================================================= ] 3129/3497 89% [======================================================= ] 3130/3497 89% [======================================================= ] 3131/3497 89% [======================================================= ] 3132/3497 89% [======================================================= ] 3133/3497 89% [======================================================= ] 3134/3497 89% [======================================================= ] 3135/3497 89% [======================================================= ] 3136/3497 89% [======================================================= ] 3137/3497 89% [======================================================= ] 3138/3497 89% [======================================================= ] 3139/3497 89% [======================================================= ] 3140/3497 89% [======================================================= ] 3141/3497 89% [======================================================= ] 3142/3497 89% [======================================================= ] 3143/3497 89% [======================================================= ] 3144/3497 89% [======================================================= ] 3145/3497 89% [======================================================= ] 3146/3497 89% [======================================================= ] 3147/3497 89% [======================================================= ] 3148/3497 90% [======================================================= ] 3149/3497 90% [======================================================= ] 3150/3497 90% [======================================================= ] 3151/3497 90% [======================================================= ] 3152/3497 90% [======================================================= ] 3153/3497 90% [======================================================= ] 3154/3497 90% [======================================================= ] 3155/3497 90% [======================================================= ] 3156/3497 90% [======================================================= ] 3157/3497 90% [======================================================= ] 3158/3497 90% [======================================================== ] 3159/3497 90% [======================================================== ] 3160/3497 90% [======================================================== ] 3161/3497 90% [======================================================== ] 3162/3497 90% [======================================================== ] 3163/3497 90% [======================================================== ] 3164/3497 90% [======================================================== ] 3165/3497 90% [======================================================== ] 3166/3497 90% [======================================================== ] 3167/3497 90% [======================================================== ] 3168/3497 90% [======================================================== ] 3169/3497 90% [======================================================== ] 3170/3497 90% [======================================================== ] 3171/3497 90% [======================================================== ] 3172/3497 90% [======================================================== ] 3173/3497 90% [======================================================== ] 3174/3497 90% [======================================================== ] 3175/3497 90% [======================================================== ] 3176/3497 90% [======================================================== ] 3177/3497 90% [======================================================== ] 3178/3497 90% [======================================================== ] 3179/3497 90% [======================================================== ] 3180/3497 90% [======================================================== ] 3181/3497 90% [======================================================== ] 3182/3497 90% [======================================================== ] 3183/3497 91% [======================================================== ] 3184/3497 91% [======================================================== ] 3185/3497 91% [======================================================== ] 3186/3497 91% [======================================================== ] 3187/3497 91% [======================================================== ] 3188/3497 91% [======================================================== ] 3189/3497 91% [======================================================== ] 3190/3497 91% [======================================================== ] 3191/3497 91% [======================================================== ] 3192/3497 91% [======================================================== ] 3193/3497 91% [======================================================== ] 3194/3497 91% [======================================================== ] 3195/3497 91% [======================================================== ] 3196/3497 91% [======================================================== ] 3197/3497 91% [======================================================== ] 3198/3497 91% [======================================================== ] 3199/3497 91% [======================================================== ] 3200/3497 91% [======================================================== ] 3201/3497 91% [======================================================== ] 3202/3497 91% [======================================================== ] 3203/3497 91% [======================================================== ] 3204/3497 91% [======================================================== ] 3205/3497 91% [======================================================== ] 3206/3497 91% [======================================================== ] 3207/3497 91% [======================================================== ] 3208/3497 91% [======================================================== ] 3209/3497 91% [======================================================== ] 3210/3497 91% [======================================================== ] 3211/3497 91% [======================================================== ] 3212/3497 91% [======================================================== ] 3213/3497 91% [======================================================== ] 3214/3497 91% [========================================================= ] 3215/3497 91% [========================================================= ] 3216/3497 91% [========================================================= ] 3217/3497 91% [========================================================= ] 3218/3497 92% [========================================================= ] 3219/3497 92% [========================================================= ] 3220/3497 92% [========================================================= ] 3221/3497 92% [========================================================= ] 3222/3497 92% [========================================================= ] 3223/3497 92% [========================================================= ] 3224/3497 92% [========================================================= ] 3225/3497 92% [========================================================= ] 3226/3497 92% [========================================================= ] 3227/3497 92% [========================================================= ] 3228/3497 92% [========================================================= ] 3229/3497 92% [========================================================= ] 3230/3497 92% [========================================================= ] 3231/3497 92% [========================================================= ] 3232/3497 92% [========================================================= ] 3233/3497 92% [========================================================= ] 3234/3497 92% [========================================================= ] 3235/3497 92% [========================================================= ] 3236/3497 92% [========================================================= ] 3237/3497 92% [========================================================= ] 3238/3497 92% [========================================================= ] 3239/3497 92% [========================================================= ] 3240/3497 92% [========================================================= ] 3241/3497 92% [========================================================= ] 3242/3497 92% [========================================================= ] 3243/3497 92% [========================================================= ] 3244/3497 92% [========================================================= ] 3245/3497 92% [========================================================= ] 3246/3497 92% [========================================================= ] 3247/3497 92% [========================================================= ] 3248/3497 92% [========================================================= ] 3249/3497 92% [========================================================= ] 3250/3497 92% [========================================================= ] 3251/3497 92% [========================================================= ] 3252/3497 92% [========================================================= ] 3253/3497 93% [========================================================= ] 3254/3497 93% [========================================================= ] 3255/3497 93% [========================================================= ] 3256/3497 93% [========================================================= ] 3257/3497 93% [========================================================= ] 3258/3497 93% [========================================================= ] 3259/3497 93% [========================================================= ] 3260/3497 93% [========================================================= ] 3261/3497 93% [========================================================= ] 3262/3497 93% [========================================================= ] 3263/3497 93% [========================================================= ] 3264/3497 93% [========================================================= ] 3265/3497 93% [========================================================= ] 3266/3497 93% [========================================================= ] 3267/3497 93% [========================================================= ] 3268/3497 93% [========================================================= ] 3269/3497 93% [========================================================= ] 3270/3497 93% [========================================================= ] 3271/3497 93% [========================================================== ] 3272/3497 93% [========================================================== ] 3273/3497 93% [========================================================== ] 3274/3497 93% [========================================================== ] 3275/3497 93% [========================================================== ] 3276/3497 93% [========================================================== ] 3277/3497 93% [========================================================== ] 3278/3497 93% [========================================================== ] 3279/3497 93% [========================================================== ] 3280/3497 93% [========================================================== ] 3281/3497 93% [========================================================== ] 3282/3497 93% [========================================================== ] 3283/3497 93% [========================================================== ] 3284/3497 93% [========================================================== ] 3285/3497 93% [========================================================== ] 3286/3497 93% [========================================================== ] 3287/3497 93% [========================================================== ] 3288/3497 94% [========================================================== ] 3289/3497 94% [========================================================== ] 3290/3497 94% [========================================================== ] 3291/3497 94% [========================================================== ] 3292/3497 94% [========================================================== ] 3293/3497 94% [========================================================== ] 3294/3497 94% [========================================================== ] 3295/3497 94% [========================================================== ] 3296/3497 94% [========================================================== ] 3297/3497 94% [========================================================== ] 3298/3497 94% [========================================================== ] 3299/3497 94% [========================================================== ] 3300/3497 94% [========================================================== ] 3301/3497 94% [========================================================== ] 3302/3497 94% [========================================================== ] 3303/3497 94% [========================================================== ] 3304/3497 94% [========================================================== ] 3305/3497 94% [========================================================== ] 3306/3497 94% [========================================================== ] 3307/3497 94% [========================================================== ] 3308/3497 94% [========================================================== ] 3309/3497 94% [========================================================== ] 3310/3497 94% [========================================================== ] 3311/3497 94% [========================================================== ] 3312/3497 94% [========================================================== ] 3313/3497 94% [========================================================== ] 3314/3497 94% [========================================================== ] 3315/3497 94% [========================================================== ] 3316/3497 94% [========================================================== ] 3317/3497 94% [========================================================== ] 3318/3497 94% [========================================================== ] 3319/3497 94% [========================================================== ] 3320/3497 94% [========================================================== ] 3321/3497 94% [========================================================== ] 3322/3497 94% [========================================================== ] 3323/3497 95% [========================================================== ] 3324/3497 95% [========================================================== ] 3325/3497 95% [========================================================== ] 3326/3497 95% [========================================================== ] 3327/3497 95% [=========================================================== ] 3328/3497 95% [=========================================================== ] 3329/3497 95% [=========================================================== ] 3330/3497 95% [=========================================================== ] 3331/3497 95% [=========================================================== ] 3332/3497 95% [=========================================================== ] 3333/3497 95% [=========================================================== ] 3334/3497 95% [=========================================================== ] 3335/3497 95% [=========================================================== ] 3336/3497 95% [=========================================================== ] 3337/3497 95% [=========================================================== ] 3338/3497 95% [=========================================================== ] 3339/3497 95% [=========================================================== ] 3340/3497 95% [=========================================================== ] 3341/3497 95% [=========================================================== ] 3342/3497 95% [=========================================================== ] 3343/3497 95% [=========================================================== ] 3344/3497 95% [=========================================================== ] 3345/3497 95% [=========================================================== ] 3346/3497 95% [=========================================================== ] 3347/3497 95% [=========================================================== ] 3348/3497 95% [=========================================================== ] 3349/3497 95% [=========================================================== ] 3350/3497 95% [=========================================================== ] 3351/3497 95% [=========================================================== ] 3352/3497 95% [=========================================================== ] 3353/3497 95% [=========================================================== ] 3354/3497 95% [=========================================================== ] 3355/3497 95% [=========================================================== ] 3356/3497 95% [=========================================================== ] 3357/3497 95% [=========================================================== ] 3358/3497 96% [=========================================================== ] 3359/3497 96% [=========================================================== ] 3360/3497 96% [=========================================================== ] 3361/3497 96% [=========================================================== ] 3362/3497 96% [=========================================================== ] 3363/3497 96% [=========================================================== ] 3364/3497 96% [=========================================================== ] 3365/3497 96% [=========================================================== ] 3366/3497 96% [=========================================================== ] 3367/3497 96% [=========================================================== ] 3368/3497 96% [=========================================================== ] 3369/3497 96% [=========================================================== ] 3370/3497 96% [=========================================================== ] 3371/3497 96% [=========================================================== ] 3372/3497 96% [=========================================================== ] 3373/3497 96% [=========================================================== ] 3374/3497 96% [=========================================================== ] 3375/3497 96% [=========================================================== ] 3376/3497 96% [=========================================================== ] 3377/3497 96% [=========================================================== ] 3378/3497 96% [=========================================================== ] 3379/3497 96% [=========================================================== ] 3380/3497 96% [=========================================================== ] 3381/3497 96% [=========================================================== ] 3382/3497 96% [=========================================================== ] 3383/3497 96% [=========================================================== ] 3384/3497 96% [============================================================ ] 3385/3497 96% [============================================================ ] 3386/3497 96% [============================================================ ] 3387/3497 96% [============================================================ ] 3388/3497 96% [============================================================ ] 3389/3497 96% [============================================================ ] 3390/3497 96% [============================================================ ] 3391/3497 96% [============================================================ ] 3392/3497 96% [============================================================ ] 3393/3497 97% [============================================================ ] 3394/3497 97% [============================================================ ] 3395/3497 97% [============================================================ ] 3396/3497 97% [============================================================ ] 3397/3497 97% [============================================================ ] 3398/3497 97% [============================================================ ] 3399/3497 97% [============================================================ ] 3400/3497 97% [============================================================ ] 3401/3497 97% [============================================================ ] 3402/3497 97% [============================================================ ] 3403/3497 97% [============================================================ ] 3404/3497 97% [============================================================ ] 3405/3497 97% [============================================================ ] 3406/3497 97% [============================================================ ] 3407/3497 97% [============================================================ ] 3408/3497 97% [============================================================ ] 3409/3497 97% [============================================================ ] 3410/3497 97% [============================================================ ] 3411/3497 97% [============================================================ ] 3412/3497 97% [============================================================ ] 3413/3497 97% [============================================================ ] 3414/3497 97% [============================================================ ] 3415/3497 97% [============================================================ ] 3416/3497 97% [============================================================ ] 3417/3497 97% [============================================================ ] 3418/3497 97% [============================================================ ] 3419/3497 97% [============================================================ ] 3420/3497 97% [============================================================ ] 3421/3497 97% [============================================================ ] 3422/3497 97% [============================================================ ] 3423/3497 97% [============================================================ ] 3424/3497 97% [============================================================ ] 3425/3497 97% [============================================================ ] 3426/3497 97% [============================================================ ] 3427/3497 97% [============================================================ ] 3428/3497 98% [============================================================ ] 3429/3497 98% [============================================================ ] 3430/3497 98% [============================================================ ] 3431/3497 98% [============================================================ ] 3432/3497 98% [============================================================ ] 3433/3497 98% [============================================================ ] 3434/3497 98% [============================================================ ] 3435/3497 98% [============================================================ ] 3436/3497 98% [============================================================ ] 3437/3497 98% [============================================================ ] 3438/3497 98% [============================================================ ] 3439/3497 98% [============================================================ ] 3440/3497 98% [============================================================= ] 3441/3497 98% [============================================================= ] 3442/3497 98% [============================================================= ] 3443/3497 98% [============================================================= ] 3444/3497 98% [============================================================= ] 3445/3497 98% [============================================================= ] 3446/3497 98% [============================================================= ] 3447/3497 98% [============================================================= ] 3448/3497 98% [============================================================= ] 3449/3497 98% [============================================================= ] 3450/3497 98% [============================================================= ] 3451/3497 98% [============================================================= ] 3452/3497 98% [============================================================= ] 3453/3497 98% [============================================================= ] 3454/3497 98% [============================================================= ] 3455/3497 98% [============================================================= ] 3456/3497 98% [============================================================= ] 3457/3497 98% [============================================================= ] 3458/3497 98% [============================================================= ] 3459/3497 98% [============================================================= ] 3460/3497 98% [============================================================= ] 3461/3497 98% [============================================================= ] 3462/3497 98% [============================================================= ] 3463/3497 99% [============================================================= ] 3464/3497 99% [============================================================= ] 3465/3497 99% [============================================================= ] 3466/3497 99% [============================================================= ] 3467/3497 99% [============================================================= ] 3468/3497 99% [============================================================= ] 3469/3497 99% [============================================================= ] 3470/3497 99% [============================================================= ] 3471/3497 99% [============================================================= ] 3472/3497 99% [============================================================= ] 3473/3497 99% [============================================================= ] 3474/3497 99% [============================================================= ] 3475/3497 99% [============================================================= ] 3476/3497 99% [============================================================= ] 3477/3497 99% [============================================================= ] 3478/3497 99% [============================================================= ] 3479/3497 99% [============================================================= ] 3480/3497 99% [============================================================= ] 3481/3497 99% [============================================================= ] 3482/3497 99% [============================================================= ] 3483/3497 99% [============================================================= ] 3484/3497 99% [============================================================= ] 3485/3497 99% [============================================================= ] 3486/3497 99% [============================================================= ] 3487/3497 99% [============================================================= ] 3488/3497 99% [============================================================= ] 3489/3497 99% [============================================================= ] 3490/3497 99% [============================================================= ] 3491/3497 99% [============================================================= ] 3492/3497 99% [============================================================= ] 3493/3497 99% [============================================================= ] 3494/3497 99% [============================================================= ] 3495/3497 99% [============================================================= ] 3496/3497 99% [==============================================================] 3497/3497 100% operation complete, 3497 objects in 136283 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/microblaze-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2022.11-1419-g89710c804e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 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-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 4.9.337 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 18xx-ti-utils 8.8 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> 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-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> axel 2.17.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> batctl 2021.0 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> blktrace 1.3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: 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) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> udev Collecting legal info >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> dnsmasq 2.88 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dvb-apps 3d43b280298c39a67d1d889e01e173f52c12da35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> easy-rsa 3.1.1 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> exim 4.96 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> ffmpeg 4.4.3 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> fftw-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flac 1.4.2 Collecting legal info COPYING.Xiph: OK (sha256: 6e58d3036f05e2a0d58af854c12a505ddbe75011d71a598a2170987f3b15408d) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> hackrf 2022.09.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> htpdate 1.3.6 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> igd2-for-linux 2.2 Collecting legal info linuxigd2/doc/LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) linuxigd2/src/threadutil/COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info LICENSE: OK (sha256: 0ac7d61c52aff5717c02250ca0adf0ef35019e2c0838a3479b8fce597aea6fde) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> minidlna 1.3.2 Collecting legal info COPYING: OK (sha256: 79146b7f558e56510b9a714ff75318c05ab93aeccfd6597497b9bce212cf92ea) LICENCE.miniupnpd: OK (sha256: 94876d7886116e176e702b4902bd9f19731a6883db5f229ac2a7058a22aa6529) >>> host-xutil_makedepend 1.0.8 Collecting legal info COPYING: OK (sha256: 0530078db78c47ae978dc2bd77f4f427e6cd97df868672c95b1ef284113c8cb7) >>> 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) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> neard 0.18 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> newt 0.52.21 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> host-nodejs 16.18.1 Collecting legal info LICENSE: OK (sha256: 0bec08634ba79b5404f6b7f92ea850f3c2a06e27e6f83f2267e4f5e55ae33334) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> open62541 v1.3.4 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> optee-client 3.19.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-astro-suntime 0.06 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> host-perl-module-build 0.4232 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-device-serialport 1.04 Collecting legal info README: OK (sha256: 59432e84eca65c10c4b627f8af0b00833685856b68242b816aea2a38283a124c) >>> perl-gd 2.76 Collecting legal info LICENSE: OK (sha256: 1e2250289d6df4ba1c24f7550982d7ffaff2c97cd02e847659406e1afd28e83f) >>> host-perl-extutils-pkgconfig 1.16 Collecting legal info README: OK (sha256: 1ca66d6d9d2e14426825889848f0b5b4d4e153afcd74b8f42a1f2937c3a9973d) >>> perl-gdgraph 1.54 Collecting legal info Dustismo.LICENSE: OK (sha256: 710484e3a1196664bbe8a5ad5d53c528e01226eb20e2885a4e1131eb6c6565cd) README: OK (sha256: f44630ad9101e40a101d906a07908c975a9b0742273cfb0c00a51d73afb53e7d) >>> perl-gdtextutil 0.86 Collecting legal info Dustismo.LICENSE: OK (sha256: 710484e3a1196664bbe8a5ad5d53c528e01226eb20e2885a4e1131eb6c6565cd) README: OK (sha256: 93ca7dd7f372c79e8ec1f849f2a418a67d195e4027c1b3e3dd8444fb30f3e97c) >>> perl-hash-multivalue 0.16 Collecting legal info LICENSE: OK (sha256: af32512e13f6722dab770b989c57556a5e3d29a49b22b8ad5668064db8592401) >>> perl-sub-quote 2.006006 Collecting legal info LICENSE: OK (sha256: 88f4a8719c584d756dcfeebc7f35643066354188bfb57c672fbafcd44e044e9c) >>> perl-time-parsedate 2015.103 Collecting legal info lib/Time/JulianDay.pm: OK (sha256: 6d8de888d0662f75cfa3bf21b261741d5634ac9cdd8604d6173850546a3d40a9) lib/Time/Timezone.pm: OK (sha256: 9ae411fbaf87add414e7357417032dfedce652c393643bc5cb5b7698041a1dca) >>> perl-x10 0.04 Collecting legal info README: OK (sha256: e6f320afa82517d663be348dd2515ecb1454a7c851ba5590f13aca01d219be80) >>> pixz 1.0.7 Collecting legal info LICENSE: OK (sha256: d036806b4d1efee7c6d86276451c4d833e9798751417e25daae62dfbe348641b) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> host-python-greenlet 2.0.2 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> ser2net 4.3.8 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> sshguard 2.4.2 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> umtprd 1.6.2 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ushare 2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> vuejs 3.2.45 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> 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-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-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: linux-headers-4.9.337: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'