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=2023.02-38-gd9c4e693a1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02"; \ echo "PRETTY_NAME=\"Buildroot 2023.02\"" \ ) > /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 ' chrony -1 chrony -1 * /run/chrony - - Time daemon\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/bin/fusermount f 4755 0 0 - - - - -\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 ' \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 3363 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/3363 0% [ ] 2/3363 0% [ ] 3/3363 0% [ ] 4/3363 0% [ ] 5/3363 0% [ ] 6/3363 0% [ ] 7/3363 0% [ ] 8/3363 0% [ ] 9/3363 0% [ ] 10/3363 0% [ ] 11/3363 0% [ ] 12/3363 0% [ ] 13/3363 0% [ ] 14/3363 0% [ ] 15/3363 0% [ ] 16/3363 0% [ ] 17/3363 0% [ ] 18/3363 0% [ ] 19/3363 0% [ ] 20/3363 0% [ ] 21/3363 0% [ ] 22/3363 0% [ ] 23/3363 0% [ ] 24/3363 0% [ ] 25/3363 0% [ ] 26/3363 0% [ ] 27/3363 0% [ ] 28/3363 0% [ ] 29/3363 0% [ ] 30/3363 0% [ ] 31/3363 0% [ ] 32/3363 0% [ ] 33/3363 0% [ ] 34/3363 1% [ ] 35/3363 1% [ ] 36/3363 1% [ ] 37/3363 1% [ ] 38/3363 1% [ ] 39/3363 1% [ ] 40/3363 1% [ ] 41/3363 1% [ ] 42/3363 1% [ ] 43/3363 1% [ ] 44/3363 1% [ ] 45/3363 1% [ ] 46/3363 1% [ ] 47/3363 1% [ ] 48/3363 1% [ ] 49/3363 1% [ ] 50/3363 1% [ ] 51/3363 1% [ ] 52/3363 1% [ ] 53/3363 1% [ ] 54/3363 1% [= ] 55/3363 1% [= ] 56/3363 1% [= ] 57/3363 1% [= ] 58/3363 1% [= ] 59/3363 1% [= ] 60/3363 1% [= ] 61/3363 1% [= ] 62/3363 1% [= ] 63/3363 1% [= ] 64/3363 1% [= ] 65/3363 1% [= ] 66/3363 1% [= ] 67/3363 1% [= ] 68/3363 2% [= ] 69/3363 2% [= ] 70/3363 2% [= ] 71/3363 2% [= ] 72/3363 2% [= ] 73/3363 2% [= ] 74/3363 2% [= ] 75/3363 2% [= ] 76/3363 2% [= ] 77/3363 2% [= ] 78/3363 2% [= ] 79/3363 2% [= ] 80/3363 2% [= ] 81/3363 2% [= ] 82/3363 2% [= ] 83/3363 2% [= ] 84/3363 2% [= ] 85/3363 2% [= ] 86/3363 2% [= ] 87/3363 2% [= ] 88/3363 2% [= ] 89/3363 2% [= ] 90/3363 2% [= ] 91/3363 2% [= ] 92/3363 2% [= ] 93/3363 2% [= ] 94/3363 2% [= ] 95/3363 2% [= ] 96/3363 2% [= ] 97/3363 2% [= ] 98/3363 2% [= ] 99/3363 2% [= ] 100/3363 2% [= ] 101/3363 3% [= ] 102/3363 3% [= ] 103/3363 3% [= ] 104/3363 3% [= ] 105/3363 3% [= ] 106/3363 3% [= ] 107/3363 3% [= ] 108/3363 3% [== ] 109/3363 3% [== ] 110/3363 3% [== ] 111/3363 3% [== ] 112/3363 3% [== ] 113/3363 3% [== ] 114/3363 3% [== ] 115/3363 3% [== ] 116/3363 3% [== ] 117/3363 3% [== ] 118/3363 3% [== ] 119/3363 3% [== ] 120/3363 3% [== ] 121/3363 3% [== ] 122/3363 3% [== ] 123/3363 3% [== ] 124/3363 3% [== ] 125/3363 3% [== ] 126/3363 3% [== ] 127/3363 3% [== ] 128/3363 3% [== ] 129/3363 3% [== ] 130/3363 3% [== ] 131/3363 3% [== ] 132/3363 3% [== ] 133/3363 3% [== ] 134/3363 3% [== ] 135/3363 4% [== ] 136/3363 4% [== ] 137/3363 4% [== ] 138/3363 4% [== ] 139/3363 4% [== ] 140/3363 4% [== ] 141/3363 4% [== ] 142/3363 4% [== ] 143/3363 4% [== ] 144/3363 4% [== ] 145/3363 4% [== ] 146/3363 4% [== ] 147/3363 4% [== ] 148/3363 4% [== ] 149/3363 4% [== ] 150/3363 4% [== ] 151/3363 4% [== ] 152/3363 4% [== ] 153/3363 4% [== ] 154/3363 4% [== ] 155/3363 4% [== ] 156/3363 4% [== ] 157/3363 4% [== ] 158/3363 4% [== ] 159/3363 4% [== ] 160/3363 4% [== ] 161/3363 4% [== ] 162/3363 4% [=== ] 163/3363 4% [=== ] 164/3363 4% [=== ] 165/3363 4% [=== ] 166/3363 4% [=== ] 167/3363 4% [=== ] 168/3363 4% [=== ] 169/3363 5% [=== ] 170/3363 5% [=== ] 171/3363 5% [=== ] 172/3363 5% [=== ] 173/3363 5% [=== ] 174/3363 5% [=== ] 175/3363 5% [=== ] 176/3363 5% [=== ] 177/3363 5% [=== ] 178/3363 5% [=== ] 179/3363 5% [=== ] 180/3363 5% [=== ] 181/3363 5% [=== ] 182/3363 5% [=== ] 183/3363 5% [=== ] 184/3363 5% [=== ] 185/3363 5% [=== ] 186/3363 5% [=== ] 187/3363 5% [=== ] 188/3363 5% [=== ] 189/3363 5% [=== ] 190/3363 5% [=== ] 191/3363 5% [=== ] 192/3363 5% [=== ] 193/3363 5% [=== ] 194/3363 5% [=== ] 195/3363 5% [=== ] 196/3363 5% [=== ] 197/3363 5% [=== ] 198/3363 5% [=== ] 199/3363 5% [=== ] 200/3363 5% [=== ] 201/3363 5% [=== ] 202/3363 6% [=== ] 203/3363 6% [=== ] 204/3363 6% [=== ] 205/3363 6% [=== ] 206/3363 6% [=== ] 207/3363 6% [=== ] 208/3363 6% [=== ] 209/3363 6% [=== ] 210/3363 6% [=== ] 211/3363 6% [=== ] 212/3363 6% [=== ] 213/3363 6% [=== ] 214/3363 6% [=== ] 215/3363 6% [=== ] 216/3363 6% [==== ] 217/3363 6% [==== ] 218/3363 6% [==== ] 219/3363 6% [==== ] 220/3363 6% [==== ] 221/3363 6% [==== ] 222/3363 6% [==== ] 223/3363 6% [==== ] 224/3363 6% [==== ] 225/3363 6% [==== ] 226/3363 6% [==== ] 227/3363 6% [==== ] 228/3363 6% [==== ] 229/3363 6% [==== ] 230/3363 6% [==== ] 231/3363 6% [==== ] 232/3363 6% [==== ] 233/3363 6% [==== ] 234/3363 6% [==== ] 235/3363 6% [==== ] 236/3363 7% [==== ] 237/3363 7% [==== ] 238/3363 7% [==== ] 239/3363 7% [==== ] 240/3363 7% [==== ] 241/3363 7% [==== ] 242/3363 7% [==== ] 243/3363 7% [==== ] 244/3363 7% [==== ] 245/3363 7% [==== ] 246/3363 7% [==== ] 247/3363 7% [==== ] 248/3363 7% [==== ] 249/3363 7% [==== ] 250/3363 7% [==== ] 251/3363 7% [==== ] 252/3363 7% [==== ] 253/3363 7% [==== ] 254/3363 7% [==== ] 255/3363 7% [==== ] 256/3363 7% [==== ] 257/3363 7% [==== ] 258/3363 7% [==== ] 259/3363 7% [==== ] 260/3363 7% [==== ] 261/3363 7% [==== ] 262/3363 7% [==== ] 263/3363 7% [==== ] 264/3363 7% [==== ] 265/3363 7% [==== ] 266/3363 7% [==== ] 267/3363 7% [==== ] 268/3363 7% [==== ] 269/3363 7% [==== ] 270/3363 8% [==== ] 271/3363 8% [===== ] 272/3363 8% [===== ] 273/3363 8% [===== ] 274/3363 8% [===== ] 275/3363 8% [===== ] 276/3363 8% [===== ] 277/3363 8% [===== ] 278/3363 8% [===== ] 279/3363 8% [===== ] 280/3363 8% [===== ] 281/3363 8% [===== ] 282/3363 8% [===== ] 283/3363 8% [===== ] 284/3363 8% [===== ] 285/3363 8% [===== ] 286/3363 8% [===== ] 287/3363 8% [===== ] 288/3363 8% [===== ] 289/3363 8% [===== ] 290/3363 8% [===== ] 291/3363 8% [===== ] 292/3363 8% [===== ] 293/3363 8% [===== ] 294/3363 8% [===== ] 295/3363 8% [===== ] 296/3363 8% [===== ] 297/3363 8% [===== ] 298/3363 8% [===== ] 299/3363 8% [===== ] 300/3363 8% [===== ] 301/3363 8% [===== ] 302/3363 8% [===== ] 303/3363 9% [===== ] 304/3363 9% [===== ] 305/3363 9% [===== ] 306/3363 9% [===== ] 307/3363 9% [===== ] 308/3363 9% [===== ] 309/3363 9% [===== ] 310/3363 9% [===== ] 311/3363 9% [===== ] 312/3363 9% [===== ] 313/3363 9% [===== ] 314/3363 9% [===== ] 315/3363 9% [===== ] 316/3363 9% [===== ] 317/3363 9% [===== ] 318/3363 9% [===== ] 319/3363 9% [===== ] 320/3363 9% [===== ] 321/3363 9% [===== ] 322/3363 9% [===== ] 323/3363 9% [===== ] 324/3363 9% [===== ] 325/3363 9% [====== ] 326/3363 9% [====== ] 327/3363 9% [====== ] 328/3363 9% [====== ] 329/3363 9% [====== ] 330/3363 9% [====== ] 331/3363 9% [====== ] 332/3363 9% [====== ] 333/3363 9% [====== ] 334/3363 9% [====== ] 335/3363 9% [====== ] 336/3363 9% [====== ] 337/3363 10% [====== ] 338/3363 10% [====== ] 339/3363 10% [====== ] 340/3363 10% [====== ] 341/3363 10% [====== ] 342/3363 10% [====== ] 343/3363 10% [====== ] 344/3363 10% [====== ] 345/3363 10% [====== ] 346/3363 10% [====== ] 347/3363 10% [====== ] 348/3363 10% [====== ] 349/3363 10% [====== ] 350/3363 10% [====== ] 351/3363 10% [====== ] 352/3363 10% [====== ] 353/3363 10% [====== ] 354/3363 10% [====== ] 355/3363 10% [====== ] 356/3363 10% [====== ] 357/3363 10% [====== ] 358/3363 10% [====== ] 359/3363 10% [====== ] 360/3363 10% [====== ] 361/3363 10% [====== ] 362/3363 10% [====== ] 363/3363 10% [====== ] 364/3363 10% [====== ] 365/3363 10% [====== ] 366/3363 10% [====== ] 367/3363 10% [====== ] 368/3363 10% [====== ] 369/3363 10% [====== ] 370/3363 11% [====== ] 371/3363 11% [====== ] 372/3363 11% [====== ] 373/3363 11% [====== ] 374/3363 11% [====== ] 375/3363 11% [====== ] 376/3363 11% [====== ] 377/3363 11% [====== ] 378/3363 11% [====== ] 379/3363 11% [======= ] 380/3363 11% [======= ] 381/3363 11% [======= ] 382/3363 11% [======= ] 383/3363 11% [======= ] 384/3363 11% [======= ] 385/3363 11% [======= ] 386/3363 11% [======= ] 387/3363 11% [======= ] 388/3363 11% [======= ] 389/3363 11% [======= ] 390/3363 11% [======= ] 391/3363 11% [======= ] 392/3363 11% [======= ] 393/3363 11% [======= ] 394/3363 11% [======= ] 395/3363 11% [======= ] 396/3363 11% [======= ] 397/3363 11% [======= ] 398/3363 11% [======= ] 399/3363 11% [======= ] 400/3363 11% [======= ] 401/3363 11% [======= ] 402/3363 11% [======= ] 403/3363 11% [======= ] 404/3363 12% [======= ] 405/3363 12% [======= ] 406/3363 12% [======= ] 407/3363 12% [======= ] 408/3363 12% [======= ] 409/3363 12% [======= ] 410/3363 12% [======= ] 411/3363 12% [======= ] 412/3363 12% [======= ] 413/3363 12% [======= ] 414/3363 12% [======= ] 415/3363 12% [======= ] 416/3363 12% [======= ] 417/3363 12% [======= ] 418/3363 12% [======= ] 419/3363 12% [======= ] 420/3363 12% [======= ] 421/3363 12% [======= ] 422/3363 12% [======= ] 423/3363 12% [======= ] 424/3363 12% [======= ] 425/3363 12% [======= ] 426/3363 12% [======= ] 427/3363 12% [======= ] 428/3363 12% [======= ] 429/3363 12% [======= ] 430/3363 12% [======= ] 431/3363 12% [======= ] 432/3363 12% [======= ] 433/3363 12% [======== ] 434/3363 12% [======== ] 435/3363 12% [======== ] 436/3363 12% [======== ] 437/3363 12% [======== ] 438/3363 13% [======== ] 439/3363 13% [======== ] 440/3363 13% [======== ] 441/3363 13% [======== ] 442/3363 13% [======== ] 443/3363 13% [======== ] 444/3363 13% [======== ] 445/3363 13% [======== ] 446/3363 13% [======== ] 447/3363 13% [======== ] 448/3363 13% [======== ] 449/3363 13% [======== ] 450/3363 13% [======== ] 451/3363 13% [======== ] 452/3363 13% [======== ] 453/3363 13% [======== ] 454/3363 13% [======== ] 455/3363 13% [======== ] 456/3363 13% [======== ] 457/3363 13% [======== ] 458/3363 13% [======== ] 459/3363 13% [======== ] 460/3363 13% [======== ] 461/3363 13% [======== ] 462/3363 13% [======== ] 463/3363 13% [======== ] 464/3363 13% [======== ] 465/3363 13% [======== ] 466/3363 13% [======== ] 467/3363 13% [======== ] 468/3363 13% [======== ] 469/3363 13% [======== ] 470/3363 13% [======== ] 471/3363 14% [======== ] 472/3363 14% [======== ] 473/3363 14% [======== ] 474/3363 14% [======== ] 475/3363 14% [======== ] 476/3363 14% [======== ] 477/3363 14% [======== ] 478/3363 14% [======== ] 479/3363 14% [======== ] 480/3363 14% [======== ] 481/3363 14% [======== ] 482/3363 14% [======== ] 483/3363 14% [======== ] 484/3363 14% [======== ] 485/3363 14% [======== ] 486/3363 14% [======== ] 487/3363 14% [======== ] 488/3363 14% [========= ] 489/3363 14% [========= ] 490/3363 14% [========= ] 491/3363 14% [========= ] 492/3363 14% [========= ] 493/3363 14% [========= ] 494/3363 14% [========= ] 495/3363 14% [========= ] 496/3363 14% [========= ] 497/3363 14% [========= ] 498/3363 14% [========= ] 499/3363 14% [========= ] 500/3363 14% [========= ] 501/3363 14% [========= ] 502/3363 14% [========= ] 503/3363 14% [========= ] 504/3363 14% [========= ] 505/3363 15% [========= ] 506/3363 15% [========= ] 507/3363 15% [========= ] 508/3363 15% [========= ] 509/3363 15% [========= ] 510/3363 15% [========= ] 511/3363 15% [========= ] 512/3363 15% [========= ] 513/3363 15% [========= ] 514/3363 15% [========= ] 515/3363 15% [========= ] 516/3363 15% [========= ] 517/3363 15% [========= ] 518/3363 15% [========= ] 519/3363 15% [========= ] 520/3363 15% [========= ] 521/3363 15% [========= ] 522/3363 15% [========= ] 523/3363 15% [========= ] 524/3363 15% [========= ] 525/3363 15% [========= ] 526/3363 15% [========= ] 527/3363 15% [========= ] 528/3363 15% [========= ] 529/3363 15% [========= ] 530/3363 15% [========= ] 531/3363 15% [========= ] 532/3363 15% [========= ] 533/3363 15% [========= ] 534/3363 15% [========= ] 535/3363 15% [========= ] 536/3363 15% [========= ] 537/3363 15% [========= ] 538/3363 15% [========= ] 539/3363 16% [========= ] 540/3363 16% [========= ] 541/3363 16% [========= ] 542/3363 16% [========== ] 543/3363 16% [========== ] 544/3363 16% [========== ] 545/3363 16% [========== ] 546/3363 16% [========== ] 547/3363 16% [========== ] 548/3363 16% [========== ] 549/3363 16% [========== ] 550/3363 16% [========== ] 551/3363 16% [========== ] 552/3363 16% [========== ] 553/3363 16% [========== ] 554/3363 16% [========== ] 555/3363 16% [========== ] 556/3363 16% [========== ] 557/3363 16% [========== ] 558/3363 16% [========== ] 559/3363 16% [========== ] 560/3363 16% [========== ] 561/3363 16% [========== ] 562/3363 16% [========== ] 563/3363 16% [========== ] 564/3363 16% [========== ] 565/3363 16% [========== ] 566/3363 16% [========== ] 567/3363 16% [========== ] 568/3363 16% [========== ] 569/3363 16% [========== ] 570/3363 16% [========== ] 571/3363 16% [========== ] 572/3363 17% [========== ] 573/3363 17% [========== ] 574/3363 17% [========== ] 575/3363 17% [========== ] 576/3363 17% [========== ] 577/3363 17% [========== ] 578/3363 17% [========== ] 579/3363 17% [========== ] 580/3363 17% [========== ] 581/3363 17% [========== ] 582/3363 17% [========== ] 583/3363 17% [========== ] 584/3363 17% [========== ] 585/3363 17% [========== ] 586/3363 17% [========== ] 587/3363 17% [========== ] 588/3363 17% [========== ] 589/3363 17% [========== ] 590/3363 17% [========== ] 591/3363 17% [========== ] 592/3363 17% [========== ] 593/3363 17% [========== ] 594/3363 17% [========== ] 595/3363 17% [========== ] 596/3363 17% [=========== ] 597/3363 17% [=========== ] 598/3363 17% [=========== ] 599/3363 17% [=========== ] 600/3363 17% [=========== ] 601/3363 17% [=========== ] 602/3363 17% [=========== ] 603/3363 17% [=========== ] 604/3363 17% [=========== ] 605/3363 17% [=========== ] 606/3363 18% [=========== ] 607/3363 18% [=========== ] 608/3363 18% [=========== ] 609/3363 18% [=========== ] 610/3363 18% [=========== ] 611/3363 18% [=========== ] 612/3363 18% [=========== ] 613/3363 18% [=========== ] 614/3363 18% [=========== ] 615/3363 18% [=========== ] 616/3363 18% [=========== ] 617/3363 18% [=========== ] 618/3363 18% [=========== ] 619/3363 18% [=========== ] 620/3363 18% [=========== ] 621/3363 18% [=========== ] 622/3363 18% [=========== ] 623/3363 18% [=========== ] 624/3363 18% [=========== ] 625/3363 18% [=========== ] 626/3363 18% [=========== ] 627/3363 18% [=========== ] 628/3363 18% [=========== ] 629/3363 18% [=========== ] 630/3363 18% [=========== ] 631/3363 18% [=========== ] 632/3363 18% [=========== ] 633/3363 18% [=========== ] 634/3363 18% [=========== ] 635/3363 18% [=========== ] 636/3363 18% [=========== ] 637/3363 18% [=========== ] 638/3363 18% [=========== ] 639/3363 19% [=========== ] 640/3363 19% [=========== ] 641/3363 19% [=========== ] 642/3363 19% [=========== ] 643/3363 19% [=========== ] 644/3363 19% [=========== ] 645/3363 19% [=========== ] 646/3363 19% [=========== ] 647/3363 19% [=========== ] 648/3363 19% [=========== ] 649/3363 19% [=========== ] 650/3363 19% [============ ] 651/3363 19% [============ ] 652/3363 19% [============ ] 653/3363 19% [============ ] 654/3363 19% [============ ] 655/3363 19% [============ ] 656/3363 19% [============ ] 657/3363 19% [============ ] 658/3363 19% [============ ] 659/3363 19% [============ ] 660/3363 19% [============ ] 661/3363 19% [============ ] 662/3363 19% [============ ] 663/3363 19% [============ ] 664/3363 19% [============ ] 665/3363 19% [============ ] 666/3363 19% [============ ] 667/3363 19% [============ ] 668/3363 19% [============ ] 669/3363 19% [============ ] 670/3363 19% [============ ] 671/3363 19% [============ ] 672/3363 19% [============ ] 673/3363 20% [============ ] 674/3363 20% [============ ] 675/3363 20% [============ ] 676/3363 20% [============ ] 677/3363 20% [============ ] 678/3363 20% [============ ] 679/3363 20% [============ ] 680/3363 20% [============ ] 681/3363 20% [============ ] 682/3363 20% [============ ] 683/3363 20% [============ ] 684/3363 20% [============ ] 685/3363 20% [============ ] 686/3363 20% [============ ] 687/3363 20% [============ ] 688/3363 20% [============ ] 689/3363 20% [============ ] 690/3363 20% [============ ] 691/3363 20% [============ ] 692/3363 20% [============ ] 693/3363 20% [============ ] 694/3363 20% [============ ] 695/3363 20% [============ ] 696/3363 20% [============ ] 697/3363 20% [============ ] 698/3363 20% [============ ] 699/3363 20% [============ ] 700/3363 20% [============ ] 701/3363 20% [============ ] 702/3363 20% [============ ] 703/3363 20% [============ ] 704/3363 20% [============ ] 705/3363 20% [============= ] 706/3363 20% [============= ] 707/3363 21% [============= ] 708/3363 21% [============= ] 709/3363 21% [============= ] 710/3363 21% [============= ] 711/3363 21% [============= ] 712/3363 21% [============= ] 713/3363 21% [============= ] 714/3363 21% [============= ] 715/3363 21% [============= ] 716/3363 21% [============= ] 717/3363 21% [============= ] 718/3363 21% [============= ] 719/3363 21% [============= ] 720/3363 21% [============= ] 721/3363 21% [============= ] 722/3363 21% [============= ] 723/3363 21% [============= ] 724/3363 21% [============= ] 725/3363 21% [============= ] 726/3363 21% [============= ] 727/3363 21% [============= ] 728/3363 21% [============= ] 729/3363 21% [============= ] 730/3363 21% [============= ] 731/3363 21% [============= ] 732/3363 21% [============= ] 733/3363 21% [============= ] 734/3363 21% [============= ] 735/3363 21% [============= ] 736/3363 21% [============= ] 737/3363 21% [============= ] 738/3363 21% [============= ] 739/3363 21% [============= ] 740/3363 22% [============= ] 741/3363 22% [============= ] 742/3363 22% [============= ] 743/3363 22% [============= ] 744/3363 22% [============= ] 745/3363 22% [============= ] 746/3363 22% [============= ] 747/3363 22% [============= ] 748/3363 22% [============= ] 749/3363 22% [============= ] 750/3363 22% [============= ] 751/3363 22% [============= ] 752/3363 22% [============= ] 753/3363 22% [============= ] 754/3363 22% [============= ] 755/3363 22% [============= ] 756/3363 22% [============= ] 757/3363 22% [============= ] 758/3363 22% [============= ] 759/3363 22% [============== ] 760/3363 22% [============== ] 761/3363 22% [============== ] 762/3363 22% [============== ] 763/3363 22% [============== ] 764/3363 22% [============== ] 765/3363 22% [============== ] 766/3363 22% [============== ] 767/3363 22% [============== ] 768/3363 22% [============== ] 769/3363 22% [============== ] 770/3363 22% [============== ] 771/3363 22% [============== ] 772/3363 22% [============== ] 773/3363 22% [============== ] 774/3363 23% [============== ] 775/3363 23% [============== ] 776/3363 23% [============== ] 777/3363 23% [============== ] 778/3363 23% [============== ] 779/3363 23% [============== ] 780/3363 23% [============== ] 781/3363 23% [============== ] 782/3363 23% [============== ] 783/3363 23% [============== ] 784/3363 23% [============== ] 785/3363 23% [============== ] 786/3363 23% [============== ] 787/3363 23% [============== ] 788/3363 23% [============== ] 789/3363 23% [============== ] 790/3363 23% [============== ] 791/3363 23% [============== ] 792/3363 23% [============== ] 793/3363 23% [============== ] 794/3363 23% [============== ] 795/3363 23% [============== ] 796/3363 23% [============== ] 797/3363 23% [============== ] 798/3363 23% [============== ] 799/3363 23% [============== ] 800/3363 23% [============== ] 801/3363 23% [============== ] 802/3363 23% [============== ] 803/3363 23% [============== ] 804/3363 23% [============== ] 805/3363 23% [============== ] 806/3363 23% [============== ] 807/3363 23% [============== ] 808/3363 24% [============== ] 809/3363 24% [============== ] 810/3363 24% [============== ] 811/3363 24% [============== ] 812/3363 24% [============== ] 813/3363 24% [=============== ] 814/3363 24% [=============== ] 815/3363 24% [=============== ] 816/3363 24% [=============== ] 817/3363 24% [=============== ] 818/3363 24% [=============== ] 819/3363 24% [=============== ] 820/3363 24% [=============== ] 821/3363 24% [=============== ] 822/3363 24% [=============== ] 823/3363 24% [=============== ] 824/3363 24% [=============== ] 825/3363 24% [=============== ] 826/3363 24% [=============== ] 827/3363 24% [=============== ] 828/3363 24% [=============== ] 829/3363 24% [=============== ] 830/3363 24% [=============== ] 831/3363 24% [=============== ] 832/3363 24% [=============== ] 833/3363 24% [=============== ] 834/3363 24% [=============== ] 835/3363 24% [=============== ] 836/3363 24% [=============== ] 837/3363 24% [=============== ] 838/3363 24% [=============== ] 839/3363 24% [=============== ] 840/3363 24% [=============== ] 841/3363 25% [=============== ] 842/3363 25% [=============== ] 843/3363 25% [=============== ] 844/3363 25% [=============== ] 845/3363 25% [=============== ] 846/3363 25% [=============== ] 847/3363 25% [=============== ] 848/3363 25% [=============== ] 849/3363 25% [=============== ] 850/3363 25% [=============== ] 851/3363 25% [=============== ] 852/3363 25% [=============== ] 853/3363 25% [=============== ] 854/3363 25% [=============== ] 855/3363 25% [=============== ] 856/3363 25% [=============== ] 857/3363 25% [=============== ] 858/3363 25% [=============== ] 859/3363 25% [=============== ] 860/3363 25% [=============== ] 861/3363 25% [=============== ] 862/3363 25% [=============== ] 863/3363 25% [=============== ] 864/3363 25% [=============== ] 865/3363 25% [=============== ] 866/3363 25% [=============== ] 867/3363 25% [================ ] 868/3363 25% [================ ] 869/3363 25% [================ ] 870/3363 25% [================ ] 871/3363 25% [================ ] 872/3363 25% [================ ] 873/3363 25% [================ ] 874/3363 25% [================ ] 875/3363 26% [================ ] 876/3363 26% [================ ] 877/3363 26% [================ ] 878/3363 26% [================ ] 879/3363 26% [================ ] 880/3363 26% [================ ] 881/3363 26% [================ ] 882/3363 26% [================ ] 883/3363 26% [================ ] 884/3363 26% [================ ] 885/3363 26% [================ ] 886/3363 26% [================ ] 887/3363 26% [================ ] 888/3363 26% [================ ] 889/3363 26% [================ ] 890/3363 26% [================ ] 891/3363 26% [================ ] 892/3363 26% [================ ] 893/3363 26% [================ ] 894/3363 26% [================ ] 895/3363 26% [================ ] 896/3363 26% [================ ] 897/3363 26% [================ ] 898/3363 26% [================ ] 899/3363 26% [================ ] 900/3363 26% [================ ] 901/3363 26% [================ ] 902/3363 26% [================ ] 903/3363 26% [================ ] 904/3363 26% [================ ] 905/3363 26% [================ ] 906/3363 26% [================ ] 907/3363 26% [================ ] 908/3363 26% [================ ] 909/3363 27% [================ ] 910/3363 27% [================ ] 911/3363 27% [================ ] 912/3363 27% [================ ] 913/3363 27% [================ ] 914/3363 27% [================ ] 915/3363 27% [================ ] 916/3363 27% [================ ] 917/3363 27% [================ ] 918/3363 27% [================ ] 919/3363 27% [================ ] 920/3363 27% [================ ] 921/3363 27% [================ ] 922/3363 27% [================= ] 923/3363 27% [================= ] 924/3363 27% [================= ] 925/3363 27% [================= ] 926/3363 27% [================= ] 927/3363 27% [================= ] 928/3363 27% [================= ] 929/3363 27% [================= ] 930/3363 27% [================= ] 931/3363 27% [================= ] 932/3363 27% [================= ] 933/3363 27% [================= ] 934/3363 27% [================= ] 935/3363 27% [================= ] 936/3363 27% [================= ] 937/3363 27% [================= ] 938/3363 27% [================= ] 939/3363 27% [================= ] 940/3363 27% [================= ] 941/3363 27% [================= ] 942/3363 28% [================= ] 943/3363 28% [================= ] 944/3363 28% [================= ] 945/3363 28% [================= ] 946/3363 28% [================= ] 947/3363 28% [================= ] 948/3363 28% [================= ] 949/3363 28% [================= ] 950/3363 28% [================= ] 951/3363 28% [================= ] 952/3363 28% [================= ] 953/3363 28% [================= ] 954/3363 28% [================= ] 955/3363 28% [================= ] 956/3363 28% [================= ] 957/3363 28% [================= ] 958/3363 28% [================= ] 959/3363 28% [================= ] 960/3363 28% [================= ] 961/3363 28% [================= ] 962/3363 28% [================= ] 963/3363 28% [================= ] 964/3363 28% [================= ] 965/3363 28% [================= ] 966/3363 28% [================= ] 967/3363 28% [================= ] 968/3363 28% [================= ] 969/3363 28% [================= ] 970/3363 28% [================= ] 971/3363 28% [================= ] 972/3363 28% [================= ] 973/3363 28% [================= ] 974/3363 28% [================= ] 975/3363 28% [================= ] 976/3363 29% [================== ] 977/3363 29% [================== ] 978/3363 29% [================== ] 979/3363 29% [================== ] 980/3363 29% [================== ] 981/3363 29% [================== ] 982/3363 29% [================== ] 983/3363 29% [================== ] 984/3363 29% [================== ] 985/3363 29% [================== ] 986/3363 29% [================== ] 987/3363 29% [================== ] 988/3363 29% [================== ] 989/3363 29% [================== ] 990/3363 29% [================== ] 991/3363 29% [================== ] 992/3363 29% [================== ] 993/3363 29% [================== ] 994/3363 29% [================== ] 995/3363 29% [================== ] 996/3363 29% [================== ] 997/3363 29% [================== ] 998/3363 29% [================== ] 999/3363 29% [================== ] 1000/3363 29% [================== ] 1001/3363 29% [================== ] 1002/3363 29% [================== ] 1003/3363 29% [================== ] 1004/3363 29% [================== ] 1005/3363 29% [================== ] 1006/3363 29% [================== ] 1007/3363 29% [================== ] 1008/3363 29% [================== ] 1009/3363 30% [================== ] 1010/3363 30% [================== ] 1011/3363 30% [================== ] 1012/3363 30% [================== ] 1013/3363 30% [================== ] 1014/3363 30% [================== ] 1015/3363 30% [================== ] 1016/3363 30% [================== ] 1017/3363 30% [================== ] 1018/3363 30% [================== ] 1019/3363 30% [================== ] 1020/3363 30% [================== ] 1021/3363 30% [================== ] 1022/3363 30% [================== ] 1023/3363 30% [================== ] 1024/3363 30% [================== ] 1025/3363 30% [================== ] 1026/3363 30% [================== ] 1027/3363 30% [================== ] 1028/3363 30% [================== ] 1029/3363 30% [================== ] 1030/3363 30% [=================== ] 1031/3363 30% [=================== ] 1032/3363 30% [=================== ] 1033/3363 30% [=================== ] 1034/3363 30% [=================== ] 1035/3363 30% [=================== ] 1036/3363 30% [=================== ] 1037/3363 30% [=================== ] 1038/3363 30% [=================== ] 1039/3363 30% [=================== ] 1040/3363 30% [=================== ] 1041/3363 30% [=================== ] 1042/3363 30% [=================== ] 1043/3363 31% [=================== ] 1044/3363 31% [=================== ] 1045/3363 31% [=================== ] 1046/3363 31% [=================== ] 1047/3363 31% [=================== ] 1048/3363 31% [=================== ] 1049/3363 31% [=================== ] 1050/3363 31% [=================== ] 1051/3363 31% [=================== ] 1052/3363 31% [=================== ] 1053/3363 31% [=================== ] 1054/3363 31% [=================== ] 1055/3363 31% [=================== ] 1056/3363 31% [=================== ] 1057/3363 31% [=================== ] 1058/3363 31% [=================== ] 1059/3363 31% [=================== ] 1060/3363 31% [=================== ] 1061/3363 31% [=================== ] 1062/3363 31% [=================== ] 1063/3363 31% [=================== ] 1064/3363 31% [=================== ] 1065/3363 31% [=================== ] 1066/3363 31% [=================== ] 1067/3363 31% [=================== ] 1068/3363 31% [=================== ] 1069/3363 31% [=================== ] 1070/3363 31% [=================== ] 1071/3363 31% [=================== ] 1072/3363 31% [=================== ] 1073/3363 31% [=================== ] 1074/3363 31% [=================== ] 1075/3363 31% [=================== ] 1076/3363 31% [=================== ] 1077/3363 32% [=================== ] 1078/3363 32% [=================== ] 1079/3363 32% [=================== ] 1080/3363 32% [=================== ] 1081/3363 32% [=================== ] 1082/3363 32% [=================== ] 1083/3363 32% [=================== ] 1084/3363 32% [==================== ] 1085/3363 32% [==================== ] 1086/3363 32% [==================== ] 1087/3363 32% [==================== ] 1088/3363 32% [==================== ] 1089/3363 32% [==================== ] 1090/3363 32% [==================== ] 1091/3363 32% [==================== ] 1092/3363 32% [==================== ] 1093/3363 32% [==================== ] 1094/3363 32% [==================== ] 1095/3363 32% [==================== ] 1096/3363 32% [==================== ] 1097/3363 32% [==================== ] 1098/3363 32% [==================== ] 1099/3363 32% [==================== ] 1100/3363 32% [==================== ] 1101/3363 32% [==================== ] 1102/3363 32% [==================== ] 1103/3363 32% [==================== ] 1104/3363 32% [==================== ] 1105/3363 32% [==================== ] 1106/3363 32% [==================== ] 1107/3363 32% [==================== ] 1108/3363 32% [==================== ] 1109/3363 32% [==================== ] 1110/3363 33% [==================== ] 1111/3363 33% [==================== ] 1112/3363 33% [==================== ] 1113/3363 33% [==================== ] 1114/3363 33% [==================== ] 1115/3363 33% [==================== ] 1116/3363 33% [==================== ] 1117/3363 33% [==================== ] 1118/3363 33% [==================== ] 1119/3363 33% [==================== ] 1120/3363 33% [==================== ] 1121/3363 33% [==================== ] 1122/3363 33% [==================== ] 1123/3363 33% [==================== ] 1124/3363 33% [==================== ] 1125/3363 33% [==================== ] 1126/3363 33% [==================== ] 1127/3363 33% [==================== ] 1128/3363 33% [==================== ] 1129/3363 33% [==================== ] 1130/3363 33% [==================== ] 1131/3363 33% [==================== ] 1132/3363 33% [==================== ] 1133/3363 33% [==================== ] 1134/3363 33% [==================== ] 1135/3363 33% [==================== ] 1136/3363 33% [==================== ] 1137/3363 33% [==================== ] 1138/3363 33% [==================== ] 1139/3363 33% [===================== ] 1140/3363 33% [===================== ] 1141/3363 33% [===================== ] 1142/3363 33% [===================== ] 1143/3363 33% [===================== ] 1144/3363 34% [===================== ] 1145/3363 34% [===================== ] 1146/3363 34% [===================== ] 1147/3363 34% [===================== ] 1148/3363 34% [===================== ] 1149/3363 34% [===================== ] 1150/3363 34% [===================== ] 1151/3363 34% [===================== ] 1152/3363 34% [===================== ] 1153/3363 34% [===================== ] 1154/3363 34% [===================== ] 1155/3363 34% [===================== ] 1156/3363 34% [===================== ] 1157/3363 34% [===================== ] 1158/3363 34% [===================== ] 1159/3363 34% [===================== ] 1160/3363 34% [===================== ] 1161/3363 34% [===================== ] 1162/3363 34% [===================== ] 1163/3363 34% [===================== ] 1164/3363 34% [===================== ] 1165/3363 34% [===================== ] 1166/3363 34% [===================== ] 1167/3363 34% [===================== ] 1168/3363 34% [===================== ] 1169/3363 34% [===================== ] 1170/3363 34% [===================== ] 1171/3363 34% [===================== ] 1172/3363 34% [===================== ] 1173/3363 34% [===================== ] 1174/3363 34% [===================== ] 1175/3363 34% [===================== ] 1176/3363 34% [===================== ] 1177/3363 34% [===================== ] 1178/3363 35% [===================== ] 1179/3363 35% [===================== ] 1180/3363 35% [===================== ] 1181/3363 35% [===================== ] 1182/3363 35% [===================== ] 1183/3363 35% [===================== ] 1184/3363 35% [===================== ] 1185/3363 35% [===================== ] 1186/3363 35% [===================== ] 1187/3363 35% [===================== ] 1188/3363 35% [===================== ] 1189/3363 35% [===================== ] 1190/3363 35% [===================== ] 1191/3363 35% [===================== ] 1192/3363 35% [===================== ] 1193/3363 35% [====================== ] 1194/3363 35% [====================== ] 1195/3363 35% [====================== ] 1196/3363 35% [====================== ] 1197/3363 35% [====================== ] 1198/3363 35% [====================== ] 1199/3363 35% [====================== ] 1200/3363 35% [====================== ] 1201/3363 35% [====================== ] 1202/3363 35% [====================== ] 1203/3363 35% [====================== ] 1204/3363 35% [====================== ] 1205/3363 35% [====================== ] 1206/3363 35% [====================== ] 1207/3363 35% [====================== ] 1208/3363 35% [====================== ] 1209/3363 35% [====================== ] 1210/3363 35% [====================== ] 1211/3363 36% [====================== ] 1212/3363 36% [====================== ] 1213/3363 36% [====================== ] 1214/3363 36% [====================== ] 1215/3363 36% [====================== ] 1216/3363 36% [====================== ] 1217/3363 36% [====================== ] 1218/3363 36% [====================== ] 1219/3363 36% [====================== ] 1220/3363 36% [====================== ] 1221/3363 36% [====================== ] 1222/3363 36% [====================== ] 1223/3363 36% [====================== ] 1224/3363 36% [====================== ] 1225/3363 36% [====================== ] 1226/3363 36% [====================== ] 1227/3363 36% [====================== ] 1228/3363 36% [====================== ] 1229/3363 36% [====================== ] 1230/3363 36% [====================== ] 1231/3363 36% [====================== ] 1232/3363 36% [====================== ] 1233/3363 36% [====================== ] 1234/3363 36% [====================== ] 1235/3363 36% [====================== ] 1236/3363 36% [====================== ] 1237/3363 36% [====================== ] 1238/3363 36% [====================== ] 1239/3363 36% [====================== ] 1240/3363 36% [====================== ] 1241/3363 36% [====================== ] 1242/3363 36% [====================== ] 1243/3363 36% [====================== ] 1244/3363 36% [====================== ] 1245/3363 37% [====================== ] 1246/3363 37% [====================== ] 1247/3363 37% [======================= ] 1248/3363 37% [======================= ] 1249/3363 37% [======================= ] 1250/3363 37% [======================= ] 1251/3363 37% [======================= ] 1252/3363 37% [======================= ] 1253/3363 37% [======================= ] 1254/3363 37% [======================= ] 1255/3363 37% [======================= ] 1256/3363 37% [======================= ] 1257/3363 37% [======================= ] 1258/3363 37% [======================= ] 1259/3363 37% [======================= ] 1260/3363 37% [======================= ] 1261/3363 37% [======================= ] 1262/3363 37% [======================= ] 1263/3363 37% [======================= ] 1264/3363 37% [======================= ] 1265/3363 37% [======================= ] 1266/3363 37% [======================= ] 1267/3363 37% [======================= ] 1268/3363 37% [======================= ] 1269/3363 37% [======================= ] 1270/3363 37% [======================= ] 1271/3363 37% [======================= ] 1272/3363 37% [======================= ] 1273/3363 37% [======================= ] 1274/3363 37% [======================= ] 1275/3363 37% [======================= ] 1276/3363 37% [======================= ] 1277/3363 37% [======================= ] 1278/3363 38% [======================= ] 1279/3363 38% [======================= ] 1280/3363 38% [======================= ] 1281/3363 38% [======================= ] 1282/3363 38% [======================= ] 1283/3363 38% [======================= ] 1284/3363 38% [======================= ] 1285/3363 38% [======================= ] 1286/3363 38% [======================= ] 1287/3363 38% [======================= ] 1288/3363 38% [======================= ] 1289/3363 38% [======================= ] 1290/3363 38% [======================= ] 1291/3363 38% [======================= ] 1292/3363 38% [======================= ] 1293/3363 38% [======================= ] 1294/3363 38% [======================= ] 1295/3363 38% [======================= ] 1296/3363 38% [======================= ] 1297/3363 38% [======================= ] 1298/3363 38% [======================= ] 1299/3363 38% [======================= ] 1300/3363 38% [======================= ] 1301/3363 38% [======================== ] 1302/3363 38% [======================== ] 1303/3363 38% [======================== ] 1304/3363 38% [======================== ] 1305/3363 38% [======================== ] 1306/3363 38% [======================== ] 1307/3363 38% [======================== ] 1308/3363 38% [======================== ] 1309/3363 38% [======================== ] 1310/3363 38% [======================== ] 1311/3363 38% [======================== ] 1312/3363 39% [======================== ] 1313/3363 39% [======================== ] 1314/3363 39% [======================== ] 1315/3363 39% [======================== ] 1316/3363 39% [======================== ] 1317/3363 39% [======================== ] 1318/3363 39% [======================== ] 1319/3363 39% [======================== ] 1320/3363 39% [======================== ] 1321/3363 39% [======================== ] 1322/3363 39% [======================== ] 1323/3363 39% [======================== ] 1324/3363 39% [======================== ] 1325/3363 39% [======================== ] 1326/3363 39% [======================== ] 1327/3363 39% [======================== ] 1328/3363 39% [======================== ] 1329/3363 39% [======================== ] 1330/3363 39% [======================== ] 1331/3363 39% [======================== ] 1332/3363 39% [======================== ] 1333/3363 39% [======================== ] 1334/3363 39% [======================== ] 1335/3363 39% [======================== ] 1336/3363 39% [======================== ] 1337/3363 39% [======================== ] 1338/3363 39% [======================== ] 1339/3363 39% [======================== ] 1340/3363 39% [======================== ] 1341/3363 39% [======================== ] 1342/3363 39% [======================== ] 1343/3363 39% [======================== ] 1344/3363 39% [======================== ] 1345/3363 39% [======================== ] 1346/3363 40% [======================== ] 1347/3363 40% [======================== ] 1348/3363 40% [======================== ] 1349/3363 40% [======================== ] 1350/3363 40% [======================== ] 1351/3363 40% [======================== ] 1352/3363 40% [======================== ] 1353/3363 40% [======================== ] 1354/3363 40% [======================== ] 1355/3363 40% [======================== ] 1356/3363 40% [========================= ] 1357/3363 40% [========================= ] 1358/3363 40% [========================= ] 1359/3363 40% [========================= ] 1360/3363 40% [========================= ] 1361/3363 40% [========================= ] 1362/3363 40% [========================= ] 1363/3363 40% [========================= ] 1364/3363 40% [========================= ] 1365/3363 40% [========================= ] 1366/3363 40% [========================= ] 1367/3363 40% [========================= ] 1368/3363 40% [========================= ] 1369/3363 40% [========================= ] 1370/3363 40% [========================= ] 1371/3363 40% [========================= ] 1372/3363 40% [========================= ] 1373/3363 40% [========================= ] 1374/3363 40% [========================= ] 1375/3363 40% [========================= ] 1376/3363 40% [========================= ] 1377/3363 40% [========================= ] 1378/3363 40% [========================= ] 1379/3363 41% [========================= ] 1380/3363 41% [========================= ] 1381/3363 41% [========================= ] 1382/3363 41% [========================= ] 1383/3363 41% [========================= ] 1384/3363 41% [========================= ] 1385/3363 41% [========================= ] 1386/3363 41% [========================= ] 1387/3363 41% [========================= ] 1388/3363 41% [========================= ] 1389/3363 41% [========================= ] 1390/3363 41% [========================= ] 1391/3363 41% [========================= ] 1392/3363 41% [========================= ] 1393/3363 41% [========================= ] 1394/3363 41% [========================= ] 1395/3363 41% [========================= ] 1396/3363 41% [========================= ] 1397/3363 41% [========================= ] 1398/3363 41% [========================= ] 1399/3363 41% [========================= ] 1400/3363 41% [========================= ] 1401/3363 41% [========================= ] 1402/3363 41% [========================= ] 1403/3363 41% [========================= ] 1404/3363 41% [========================= ] 1405/3363 41% [========================= ] 1406/3363 41% [========================= ] 1407/3363 41% [========================= ] 1408/3363 41% [========================= ] 1409/3363 41% [========================= ] 1410/3363 41% [========================== ] 1411/3363 41% [========================== ] 1412/3363 41% [========================== ] 1413/3363 42% [========================== ] 1414/3363 42% [========================== ] 1415/3363 42% [========================== ] 1416/3363 42% [========================== ] 1417/3363 42% [========================== ] 1418/3363 42% [========================== ] 1419/3363 42% [========================== ] 1420/3363 42% [========================== ] 1421/3363 42% [========================== ] 1422/3363 42% [========================== ] 1423/3363 42% [========================== ] 1424/3363 42% [========================== ] 1425/3363 42% [========================== ] 1426/3363 42% [========================== ] 1427/3363 42% [========================== ] 1428/3363 42% [========================== ] 1429/3363 42% [========================== ] 1430/3363 42% [========================== ] 1431/3363 42% [========================== ] 1432/3363 42% [========================== ] 1433/3363 42% [========================== ] 1434/3363 42% [========================== ] 1435/3363 42% [========================== ] 1436/3363 42% [========================== ] 1437/3363 42% [========================== ] 1438/3363 42% [========================== ] 1439/3363 42% [========================== ] 1440/3363 42% [========================== ] 1441/3363 42% [========================== ] 1442/3363 42% [========================== ] 1443/3363 42% [========================== ] 1444/3363 42% [========================== ] 1445/3363 42% [========================== ] 1446/3363 42% [========================== ] 1447/3363 43% [========================== ] 1448/3363 43% [========================== ] 1449/3363 43% [========================== ] 1450/3363 43% [========================== ] 1451/3363 43% [========================== ] 1452/3363 43% [========================== ] 1453/3363 43% [========================== ] 1454/3363 43% [========================== ] 1455/3363 43% [========================== ] 1456/3363 43% [========================== ] 1457/3363 43% [========================== ] 1458/3363 43% [========================== ] 1459/3363 43% [========================== ] 1460/3363 43% [========================== ] 1461/3363 43% [========================== ] 1462/3363 43% [========================== ] 1463/3363 43% [========================== ] 1464/3363 43% [=========================== ] 1465/3363 43% [=========================== ] 1466/3363 43% [=========================== ] 1467/3363 43% [=========================== ] 1468/3363 43% [=========================== ] 1469/3363 43% [=========================== ] 1470/3363 43% [=========================== ] 1471/3363 43% [=========================== ] 1472/3363 43% [=========================== ] 1473/3363 43% [=========================== ] 1474/3363 43% [=========================== ] 1475/3363 43% [=========================== ] 1476/3363 43% [=========================== ] 1477/3363 43% [=========================== ] 1478/3363 43% [=========================== ] 1479/3363 43% [=========================== ] 1480/3363 44% [=========================== ] 1481/3363 44% [=========================== ] 1482/3363 44% [=========================== ] 1483/3363 44% [=========================== ] 1484/3363 44% [=========================== ] 1485/3363 44% [=========================== ] 1486/3363 44% [=========================== ] 1487/3363 44% [=========================== ] 1488/3363 44% [=========================== ] 1489/3363 44% [=========================== ] 1490/3363 44% [=========================== ] 1491/3363 44% [=========================== ] 1492/3363 44% [=========================== ] 1493/3363 44% [=========================== ] 1494/3363 44% [=========================== ] 1495/3363 44% [=========================== ] 1496/3363 44% [=========================== ] 1497/3363 44% [=========================== ] 1498/3363 44% [=========================== ] 1499/3363 44% [=========================== ] 1500/3363 44% [=========================== ] 1501/3363 44% [=========================== ] 1502/3363 44% [=========================== ] 1503/3363 44% [=========================== ] 1504/3363 44% [=========================== ] 1505/3363 44% [=========================== ] 1506/3363 44% [=========================== ] 1507/3363 44% [=========================== ] 1508/3363 44% [=========================== ] 1509/3363 44% [=========================== ] 1510/3363 44% [=========================== ] 1511/3363 44% [=========================== ] 1512/3363 44% [=========================== ] 1513/3363 44% [=========================== ] 1514/3363 45% [=========================== ] 1515/3363 45% [=========================== ] 1516/3363 45% [=========================== ] 1517/3363 45% [=========================== ] 1518/3363 45% [============================ ] 1519/3363 45% [============================ ] 1520/3363 45% [============================ ] 1521/3363 45% [============================ ] 1522/3363 45% [============================ ] 1523/3363 45% [============================ ] 1524/3363 45% [============================ ] 1525/3363 45% [============================ ] 1526/3363 45% [============================ ] 1527/3363 45% [============================ ] 1528/3363 45% [============================ ] 1529/3363 45% [============================ ] 1530/3363 45% [============================ ] 1531/3363 45% [============================ ] 1532/3363 45% [============================ ] 1533/3363 45% [============================ ] 1534/3363 45% [============================ ] 1535/3363 45% [============================ ] 1536/3363 45% [============================ ] 1537/3363 45% [============================ ] 1538/3363 45% [============================ ] 1539/3363 45% [============================ ] 1540/3363 45% [============================ ] 1541/3363 45% [============================ ] 1542/3363 45% [============================ ] 1543/3363 45% [============================ ] 1544/3363 45% [============================ ] 1545/3363 45% [============================ ] 1546/3363 45% [============================ ] 1547/3363 46% [============================ ] 1548/3363 46% [============================ ] 1549/3363 46% [============================ ] 1550/3363 46% [============================ ] 1551/3363 46% [============================ ] 1552/3363 46% [============================ ] 1553/3363 46% [============================ ] 1554/3363 46% [============================ ] 1555/3363 46% [============================ ] 1556/3363 46% [============================ ] 1557/3363 46% [============================ ] 1558/3363 46% [============================ ] 1559/3363 46% [============================ ] 1560/3363 46% [============================ ] 1561/3363 46% [============================ ] 1562/3363 46% [============================ ] 1563/3363 46% [============================ ] 1564/3363 46% [============================ ] 1565/3363 46% [============================ ] 1566/3363 46% [============================ ] 1567/3363 46% [============================ ] 1568/3363 46% [============================ ] 1569/3363 46% [============================ ] 1570/3363 46% [============================ ] 1571/3363 46% [============================ ] 1572/3363 46% [============================ ] 1573/3363 46% [============================= ] 1574/3363 46% [============================= ] 1575/3363 46% [============================= ] 1576/3363 46% [============================= ] 1577/3363 46% [============================= ] 1578/3363 46% [============================= ] 1579/3363 46% [============================= ] 1580/3363 46% [============================= ] 1581/3363 47% [============================= ] 1582/3363 47% [============================= ] 1583/3363 47% [============================= ] 1584/3363 47% [============================= ] 1585/3363 47% [============================= ] 1586/3363 47% [============================= ] 1587/3363 47% [============================= ] 1588/3363 47% [============================= ] 1589/3363 47% [============================= ] 1590/3363 47% [============================= ] 1591/3363 47% [============================= ] 1592/3363 47% [============================= ] 1593/3363 47% [============================= ] 1594/3363 47% [============================= ] 1595/3363 47% [============================= ] 1596/3363 47% [============================= ] 1597/3363 47% [============================= ] 1598/3363 47% [============================= ] 1599/3363 47% [============================= ] 1600/3363 47% [============================= ] 1601/3363 47% [============================= ] 1602/3363 47% [============================= ] 1603/3363 47% [============================= ] 1604/3363 47% [============================= ] 1605/3363 47% [============================= ] 1606/3363 47% [============================= ] 1607/3363 47% [============================= ] 1608/3363 47% [============================= ] 1609/3363 47% [============================= ] 1610/3363 47% [============================= ] 1611/3363 47% [============================= ] 1612/3363 47% [============================= ] 1613/3363 47% [============================= ] 1614/3363 47% [============================= ] 1615/3363 48% [============================= ] 1616/3363 48% [============================= ] 1617/3363 48% [============================= ] 1618/3363 48% [============================= ] 1619/3363 48% [============================= ] 1620/3363 48% [============================= ] 1621/3363 48% [============================= ] 1622/3363 48% [============================= ] 1623/3363 48% [============================= ] 1624/3363 48% [============================= ] 1625/3363 48% [============================= ] 1626/3363 48% [============================= ] 1627/3363 48% [============================== ] 1628/3363 48% [============================== ] 1629/3363 48% [============================== ] 1630/3363 48% [============================== ] 1631/3363 48% [============================== ] 1632/3363 48% [============================== ] 1633/3363 48% [============================== ] 1634/3363 48% [============================== ] 1635/3363 48% [============================== ] 1636/3363 48% [============================== ] 1637/3363 48% [============================== ] 1638/3363 48% [============================== ] 1639/3363 48% [============================== ] 1640/3363 48% [============================== ] 1641/3363 48% [============================== ] 1642/3363 48% [============================== ] 1643/3363 48% [============================== ] 1644/3363 48% [============================== ] 1645/3363 48% [============================== ] 1646/3363 48% [============================== ] 1647/3363 48% [============================== ] 1648/3363 49% [============================== ] 1649/3363 49% [============================== ] 1650/3363 49% [============================== ] 1651/3363 49% [============================== ] 1652/3363 49% [============================== ] 1653/3363 49% [============================== ] 1654/3363 49% [============================== ] 1655/3363 49% [============================== ] 1656/3363 49% [============================== ] 1657/3363 49% [============================== ] 1658/3363 49% [============================== ] 1659/3363 49% [============================== ] 1660/3363 49% [============================== ] 1661/3363 49% [============================== ] 1662/3363 49% [============================== ] 1663/3363 49% [============================== ] 1664/3363 49% [============================== ] 1665/3363 49% [============================== ] 1666/3363 49% [============================== ] 1667/3363 49% [============================== ] 1668/3363 49% [============================== ] 1669/3363 49% [============================== ] 1670/3363 49% [============================== ] 1671/3363 49% [============================== ] 1672/3363 49% [============================== ] 1673/3363 49% [============================== ] 1674/3363 49% [============================== ] 1675/3363 49% [============================== ] 1676/3363 49% [============================== ] 1677/3363 49% [============================== ] 1678/3363 49% [============================== ] 1679/3363 49% [============================== ] 1680/3363 49% [============================== ] 1681/3363 49% [=============================== ] 1682/3363 50% [=============================== ] 1683/3363 50% [=============================== ] 1684/3363 50% [=============================== ] 1685/3363 50% [=============================== ] 1686/3363 50% [=============================== ] 1687/3363 50% [=============================== ] 1688/3363 50% [=============================== ] 1689/3363 50% [=============================== ] 1690/3363 50% [=============================== ] 1691/3363 50% [=============================== ] 1692/3363 50% [=============================== ] 1693/3363 50% [=============================== ] 1694/3363 50% [=============================== ] 1695/3363 50% [=============================== ] 1696/3363 50% [=============================== ] 1697/3363 50% [=============================== ] 1698/3363 50% [=============================== ] 1699/3363 50% [=============================== ] 1700/3363 50% [=============================== ] 1701/3363 50% [=============================== ] 1702/3363 50% [=============================== ] 1703/3363 50% [=============================== ] 1704/3363 50% [=============================== ] 1705/3363 50% [=============================== ] 1706/3363 50% [=============================== ] 1707/3363 50% [=============================== ] 1708/3363 50% [=============================== ] 1709/3363 50% [=============================== ] 1710/3363 50% [=============================== ] 1711/3363 50% [=============================== ] 1712/3363 50% [=============================== ] 1713/3363 50% [=============================== ] 1714/3363 50% [=============================== ] 1715/3363 50% [=============================== ] 1716/3363 51% [=============================== ] 1717/3363 51% [=============================== ] 1718/3363 51% [=============================== ] 1719/3363 51% [=============================== ] 1720/3363 51% [=============================== ] 1721/3363 51% [=============================== ] 1722/3363 51% [=============================== ] 1723/3363 51% [=============================== ] 1724/3363 51% [=============================== ] 1725/3363 51% [=============================== ] 1726/3363 51% [=============================== ] 1727/3363 51% [=============================== ] 1728/3363 51% [=============================== ] 1729/3363 51% [=============================== ] 1730/3363 51% [=============================== ] 1731/3363 51% [=============================== ] 1732/3363 51% [=============================== ] 1733/3363 51% [=============================== ] 1734/3363 51% [=============================== ] 1735/3363 51% [================================ ] 1736/3363 51% [================================ ] 1737/3363 51% [================================ ] 1738/3363 51% [================================ ] 1739/3363 51% [================================ ] 1740/3363 51% [================================ ] 1741/3363 51% [================================ ] 1742/3363 51% [================================ ] 1743/3363 51% [================================ ] 1744/3363 51% [================================ ] 1745/3363 51% [================================ ] 1746/3363 51% [================================ ] 1747/3363 51% [================================ ] 1748/3363 51% [================================ ] 1749/3363 52% [================================ ] 1750/3363 52% [================================ ] 1751/3363 52% [================================ ] 1752/3363 52% [================================ ] 1753/3363 52% [================================ ] 1754/3363 52% [================================ ] 1755/3363 52% [================================ ] 1756/3363 52% [================================ ] 1757/3363 52% [================================ ] 1758/3363 52% [================================ ] 1759/3363 52% [================================ ] 1760/3363 52% [================================ ] 1761/3363 52% [================================ ] 1762/3363 52% [================================ ] 1763/3363 52% [================================ ] 1764/3363 52% [================================ ] 1765/3363 52% [================================ ] 1766/3363 52% [================================ ] 1767/3363 52% [================================ ] 1768/3363 52% [================================ ] 1769/3363 52% [================================ ] 1770/3363 52% [================================ ] 1771/3363 52% [================================ ] 1772/3363 52% [================================ ] 1773/3363 52% [================================ ] 1774/3363 52% [================================ ] 1775/3363 52% [================================ ] 1776/3363 52% [================================ ] 1777/3363 52% [================================ ] 1778/3363 52% [================================ ] 1779/3363 52% [================================ ] 1780/3363 52% [================================ ] 1781/3363 52% [================================ ] 1782/3363 52% [================================ ] 1783/3363 53% [================================ ] 1784/3363 53% [================================ ] 1785/3363 53% [================================ ] 1786/3363 53% [================================ ] 1787/3363 53% [================================ ] 1788/3363 53% [================================ ] 1789/3363 53% [================================= ] 1790/3363 53% [================================= ] 1791/3363 53% [================================= ] 1792/3363 53% [================================= ] 1793/3363 53% [================================= ] 1794/3363 53% [================================= ] 1795/3363 53% [================================= ] 1796/3363 53% [================================= ] 1797/3363 53% [================================= ] 1798/3363 53% [================================= ] 1799/3363 53% [================================= ] 1800/3363 53% [================================= ] 1801/3363 53% [================================= ] 1802/3363 53% [================================= ] 1803/3363 53% [================================= ] 1804/3363 53% [================================= ] 1805/3363 53% [================================= ] 1806/3363 53% [================================= ] 1807/3363 53% [================================= ] 1808/3363 53% [================================= ] 1809/3363 53% [================================= ] 1810/3363 53% [================================= ] 1811/3363 53% [================================= ] 1812/3363 53% [================================= ] 1813/3363 53% [================================= ] 1814/3363 53% [================================= ] 1815/3363 53% [================================= ] 1816/3363 53% [================================= ] 1817/3363 54% [================================= ] 1818/3363 54% [================================= ] 1819/3363 54% [================================= ] 1820/3363 54% [================================= ] 1821/3363 54% [================================= ] 1822/3363 54% [================================= ] 1823/3363 54% [================================= ] 1824/3363 54% [================================= ] 1825/3363 54% [================================= ] 1826/3363 54% [================================= ] 1827/3363 54% [================================= ] 1828/3363 54% [================================= ] 1829/3363 54% [================================= ] 1830/3363 54% [================================= ] 1831/3363 54% [================================= ] 1832/3363 54% [================================= ] 1833/3363 54% [================================= ] 1834/3363 54% [================================= ] 1835/3363 54% [================================= ] 1836/3363 54% [================================= ] 1837/3363 54% [================================= ] 1838/3363 54% [================================= ] 1839/3363 54% [================================= ] 1840/3363 54% [================================= ] 1841/3363 54% [================================= ] 1842/3363 54% [================================= ] 1843/3363 54% [================================= ] 1844/3363 54% [================================== ] 1845/3363 54% [================================== ] 1846/3363 54% [================================== ] 1847/3363 54% [================================== ] 1848/3363 54% [================================== ] 1849/3363 54% [================================== ] 1850/3363 55% [================================== ] 1851/3363 55% [================================== ] 1852/3363 55% [================================== ] 1853/3363 55% [================================== ] 1854/3363 55% [================================== ] 1855/3363 55% [================================== ] 1856/3363 55% [================================== ] 1857/3363 55% [================================== ] 1858/3363 55% [================================== ] 1859/3363 55% [================================== ] 1860/3363 55% [================================== ] 1861/3363 55% [================================== ] 1862/3363 55% [================================== ] 1863/3363 55% [================================== ] 1864/3363 55% [================================== ] 1865/3363 55% [================================== ] 1866/3363 55% [================================== ] 1867/3363 55% [================================== ] 1868/3363 55% [================================== ] 1869/3363 55% [================================== ] 1870/3363 55% [================================== ] 1871/3363 55% [================================== ] 1872/3363 55% [================================== ] 1873/3363 55% [================================== ] 1874/3363 55% [================================== ] 1875/3363 55% [================================== ] 1876/3363 55% [================================== ] 1877/3363 55% [================================== ] 1878/3363 55% [================================== ] 1879/3363 55% [================================== ] 1880/3363 55% [================================== ] 1881/3363 55% [================================== ] 1882/3363 55% [================================== ] 1883/3363 55% [================================== ] 1884/3363 56% [================================== ] 1885/3363 56% [================================== ] 1886/3363 56% [================================== ] 1887/3363 56% [================================== ] 1888/3363 56% [================================== ] 1889/3363 56% [================================== ] 1890/3363 56% [================================== ] 1891/3363 56% [================================== ] 1892/3363 56% [================================== ] 1893/3363 56% [================================== ] 1894/3363 56% [================================== ] 1895/3363 56% [================================== ] 1896/3363 56% [================================== ] 1897/3363 56% [================================== ] 1898/3363 56% [=================================== ] 1899/3363 56% [=================================== ] 1900/3363 56% [=================================== ] 1901/3363 56% [=================================== ] 1902/3363 56% [=================================== ] 1903/3363 56% [=================================== ] 1904/3363 56% [=================================== ] 1905/3363 56% [=================================== ] 1906/3363 56% [=================================== ] 1907/3363 56% [=================================== ] 1908/3363 56% [=================================== ] 1909/3363 56% [=================================== ] 1910/3363 56% [=================================== ] 1911/3363 56% [=================================== ] 1912/3363 56% [=================================== ] 1913/3363 56% [=================================== ] 1914/3363 56% [=================================== ] 1915/3363 56% [=================================== ] 1916/3363 56% [=================================== ] 1917/3363 57% [=================================== ] 1918/3363 57% [=================================== ] 1919/3363 57% [=================================== ] 1920/3363 57% [=================================== ] 1921/3363 57% [=================================== ] 1922/3363 57% [=================================== ] 1923/3363 57% [=================================== ] 1924/3363 57% [=================================== ] 1925/3363 57% [=================================== ] 1926/3363 57% [=================================== ] 1927/3363 57% [=================================== ] 1928/3363 57% [=================================== ] 1929/3363 57% [=================================== ] 1930/3363 57% [=================================== ] 1931/3363 57% [=================================== ] 1932/3363 57% [=================================== ] 1933/3363 57% [=================================== ] 1934/3363 57% [=================================== ] 1935/3363 57% [=================================== ] 1936/3363 57% [=================================== ] 1937/3363 57% [=================================== ] 1938/3363 57% [=================================== ] 1939/3363 57% [=================================== ] 1940/3363 57% [=================================== ] 1941/3363 57% [=================================== ] 1942/3363 57% [=================================== ] 1943/3363 57% [=================================== ] 1944/3363 57% [=================================== ] 1945/3363 57% [=================================== ] 1946/3363 57% [=================================== ] 1947/3363 57% [=================================== ] 1948/3363 57% [=================================== ] 1949/3363 57% [=================================== ] 1950/3363 57% [=================================== ] 1951/3363 58% [=================================== ] 1952/3363 58% [==================================== ] 1953/3363 58% [==================================== ] 1954/3363 58% [==================================== ] 1955/3363 58% [==================================== ] 1956/3363 58% [==================================== ] 1957/3363 58% [==================================== ] 1958/3363 58% [==================================== ] 1959/3363 58% [==================================== ] 1960/3363 58% [==================================== ] 1961/3363 58% [==================================== ] 1962/3363 58% [==================================== ] 1963/3363 58% [==================================== ] 1964/3363 58% [==================================== ] 1965/3363 58% [==================================== ] 1966/3363 58% [==================================== ] 1967/3363 58% [==================================== ] 1968/3363 58% [==================================== ] 1969/3363 58% [==================================== ] 1970/3363 58% [==================================== ] 1971/3363 58% [==================================== ] 1972/3363 58% [==================================== ] 1973/3363 58% [==================================== ] 1974/3363 58% [==================================== ] 1975/3363 58% [==================================== ] 1976/3363 58% [==================================== ] 1977/3363 58% [==================================== ] 1978/3363 58% [==================================== ] 1979/3363 58% [==================================== ] 1980/3363 58% [==================================== ] 1981/3363 58% [==================================== ] 1982/3363 58% [==================================== ] 1983/3363 58% [==================================== ] 1984/3363 58% [==================================== ] 1985/3363 59% [==================================== ] 1986/3363 59% [==================================== ] 1987/3363 59% [==================================== ] 1988/3363 59% [==================================== ] 1989/3363 59% [==================================== ] 1990/3363 59% [==================================== ] 1991/3363 59% [==================================== ] 1992/3363 59% [==================================== ] 1993/3363 59% [==================================== ] 1994/3363 59% [==================================== ] 1995/3363 59% [==================================== ] 1996/3363 59% [==================================== ] 1997/3363 59% [==================================== ] 1998/3363 59% [==================================== ] 1999/3363 59% [==================================== ] 2000/3363 59% [==================================== ] 2001/3363 59% [==================================== ] 2002/3363 59% [==================================== ] 2003/3363 59% [==================================== ] 2004/3363 59% [==================================== ] 2005/3363 59% [==================================== ] 2006/3363 59% [===================================== ] 2007/3363 59% [===================================== ] 2008/3363 59% [===================================== ] 2009/3363 59% [===================================== ] 2010/3363 59% [===================================== ] 2011/3363 59% [===================================== ] 2012/3363 59% [===================================== ] 2013/3363 59% [===================================== ] 2014/3363 59% [===================================== ] 2015/3363 59% [===================================== ] 2016/3363 59% [===================================== ] 2017/3363 59% [===================================== ] 2018/3363 60% [===================================== ] 2019/3363 60% [===================================== ] 2020/3363 60% [===================================== ] 2021/3363 60% [===================================== ] 2022/3363 60% [===================================== ] 2023/3363 60% [===================================== ] 2024/3363 60% [===================================== ] 2025/3363 60% [===================================== ] 2026/3363 60% [===================================== ] 2027/3363 60% [===================================== ] 2028/3363 60% [===================================== ] 2029/3363 60% [===================================== ] 2030/3363 60% [===================================== ] 2031/3363 60% [===================================== ] 2032/3363 60% [===================================== ] 2033/3363 60% [===================================== ] 2034/3363 60% [===================================== ] 2035/3363 60% [===================================== ] 2036/3363 60% [===================================== ] 2037/3363 60% [===================================== ] 2038/3363 60% [===================================== ] 2039/3363 60% [===================================== ] 2040/3363 60% [===================================== ] 2041/3363 60% [===================================== ] 2042/3363 60% [===================================== ] 2043/3363 60% [===================================== ] 2044/3363 60% [===================================== ] 2045/3363 60% [===================================== ] 2046/3363 60% [===================================== ] 2047/3363 60% [===================================== ] 2048/3363 60% [===================================== ] 2049/3363 60% [===================================== ] 2050/3363 60% [===================================== ] 2051/3363 60% [===================================== ] 2052/3363 61% [===================================== ] 2053/3363 61% [===================================== ] 2054/3363 61% [===================================== ] 2055/3363 61% [===================================== ] 2056/3363 61% [===================================== ] 2057/3363 61% [===================================== ] 2058/3363 61% [===================================== ] 2059/3363 61% [===================================== ] 2060/3363 61% [===================================== ] 2061/3363 61% [====================================== ] 2062/3363 61% [====================================== ] 2063/3363 61% [====================================== ] 2064/3363 61% [====================================== ] 2065/3363 61% [====================================== ] 2066/3363 61% [====================================== ] 2067/3363 61% [====================================== ] 2068/3363 61% [====================================== ] 2069/3363 61% [====================================== ] 2070/3363 61% [====================================== ] 2071/3363 61% [====================================== ] 2072/3363 61% [====================================== ] 2073/3363 61% [====================================== ] 2074/3363 61% [====================================== ] 2075/3363 61% [====================================== ] 2076/3363 61% [====================================== ] 2077/3363 61% [====================================== ] 2078/3363 61% [====================================== ] 2079/3363 61% [====================================== ] 2080/3363 61% [====================================== ] 2081/3363 61% [====================================== ] 2082/3363 61% [====================================== ] 2083/3363 61% [====================================== ] 2084/3363 61% [====================================== ] 2085/3363 61% [====================================== ] 2086/3363 62% [====================================== ] 2087/3363 62% [====================================== ] 2088/3363 62% [====================================== ] 2089/3363 62% [====================================== ] 2090/3363 62% [====================================== ] 2091/3363 62% [====================================== ] 2092/3363 62% [====================================== ] 2093/3363 62% [====================================== ] 2094/3363 62% [====================================== ] 2095/3363 62% [====================================== ] 2096/3363 62% [====================================== ] 2097/3363 62% [====================================== ] 2098/3363 62% [====================================== ] 2099/3363 62% [====================================== ] 2100/3363 62% [====================================== ] 2101/3363 62% [====================================== ] 2102/3363 62% [====================================== ] 2103/3363 62% [====================================== ] 2104/3363 62% [====================================== ] 2105/3363 62% [====================================== ] 2106/3363 62% [====================================== ] 2107/3363 62% [====================================== ] 2108/3363 62% [====================================== ] 2109/3363 62% [====================================== ] 2110/3363 62% [====================================== ] 2111/3363 62% [====================================== ] 2112/3363 62% [====================================== ] 2113/3363 62% [====================================== ] 2114/3363 62% [====================================== ] 2115/3363 62% [======================================= ] 2116/3363 62% [======================================= ] 2117/3363 62% [======================================= ] 2118/3363 62% [======================================= ] 2119/3363 63% [======================================= ] 2120/3363 63% [======================================= ] 2121/3363 63% [======================================= ] 2122/3363 63% [======================================= ] 2123/3363 63% [======================================= ] 2124/3363 63% [======================================= ] 2125/3363 63% [======================================= ] 2126/3363 63% [======================================= ] 2127/3363 63% [======================================= ] 2128/3363 63% [======================================= ] 2129/3363 63% [======================================= ] 2130/3363 63% [======================================= ] 2131/3363 63% [======================================= ] 2132/3363 63% [======================================= ] 2133/3363 63% [======================================= ] 2134/3363 63% [======================================= ] 2135/3363 63% [======================================= ] 2136/3363 63% [======================================= ] 2137/3363 63% [======================================= ] 2138/3363 63% [======================================= ] 2139/3363 63% [======================================= ] 2140/3363 63% [======================================= ] 2141/3363 63% [======================================= ] 2142/3363 63% [======================================= ] 2143/3363 63% [======================================= ] 2144/3363 63% [======================================= ] 2145/3363 63% [======================================= ] 2146/3363 63% [======================================= ] 2147/3363 63% [======================================= ] 2148/3363 63% [======================================= ] 2149/3363 63% [======================================= ] 2150/3363 63% [======================================= ] 2151/3363 63% [======================================= ] 2152/3363 63% [======================================= ] 2153/3363 64% [======================================= ] 2154/3363 64% [======================================= ] 2155/3363 64% [======================================= ] 2156/3363 64% [======================================= ] 2157/3363 64% [======================================= ] 2158/3363 64% [======================================= ] 2159/3363 64% [======================================= ] 2160/3363 64% [======================================= ] 2161/3363 64% [======================================= ] 2162/3363 64% [======================================= ] 2163/3363 64% [======================================= ] 2164/3363 64% [======================================= ] 2165/3363 64% [======================================= ] 2166/3363 64% [======================================= ] 2167/3363 64% [======================================= ] 2168/3363 64% [======================================= ] 2169/3363 64% [======================================== ] 2170/3363 64% [======================================== ] 2171/3363 64% [======================================== ] 2172/3363 64% [======================================== ] 2173/3363 64% [======================================== ] 2174/3363 64% [======================================== ] 2175/3363 64% [======================================== ] 2176/3363 64% [======================================== ] 2177/3363 64% [======================================== ] 2178/3363 64% [======================================== ] 2179/3363 64% [======================================== ] 2180/3363 64% [======================================== ] 2181/3363 64% [======================================== ] 2182/3363 64% [======================================== ] 2183/3363 64% [======================================== ] 2184/3363 64% [======================================== ] 2185/3363 64% [======================================== ] 2186/3363 65% [======================================== ] 2187/3363 65% [======================================== ] 2188/3363 65% [======================================== ] 2189/3363 65% [======================================== ] 2190/3363 65% [======================================== ] 2191/3363 65% [======================================== ] 2192/3363 65% [======================================== ] 2193/3363 65% [======================================== ] 2194/3363 65% [======================================== ] 2195/3363 65% [======================================== ] 2196/3363 65% [======================================== ] 2197/3363 65% [======================================== ] 2198/3363 65% [======================================== ] 2199/3363 65% [======================================== ] 2200/3363 65% [======================================== ] 2201/3363 65% [======================================== ] 2202/3363 65% [======================================== ] 2203/3363 65% [======================================== ] 2204/3363 65% [======================================== ] 2205/3363 65% [======================================== ] 2206/3363 65% [======================================== ] 2207/3363 65% [======================================== ] 2208/3363 65% [======================================== ] 2209/3363 65% [======================================== ] 2210/3363 65% [======================================== ] 2211/3363 65% [======================================== ] 2212/3363 65% [======================================== ] 2213/3363 65% [======================================== ] 2214/3363 65% [======================================== ] 2215/3363 65% [======================================== ] 2216/3363 65% [======================================== ] 2217/3363 65% [======================================== ] 2218/3363 65% [======================================== ] 2219/3363 65% [======================================== ] 2220/3363 66% [======================================== ] 2221/3363 66% [======================================== ] 2222/3363 66% [======================================== ] 2223/3363 66% [========================================= ] 2224/3363 66% [========================================= ] 2225/3363 66% [========================================= ] 2226/3363 66% [========================================= ] 2227/3363 66% [========================================= ] 2228/3363 66% [========================================= ] 2229/3363 66% [========================================= ] 2230/3363 66% [========================================= ] 2231/3363 66% [========================================= ] 2232/3363 66% [========================================= ] 2233/3363 66% [========================================= ] 2234/3363 66% [========================================= ] 2235/3363 66% [========================================= ] 2236/3363 66% [========================================= ] 2237/3363 66% [========================================= ] 2238/3363 66% [========================================= ] 2239/3363 66% [========================================= ] 2240/3363 66% [========================================= ] 2241/3363 66% [========================================= ] 2242/3363 66% [========================================= ] 2243/3363 66% [========================================= ] 2244/3363 66% [========================================= ] 2245/3363 66% [========================================= ] 2246/3363 66% [========================================= ] 2247/3363 66% [========================================= ] 2248/3363 66% [========================================= ] 2249/3363 66% [========================================= ] 2250/3363 66% [========================================= ] 2251/3363 66% [========================================= ] 2252/3363 66% [========================================= ] 2253/3363 66% [========================================= ] 2254/3363 67% [========================================= ] 2255/3363 67% [========================================= ] 2256/3363 67% [========================================= ] 2257/3363 67% [========================================= ] 2258/3363 67% [========================================= ] 2259/3363 67% [========================================= ] 2260/3363 67% [========================================= ] 2261/3363 67% [========================================= ] 2262/3363 67% [========================================= ] 2263/3363 67% [========================================= ] 2264/3363 67% [========================================= ] 2265/3363 67% [========================================= ] 2266/3363 67% [========================================= ] 2267/3363 67% [========================================= ] 2268/3363 67% [========================================= ] 2269/3363 67% [========================================= ] 2270/3363 67% [========================================= ] 2271/3363 67% [========================================= ] 2272/3363 67% [========================================= ] 2273/3363 67% [========================================= ] 2274/3363 67% [========================================= ] 2275/3363 67% [========================================= ] 2276/3363 67% [========================================= ] 2277/3363 67% [========================================= ] 2278/3363 67% [========================================== ] 2279/3363 67% [========================================== ] 2280/3363 67% [========================================== ] 2281/3363 67% [========================================== ] 2282/3363 67% [========================================== ] 2283/3363 67% [========================================== ] 2284/3363 67% [========================================== ] 2285/3363 67% [========================================== ] 2286/3363 67% [========================================== ] 2287/3363 68% [========================================== ] 2288/3363 68% [========================================== ] 2289/3363 68% [========================================== ] 2290/3363 68% [========================================== ] 2291/3363 68% [========================================== ] 2292/3363 68% [========================================== ] 2293/3363 68% [========================================== ] 2294/3363 68% [========================================== ] 2295/3363 68% [========================================== ] 2296/3363 68% [========================================== ] 2297/3363 68% [========================================== ] 2298/3363 68% [========================================== ] 2299/3363 68% [========================================== ] 2300/3363 68% [========================================== ] 2301/3363 68% [========================================== ] 2302/3363 68% [========================================== ] 2303/3363 68% [========================================== ] 2304/3363 68% [========================================== ] 2305/3363 68% [========================================== ] 2306/3363 68% [========================================== ] 2307/3363 68% [========================================== ] 2308/3363 68% [========================================== ] 2309/3363 68% [========================================== ] 2310/3363 68% [========================================== ] 2311/3363 68% [========================================== ] 2312/3363 68% [========================================== ] 2313/3363 68% [========================================== ] 2314/3363 68% [========================================== ] 2315/3363 68% [========================================== ] 2316/3363 68% [========================================== ] 2317/3363 68% [========================================== ] 2318/3363 68% [========================================== ] 2319/3363 68% [========================================== ] 2320/3363 68% [========================================== ] 2321/3363 69% [========================================== ] 2322/3363 69% [========================================== ] 2323/3363 69% [========================================== ] 2324/3363 69% [========================================== ] 2325/3363 69% [========================================== ] 2326/3363 69% [========================================== ] 2327/3363 69% [========================================== ] 2328/3363 69% [========================================== ] 2329/3363 69% [========================================== ] 2330/3363 69% [========================================== ] 2331/3363 69% [========================================== ] 2332/3363 69% [=========================================== ] 2333/3363 69% [=========================================== ] 2334/3363 69% [=========================================== ] 2335/3363 69% [=========================================== ] 2336/3363 69% [=========================================== ] 2337/3363 69% [=========================================== ] 2338/3363 69% [=========================================== ] 2339/3363 69% [=========================================== ] 2340/3363 69% [=========================================== ] 2341/3363 69% [=========================================== ] 2342/3363 69% [=========================================== ] 2343/3363 69% [=========================================== ] 2344/3363 69% [=========================================== ] 2345/3363 69% [=========================================== ] 2346/3363 69% [=========================================== ] 2347/3363 69% [=========================================== ] 2348/3363 69% [=========================================== ] 2349/3363 69% [=========================================== ] 2350/3363 69% [=========================================== ] 2351/3363 69% [=========================================== ] 2352/3363 69% [=========================================== ] 2353/3363 69% [=========================================== ] 2354/3363 69% [=========================================== ] 2355/3363 70% [=========================================== ] 2356/3363 70% [=========================================== ] 2357/3363 70% [=========================================== ] 2358/3363 70% [=========================================== ] 2359/3363 70% [=========================================== ] 2360/3363 70% [=========================================== ] 2361/3363 70% [=========================================== ] 2362/3363 70% [=========================================== ] 2363/3363 70% [=========================================== ] 2364/3363 70% [=========================================== ] 2365/3363 70% [=========================================== ] 2366/3363 70% [=========================================== ] 2367/3363 70% [=========================================== ] 2368/3363 70% [=========================================== ] 2369/3363 70% [=========================================== ] 2370/3363 70% [=========================================== ] 2371/3363 70% [=========================================== ] 2372/3363 70% [=========================================== ] 2373/3363 70% [=========================================== ] 2374/3363 70% [=========================================== ] 2375/3363 70% [=========================================== ] 2376/3363 70% [=========================================== ] 2377/3363 70% [=========================================== ] 2378/3363 70% [=========================================== ] 2379/3363 70% [=========================================== ] 2380/3363 70% [=========================================== ] 2381/3363 70% [=========================================== ] 2382/3363 70% [=========================================== ] 2383/3363 70% [=========================================== ] 2384/3363 70% [=========================================== ] 2385/3363 70% [=========================================== ] 2386/3363 70% [============================================ ] 2387/3363 70% [============================================ ] 2388/3363 71% [============================================ ] 2389/3363 71% [============================================ ] 2390/3363 71% [============================================ ] 2391/3363 71% [============================================ ] 2392/3363 71% [============================================ ] 2393/3363 71% [============================================ ] 2394/3363 71% [============================================ ] 2395/3363 71% [============================================ ] 2396/3363 71% [============================================ ] 2397/3363 71% [============================================ ] 2398/3363 71% [============================================ ] 2399/3363 71% [============================================ ] 2400/3363 71% [============================================ ] 2401/3363 71% [============================================ ] 2402/3363 71% [============================================ ] 2403/3363 71% [============================================ ] 2404/3363 71% [============================================ ] 2405/3363 71% [============================================ ] 2406/3363 71% [============================================ ] 2407/3363 71% [============================================ ] 2408/3363 71% [============================================ ] 2409/3363 71% [============================================ ] 2410/3363 71% [============================================ ] 2411/3363 71% [============================================ ] 2412/3363 71% [============================================ ] 2413/3363 71% [============================================ ] 2414/3363 71% [============================================ ] 2415/3363 71% [============================================ ] 2416/3363 71% [============================================ ] 2417/3363 71% [============================================ ] 2418/3363 71% [============================================ ] 2419/3363 71% [============================================ ] 2420/3363 71% [============================================ ] 2421/3363 71% [============================================ ] 2422/3363 72% [============================================ ] 2423/3363 72% [============================================ ] 2424/3363 72% [============================================ ] 2425/3363 72% [============================================ ] 2426/3363 72% [============================================ ] 2427/3363 72% [============================================ ] 2428/3363 72% [============================================ ] 2429/3363 72% [============================================ ] 2430/3363 72% [============================================ ] 2431/3363 72% [============================================ ] 2432/3363 72% [============================================ ] 2433/3363 72% [============================================ ] 2434/3363 72% [============================================ ] 2435/3363 72% [============================================ ] 2436/3363 72% [============================================ ] 2437/3363 72% [============================================ ] 2438/3363 72% [============================================ ] 2439/3363 72% [============================================ ] 2440/3363 72% [============================================= ] 2441/3363 72% [============================================= ] 2442/3363 72% [============================================= ] 2443/3363 72% [============================================= ] 2444/3363 72% [============================================= ] 2445/3363 72% [============================================= ] 2446/3363 72% [============================================= ] 2447/3363 72% [============================================= ] 2448/3363 72% [============================================= ] 2449/3363 72% [============================================= ] 2450/3363 72% [============================================= ] 2451/3363 72% [============================================= ] 2452/3363 72% [============================================= ] 2453/3363 72% [============================================= ] 2454/3363 72% [============================================= ] 2455/3363 73% [============================================= ] 2456/3363 73% [============================================= ] 2457/3363 73% [============================================= ] 2458/3363 73% [============================================= ] 2459/3363 73% [============================================= ] 2460/3363 73% [============================================= ] 2461/3363 73% [============================================= ] 2462/3363 73% [============================================= ] 2463/3363 73% [============================================= ] 2464/3363 73% [============================================= ] 2465/3363 73% [============================================= ] 2466/3363 73% [============================================= ] 2467/3363 73% [============================================= ] 2468/3363 73% [============================================= ] 2469/3363 73% [============================================= ] 2470/3363 73% [============================================= ] 2471/3363 73% [============================================= ] 2472/3363 73% [============================================= ] 2473/3363 73% [============================================= ] 2474/3363 73% [============================================= ] 2475/3363 73% [============================================= ] 2476/3363 73% [============================================= ] 2477/3363 73% [============================================= ] 2478/3363 73% [============================================= ] 2479/3363 73% [============================================= ] 2480/3363 73% [============================================= ] 2481/3363 73% [============================================= ] 2482/3363 73% [============================================= ] 2483/3363 73% [============================================= ] 2484/3363 73% [============================================= ] 2485/3363 73% [============================================= ] 2486/3363 73% [============================================= ] 2487/3363 73% [============================================= ] 2488/3363 73% [============================================= ] 2489/3363 74% [============================================= ] 2490/3363 74% [============================================= ] 2491/3363 74% [============================================= ] 2492/3363 74% [============================================= ] 2493/3363 74% [============================================= ] 2494/3363 74% [============================================= ] 2495/3363 74% [============================================== ] 2496/3363 74% [============================================== ] 2497/3363 74% [============================================== ] 2498/3363 74% [============================================== ] 2499/3363 74% [============================================== ] 2500/3363 74% [============================================== ] 2501/3363 74% [============================================== ] 2502/3363 74% [============================================== ] 2503/3363 74% [============================================== ] 2504/3363 74% [============================================== ] 2505/3363 74% [============================================== ] 2506/3363 74% [============================================== ] 2507/3363 74% [============================================== ] 2508/3363 74% [============================================== ] 2509/3363 74% [============================================== ] 2510/3363 74% [============================================== ] 2511/3363 74% [============================================== ] 2512/3363 74% [============================================== ] 2513/3363 74% [============================================== ] 2514/3363 74% [============================================== ] 2515/3363 74% [============================================== ] 2516/3363 74% [============================================== ] 2517/3363 74% [============================================== ] 2518/3363 74% [============================================== ] 2519/3363 74% [============================================== ] 2520/3363 74% [============================================== ] 2521/3363 74% [============================================== ] 2522/3363 74% [============================================== ] 2523/3363 75% [============================================== ] 2524/3363 75% [============================================== ] 2525/3363 75% [============================================== ] 2526/3363 75% [============================================== ] 2527/3363 75% [============================================== ] 2528/3363 75% [============================================== ] 2529/3363 75% [============================================== ] 2530/3363 75% [============================================== ] 2531/3363 75% [============================================== ] 2532/3363 75% [============================================== ] 2533/3363 75% [============================================== ] 2534/3363 75% [============================================== ] 2535/3363 75% [============================================== ] 2536/3363 75% [============================================== ] 2537/3363 75% [============================================== ] 2538/3363 75% [============================================== ] 2539/3363 75% [============================================== ] 2540/3363 75% [============================================== ] 2541/3363 75% [============================================== ] 2542/3363 75% [============================================== ] 2543/3363 75% [============================================== ] 2544/3363 75% [============================================== ] 2545/3363 75% [============================================== ] 2546/3363 75% [============================================== ] 2547/3363 75% [============================================== ] 2548/3363 75% [============================================== ] 2549/3363 75% [=============================================== ] 2550/3363 75% [=============================================== ] 2551/3363 75% [=============================================== ] 2552/3363 75% [=============================================== ] 2553/3363 75% [=============================================== ] 2554/3363 75% [=============================================== ] 2555/3363 75% [=============================================== ] 2556/3363 76% [=============================================== ] 2557/3363 76% [=============================================== ] 2558/3363 76% [=============================================== ] 2559/3363 76% [=============================================== ] 2560/3363 76% [=============================================== ] 2561/3363 76% [=============================================== ] 2562/3363 76% [=============================================== ] 2563/3363 76% [=============================================== ] 2564/3363 76% [=============================================== ] 2565/3363 76% [=============================================== ] 2566/3363 76% [=============================================== ] 2567/3363 76% [=============================================== ] 2568/3363 76% [=============================================== ] 2569/3363 76% [=============================================== ] 2570/3363 76% [=============================================== ] 2571/3363 76% [=============================================== ] 2572/3363 76% [=============================================== ] 2573/3363 76% [=============================================== ] 2574/3363 76% [=============================================== ] 2575/3363 76% [=============================================== ] 2576/3363 76% [=============================================== ] 2577/3363 76% [=============================================== ] 2578/3363 76% [=============================================== ] 2579/3363 76% [=============================================== ] 2580/3363 76% [=============================================== ] 2581/3363 76% [=============================================== ] 2582/3363 76% [=============================================== ] 2583/3363 76% [=============================================== ] 2584/3363 76% [=============================================== ] 2585/3363 76% [=============================================== ] 2586/3363 76% [=============================================== ] 2587/3363 76% [=============================================== ] 2588/3363 76% [=============================================== ] 2589/3363 76% [=============================================== ] 2590/3363 77% [=============================================== ] 2591/3363 77% [=============================================== ] 2592/3363 77% [=============================================== ] 2593/3363 77% [=============================================== ] 2594/3363 77% [=============================================== ] 2595/3363 77% [=============================================== ] 2596/3363 77% [=============================================== ] 2597/3363 77% [=============================================== ] 2598/3363 77% [=============================================== ] 2599/3363 77% [=============================================== ] 2600/3363 77% [=============================================== ] 2601/3363 77% [=============================================== ] 2602/3363 77% [=============================================== ] 2603/3363 77% [================================================ ] 2604/3363 77% [================================================ ] 2605/3363 77% [================================================ ] 2606/3363 77% [================================================ ] 2607/3363 77% [================================================ ] 2608/3363 77% [================================================ ] 2609/3363 77% [================================================ ] 2610/3363 77% [================================================ ] 2611/3363 77% [================================================ ] 2612/3363 77% [================================================ ] 2613/3363 77% [================================================ ] 2614/3363 77% [================================================ ] 2615/3363 77% [================================================ ] 2616/3363 77% [================================================ ] 2617/3363 77% [================================================ ] 2618/3363 77% [================================================ ] 2619/3363 77% [================================================ ] 2620/3363 77% [================================================ ] 2621/3363 77% [================================================ ] 2622/3363 77% [================================================ ] 2623/3363 77% [================================================ ] 2624/3363 78% [================================================ ] 2625/3363 78% [================================================ ] 2626/3363 78% [================================================ ] 2627/3363 78% [================================================ ] 2628/3363 78% [================================================ ] 2629/3363 78% [================================================ ] 2630/3363 78% [================================================ ] 2631/3363 78% [================================================ ] 2632/3363 78% [================================================ ] 2633/3363 78% [================================================ ] 2634/3363 78% [================================================ ] 2635/3363 78% [================================================ ] 2636/3363 78% [================================================ ] 2637/3363 78% [================================================ ] 2638/3363 78% [================================================ ] 2639/3363 78% [================================================ ] 2640/3363 78% [================================================ ] 2641/3363 78% [================================================ ] 2642/3363 78% [================================================ ] 2643/3363 78% [================================================ ] 2644/3363 78% [================================================ ] 2645/3363 78% [================================================ ] 2646/3363 78% [================================================ ] 2647/3363 78% [================================================ ] 2648/3363 78% [================================================ ] 2649/3363 78% [================================================ ] 2650/3363 78% [================================================ ] 2651/3363 78% [================================================ ] 2652/3363 78% [================================================ ] 2653/3363 78% [================================================ ] 2654/3363 78% [================================================ ] 2655/3363 78% [================================================ ] 2656/3363 78% [================================================ ] 2657/3363 79% [================================================= ] 2658/3363 79% [================================================= ] 2659/3363 79% [================================================= ] 2660/3363 79% [================================================= ] 2661/3363 79% [================================================= ] 2662/3363 79% [================================================= ] 2663/3363 79% [================================================= ] 2664/3363 79% [================================================= ] 2665/3363 79% [================================================= ] 2666/3363 79% [================================================= ] 2667/3363 79% [================================================= ] 2668/3363 79% [================================================= ] 2669/3363 79% [================================================= ] 2670/3363 79% [================================================= ] 2671/3363 79% [================================================= ] 2672/3363 79% [================================================= ] 2673/3363 79% [================================================= ] 2674/3363 79% [================================================= ] 2675/3363 79% [================================================= ] 2676/3363 79% [================================================= ] 2677/3363 79% [================================================= ] 2678/3363 79% [================================================= ] 2679/3363 79% [================================================= ] 2680/3363 79% [================================================= ] 2681/3363 79% [================================================= ] 2682/3363 79% [================================================= ] 2683/3363 79% [================================================= ] 2684/3363 79% [================================================= ] 2685/3363 79% [================================================= ] 2686/3363 79% [================================================= ] 2687/3363 79% [================================================= ] 2688/3363 79% [================================================= ] 2689/3363 79% [================================================= ] 2690/3363 79% [================================================= ] 2691/3363 80% [================================================= ] 2692/3363 80% [================================================= ] 2693/3363 80% [================================================= ] 2694/3363 80% [================================================= ] 2695/3363 80% [================================================= ] 2696/3363 80% [================================================= ] 2697/3363 80% [================================================= ] 2698/3363 80% [================================================= ] 2699/3363 80% [================================================= ] 2700/3363 80% [================================================= ] 2701/3363 80% [================================================= ] 2702/3363 80% [================================================= ] 2703/3363 80% [================================================= ] 2704/3363 80% [================================================= ] 2705/3363 80% [================================================= ] 2706/3363 80% [================================================= ] 2707/3363 80% [================================================= ] 2708/3363 80% [================================================= ] 2709/3363 80% [================================================= ] 2710/3363 80% [================================================= ] 2711/3363 80% [================================================= ] 2712/3363 80% [================================================== ] 2713/3363 80% [================================================== ] 2714/3363 80% [================================================== ] 2715/3363 80% [================================================== ] 2716/3363 80% [================================================== ] 2717/3363 80% [================================================== ] 2718/3363 80% [================================================== ] 2719/3363 80% [================================================== ] 2720/3363 80% [================================================== ] 2721/3363 80% [================================================== ] 2722/3363 80% [================================================== ] 2723/3363 80% [================================================== ] 2724/3363 80% [================================================== ] 2725/3363 81% [================================================== ] 2726/3363 81% [================================================== ] 2727/3363 81% [================================================== ] 2728/3363 81% [================================================== ] 2729/3363 81% [================================================== ] 2730/3363 81% [================================================== ] 2731/3363 81% [================================================== ] 2732/3363 81% [================================================== ] 2733/3363 81% [================================================== ] 2734/3363 81% [================================================== ] 2735/3363 81% [================================================== ] 2736/3363 81% [================================================== ] 2737/3363 81% [================================================== ] 2738/3363 81% [================================================== ] 2739/3363 81% [================================================== ] 2740/3363 81% [================================================== ] 2741/3363 81% [================================================== ] 2742/3363 81% [================================================== ] 2743/3363 81% [================================================== ] 2744/3363 81% [================================================== ] 2745/3363 81% [================================================== ] 2746/3363 81% [================================================== ] 2747/3363 81% [================================================== ] 2748/3363 81% [================================================== ] 2749/3363 81% [================================================== ] 2750/3363 81% [================================================== ] 2751/3363 81% [================================================== ] 2752/3363 81% [================================================== ] 2753/3363 81% [================================================== ] 2754/3363 81% [================================================== ] 2755/3363 81% [================================================== ] 2756/3363 81% [================================================== ] 2757/3363 81% [================================================== ] 2758/3363 82% [================================================== ] 2759/3363 82% [================================================== ] 2760/3363 82% [================================================== ] 2761/3363 82% [================================================== ] 2762/3363 82% [================================================== ] 2763/3363 82% [================================================== ] 2764/3363 82% [================================================== ] 2765/3363 82% [================================================== ] 2766/3363 82% [=================================================== ] 2767/3363 82% [=================================================== ] 2768/3363 82% [=================================================== ] 2769/3363 82% [=================================================== ] 2770/3363 82% [=================================================== ] 2771/3363 82% [=================================================== ] 2772/3363 82% [=================================================== ] 2773/3363 82% [=================================================== ] 2774/3363 82% [=================================================== ] 2775/3363 82% [=================================================== ] 2776/3363 82% [=================================================== ] 2777/3363 82% [=================================================== ] 2778/3363 82% [=================================================== ] 2779/3363 82% [=================================================== ] 2780/3363 82% [=================================================== ] 2781/3363 82% [=================================================== ] 2782/3363 82% [=================================================== ] 2783/3363 82% [=================================================== ] 2784/3363 82% [=================================================== ] 2785/3363 82% [=================================================== ] 2786/3363 82% [=================================================== ] 2787/3363 82% [=================================================== ] 2788/3363 82% [=================================================== ] 2789/3363 82% [=================================================== ] 2790/3363 82% [=================================================== ] 2791/3363 82% [=================================================== ] 2792/3363 83% [=================================================== ] 2793/3363 83% [=================================================== ] 2794/3363 83% [=================================================== ] 2795/3363 83% [=================================================== ] 2796/3363 83% [=================================================== ] 2797/3363 83% [=================================================== ] 2798/3363 83% [=================================================== ] 2799/3363 83% [=================================================== ] 2800/3363 83% [=================================================== ] 2801/3363 83% [=================================================== ] 2802/3363 83% [=================================================== ] 2803/3363 83% [=================================================== ] 2804/3363 83% [=================================================== ] 2805/3363 83% [=================================================== ] 2806/3363 83% [=================================================== ] 2807/3363 83% [=================================================== ] 2808/3363 83% [=================================================== ] 2809/3363 83% [=================================================== ] 2810/3363 83% [=================================================== ] 2811/3363 83% [=================================================== ] 2812/3363 83% [=================================================== ] 2813/3363 83% [=================================================== ] 2814/3363 83% [=================================================== ] 2815/3363 83% [=================================================== ] 2816/3363 83% [=================================================== ] 2817/3363 83% [=================================================== ] 2818/3363 83% [=================================================== ] 2819/3363 83% [=================================================== ] 2820/3363 83% [==================================================== ] 2821/3363 83% [==================================================== ] 2822/3363 83% [==================================================== ] 2823/3363 83% [==================================================== ] 2824/3363 83% [==================================================== ] 2825/3363 84% [==================================================== ] 2826/3363 84% [==================================================== ] 2827/3363 84% [==================================================== ] 2828/3363 84% [==================================================== ] 2829/3363 84% [==================================================== ] 2830/3363 84% [==================================================== ] 2831/3363 84% [==================================================== ] 2832/3363 84% [==================================================== ] 2833/3363 84% [==================================================== ] 2834/3363 84% [==================================================== ] 2835/3363 84% [==================================================== ] 2836/3363 84% [==================================================== ] 2837/3363 84% [==================================================== ] 2838/3363 84% [==================================================== ] 2839/3363 84% [==================================================== ] 2840/3363 84% [==================================================== ] 2841/3363 84% [==================================================== ] 2842/3363 84% [==================================================== ] 2843/3363 84% [==================================================== ] 2844/3363 84% [==================================================== ] 2845/3363 84% [==================================================== ] 2846/3363 84% [==================================================== ] 2847/3363 84% [==================================================== ] 2848/3363 84% [==================================================== ] 2849/3363 84% [==================================================== ] 2850/3363 84% [==================================================== ] 2851/3363 84% [==================================================== ] 2852/3363 84% [==================================================== ] 2853/3363 84% [==================================================== ] 2854/3363 84% [==================================================== ] 2855/3363 84% [==================================================== ] 2856/3363 84% [==================================================== ] 2857/3363 84% [==================================================== ] 2858/3363 84% [==================================================== ] 2859/3363 85% [==================================================== ] 2860/3363 85% [==================================================== ] 2861/3363 85% [==================================================== ] 2862/3363 85% [==================================================== ] 2863/3363 85% [==================================================== ] 2864/3363 85% [==================================================== ] 2865/3363 85% [==================================================== ] 2866/3363 85% [==================================================== ] 2867/3363 85% [==================================================== ] 2868/3363 85% [==================================================== ] 2869/3363 85% [==================================================== ] 2870/3363 85% [==================================================== ] 2871/3363 85% [==================================================== ] 2872/3363 85% [==================================================== ] 2873/3363 85% [==================================================== ] 2874/3363 85% [===================================================== ] 2875/3363 85% [===================================================== ] 2876/3363 85% [===================================================== ] 2877/3363 85% [===================================================== ] 2878/3363 85% [===================================================== ] 2879/3363 85% [===================================================== ] 2880/3363 85% [===================================================== ] 2881/3363 85% [===================================================== ] 2882/3363 85% [===================================================== ] 2883/3363 85% [===================================================== ] 2884/3363 85% [===================================================== ] 2885/3363 85% [===================================================== ] 2886/3363 85% [===================================================== ] 2887/3363 85% [===================================================== ] 2888/3363 85% [===================================================== ] 2889/3363 85% [===================================================== ] 2890/3363 85% [===================================================== ] 2891/3363 85% [===================================================== ] 2892/3363 85% [===================================================== ] 2893/3363 86% [===================================================== ] 2894/3363 86% [===================================================== ] 2895/3363 86% [===================================================== ] 2896/3363 86% [===================================================== ] 2897/3363 86% [===================================================== ] 2898/3363 86% [===================================================== ] 2899/3363 86% [===================================================== ] 2900/3363 86% [===================================================== ] 2901/3363 86% [===================================================== ] 2902/3363 86% [===================================================== ] 2903/3363 86% [===================================================== ] 2904/3363 86% [===================================================== ] 2905/3363 86% [===================================================== ] 2906/3363 86% [===================================================== ] 2907/3363 86% [===================================================== ] 2908/3363 86% [===================================================== ] 2909/3363 86% [===================================================== ] 2910/3363 86% [===================================================== ] 2911/3363 86% [===================================================== ] 2912/3363 86% [===================================================== ] 2913/3363 86% [===================================================== ] 2914/3363 86% [===================================================== ] 2915/3363 86% [===================================================== ] 2916/3363 86% [===================================================== ] 2917/3363 86% [===================================================== ] 2918/3363 86% [===================================================== ] 2919/3363 86% [===================================================== ] 2920/3363 86% [===================================================== ] 2921/3363 86% [===================================================== ] 2922/3363 86% [===================================================== ] 2923/3363 86% [===================================================== ] 2924/3363 86% [===================================================== ] 2925/3363 86% [===================================================== ] 2926/3363 87% [===================================================== ] 2927/3363 87% [===================================================== ] 2928/3363 87% [===================================================== ] 2929/3363 87% [====================================================== ] 2930/3363 87% [====================================================== ] 2931/3363 87% [====================================================== ] 2932/3363 87% [====================================================== ] 2933/3363 87% [====================================================== ] 2934/3363 87% [====================================================== ] 2935/3363 87% [====================================================== ] 2936/3363 87% [====================================================== ] 2937/3363 87% [====================================================== ] 2938/3363 87% [====================================================== ] 2939/3363 87% [====================================================== ] 2940/3363 87% [====================================================== ] 2941/3363 87% [====================================================== ] 2942/3363 87% [====================================================== ] 2943/3363 87% [====================================================== ] 2944/3363 87% [====================================================== ] 2945/3363 87% [====================================================== ] 2946/3363 87% [====================================================== ] 2947/3363 87% [====================================================== ] 2948/3363 87% [====================================================== ] 2949/3363 87% [====================================================== ] 2950/3363 87% [====================================================== ] 2951/3363 87% [====================================================== ] 2952/3363 87% [====================================================== ] 2953/3363 87% [====================================================== ] 2954/3363 87% [====================================================== ] 2955/3363 87% [====================================================== ] 2956/3363 87% [====================================================== ] 2957/3363 87% [====================================================== ] 2958/3363 87% [====================================================== ] 2959/3363 87% [====================================================== ] 2960/3363 88% [====================================================== ] 2961/3363 88% [====================================================== ] 2962/3363 88% [====================================================== ] 2963/3363 88% [====================================================== ] 2964/3363 88% [====================================================== ] 2965/3363 88% [====================================================== ] 2966/3363 88% [====================================================== ] 2967/3363 88% [====================================================== ] 2968/3363 88% [====================================================== ] 2969/3363 88% [====================================================== ] 2970/3363 88% [====================================================== ] 2971/3363 88% [====================================================== ] 2972/3363 88% [====================================================== ] 2973/3363 88% [====================================================== ] 2974/3363 88% [====================================================== ] 2975/3363 88% [====================================================== ] 2976/3363 88% [====================================================== ] 2977/3363 88% [====================================================== ] 2978/3363 88% [====================================================== ] 2979/3363 88% [====================================================== ] 2980/3363 88% [====================================================== ] 2981/3363 88% [====================================================== ] 2982/3363 88% [====================================================== ] 2983/3363 88% [======================================================= ] 2984/3363 88% [======================================================= ] 2985/3363 88% [======================================================= ] 2986/3363 88% [======================================================= ] 2987/3363 88% [======================================================= ] 2988/3363 88% [======================================================= ] 2989/3363 88% [======================================================= ] 2990/3363 88% [======================================================= ] 2991/3363 88% [======================================================= ] 2992/3363 88% [======================================================= ] 2993/3363 88% [======================================================= ] 2994/3363 89% [======================================================= ] 2995/3363 89% [======================================================= ] 2996/3363 89% [======================================================= ] 2997/3363 89% [======================================================= ] 2998/3363 89% [======================================================= ] 2999/3363 89% [======================================================= ] 3000/3363 89% [======================================================= ] 3001/3363 89% [======================================================= ] 3002/3363 89% [======================================================= ] 3003/3363 89% [======================================================= ] 3004/3363 89% [======================================================= ] 3005/3363 89% [======================================================= ] 3006/3363 89% [======================================================= ] 3007/3363 89% [======================================================= ] 3008/3363 89% [======================================================= ] 3009/3363 89% [======================================================= ] 3010/3363 89% [======================================================= ] 3011/3363 89% [======================================================= ] 3012/3363 89% [======================================================= ] 3013/3363 89% [======================================================= ] 3014/3363 89% [======================================================= ] 3015/3363 89% [======================================================= ] 3016/3363 89% [======================================================= ] 3017/3363 89% [======================================================= ] 3018/3363 89% [======================================================= ] 3019/3363 89% [======================================================= ] 3020/3363 89% [======================================================= ] 3021/3363 89% [======================================================= ] 3022/3363 89% [======================================================= ] 3023/3363 89% [======================================================= ] 3024/3363 89% [======================================================= ] 3025/3363 89% [======================================================= ] 3026/3363 89% [======================================================= ] 3027/3363 90% [======================================================= ] 3028/3363 90% [======================================================= ] 3029/3363 90% [======================================================= ] 3030/3363 90% [======================================================= ] 3031/3363 90% [======================================================= ] 3032/3363 90% [======================================================= ] 3033/3363 90% [======================================================= ] 3034/3363 90% [======================================================= ] 3035/3363 90% [======================================================= ] 3036/3363 90% [======================================================= ] 3037/3363 90% [======================================================== ] 3038/3363 90% [======================================================== ] 3039/3363 90% [======================================================== ] 3040/3363 90% [======================================================== ] 3041/3363 90% [======================================================== ] 3042/3363 90% [======================================================== ] 3043/3363 90% [======================================================== ] 3044/3363 90% [======================================================== ] 3045/3363 90% [======================================================== ] 3046/3363 90% [======================================================== ] 3047/3363 90% [======================================================== ] 3048/3363 90% [======================================================== ] 3049/3363 90% [======================================================== ] 3050/3363 90% [======================================================== ] 3051/3363 90% [======================================================== ] 3052/3363 90% [======================================================== ] 3053/3363 90% [======================================================== ] 3054/3363 90% [======================================================== ] 3055/3363 90% [======================================================== ] 3056/3363 90% [======================================================== ] 3057/3363 90% [======================================================== ] 3058/3363 90% [======================================================== ] 3059/3363 90% [======================================================== ] 3060/3363 90% [======================================================== ] 3061/3363 91% [======================================================== ] 3062/3363 91% [======================================================== ] 3063/3363 91% [======================================================== ] 3064/3363 91% [======================================================== ] 3065/3363 91% [======================================================== ] 3066/3363 91% [======================================================== ] 3067/3363 91% [======================================================== ] 3068/3363 91% [======================================================== ] 3069/3363 91% [======================================================== ] 3070/3363 91% [======================================================== ] 3071/3363 91% [======================================================== ] 3072/3363 91% [======================================================== ] 3073/3363 91% [======================================================== ] 3074/3363 91% [======================================================== ] 3075/3363 91% [======================================================== ] 3076/3363 91% [======================================================== ] 3077/3363 91% [======================================================== ] 3078/3363 91% [======================================================== ] 3079/3363 91% [======================================================== ] 3080/3363 91% [======================================================== ] 3081/3363 91% [======================================================== ] 3082/3363 91% [======================================================== ] 3083/3363 91% [======================================================== ] 3084/3363 91% [======================================================== ] 3085/3363 91% [======================================================== ] 3086/3363 91% [======================================================== ] 3087/3363 91% [======================================================== ] 3088/3363 91% [======================================================== ] 3089/3363 91% [======================================================== ] 3090/3363 91% [======================================================== ] 3091/3363 91% [========================================================= ] 3092/3363 91% [========================================================= ] 3093/3363 91% [========================================================= ] 3094/3363 92% [========================================================= ] 3095/3363 92% [========================================================= ] 3096/3363 92% [========================================================= ] 3097/3363 92% [========================================================= ] 3098/3363 92% [========================================================= ] 3099/3363 92% [========================================================= ] 3100/3363 92% [========================================================= ] 3101/3363 92% [========================================================= ] 3102/3363 92% [========================================================= ] 3103/3363 92% [========================================================= ] 3104/3363 92% [========================================================= ] 3105/3363 92% [========================================================= ] 3106/3363 92% [========================================================= ] 3107/3363 92% [========================================================= ] 3108/3363 92% [========================================================= ] 3109/3363 92% [========================================================= ] 3110/3363 92% [========================================================= ] 3111/3363 92% [========================================================= ] 3112/3363 92% [========================================================= ] 3113/3363 92% [========================================================= ] 3114/3363 92% [========================================================= ] 3115/3363 92% [========================================================= ] 3116/3363 92% [========================================================= ] 3117/3363 92% [========================================================= ] 3118/3363 92% [========================================================= ] 3119/3363 92% [========================================================= ] 3120/3363 92% [========================================================= ] 3121/3363 92% [========================================================= ] 3122/3363 92% [========================================================= ] 3123/3363 92% [========================================================= ] 3124/3363 92% [========================================================= ] 3125/3363 92% [========================================================= ] 3126/3363 92% [========================================================= ] 3127/3363 92% [========================================================= ] 3128/3363 93% [========================================================= ] 3129/3363 93% [========================================================= ] 3130/3363 93% [========================================================= ] 3131/3363 93% [========================================================= ] 3132/3363 93% [========================================================= ] 3133/3363 93% [========================================================= ] 3134/3363 93% [========================================================= ] 3135/3363 93% [========================================================= ] 3136/3363 93% [========================================================= ] 3137/3363 93% [========================================================= ] 3138/3363 93% [========================================================= ] 3139/3363 93% [========================================================= ] 3140/3363 93% [========================================================= ] 3141/3363 93% [========================================================= ] 3142/3363 93% [========================================================= ] 3143/3363 93% [========================================================= ] 3144/3363 93% [========================================================= ] 3145/3363 93% [========================================================= ] 3146/3363 93% [========================================================== ] 3147/3363 93% [========================================================== ] 3148/3363 93% [========================================================== ] 3149/3363 93% [========================================================== ] 3150/3363 93% [========================================================== ] 3151/3363 93% [========================================================== ] 3152/3363 93% [========================================================== ] 3153/3363 93% [========================================================== ] 3154/3363 93% [========================================================== ] 3155/3363 93% [========================================================== ] 3156/3363 93% [========================================================== ] 3157/3363 93% [========================================================== ] 3158/3363 93% [========================================================== ] 3159/3363 93% [========================================================== ] 3160/3363 93% [========================================================== ] 3161/3363 93% [========================================================== ] 3162/3363 94% [========================================================== ] 3163/3363 94% [========================================================== ] 3164/3363 94% [========================================================== ] 3165/3363 94% [========================================================== ] 3166/3363 94% [========================================================== ] 3167/3363 94% [========================================================== ] 3168/3363 94% [========================================================== ] 3169/3363 94% [========================================================== ] 3170/3363 94% [========================================================== ] 3171/3363 94% [========================================================== ] 3172/3363 94% [========================================================== ] 3173/3363 94% [========================================================== ] 3174/3363 94% [========================================================== ] 3175/3363 94% [========================================================== ] 3176/3363 94% [========================================================== ] 3177/3363 94% [========================================================== ] 3178/3363 94% [========================================================== ] 3179/3363 94% [========================================================== ] 3180/3363 94% [========================================================== ] 3181/3363 94% [========================================================== ] 3182/3363 94% [========================================================== ] 3183/3363 94% [========================================================== ] 3184/3363 94% [========================================================== ] 3185/3363 94% [========================================================== ] 3186/3363 94% [========================================================== ] 3187/3363 94% [========================================================== ] 3188/3363 94% [========================================================== ] 3189/3363 94% [========================================================== ] 3190/3363 94% [========================================================== ] 3191/3363 94% [========================================================== ] 3192/3363 94% [========================================================== ] 3193/3363 94% [========================================================== ] 3194/3363 94% [========================================================== ] 3195/3363 95% [========================================================== ] 3196/3363 95% [========================================================== ] 3197/3363 95% [========================================================== ] 3198/3363 95% [========================================================== ] 3199/3363 95% [========================================================== ] 3200/3363 95% [=========================================================== ] 3201/3363 95% [=========================================================== ] 3202/3363 95% [=========================================================== ] 3203/3363 95% [=========================================================== ] 3204/3363 95% [=========================================================== ] 3205/3363 95% [=========================================================== ] 3206/3363 95% [=========================================================== ] 3207/3363 95% [=========================================================== ] 3208/3363 95% [=========================================================== ] 3209/3363 95% [=========================================================== ] 3210/3363 95% [=========================================================== ] 3211/3363 95% [=========================================================== ] 3212/3363 95% [=========================================================== ] 3213/3363 95% [=========================================================== ] 3214/3363 95% [=========================================================== ] 3215/3363 95% [=========================================================== ] 3216/3363 95% [=========================================================== ] 3217/3363 95% [=========================================================== ] 3218/3363 95% [=========================================================== ] 3219/3363 95% [=========================================================== ] 3220/3363 95% [=========================================================== ] 3221/3363 95% [=========================================================== ] 3222/3363 95% [=========================================================== ] 3223/3363 95% [=========================================================== ] 3224/3363 95% [=========================================================== ] 3225/3363 95% [=========================================================== ] 3226/3363 95% [=========================================================== ] 3227/3363 95% [=========================================================== ] 3228/3363 95% [=========================================================== ] 3229/3363 96% [=========================================================== ] 3230/3363 96% [=========================================================== ] 3231/3363 96% [=========================================================== ] 3232/3363 96% [=========================================================== ] 3233/3363 96% [=========================================================== ] 3234/3363 96% [=========================================================== ] 3235/3363 96% [=========================================================== ] 3236/3363 96% [=========================================================== ] 3237/3363 96% [=========================================================== ] 3238/3363 96% [=========================================================== ] 3239/3363 96% [=========================================================== ] 3240/3363 96% [=========================================================== ] 3241/3363 96% [=========================================================== ] 3242/3363 96% [=========================================================== ] 3243/3363 96% [=========================================================== ] 3244/3363 96% [=========================================================== ] 3245/3363 96% [=========================================================== ] 3246/3363 96% [=========================================================== ] 3247/3363 96% [=========================================================== ] 3248/3363 96% [=========================================================== ] 3249/3363 96% [=========================================================== ] 3250/3363 96% [=========================================================== ] 3251/3363 96% [=========================================================== ] 3252/3363 96% [=========================================================== ] 3253/3363 96% [=========================================================== ] 3254/3363 96% [============================================================ ] 3255/3363 96% [============================================================ ] 3256/3363 96% [============================================================ ] 3257/3363 96% [============================================================ ] 3258/3363 96% [============================================================ ] 3259/3363 96% [============================================================ ] 3260/3363 96% [============================================================ ] 3261/3363 96% [============================================================ ] 3262/3363 96% [============================================================ ] 3263/3363 97% [============================================================ ] 3264/3363 97% [============================================================ ] 3265/3363 97% [============================================================ ] 3266/3363 97% [============================================================ ] 3267/3363 97% [============================================================ ] 3268/3363 97% [============================================================ ] 3269/3363 97% [============================================================ ] 3270/3363 97% [============================================================ ] 3271/3363 97% [============================================================ ] 3272/3363 97% [============================================================ ] 3273/3363 97% [============================================================ ] 3274/3363 97% [============================================================ ] 3275/3363 97% [============================================================ ] 3276/3363 97% [============================================================ ] 3277/3363 97% [============================================================ ] 3278/3363 97% [============================================================ ] 3279/3363 97% [============================================================ ] 3280/3363 97% [============================================================ ] 3281/3363 97% [============================================================ ] 3282/3363 97% [============================================================ ] 3283/3363 97% [============================================================ ] 3284/3363 97% [============================================================ ] 3285/3363 97% [============================================================ ] 3286/3363 97% [============================================================ ] 3287/3363 97% [============================================================ ] 3288/3363 97% [============================================================ ] 3289/3363 97% [============================================================ ] 3290/3363 97% [============================================================ ] 3291/3363 97% [============================================================ ] 3292/3363 97% [============================================================ ] 3293/3363 97% [============================================================ ] 3294/3363 97% [============================================================ ] 3295/3363 97% [============================================================ ] 3296/3363 98% [============================================================ ] 3297/3363 98% [============================================================ ] 3298/3363 98% [============================================================ ] 3299/3363 98% [============================================================ ] 3300/3363 98% [============================================================ ] 3301/3363 98% [============================================================ ] 3302/3363 98% [============================================================ ] 3303/3363 98% [============================================================ ] 3304/3363 98% [============================================================ ] 3305/3363 98% [============================================================ ] 3306/3363 98% [============================================================ ] 3307/3363 98% [============================================================ ] 3308/3363 98% [============================================================= ] 3309/3363 98% [============================================================= ] 3310/3363 98% [============================================================= ] 3311/3363 98% [============================================================= ] 3312/3363 98% [============================================================= ] 3313/3363 98% [============================================================= ] 3314/3363 98% [============================================================= ] 3315/3363 98% [============================================================= ] 3316/3363 98% [============================================================= ] 3317/3363 98% [============================================================= ] 3318/3363 98% [============================================================= ] 3319/3363 98% [============================================================= ] 3320/3363 98% [============================================================= ] 3321/3363 98% [============================================================= ] 3322/3363 98% [============================================================= ] 3323/3363 98% [============================================================= ] 3324/3363 98% [============================================================= ] 3325/3363 98% [============================================================= ] 3326/3363 98% [============================================================= ] 3327/3363 98% [============================================================= ] 3328/3363 98% [============================================================= ] 3329/3363 98% [============================================================= ] 3330/3363 99% [============================================================= ] 3331/3363 99% [============================================================= ] 3332/3363 99% [============================================================= ] 3333/3363 99% [============================================================= ] 3334/3363 99% [============================================================= ] 3335/3363 99% [============================================================= ] 3336/3363 99% [============================================================= ] 3337/3363 99% [============================================================= ] 3338/3363 99% [============================================================= ] 3339/3363 99% [============================================================= ] 3340/3363 99% [============================================================= ] 3341/3363 99% [============================================================= ] 3342/3363 99% [============================================================= ] 3343/3363 99% [============================================================= ] 3344/3363 99% [============================================================= ] 3345/3363 99% [============================================================= ] 3346/3363 99% [============================================================= ] 3347/3363 99% [============================================================= ] 3348/3363 99% [============================================================= ] 3349/3363 99% [============================================================= ] 3350/3363 99% [============================================================= ] 3351/3363 99% [============================================================= ] 3352/3363 99% [============================================================= ] 3353/3363 99% [============================================================= ] 3354/3363 99% [============================================================= ] 3355/3363 99% [============================================================= ] 3356/3363 99% [============================================================= ] 3357/3363 99% [============================================================= ] 3358/3363 99% [============================================================= ] 3359/3363 99% [============================================================= ] 3360/3363 99% [============================================================= ] 3361/3363 99% [============================================================= ] 3362/3363 99% [==============================================================] 3363/3363 100% operation complete, 3363 objects in 68727 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/armeb-buildroot-linux-musleabi/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 2023.02-38-gd9c4e693a1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.4.233 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> audit 3.0.7 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> avro-c 1.11.1 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> 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) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libkrb5 1.20.1 Collecting legal info NOTICE: OK (sha256: cfadcf7b2ead2f3af793c25c00638c9908ac0023b101695f40cb9a03b16811dc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> linux-pam 1.5.2 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> chrony 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> conntrack-tools 1.4.7 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> curlftpfs 0.9.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libgsasl 1.10.0 Collecting legal info README: OK (sha256: 26e99818ca6ce79d8b2c461fabc72dc6e03483e6b0fd9692dcb07ab1b09bbac7) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-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) >>> dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> dump1090 8.2 Collecting legal info LICENSE: OK (sha256: 804f68c803eb5c127c53ad17c4f4e5033ef158e514bb76950dc7b1773f9ce4b0) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> host-environment-setup Collecting legal info >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> gnu-efi 3.0.15 Collecting legal info README.efilib: OK (sha256: 42d352e9c28dd446fd0209cd6f75588c8e41f0934540bb382bbd61c752360265) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> haproxy 2.6.9 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> ifupdown-scripts Collecting legal info >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> inadyn 2.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> janus-gateway 1.1.1 Collecting legal info COPYING: OK (sha256: 91d04c97fa1da3fcd28205873276358aafc071c5b00a9ea8c49dd06d487a9dc6) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libnice 0.1.21 Collecting legal info COPYING: OK (sha256: 9246b2ee8b1db30cf03d5d9719ad8bb5edce1cadc85f8cfef319c23d24d950b5) COPYING.MPL: OK (sha256: 3b3c75ae6c663c4f93987647eb5463d33dc1602a1aded3ac479773f2c3928e3a) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> latencytop 0.5 Collecting legal info latencytop.c: OK (sha256: 34d1db30ab21eaedb2c191b2787632a960090a0c63da9f5b481d84b23b98c438) >>> libapparmor 3.1.2 Collecting legal info LICENSE: OK (sha256: a7e0cdcbea5c14927cedfc600d46526bdcbb1eb0a4d951e2ea53c2a6de159cb4) libraries/libapparmor/COPYING.LGPL: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmbim 1.28.2 Collecting legal info LICENSES/GPL-2.0-or-later.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmpd 11.8.17 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libqmi 1.32.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsigrok 0.5.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> libtalloc 2.3.4 Collecting legal info talloc.h: OK (sha256: f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libubootenv 0.3.3 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libunwind 1.6.2 Collecting legal info COPYING: OK (sha256: 6a0dbbdaec2b3136b7bf045586f4212bdf74e7af688bf9dfe9154607cf5ec156) >>> liburcu 0.13.2 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libvpx 1.12.0 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> 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) >>> lttng-tools 2.13.8 Collecting legal info LICENSE: OK (sha256: 068e55c7dbe597400199aee75ac5e71bdb2ca88c4c9a4cfa8e1fbc61f933eda5) LICENSES/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/GPL-2.0: OK (sha256: 6841c85b94f9dab319356e3aaf9e969fcedad51d3aaadf665bf86f34f4186b62) LICENSES/LGPL-2.1: OK (sha256: d72921266bc8452a8789f8a04a82755373990d00b7e0b0f1a8edb8f854e94d1c) LICENSES/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-moby-buildkit 0.11.2 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.19.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> multicat 2.3 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> ndisc6 1.0.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> nilfs-utils 2.2.9 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> host-nodejs 16.18.1 Collecting legal info LICENSE: OK (sha256: 0bec08634ba79b5404f6b7f92ea850f3c2a06e27e6f83f2267e4f5e55ae33334) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> openblas 0.3.21 Collecting legal info LICENSE: OK (sha256: 190b5a9c8d9723fe958ad33916bd7346d96fab3c5ea90832bb02d854f620fcff) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> p11-kit 0.24.1 Collecting legal info COPYING: OK (sha256: 2e1ba993904df807a10c3eda1e5c272338edc35674b679773a8b3ad460731054) >>> paho-mqtt-c 1.3.12 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> smcroute 2.5.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> ulogd 2.0.8 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> vde2 2.3.2 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) COPYING.slirpvde: OK (sha256: d5ac74315b2d2f9c53f5839e311484f4646a9401b68d02d36f3dab386352e74d) >>> wayland-protocols 1.31 Collecting legal info COPYING: OK (sha256: f1a2b233e8a9a71c40f4aa885be08a0842ac85bb8588703c1dd7e6e6502e3124) >>> wayland-utils 1.1.0 Collecting legal info COPYING: OK (sha256: 1eba39c11640014a5841dd3017e5245fc31f47e1cf43a3287a286dd6a8de8a1a) >>> wayland 1.21.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.21.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zlog 1.2.16 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> host-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-5.4.233: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_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'