No schema files found: doing nothing. rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/perl5/5.38.2/pod rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/perl5/5.38.2/m68k-linux/CORE find /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/autobuild/autobuild/instance-20/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-20/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-20/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-20/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-20/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-20/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-20/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-20/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-20/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-20/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-20/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-20/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/autobuild/autobuild/instance-20/output-1/build/locales.nopurge for dir in /home/autobuild/autobuild/instance-20/output-1/target/usr/share/locale /home/autobuild/autobuild/instance-20/output-1/target/usr/share/X11/locale /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/autobuild/autobuild/instance-20/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/autobuild/autobuild/instance-20/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/autobuild/autobuild/instance-20/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/autobuild/autobuild/instance-20/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/include /home/autobuild/autobuild/instance-20/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-20/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-20/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-20/output-1/target/usr/doc find /home/autobuild/autobuild/instance-20/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-20/output-1/target/lib/ /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-20/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-20/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/man /home/autobuild/autobuild/instance-20/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/info /home/autobuild/autobuild/instance-20/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/doc /home/autobuild/autobuild/instance-20/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-20/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-20/output-1/target/lib/debug /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-20/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-20/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-20/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-20/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-20/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.08-rc2-12-gb331217a50"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-rc2\"" \ ) > /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-20/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-20/output-1/per-package \ /home/autobuild/autobuild/instance-20/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-20/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs printf ' tss -1 tss -1 * - - - tss user for tpm2\n\n' >> /home/autobuild/autobuild/instance-20/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/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-20/output-1/images rm -rf /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-20/output-1/target/ /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-20/output-1/host/bin:/home/autobuild/autobuild/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-20/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-20/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot printf ' find /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/target -print0 | xargs -0 -r touch -hd @1724228213\n' >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-20/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-20/output-1/host/bin:/home/autobuild/autobuild/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-20/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-20/output-1/images rm -rf /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-20/output-1/target/ /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-20/output-1/host/bin:/home/autobuild/autobuild/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-20/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-20/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1724228213\n' >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-20/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-20/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-20/output-1/host/bin:/home/autobuild/autobuild/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-20/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-20/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3673 objects. stage 2: creating image '/home/autobuild/autobuild/instance-20/output-1/images/rootfs.yaffs2' [ ] 1/3673 0% [ ] 2/3673 0% [ ] 3/3673 0% [ ] 4/3673 0% [ ] 5/3673 0% [ ] 6/3673 0% [ ] 7/3673 0% [ ] 8/3673 0% [ ] 9/3673 0% [ ] 10/3673 0% [ ] 11/3673 0% [ ] 12/3673 0% [ ] 13/3673 0% [ ] 14/3673 0% [ ] 15/3673 0% [ ] 16/3673 0% [ ] 17/3673 0% [ ] 18/3673 0% [ ] 19/3673 0% [ ] 20/3673 0% [ ] 21/3673 0% [ ] 22/3673 0% [ ] 23/3673 0% [ ] 24/3673 0% [ ] 25/3673 0% [ ] 26/3673 0% [ ] 27/3673 0% [ ] 28/3673 0% [ ] 29/3673 0% [ ] 30/3673 0% [ ] 31/3673 0% [ ] 32/3673 0% [ ] 33/3673 0% [ ] 34/3673 0% [ ] 35/3673 0% [ ] 36/3673 0% [ ] 37/3673 1% [ ] 38/3673 1% [ ] 39/3673 1% [ ] 40/3673 1% [ ] 41/3673 1% [ ] 42/3673 1% [ ] 43/3673 1% [ ] 44/3673 1% [ ] 45/3673 1% [ ] 46/3673 1% [ ] 47/3673 1% [ ] 48/3673 1% [ ] 49/3673 1% [ ] 50/3673 1% [ ] 51/3673 1% [ ] 52/3673 1% [ ] 53/3673 1% [ ] 54/3673 1% [ ] 55/3673 1% [ ] 56/3673 1% [ ] 57/3673 1% [ ] 58/3673 1% [ ] 59/3673 1% [= ] 60/3673 1% [= ] 61/3673 1% [= ] 62/3673 1% [= ] 63/3673 1% [= ] 64/3673 1% [= ] 65/3673 1% [= ] 66/3673 1% [= ] 67/3673 1% [= ] 68/3673 1% [= ] 69/3673 1% [= ] 70/3673 1% [= ] 71/3673 1% [= ] 72/3673 1% [= ] 73/3673 1% [= ] 74/3673 2% [= ] 75/3673 2% [= ] 76/3673 2% [= ] 77/3673 2% [= ] 78/3673 2% [= ] 79/3673 2% [= ] 80/3673 2% [= ] 81/3673 2% [= ] 82/3673 2% [= ] 83/3673 2% [= ] 84/3673 2% [= ] 85/3673 2% [= ] 86/3673 2% [= ] 87/3673 2% [= ] 88/3673 2% [= ] 89/3673 2% [= ] 90/3673 2% [= ] 91/3673 2% [= ] 92/3673 2% [= ] 93/3673 2% [= ] 94/3673 2% [= ] 95/3673 2% [= ] 96/3673 2% [= ] 97/3673 2% [= ] 98/3673 2% [= ] 99/3673 2% [= ] 100/3673 2% [= ] 101/3673 2% [= ] 102/3673 2% [= ] 103/3673 2% [= ] 104/3673 2% [= ] 105/3673 2% [= ] 106/3673 2% [= ] 107/3673 2% [= ] 108/3673 2% [= ] 109/3673 2% [= ] 110/3673 2% [= ] 111/3673 3% [= ] 112/3673 3% [= ] 113/3673 3% [= ] 114/3673 3% [= ] 115/3673 3% [= ] 116/3673 3% [= ] 117/3673 3% [= ] 118/3673 3% [== ] 119/3673 3% [== ] 120/3673 3% [== ] 121/3673 3% [== ] 122/3673 3% [== ] 123/3673 3% [== ] 124/3673 3% [== ] 125/3673 3% [== ] 126/3673 3% [== ] 127/3673 3% [== ] 128/3673 3% [== ] 129/3673 3% [== ] 130/3673 3% [== ] 131/3673 3% [== ] 132/3673 3% [== ] 133/3673 3% [== ] 134/3673 3% [== ] 135/3673 3% [== ] 136/3673 3% [== ] 137/3673 3% [== ] 138/3673 3% [== ] 139/3673 3% [== ] 140/3673 3% [== ] 141/3673 3% [== ] 142/3673 3% [== ] 143/3673 3% [== ] 144/3673 3% [== ] 145/3673 3% [== ] 146/3673 3% [== ] 147/3673 4% [== ] 148/3673 4% [== ] 149/3673 4% [== ] 150/3673 4% [== ] 151/3673 4% [== ] 152/3673 4% [== ] 153/3673 4% [== ] 154/3673 4% [== ] 155/3673 4% [== ] 156/3673 4% [== ] 157/3673 4% [== ] 158/3673 4% [== ] 159/3673 4% [== ] 160/3673 4% [== ] 161/3673 4% [== ] 162/3673 4% [== ] 163/3673 4% [== ] 164/3673 4% [== ] 165/3673 4% [== ] 166/3673 4% [== ] 167/3673 4% [== ] 168/3673 4% [== ] 169/3673 4% [== ] 170/3673 4% [== ] 171/3673 4% [== ] 172/3673 4% [== ] 173/3673 4% [== ] 174/3673 4% [== ] 175/3673 4% [== ] 176/3673 4% [== ] 177/3673 4% [=== ] 178/3673 4% [=== ] 179/3673 4% [=== ] 180/3673 4% [=== ] 181/3673 4% [=== ] 182/3673 4% [=== ] 183/3673 4% [=== ] 184/3673 5% [=== ] 185/3673 5% [=== ] 186/3673 5% [=== ] 187/3673 5% [=== ] 188/3673 5% [=== ] 189/3673 5% [=== ] 190/3673 5% [=== ] 191/3673 5% [=== ] 192/3673 5% [=== ] 193/3673 5% [=== ] 194/3673 5% [=== ] 195/3673 5% [=== ] 196/3673 5% [=== ] 197/3673 5% [=== ] 198/3673 5% [=== ] 199/3673 5% [=== ] 200/3673 5% [=== ] 201/3673 5% [=== ] 202/3673 5% [=== ] 203/3673 5% [=== ] 204/3673 5% [=== ] 205/3673 5% [=== ] 206/3673 5% [=== ] 207/3673 5% [=== ] 208/3673 5% [=== ] 209/3673 5% [=== ] 210/3673 5% [=== ] 211/3673 5% [=== ] 212/3673 5% [=== ] 213/3673 5% [=== ] 214/3673 5% [=== ] 215/3673 5% [=== ] 216/3673 5% [=== ] 217/3673 5% [=== ] 218/3673 5% [=== ] 219/3673 5% [=== ] 220/3673 5% [=== ] 221/3673 6% [=== ] 222/3673 6% [=== ] 223/3673 6% [=== ] 224/3673 6% [=== ] 225/3673 6% [=== ] 226/3673 6% [=== ] 227/3673 6% [=== ] 228/3673 6% [=== ] 229/3673 6% [=== ] 230/3673 6% [=== ] 231/3673 6% [=== ] 232/3673 6% [=== ] 233/3673 6% [=== ] 234/3673 6% [=== ] 235/3673 6% [=== ] 236/3673 6% [==== ] 237/3673 6% [==== ] 238/3673 6% [==== ] 239/3673 6% [==== ] 240/3673 6% [==== ] 241/3673 6% [==== ] 242/3673 6% [==== ] 243/3673 6% [==== ] 244/3673 6% [==== ] 245/3673 6% [==== ] 246/3673 6% [==== ] 247/3673 6% [==== ] 248/3673 6% [==== ] 249/3673 6% [==== ] 250/3673 6% [==== ] 251/3673 6% [==== ] 252/3673 6% [==== ] 253/3673 6% [==== ] 254/3673 6% [==== ] 255/3673 6% [==== ] 256/3673 6% [==== ] 257/3673 6% [==== ] 258/3673 7% [==== ] 259/3673 7% [==== ] 260/3673 7% [==== ] 261/3673 7% [==== ] 262/3673 7% [==== ] 263/3673 7% [==== ] 264/3673 7% [==== ] 265/3673 7% [==== ] 266/3673 7% [==== ] 267/3673 7% [==== ] 268/3673 7% [==== ] 269/3673 7% [==== ] 270/3673 7% [==== ] 271/3673 7% [==== ] 272/3673 7% [==== ] 273/3673 7% [==== ] 274/3673 7% [==== ] 275/3673 7% [==== ] 276/3673 7% [==== ] 277/3673 7% [==== ] 278/3673 7% [==== ] 279/3673 7% [==== ] 280/3673 7% [==== ] 281/3673 7% [==== ] 282/3673 7% [==== ] 283/3673 7% [==== ] 284/3673 7% [==== ] 285/3673 7% [==== ] 286/3673 7% [==== ] 287/3673 7% [==== ] 288/3673 7% [==== ] 289/3673 7% [==== ] 290/3673 7% [==== ] 291/3673 7% [==== ] 292/3673 7% [==== ] 293/3673 7% [==== ] 294/3673 8% [==== ] 295/3673 8% [==== ] 296/3673 8% [===== ] 297/3673 8% [===== ] 298/3673 8% [===== ] 299/3673 8% [===== ] 300/3673 8% [===== ] 301/3673 8% [===== ] 302/3673 8% [===== ] 303/3673 8% [===== ] 304/3673 8% [===== ] 305/3673 8% [===== ] 306/3673 8% [===== ] 307/3673 8% [===== ] 308/3673 8% [===== ] 309/3673 8% [===== ] 310/3673 8% [===== ] 311/3673 8% [===== ] 312/3673 8% [===== ] 313/3673 8% [===== ] 314/3673 8% [===== ] 315/3673 8% [===== ] 316/3673 8% [===== ] 317/3673 8% [===== ] 318/3673 8% [===== ] 319/3673 8% [===== ] 320/3673 8% [===== ] 321/3673 8% [===== ] 322/3673 8% [===== ] 323/3673 8% [===== ] 324/3673 8% [===== ] 325/3673 8% [===== ] 326/3673 8% [===== ] 327/3673 8% [===== ] 328/3673 8% [===== ] 329/3673 8% [===== ] 330/3673 8% [===== ] 331/3673 9% [===== ] 332/3673 9% [===== ] 333/3673 9% [===== ] 334/3673 9% [===== ] 335/3673 9% [===== ] 336/3673 9% [===== ] 337/3673 9% [===== ] 338/3673 9% [===== ] 339/3673 9% [===== ] 340/3673 9% [===== ] 341/3673 9% [===== ] 342/3673 9% [===== ] 343/3673 9% [===== ] 344/3673 9% [===== ] 345/3673 9% [===== ] 346/3673 9% [===== ] 347/3673 9% [===== ] 348/3673 9% [===== ] 349/3673 9% [===== ] 350/3673 9% [===== ] 351/3673 9% [===== ] 352/3673 9% [===== ] 353/3673 9% [===== ] 354/3673 9% [===== ] 355/3673 9% [====== ] 356/3673 9% [====== ] 357/3673 9% [====== ] 358/3673 9% [====== ] 359/3673 9% [====== ] 360/3673 9% [====== ] 361/3673 9% [====== ] 362/3673 9% [====== ] 363/3673 9% [====== ] 364/3673 9% [====== ] 365/3673 9% [====== ] 366/3673 9% [====== ] 367/3673 9% [====== ] 368/3673 10% [====== ] 369/3673 10% [====== ] 370/3673 10% [====== ] 371/3673 10% [====== ] 372/3673 10% [====== ] 373/3673 10% [====== ] 374/3673 10% [====== ] 375/3673 10% [====== ] 376/3673 10% [====== ] 377/3673 10% [====== ] 378/3673 10% [====== ] 379/3673 10% [====== ] 380/3673 10% [====== ] 381/3673 10% [====== ] 382/3673 10% [====== ] 383/3673 10% [====== ] 384/3673 10% [====== ] 385/3673 10% [====== ] 386/3673 10% [====== ] 387/3673 10% [====== ] 388/3673 10% [====== ] 389/3673 10% [====== ] 390/3673 10% [====== ] 391/3673 10% [====== ] 392/3673 10% [====== ] 393/3673 10% [====== ] 394/3673 10% [====== ] 395/3673 10% [====== ] 396/3673 10% [====== ] 397/3673 10% [====== ] 398/3673 10% [====== ] 399/3673 10% [====== ] 400/3673 10% [====== ] 401/3673 10% [====== ] 402/3673 10% [====== ] 403/3673 10% [====== ] 404/3673 10% [====== ] 405/3673 11% [====== ] 406/3673 11% [====== ] 407/3673 11% [====== ] 408/3673 11% [====== ] 409/3673 11% [====== ] 410/3673 11% [====== ] 411/3673 11% [====== ] 412/3673 11% [====== ] 413/3673 11% [====== ] 414/3673 11% [======= ] 415/3673 11% [======= ] 416/3673 11% [======= ] 417/3673 11% [======= ] 418/3673 11% [======= ] 419/3673 11% [======= ] 420/3673 11% [======= ] 421/3673 11% [======= ] 422/3673 11% [======= ] 423/3673 11% [======= ] 424/3673 11% [======= ] 425/3673 11% [======= ] 426/3673 11% [======= ] 427/3673 11% [======= ] 428/3673 11% [======= ] 429/3673 11% [======= ] 430/3673 11% [======= ] 431/3673 11% [======= ] 432/3673 11% [======= ] 433/3673 11% [======= ] 434/3673 11% [======= ] 435/3673 11% [======= ] 436/3673 11% [======= ] 437/3673 11% [======= ] 438/3673 11% [======= ] 439/3673 11% [======= ] 440/3673 11% [======= ] 441/3673 12% [======= ] 442/3673 12% [======= ] 443/3673 12% [======= ] 444/3673 12% [======= ] 445/3673 12% [======= ] 446/3673 12% [======= ] 447/3673 12% [======= ] 448/3673 12% [======= ] 449/3673 12% [======= ] 450/3673 12% [======= ] 451/3673 12% [======= ] 452/3673 12% [======= ] 453/3673 12% [======= ] 454/3673 12% [======= ] 455/3673 12% [======= ] 456/3673 12% [======= ] 457/3673 12% [======= ] 458/3673 12% [======= ] 459/3673 12% [======= ] 460/3673 12% [======= ] 461/3673 12% [======= ] 462/3673 12% [======= ] 463/3673 12% [======= ] 464/3673 12% [======= ] 465/3673 12% [======= ] 466/3673 12% [======= ] 467/3673 12% [======= ] 468/3673 12% [======= ] 469/3673 12% [======= ] 470/3673 12% [======= ] 471/3673 12% [======= ] 472/3673 12% [======= ] 473/3673 12% [======== ] 474/3673 12% [======== ] 475/3673 12% [======== ] 476/3673 12% [======== ] 477/3673 12% [======== ] 478/3673 13% [======== ] 479/3673 13% [======== ] 480/3673 13% [======== ] 481/3673 13% [======== ] 482/3673 13% [======== ] 483/3673 13% [======== ] 484/3673 13% [======== ] 485/3673 13% [======== ] 486/3673 13% [======== ] 487/3673 13% [======== ] 488/3673 13% [======== ] 489/3673 13% [======== ] 490/3673 13% [======== ] 491/3673 13% [======== ] 492/3673 13% [======== ] 493/3673 13% [======== ] 494/3673 13% [======== ] 495/3673 13% [======== ] 496/3673 13% [======== ] 497/3673 13% [======== ] 498/3673 13% [======== ] 499/3673 13% [======== ] 500/3673 13% [======== ] 501/3673 13% [======== ] 502/3673 13% [======== ] 503/3673 13% [======== ] 504/3673 13% [======== ] 505/3673 13% [======== ] 506/3673 13% [======== ] 507/3673 13% [======== ] 508/3673 13% [======== ] 509/3673 13% [======== ] 510/3673 13% [======== ] 511/3673 13% [======== ] 512/3673 13% [======== ] 513/3673 13% [======== ] 514/3673 13% [======== ] 515/3673 14% [======== ] 516/3673 14% [======== ] 517/3673 14% [======== ] 518/3673 14% [======== ] 519/3673 14% [======== ] 520/3673 14% [======== ] 521/3673 14% [======== ] 522/3673 14% [======== ] 523/3673 14% [======== ] 524/3673 14% [======== ] 525/3673 14% [======== ] 526/3673 14% [======== ] 527/3673 14% [======== ] 528/3673 14% [======== ] 529/3673 14% [======== ] 530/3673 14% [======== ] 531/3673 14% [======== ] 532/3673 14% [======== ] 533/3673 14% [========= ] 534/3673 14% [========= ] 535/3673 14% [========= ] 536/3673 14% [========= ] 537/3673 14% [========= ] 538/3673 14% [========= ] 539/3673 14% [========= ] 540/3673 14% [========= ] 541/3673 14% [========= ] 542/3673 14% [========= ] 543/3673 14% [========= ] 544/3673 14% [========= ] 545/3673 14% [========= ] 546/3673 14% [========= ] 547/3673 14% [========= ] 548/3673 14% [========= ] 549/3673 14% [========= ] 550/3673 14% [========= ] 551/3673 15% [========= ] 552/3673 15% [========= ] 553/3673 15% [========= ] 554/3673 15% [========= ] 555/3673 15% [========= ] 556/3673 15% [========= ] 557/3673 15% [========= ] 558/3673 15% [========= ] 559/3673 15% [========= ] 560/3673 15% [========= ] 561/3673 15% [========= ] 562/3673 15% [========= ] 563/3673 15% [========= ] 564/3673 15% [========= ] 565/3673 15% [========= ] 566/3673 15% [========= ] 567/3673 15% [========= ] 568/3673 15% [========= ] 569/3673 15% [========= ] 570/3673 15% [========= ] 571/3673 15% [========= ] 572/3673 15% [========= ] 573/3673 15% [========= ] 574/3673 15% [========= ] 575/3673 15% [========= ] 576/3673 15% [========= ] 577/3673 15% [========= ] 578/3673 15% [========= ] 579/3673 15% [========= ] 580/3673 15% [========= ] 581/3673 15% [========= ] 582/3673 15% [========= ] 583/3673 15% [========= ] 584/3673 15% [========= ] 585/3673 15% [========= ] 586/3673 15% [========= ] 587/3673 15% [========= ] 588/3673 16% [========= ] 589/3673 16% [========= ] 590/3673 16% [========= ] 591/3673 16% [========= ] 592/3673 16% [========== ] 593/3673 16% [========== ] 594/3673 16% [========== ] 595/3673 16% [========== ] 596/3673 16% [========== ] 597/3673 16% [========== ] 598/3673 16% [========== ] 599/3673 16% [========== ] 600/3673 16% [========== ] 601/3673 16% [========== ] 602/3673 16% [========== ] 603/3673 16% [========== ] 604/3673 16% [========== ] 605/3673 16% [========== ] 606/3673 16% [========== ] 607/3673 16% [========== ] 608/3673 16% [========== ] 609/3673 16% [========== ] 610/3673 16% [========== ] 611/3673 16% [========== ] 612/3673 16% [========== ] 613/3673 16% [========== ] 614/3673 16% [========== ] 615/3673 16% [========== ] 616/3673 16% [========== ] 617/3673 16% [========== ] 618/3673 16% [========== ] 619/3673 16% [========== ] 620/3673 16% [========== ] 621/3673 16% [========== ] 622/3673 16% [========== ] 623/3673 16% [========== ] 624/3673 16% [========== ] 625/3673 17% [========== ] 626/3673 17% [========== ] 627/3673 17% [========== ] 628/3673 17% [========== ] 629/3673 17% [========== ] 630/3673 17% [========== ] 631/3673 17% [========== ] 632/3673 17% [========== ] 633/3673 17% [========== ] 634/3673 17% [========== ] 635/3673 17% [========== ] 636/3673 17% [========== ] 637/3673 17% [========== ] 638/3673 17% [========== ] 639/3673 17% [========== ] 640/3673 17% [========== ] 641/3673 17% [========== ] 642/3673 17% [========== ] 643/3673 17% [========== ] 644/3673 17% [========== ] 645/3673 17% [========== ] 646/3673 17% [========== ] 647/3673 17% [========== ] 648/3673 17% [========== ] 649/3673 17% [========== ] 650/3673 17% [========== ] 651/3673 17% [=========== ] 652/3673 17% [=========== ] 653/3673 17% [=========== ] 654/3673 17% [=========== ] 655/3673 17% [=========== ] 656/3673 17% [=========== ] 657/3673 17% [=========== ] 658/3673 17% [=========== ] 659/3673 17% [=========== ] 660/3673 17% [=========== ] 661/3673 17% [=========== ] 662/3673 18% [=========== ] 663/3673 18% [=========== ] 664/3673 18% [=========== ] 665/3673 18% [=========== ] 666/3673 18% [=========== ] 667/3673 18% [=========== ] 668/3673 18% [=========== ] 669/3673 18% [=========== ] 670/3673 18% [=========== ] 671/3673 18% [=========== ] 672/3673 18% [=========== ] 673/3673 18% [=========== ] 674/3673 18% [=========== ] 675/3673 18% [=========== ] 676/3673 18% [=========== ] 677/3673 18% [=========== ] 678/3673 18% [=========== ] 679/3673 18% [=========== ] 680/3673 18% [=========== ] 681/3673 18% [=========== ] 682/3673 18% [=========== ] 683/3673 18% [=========== ] 684/3673 18% [=========== ] 685/3673 18% [=========== ] 686/3673 18% [=========== ] 687/3673 18% [=========== ] 688/3673 18% [=========== ] 689/3673 18% [=========== ] 690/3673 18% [=========== ] 691/3673 18% [=========== ] 692/3673 18% [=========== ] 693/3673 18% [=========== ] 694/3673 18% [=========== ] 695/3673 18% [=========== ] 696/3673 18% [=========== ] 697/3673 18% [=========== ] 698/3673 19% [=========== ] 699/3673 19% [=========== ] 700/3673 19% [=========== ] 701/3673 19% [=========== ] 702/3673 19% [=========== ] 703/3673 19% [=========== ] 704/3673 19% [=========== ] 705/3673 19% [=========== ] 706/3673 19% [=========== ] 707/3673 19% [=========== ] 708/3673 19% [=========== ] 709/3673 19% [=========== ] 710/3673 19% [============ ] 711/3673 19% [============ ] 712/3673 19% [============ ] 713/3673 19% [============ ] 714/3673 19% [============ ] 715/3673 19% [============ ] 716/3673 19% [============ ] 717/3673 19% [============ ] 718/3673 19% [============ ] 719/3673 19% [============ ] 720/3673 19% [============ ] 721/3673 19% [============ ] 722/3673 19% [============ ] 723/3673 19% [============ ] 724/3673 19% [============ ] 725/3673 19% [============ ] 726/3673 19% [============ ] 727/3673 19% [============ ] 728/3673 19% [============ ] 729/3673 19% [============ ] 730/3673 19% [============ ] 731/3673 19% [============ ] 732/3673 19% [============ ] 733/3673 19% [============ ] 734/3673 19% [============ ] 735/3673 20% [============ ] 736/3673 20% [============ ] 737/3673 20% [============ ] 738/3673 20% [============ ] 739/3673 20% [============ ] 740/3673 20% [============ ] 741/3673 20% [============ ] 742/3673 20% [============ ] 743/3673 20% [============ ] 744/3673 20% [============ ] 745/3673 20% [============ ] 746/3673 20% [============ ] 747/3673 20% [============ ] 748/3673 20% [============ ] 749/3673 20% [============ ] 750/3673 20% [============ ] 751/3673 20% [============ ] 752/3673 20% [============ ] 753/3673 20% [============ ] 754/3673 20% [============ ] 755/3673 20% [============ ] 756/3673 20% [============ ] 757/3673 20% [============ ] 758/3673 20% [============ ] 759/3673 20% [============ ] 760/3673 20% [============ ] 761/3673 20% [============ ] 762/3673 20% [============ ] 763/3673 20% [============ ] 764/3673 20% [============ ] 765/3673 20% [============ ] 766/3673 20% [============ ] 767/3673 20% [============ ] 768/3673 20% [============ ] 769/3673 20% [============ ] 770/3673 20% [============= ] 771/3673 20% [============= ] 772/3673 21% [============= ] 773/3673 21% [============= ] 774/3673 21% [============= ] 775/3673 21% [============= ] 776/3673 21% [============= ] 777/3673 21% [============= ] 778/3673 21% [============= ] 779/3673 21% [============= ] 780/3673 21% [============= ] 781/3673 21% [============= ] 782/3673 21% [============= ] 783/3673 21% [============= ] 784/3673 21% [============= ] 785/3673 21% [============= ] 786/3673 21% [============= ] 787/3673 21% [============= ] 788/3673 21% [============= ] 789/3673 21% [============= ] 790/3673 21% [============= ] 791/3673 21% [============= ] 792/3673 21% [============= ] 793/3673 21% [============= ] 794/3673 21% [============= ] 795/3673 21% [============= ] 796/3673 21% [============= ] 797/3673 21% [============= ] 798/3673 21% [============= ] 799/3673 21% [============= ] 800/3673 21% [============= ] 801/3673 21% [============= ] 802/3673 21% [============= ] 803/3673 21% [============= ] 804/3673 21% [============= ] 805/3673 21% [============= ] 806/3673 21% [============= ] 807/3673 21% [============= ] 808/3673 21% [============= ] 809/3673 22% [============= ] 810/3673 22% [============= ] 811/3673 22% [============= ] 812/3673 22% [============= ] 813/3673 22% [============= ] 814/3673 22% [============= ] 815/3673 22% [============= ] 816/3673 22% [============= ] 817/3673 22% [============= ] 818/3673 22% [============= ] 819/3673 22% [============= ] 820/3673 22% [============= ] 821/3673 22% [============= ] 822/3673 22% [============= ] 823/3673 22% [============= ] 824/3673 22% [============= ] 825/3673 22% [============= ] 826/3673 22% [============= ] 827/3673 22% [============= ] 828/3673 22% [============= ] 829/3673 22% [============== ] 830/3673 22% [============== ] 831/3673 22% [============== ] 832/3673 22% [============== ] 833/3673 22% [============== ] 834/3673 22% [============== ] 835/3673 22% [============== ] 836/3673 22% [============== ] 837/3673 22% [============== ] 838/3673 22% [============== ] 839/3673 22% [============== ] 840/3673 22% [============== ] 841/3673 22% [============== ] 842/3673 22% [============== ] 843/3673 22% [============== ] 844/3673 22% [============== ] 845/3673 23% [============== ] 846/3673 23% [============== ] 847/3673 23% [============== ] 848/3673 23% [============== ] 849/3673 23% [============== ] 850/3673 23% [============== ] 851/3673 23% [============== ] 852/3673 23% [============== ] 853/3673 23% [============== ] 854/3673 23% [============== ] 855/3673 23% [============== ] 856/3673 23% [============== ] 857/3673 23% [============== ] 858/3673 23% [============== ] 859/3673 23% [============== ] 860/3673 23% [============== ] 861/3673 23% [============== ] 862/3673 23% [============== ] 863/3673 23% [============== ] 864/3673 23% [============== ] 865/3673 23% [============== ] 866/3673 23% [============== ] 867/3673 23% [============== ] 868/3673 23% [============== ] 869/3673 23% [============== ] 870/3673 23% [============== ] 871/3673 23% [============== ] 872/3673 23% [============== ] 873/3673 23% [============== ] 874/3673 23% [============== ] 875/3673 23% [============== ] 876/3673 23% [============== ] 877/3673 23% [============== ] 878/3673 23% [============== ] 879/3673 23% [============== ] 880/3673 23% [============== ] 881/3673 23% [============== ] 882/3673 24% [============== ] 883/3673 24% [============== ] 884/3673 24% [============== ] 885/3673 24% [============== ] 886/3673 24% [============== ] 887/3673 24% [============== ] 888/3673 24% [=============== ] 889/3673 24% [=============== ] 890/3673 24% [=============== ] 891/3673 24% [=============== ] 892/3673 24% [=============== ] 893/3673 24% [=============== ] 894/3673 24% [=============== ] 895/3673 24% [=============== ] 896/3673 24% [=============== ] 897/3673 24% [=============== ] 898/3673 24% [=============== ] 899/3673 24% [=============== ] 900/3673 24% [=============== ] 901/3673 24% [=============== ] 902/3673 24% [=============== ] 903/3673 24% [=============== ] 904/3673 24% [=============== ] 905/3673 24% [=============== ] 906/3673 24% [=============== ] 907/3673 24% [=============== ] 908/3673 24% [=============== ] 909/3673 24% [=============== ] 910/3673 24% [=============== ] 911/3673 24% [=============== ] 912/3673 24% [=============== ] 913/3673 24% [=============== ] 914/3673 24% [=============== ] 915/3673 24% [=============== ] 916/3673 24% [=============== ] 917/3673 24% [=============== ] 918/3673 24% [=============== ] 919/3673 25% [=============== ] 920/3673 25% [=============== ] 921/3673 25% [=============== ] 922/3673 25% [=============== ] 923/3673 25% [=============== ] 924/3673 25% [=============== ] 925/3673 25% [=============== ] 926/3673 25% [=============== ] 927/3673 25% [=============== ] 928/3673 25% [=============== ] 929/3673 25% [=============== ] 930/3673 25% [=============== ] 931/3673 25% [=============== ] 932/3673 25% [=============== ] 933/3673 25% [=============== ] 934/3673 25% [=============== ] 935/3673 25% [=============== ] 936/3673 25% [=============== ] 937/3673 25% [=============== ] 938/3673 25% [=============== ] 939/3673 25% [=============== ] 940/3673 25% [=============== ] 941/3673 25% [=============== ] 942/3673 25% [=============== ] 943/3673 25% [=============== ] 944/3673 25% [=============== ] 945/3673 25% [=============== ] 946/3673 25% [=============== ] 947/3673 25% [================ ] 948/3673 25% [================ ] 949/3673 25% [================ ] 950/3673 25% [================ ] 951/3673 25% [================ ] 952/3673 25% [================ ] 953/3673 25% [================ ] 954/3673 25% [================ ] 955/3673 26% [================ ] 956/3673 26% [================ ] 957/3673 26% [================ ] 958/3673 26% [================ ] 959/3673 26% [================ ] 960/3673 26% [================ ] 961/3673 26% [================ ] 962/3673 26% [================ ] 963/3673 26% [================ ] 964/3673 26% [================ ] 965/3673 26% [================ ] 966/3673 26% [================ ] 967/3673 26% [================ ] 968/3673 26% [================ ] 969/3673 26% [================ ] 970/3673 26% [================ ] 971/3673 26% [================ ] 972/3673 26% [================ ] 973/3673 26% [================ ] 974/3673 26% [================ ] 975/3673 26% [================ ] 976/3673 26% [================ ] 977/3673 26% [================ ] 978/3673 26% [================ ] 979/3673 26% [================ ] 980/3673 26% [================ ] 981/3673 26% [================ ] 982/3673 26% [================ ] 983/3673 26% [================ ] 984/3673 26% [================ ] 985/3673 26% [================ ] 986/3673 26% [================ ] 987/3673 26% [================ ] 988/3673 26% [================ ] 989/3673 26% [================ ] 990/3673 26% [================ ] 991/3673 26% [================ ] 992/3673 27% [================ ] 993/3673 27% [================ ] 994/3673 27% [================ ] 995/3673 27% [================ ] 996/3673 27% [================ ] 997/3673 27% [================ ] 998/3673 27% [================ ] 999/3673 27% [================ ] 1000/3673 27% [================ ] 1001/3673 27% [================ ] 1002/3673 27% [================ ] 1003/3673 27% [================ ] 1004/3673 27% [================ ] 1005/3673 27% [================ ] 1006/3673 27% [================ ] 1007/3673 27% [================= ] 1008/3673 27% [================= ] 1009/3673 27% [================= ] 1010/3673 27% [================= ] 1011/3673 27% [================= ] 1012/3673 27% [================= ] 1013/3673 27% [================= ] 1014/3673 27% [================= ] 1015/3673 27% [================= ] 1016/3673 27% [================= ] 1017/3673 27% [================= ] 1018/3673 27% [================= ] 1019/3673 27% [================= ] 1020/3673 27% [================= ] 1021/3673 27% [================= ] 1022/3673 27% [================= ] 1023/3673 27% [================= ] 1024/3673 27% [================= ] 1025/3673 27% [================= ] 1026/3673 27% [================= ] 1027/3673 27% [================= ] 1028/3673 27% [================= ] 1029/3673 28% [================= ] 1030/3673 28% [================= ] 1031/3673 28% [================= ] 1032/3673 28% [================= ] 1033/3673 28% [================= ] 1034/3673 28% [================= ] 1035/3673 28% [================= ] 1036/3673 28% [================= ] 1037/3673 28% [================= ] 1038/3673 28% [================= ] 1039/3673 28% [================= ] 1040/3673 28% [================= ] 1041/3673 28% [================= ] 1042/3673 28% [================= ] 1043/3673 28% [================= ] 1044/3673 28% [================= ] 1045/3673 28% [================= ] 1046/3673 28% [================= ] 1047/3673 28% [================= ] 1048/3673 28% [================= ] 1049/3673 28% [================= ] 1050/3673 28% [================= ] 1051/3673 28% [================= ] 1052/3673 28% [================= ] 1053/3673 28% [================= ] 1054/3673 28% [================= ] 1055/3673 28% [================= ] 1056/3673 28% [================= ] 1057/3673 28% [================= ] 1058/3673 28% [================= ] 1059/3673 28% [================= ] 1060/3673 28% [================= ] 1061/3673 28% [================= ] 1062/3673 28% [================= ] 1063/3673 28% [================= ] 1064/3673 28% [================= ] 1065/3673 28% [================= ] 1066/3673 29% [================== ] 1067/3673 29% [================== ] 1068/3673 29% [================== ] 1069/3673 29% [================== ] 1070/3673 29% [================== ] 1071/3673 29% [================== ] 1072/3673 29% [================== ] 1073/3673 29% [================== ] 1074/3673 29% [================== ] 1075/3673 29% [================== ] 1076/3673 29% [================== ] 1077/3673 29% [================== ] 1078/3673 29% [================== ] 1079/3673 29% [================== ] 1080/3673 29% [================== ] 1081/3673 29% [================== ] 1082/3673 29% [================== ] 1083/3673 29% [================== ] 1084/3673 29% [================== ] 1085/3673 29% [================== ] 1086/3673 29% [================== ] 1087/3673 29% [================== ] 1088/3673 29% [================== ] 1089/3673 29% [================== ] 1090/3673 29% [================== ] 1091/3673 29% [================== ] 1092/3673 29% [================== ] 1093/3673 29% [================== ] 1094/3673 29% [================== ] 1095/3673 29% [================== ] 1096/3673 29% [================== ] 1097/3673 29% [================== ] 1098/3673 29% [================== ] 1099/3673 29% [================== ] 1100/3673 29% [================== ] 1101/3673 29% [================== ] 1102/3673 30% [================== ] 1103/3673 30% [================== ] 1104/3673 30% [================== ] 1105/3673 30% [================== ] 1106/3673 30% [================== ] 1107/3673 30% [================== ] 1108/3673 30% [================== ] 1109/3673 30% [================== ] 1110/3673 30% [================== ] 1111/3673 30% [================== ] 1112/3673 30% [================== ] 1113/3673 30% [================== ] 1114/3673 30% [================== ] 1115/3673 30% [================== ] 1116/3673 30% [================== ] 1117/3673 30% [================== ] 1118/3673 30% [================== ] 1119/3673 30% [================== ] 1120/3673 30% [================== ] 1121/3673 30% [================== ] 1122/3673 30% [================== ] 1123/3673 30% [================== ] 1124/3673 30% [================== ] 1125/3673 30% [=================== ] 1126/3673 30% [=================== ] 1127/3673 30% [=================== ] 1128/3673 30% [=================== ] 1129/3673 30% [=================== ] 1130/3673 30% [=================== ] 1131/3673 30% [=================== ] 1132/3673 30% [=================== ] 1133/3673 30% [=================== ] 1134/3673 30% [=================== ] 1135/3673 30% [=================== ] 1136/3673 30% [=================== ] 1137/3673 30% [=================== ] 1138/3673 30% [=================== ] 1139/3673 31% [=================== ] 1140/3673 31% [=================== ] 1141/3673 31% [=================== ] 1142/3673 31% [=================== ] 1143/3673 31% [=================== ] 1144/3673 31% [=================== ] 1145/3673 31% [=================== ] 1146/3673 31% [=================== ] 1147/3673 31% [=================== ] 1148/3673 31% [=================== ] 1149/3673 31% [=================== ] 1150/3673 31% [=================== ] 1151/3673 31% [=================== ] 1152/3673 31% [=================== ] 1153/3673 31% [=================== ] 1154/3673 31% [=================== ] 1155/3673 31% [=================== ] 1156/3673 31% [=================== ] 1157/3673 31% [=================== ] 1158/3673 31% [=================== ] 1159/3673 31% [=================== ] 1160/3673 31% [=================== ] 1161/3673 31% [=================== ] 1162/3673 31% [=================== ] 1163/3673 31% [=================== ] 1164/3673 31% [=================== ] 1165/3673 31% [=================== ] 1166/3673 31% [=================== ] 1167/3673 31% [=================== ] 1168/3673 31% [=================== ] 1169/3673 31% [=================== ] 1170/3673 31% [=================== ] 1171/3673 31% [=================== ] 1172/3673 31% [=================== ] 1173/3673 31% [=================== ] 1174/3673 31% [=================== ] 1175/3673 31% [=================== ] 1176/3673 32% [=================== ] 1177/3673 32% [=================== ] 1178/3673 32% [=================== ] 1179/3673 32% [=================== ] 1180/3673 32% [=================== ] 1181/3673 32% [=================== ] 1182/3673 32% [=================== ] 1183/3673 32% [=================== ] 1184/3673 32% [==================== ] 1185/3673 32% [==================== ] 1186/3673 32% [==================== ] 1187/3673 32% [==================== ] 1188/3673 32% [==================== ] 1189/3673 32% [==================== ] 1190/3673 32% [==================== ] 1191/3673 32% [==================== ] 1192/3673 32% [==================== ] 1193/3673 32% [==================== ] 1194/3673 32% [==================== ] 1195/3673 32% [==================== ] 1196/3673 32% [==================== ] 1197/3673 32% [==================== ] 1198/3673 32% [==================== ] 1199/3673 32% [==================== ] 1200/3673 32% [==================== ] 1201/3673 32% [==================== ] 1202/3673 32% [==================== ] 1203/3673 32% [==================== ] 1204/3673 32% [==================== ] 1205/3673 32% [==================== ] 1206/3673 32% [==================== ] 1207/3673 32% [==================== ] 1208/3673 32% [==================== ] 1209/3673 32% [==================== ] 1210/3673 32% [==================== ] 1211/3673 32% [==================== ] 1212/3673 32% [==================== ] 1213/3673 33% [==================== ] 1214/3673 33% [==================== ] 1215/3673 33% [==================== ] 1216/3673 33% [==================== ] 1217/3673 33% [==================== ] 1218/3673 33% [==================== ] 1219/3673 33% [==================== ] 1220/3673 33% [==================== ] 1221/3673 33% [==================== ] 1222/3673 33% [==================== ] 1223/3673 33% [==================== ] 1224/3673 33% [==================== ] 1225/3673 33% [==================== ] 1226/3673 33% [==================== ] 1227/3673 33% [==================== ] 1228/3673 33% [==================== ] 1229/3673 33% [==================== ] 1230/3673 33% [==================== ] 1231/3673 33% [==================== ] 1232/3673 33% [==================== ] 1233/3673 33% [==================== ] 1234/3673 33% [==================== ] 1235/3673 33% [==================== ] 1236/3673 33% [==================== ] 1237/3673 33% [==================== ] 1238/3673 33% [==================== ] 1239/3673 33% [==================== ] 1240/3673 33% [==================== ] 1241/3673 33% [==================== ] 1242/3673 33% [==================== ] 1243/3673 33% [==================== ] 1244/3673 33% [===================== ] 1245/3673 33% [===================== ] 1246/3673 33% [===================== ] 1247/3673 33% [===================== ] 1248/3673 33% [===================== ] 1249/3673 34% [===================== ] 1250/3673 34% [===================== ] 1251/3673 34% [===================== ] 1252/3673 34% [===================== ] 1253/3673 34% [===================== ] 1254/3673 34% [===================== ] 1255/3673 34% [===================== ] 1256/3673 34% [===================== ] 1257/3673 34% [===================== ] 1258/3673 34% [===================== ] 1259/3673 34% [===================== ] 1260/3673 34% [===================== ] 1261/3673 34% [===================== ] 1262/3673 34% [===================== ] 1263/3673 34% [===================== ] 1264/3673 34% [===================== ] 1265/3673 34% [===================== ] 1266/3673 34% [===================== ] 1267/3673 34% [===================== ] 1268/3673 34% [===================== ] 1269/3673 34% [===================== ] 1270/3673 34% [===================== ] 1271/3673 34% [===================== ] 1272/3673 34% [===================== ] 1273/3673 34% [===================== ] 1274/3673 34% [===================== ] 1275/3673 34% [===================== ] 1276/3673 34% [===================== ] 1277/3673 34% [===================== ] 1278/3673 34% [===================== ] 1279/3673 34% [===================== ] 1280/3673 34% [===================== ] 1281/3673 34% [===================== ] 1282/3673 34% [===================== ] 1283/3673 34% [===================== ] 1284/3673 34% [===================== ] 1285/3673 34% [===================== ] 1286/3673 35% [===================== ] 1287/3673 35% [===================== ] 1288/3673 35% [===================== ] 1289/3673 35% [===================== ] 1290/3673 35% [===================== ] 1291/3673 35% [===================== ] 1292/3673 35% [===================== ] 1293/3673 35% [===================== ] 1294/3673 35% [===================== ] 1295/3673 35% [===================== ] 1296/3673 35% [===================== ] 1297/3673 35% [===================== ] 1298/3673 35% [===================== ] 1299/3673 35% [===================== ] 1300/3673 35% [===================== ] 1301/3673 35% [===================== ] 1302/3673 35% [===================== ] 1303/3673 35% [====================== ] 1304/3673 35% [====================== ] 1305/3673 35% [====================== ] 1306/3673 35% [====================== ] 1307/3673 35% [====================== ] 1308/3673 35% [====================== ] 1309/3673 35% [====================== ] 1310/3673 35% [====================== ] 1311/3673 35% [====================== ] 1312/3673 35% [====================== ] 1313/3673 35% [====================== ] 1314/3673 35% [====================== ] 1315/3673 35% [====================== ] 1316/3673 35% [====================== ] 1317/3673 35% [====================== ] 1318/3673 35% [====================== ] 1319/3673 35% [====================== ] 1320/3673 35% [====================== ] 1321/3673 35% [====================== ] 1322/3673 35% [====================== ] 1323/3673 36% [====================== ] 1324/3673 36% [====================== ] 1325/3673 36% [====================== ] 1326/3673 36% [====================== ] 1327/3673 36% [====================== ] 1328/3673 36% [====================== ] 1329/3673 36% [====================== ] 1330/3673 36% [====================== ] 1331/3673 36% [====================== ] 1332/3673 36% [====================== ] 1333/3673 36% [====================== ] 1334/3673 36% [====================== ] 1335/3673 36% [====================== ] 1336/3673 36% [====================== ] 1337/3673 36% [====================== ] 1338/3673 36% [====================== ] 1339/3673 36% [====================== ] 1340/3673 36% [====================== ] 1341/3673 36% [====================== ] 1342/3673 36% [====================== ] 1343/3673 36% [====================== ] 1344/3673 36% [====================== ] 1345/3673 36% [====================== ] 1346/3673 36% [====================== ] 1347/3673 36% [====================== ] 1348/3673 36% [====================== ] 1349/3673 36% [====================== ] 1350/3673 36% [====================== ] 1351/3673 36% [====================== ] 1352/3673 36% [====================== ] 1353/3673 36% [====================== ] 1354/3673 36% [====================== ] 1355/3673 36% [====================== ] 1356/3673 36% [====================== ] 1357/3673 36% [====================== ] 1358/3673 36% [====================== ] 1359/3673 36% [====================== ] 1360/3673 37% [====================== ] 1361/3673 37% [====================== ] 1362/3673 37% [======================= ] 1363/3673 37% [======================= ] 1364/3673 37% [======================= ] 1365/3673 37% [======================= ] 1366/3673 37% [======================= ] 1367/3673 37% [======================= ] 1368/3673 37% [======================= ] 1369/3673 37% [======================= ] 1370/3673 37% [======================= ] 1371/3673 37% [======================= ] 1372/3673 37% [======================= ] 1373/3673 37% [======================= ] 1374/3673 37% [======================= ] 1375/3673 37% [======================= ] 1376/3673 37% [======================= ] 1377/3673 37% [======================= ] 1378/3673 37% [======================= ] 1379/3673 37% [======================= ] 1380/3673 37% [======================= ] 1381/3673 37% [======================= ] 1382/3673 37% [======================= ] 1383/3673 37% [======================= ] 1384/3673 37% [======================= ] 1385/3673 37% [======================= ] 1386/3673 37% [======================= ] 1387/3673 37% [======================= ] 1388/3673 37% [======================= ] 1389/3673 37% [======================= ] 1390/3673 37% [======================= ] 1391/3673 37% [======================= ] 1392/3673 37% [======================= ] 1393/3673 37% [======================= ] 1394/3673 37% [======================= ] 1395/3673 37% [======================= ] 1396/3673 38% [======================= ] 1397/3673 38% [======================= ] 1398/3673 38% [======================= ] 1399/3673 38% [======================= ] 1400/3673 38% [======================= ] 1401/3673 38% [======================= ] 1402/3673 38% [======================= ] 1403/3673 38% [======================= ] 1404/3673 38% [======================= ] 1405/3673 38% [======================= ] 1406/3673 38% [======================= ] 1407/3673 38% [======================= ] 1408/3673 38% [======================= ] 1409/3673 38% [======================= ] 1410/3673 38% [======================= ] 1411/3673 38% [======================= ] 1412/3673 38% [======================= ] 1413/3673 38% [======================= ] 1414/3673 38% [======================= ] 1415/3673 38% [======================= ] 1416/3673 38% [======================= ] 1417/3673 38% [======================= ] 1418/3673 38% [======================= ] 1419/3673 38% [======================= ] 1420/3673 38% [======================= ] 1421/3673 38% [======================== ] 1422/3673 38% [======================== ] 1423/3673 38% [======================== ] 1424/3673 38% [======================== ] 1425/3673 38% [======================== ] 1426/3673 38% [======================== ] 1427/3673 38% [======================== ] 1428/3673 38% [======================== ] 1429/3673 38% [======================== ] 1430/3673 38% [======================== ] 1431/3673 38% [======================== ] 1432/3673 38% [======================== ] 1433/3673 39% [======================== ] 1434/3673 39% [======================== ] 1435/3673 39% [======================== ] 1436/3673 39% [======================== ] 1437/3673 39% [======================== ] 1438/3673 39% [======================== ] 1439/3673 39% [======================== ] 1440/3673 39% [======================== ] 1441/3673 39% [======================== ] 1442/3673 39% [======================== ] 1443/3673 39% [======================== ] 1444/3673 39% [======================== ] 1445/3673 39% [======================== ] 1446/3673 39% [======================== ] 1447/3673 39% [======================== ] 1448/3673 39% [======================== ] 1449/3673 39% [======================== ] 1450/3673 39% [======================== ] 1451/3673 39% [======================== ] 1452/3673 39% [======================== ] 1453/3673 39% [======================== ] 1454/3673 39% [======================== ] 1455/3673 39% [======================== ] 1456/3673 39% [======================== ] 1457/3673 39% [======================== ] 1458/3673 39% [======================== ] 1459/3673 39% [======================== ] 1460/3673 39% [======================== ] 1461/3673 39% [======================== ] 1462/3673 39% [======================== ] 1463/3673 39% [======================== ] 1464/3673 39% [======================== ] 1465/3673 39% [======================== ] 1466/3673 39% [======================== ] 1467/3673 39% [======================== ] 1468/3673 39% [======================== ] 1469/3673 39% [======================== ] 1470/3673 40% [======================== ] 1471/3673 40% [======================== ] 1472/3673 40% [======================== ] 1473/3673 40% [======================== ] 1474/3673 40% [======================== ] 1475/3673 40% [======================== ] 1476/3673 40% [======================== ] 1477/3673 40% [======================== ] 1478/3673 40% [======================== ] 1479/3673 40% [======================== ] 1480/3673 40% [======================== ] 1481/3673 40% [========================= ] 1482/3673 40% [========================= ] 1483/3673 40% [========================= ] 1484/3673 40% [========================= ] 1485/3673 40% [========================= ] 1486/3673 40% [========================= ] 1487/3673 40% [========================= ] 1488/3673 40% [========================= ] 1489/3673 40% [========================= ] 1490/3673 40% [========================= ] 1491/3673 40% [========================= ] 1492/3673 40% [========================= ] 1493/3673 40% [========================= ] 1494/3673 40% [========================= ] 1495/3673 40% [========================= ] 1496/3673 40% [========================= ] 1497/3673 40% [========================= ] 1498/3673 40% [========================= ] 1499/3673 40% [========================= ] 1500/3673 40% [========================= ] 1501/3673 40% [========================= ] 1502/3673 40% [========================= ] 1503/3673 40% [========================= ] 1504/3673 40% [========================= ] 1505/3673 40% [========================= ] 1506/3673 41% [========================= ] 1507/3673 41% [========================= ] 1508/3673 41% [========================= ] 1509/3673 41% [========================= ] 1510/3673 41% [========================= ] 1511/3673 41% [========================= ] 1512/3673 41% [========================= ] 1513/3673 41% [========================= ] 1514/3673 41% [========================= ] 1515/3673 41% [========================= ] 1516/3673 41% [========================= ] 1517/3673 41% [========================= ] 1518/3673 41% [========================= ] 1519/3673 41% [========================= ] 1520/3673 41% [========================= ] 1521/3673 41% [========================= ] 1522/3673 41% [========================= ] 1523/3673 41% [========================= ] 1524/3673 41% [========================= ] 1525/3673 41% [========================= ] 1526/3673 41% [========================= ] 1527/3673 41% [========================= ] 1528/3673 41% [========================= ] 1529/3673 41% [========================= ] 1530/3673 41% [========================= ] 1531/3673 41% [========================= ] 1532/3673 41% [========================= ] 1533/3673 41% [========================= ] 1534/3673 41% [========================= ] 1535/3673 41% [========================= ] 1536/3673 41% [========================= ] 1537/3673 41% [========================= ] 1538/3673 41% [========================= ] 1539/3673 41% [========================= ] 1540/3673 41% [========================== ] 1541/3673 41% [========================== ] 1542/3673 41% [========================== ] 1543/3673 42% [========================== ] 1544/3673 42% [========================== ] 1545/3673 42% [========================== ] 1546/3673 42% [========================== ] 1547/3673 42% [========================== ] 1548/3673 42% [========================== ] 1549/3673 42% [========================== ] 1550/3673 42% [========================== ] 1551/3673 42% [========================== ] 1552/3673 42% [========================== ] 1553/3673 42% [========================== ] 1554/3673 42% [========================== ] 1555/3673 42% [========================== ] 1556/3673 42% [========================== ] 1557/3673 42% [========================== ] 1558/3673 42% [========================== ] 1559/3673 42% [========================== ] 1560/3673 42% [========================== ] 1561/3673 42% [========================== ] 1562/3673 42% [========================== ] 1563/3673 42% [========================== ] 1564/3673 42% [========================== ] 1565/3673 42% [========================== ] 1566/3673 42% [========================== ] 1567/3673 42% [========================== ] 1568/3673 42% [========================== ] 1569/3673 42% [========================== ] 1570/3673 42% [========================== ] 1571/3673 42% [========================== ] 1572/3673 42% [========================== ] 1573/3673 42% [========================== ] 1574/3673 42% [========================== ] 1575/3673 42% [========================== ] 1576/3673 42% [========================== ] 1577/3673 42% [========================== ] 1578/3673 42% [========================== ] 1579/3673 42% [========================== ] 1580/3673 43% [========================== ] 1581/3673 43% [========================== ] 1582/3673 43% [========================== ] 1583/3673 43% [========================== ] 1584/3673 43% [========================== ] 1585/3673 43% [========================== ] 1586/3673 43% [========================== ] 1587/3673 43% [========================== ] 1588/3673 43% [========================== ] 1589/3673 43% [========================== ] 1590/3673 43% [========================== ] 1591/3673 43% [========================== ] 1592/3673 43% [========================== ] 1593/3673 43% [========================== ] 1594/3673 43% [========================== ] 1595/3673 43% [========================== ] 1596/3673 43% [========================== ] 1597/3673 43% [========================== ] 1598/3673 43% [========================== ] 1599/3673 43% [=========================== ] 1600/3673 43% [=========================== ] 1601/3673 43% [=========================== ] 1602/3673 43% [=========================== ] 1603/3673 43% [=========================== ] 1604/3673 43% [=========================== ] 1605/3673 43% [=========================== ] 1606/3673 43% [=========================== ] 1607/3673 43% [=========================== ] 1608/3673 43% [=========================== ] 1609/3673 43% [=========================== ] 1610/3673 43% [=========================== ] 1611/3673 43% [=========================== ] 1612/3673 43% [=========================== ] 1613/3673 43% [=========================== ] 1614/3673 43% [=========================== ] 1615/3673 43% [=========================== ] 1616/3673 43% [=========================== ] 1617/3673 44% [=========================== ] 1618/3673 44% [=========================== ] 1619/3673 44% [=========================== ] 1620/3673 44% [=========================== ] 1621/3673 44% [=========================== ] 1622/3673 44% [=========================== ] 1623/3673 44% [=========================== ] 1624/3673 44% [=========================== ] 1625/3673 44% [=========================== ] 1626/3673 44% [=========================== ] 1627/3673 44% [=========================== ] 1628/3673 44% [=========================== ] 1629/3673 44% [=========================== ] 1630/3673 44% [=========================== ] 1631/3673 44% [=========================== ] 1632/3673 44% [=========================== ] 1633/3673 44% [=========================== ] 1634/3673 44% [=========================== ] 1635/3673 44% [=========================== ] 1636/3673 44% [=========================== ] 1637/3673 44% [=========================== ] 1638/3673 44% [=========================== ] 1639/3673 44% [=========================== ] 1640/3673 44% [=========================== ] 1641/3673 44% [=========================== ] 1642/3673 44% [=========================== ] 1643/3673 44% [=========================== ] 1644/3673 44% [=========================== ] 1645/3673 44% [=========================== ] 1646/3673 44% [=========================== ] 1647/3673 44% [=========================== ] 1648/3673 44% [=========================== ] 1649/3673 44% [=========================== ] 1650/3673 44% [=========================== ] 1651/3673 44% [=========================== ] 1652/3673 44% [=========================== ] 1653/3673 45% [=========================== ] 1654/3673 45% [=========================== ] 1655/3673 45% [=========================== ] 1656/3673 45% [=========================== ] 1657/3673 45% [=========================== ] 1658/3673 45% [============================ ] 1659/3673 45% [============================ ] 1660/3673 45% [============================ ] 1661/3673 45% [============================ ] 1662/3673 45% [============================ ] 1663/3673 45% [============================ ] 1664/3673 45% [============================ ] 1665/3673 45% [============================ ] 1666/3673 45% [============================ ] 1667/3673 45% [============================ ] 1668/3673 45% [============================ ] 1669/3673 45% [============================ ] 1670/3673 45% [============================ ] 1671/3673 45% [============================ ] 1672/3673 45% [============================ ] 1673/3673 45% [============================ ] 1674/3673 45% [============================ ] 1675/3673 45% [============================ ] 1676/3673 45% [============================ ] 1677/3673 45% [============================ ] 1678/3673 45% [============================ ] 1679/3673 45% [============================ ] 1680/3673 45% [============================ ] 1681/3673 45% [============================ ] 1682/3673 45% [============================ ] 1683/3673 45% [============================ ] 1684/3673 45% [============================ ] 1685/3673 45% [============================ ] 1686/3673 45% [============================ ] 1687/3673 45% [============================ ] 1688/3673 45% [============================ ] 1689/3673 45% [============================ ] 1690/3673 46% [============================ ] 1691/3673 46% [============================ ] 1692/3673 46% [============================ ] 1693/3673 46% [============================ ] 1694/3673 46% [============================ ] 1695/3673 46% [============================ ] 1696/3673 46% [============================ ] 1697/3673 46% [============================ ] 1698/3673 46% [============================ ] 1699/3673 46% [============================ ] 1700/3673 46% [============================ ] 1701/3673 46% [============================ ] 1702/3673 46% [============================ ] 1703/3673 46% [============================ ] 1704/3673 46% [============================ ] 1705/3673 46% [============================ ] 1706/3673 46% [============================ ] 1707/3673 46% [============================ ] 1708/3673 46% [============================ ] 1709/3673 46% [============================ ] 1710/3673 46% [============================ ] 1711/3673 46% [============================ ] 1712/3673 46% [============================ ] 1713/3673 46% [============================ ] 1714/3673 46% [============================ ] 1715/3673 46% [============================ ] 1716/3673 46% [============================ ] 1717/3673 46% [============================ ] 1718/3673 46% [============================= ] 1719/3673 46% [============================= ] 1720/3673 46% [============================= ] 1721/3673 46% [============================= ] 1722/3673 46% [============================= ] 1723/3673 46% [============================= ] 1724/3673 46% [============================= ] 1725/3673 46% [============================= ] 1726/3673 46% [============================= ] 1727/3673 47% [============================= ] 1728/3673 47% [============================= ] 1729/3673 47% [============================= ] 1730/3673 47% [============================= ] 1731/3673 47% [============================= ] 1732/3673 47% [============================= ] 1733/3673 47% [============================= ] 1734/3673 47% [============================= ] 1735/3673 47% [============================= ] 1736/3673 47% [============================= ] 1737/3673 47% [============================= ] 1738/3673 47% [============================= ] 1739/3673 47% [============================= ] 1740/3673 47% [============================= ] 1741/3673 47% [============================= ] 1742/3673 47% [============================= ] 1743/3673 47% [============================= ] 1744/3673 47% [============================= ] 1745/3673 47% [============================= ] 1746/3673 47% [============================= ] 1747/3673 47% [============================= ] 1748/3673 47% [============================= ] 1749/3673 47% [============================= ] 1750/3673 47% [============================= ] 1751/3673 47% [============================= ] 1752/3673 47% [============================= ] 1753/3673 47% [============================= ] 1754/3673 47% [============================= ] 1755/3673 47% [============================= ] 1756/3673 47% [============================= ] 1757/3673 47% [============================= ] 1758/3673 47% [============================= ] 1759/3673 47% [============================= ] 1760/3673 47% [============================= ] 1761/3673 47% [============================= ] 1762/3673 47% [============================= ] 1763/3673 47% [============================= ] 1764/3673 48% [============================= ] 1765/3673 48% [============================= ] 1766/3673 48% [============================= ] 1767/3673 48% [============================= ] 1768/3673 48% [============================= ] 1769/3673 48% [============================= ] 1770/3673 48% [============================= ] 1771/3673 48% [============================= ] 1772/3673 48% [============================= ] 1773/3673 48% [============================= ] 1774/3673 48% [============================= ] 1775/3673 48% [============================= ] 1776/3673 48% [============================= ] 1777/3673 48% [============================== ] 1778/3673 48% [============================== ] 1779/3673 48% [============================== ] 1780/3673 48% [============================== ] 1781/3673 48% [============================== ] 1782/3673 48% [============================== ] 1783/3673 48% [============================== ] 1784/3673 48% [============================== ] 1785/3673 48% [============================== ] 1786/3673 48% [============================== ] 1787/3673 48% [============================== ] 1788/3673 48% [============================== ] 1789/3673 48% [============================== ] 1790/3673 48% [============================== ] 1791/3673 48% [============================== ] 1792/3673 48% [============================== ] 1793/3673 48% [============================== ] 1794/3673 48% [============================== ] 1795/3673 48% [============================== ] 1796/3673 48% [============================== ] 1797/3673 48% [============================== ] 1798/3673 48% [============================== ] 1799/3673 48% [============================== ] 1800/3673 49% [============================== ] 1801/3673 49% [============================== ] 1802/3673 49% [============================== ] 1803/3673 49% [============================== ] 1804/3673 49% [============================== ] 1805/3673 49% [============================== ] 1806/3673 49% [============================== ] 1807/3673 49% [============================== ] 1808/3673 49% [============================== ] 1809/3673 49% [============================== ] 1810/3673 49% [============================== ] 1811/3673 49% [============================== ] 1812/3673 49% [============================== ] 1813/3673 49% [============================== ] 1814/3673 49% [============================== ] 1815/3673 49% [============================== ] 1816/3673 49% [============================== ] 1817/3673 49% [============================== ] 1818/3673 49% [============================== ] 1819/3673 49% [============================== ] 1820/3673 49% [============================== ] 1821/3673 49% [============================== ] 1822/3673 49% [============================== ] 1823/3673 49% [============================== ] 1824/3673 49% [============================== ] 1825/3673 49% [============================== ] 1826/3673 49% [============================== ] 1827/3673 49% [============================== ] 1828/3673 49% [============================== ] 1829/3673 49% [============================== ] 1830/3673 49% [============================== ] 1831/3673 49% [============================== ] 1832/3673 49% [============================== ] 1833/3673 49% [============================== ] 1834/3673 49% [============================== ] 1835/3673 49% [============================== ] 1836/3673 49% [=============================== ] 1837/3673 50% [=============================== ] 1838/3673 50% [=============================== ] 1839/3673 50% [=============================== ] 1840/3673 50% [=============================== ] 1841/3673 50% [=============================== ] 1842/3673 50% [=============================== ] 1843/3673 50% [=============================== ] 1844/3673 50% [=============================== ] 1845/3673 50% [=============================== ] 1846/3673 50% [=============================== ] 1847/3673 50% [=============================== ] 1848/3673 50% [=============================== ] 1849/3673 50% [=============================== ] 1850/3673 50% [=============================== ] 1851/3673 50% [=============================== ] 1852/3673 50% [=============================== ] 1853/3673 50% [=============================== ] 1854/3673 50% [=============================== ] 1855/3673 50% [=============================== ] 1856/3673 50% [=============================== ] 1857/3673 50% [=============================== ] 1858/3673 50% [=============================== ] 1859/3673 50% [=============================== ] 1860/3673 50% [=============================== ] 1861/3673 50% [=============================== ] 1862/3673 50% [=============================== ] 1863/3673 50% [=============================== ] 1864/3673 50% [=============================== ] 1865/3673 50% [=============================== ] 1866/3673 50% [=============================== ] 1867/3673 50% [=============================== ] 1868/3673 50% [=============================== ] 1869/3673 50% [=============================== ] 1870/3673 50% [=============================== ] 1871/3673 50% [=============================== ] 1872/3673 50% [=============================== ] 1873/3673 50% [=============================== ] 1874/3673 51% [=============================== ] 1875/3673 51% [=============================== ] 1876/3673 51% [=============================== ] 1877/3673 51% [=============================== ] 1878/3673 51% [=============================== ] 1879/3673 51% [=============================== ] 1880/3673 51% [=============================== ] 1881/3673 51% [=============================== ] 1882/3673 51% [=============================== ] 1883/3673 51% [=============================== ] 1884/3673 51% [=============================== ] 1885/3673 51% [=============================== ] 1886/3673 51% [=============================== ] 1887/3673 51% [=============================== ] 1888/3673 51% [=============================== ] 1889/3673 51% [=============================== ] 1890/3673 51% [=============================== ] 1891/3673 51% [=============================== ] 1892/3673 51% [=============================== ] 1893/3673 51% [=============================== ] 1894/3673 51% [=============================== ] 1895/3673 51% [================================ ] 1896/3673 51% [================================ ] 1897/3673 51% [================================ ] 1898/3673 51% [================================ ] 1899/3673 51% [================================ ] 1900/3673 51% [================================ ] 1901/3673 51% [================================ ] 1902/3673 51% [================================ ] 1903/3673 51% [================================ ] 1904/3673 51% [================================ ] 1905/3673 51% [================================ ] 1906/3673 51% [================================ ] 1907/3673 51% [================================ ] 1908/3673 51% [================================ ] 1909/3673 51% [================================ ] 1910/3673 52% [================================ ] 1911/3673 52% [================================ ] 1912/3673 52% [================================ ] 1913/3673 52% [================================ ] 1914/3673 52% [================================ ] 1915/3673 52% [================================ ] 1916/3673 52% [================================ ] 1917/3673 52% [================================ ] 1918/3673 52% [================================ ] 1919/3673 52% [================================ ] 1920/3673 52% [================================ ] 1921/3673 52% [================================ ] 1922/3673 52% [================================ ] 1923/3673 52% [================================ ] 1924/3673 52% [================================ ] 1925/3673 52% [================================ ] 1926/3673 52% [================================ ] 1927/3673 52% [================================ ] 1928/3673 52% [================================ ] 1929/3673 52% [================================ ] 1930/3673 52% [================================ ] 1931/3673 52% [================================ ] 1932/3673 52% [================================ ] 1933/3673 52% [================================ ] 1934/3673 52% [================================ ] 1935/3673 52% [================================ ] 1936/3673 52% [================================ ] 1937/3673 52% [================================ ] 1938/3673 52% [================================ ] 1939/3673 52% [================================ ] 1940/3673 52% [================================ ] 1941/3673 52% [================================ ] 1942/3673 52% [================================ ] 1943/3673 52% [================================ ] 1944/3673 52% [================================ ] 1945/3673 52% [================================ ] 1946/3673 52% [================================ ] 1947/3673 53% [================================ ] 1948/3673 53% [================================ ] 1949/3673 53% [================================ ] 1950/3673 53% [================================ ] 1951/3673 53% [================================ ] 1952/3673 53% [================================ ] 1953/3673 53% [================================ ] 1954/3673 53% [================================= ] 1955/3673 53% [================================= ] 1956/3673 53% [================================= ] 1957/3673 53% [================================= ] 1958/3673 53% [================================= ] 1959/3673 53% [================================= ] 1960/3673 53% [================================= ] 1961/3673 53% [================================= ] 1962/3673 53% [================================= ] 1963/3673 53% [================================= ] 1964/3673 53% [================================= ] 1965/3673 53% [================================= ] 1966/3673 53% [================================= ] 1967/3673 53% [================================= ] 1968/3673 53% [================================= ] 1969/3673 53% [================================= ] 1970/3673 53% [================================= ] 1971/3673 53% [================================= ] 1972/3673 53% [================================= ] 1973/3673 53% [================================= ] 1974/3673 53% [================================= ] 1975/3673 53% [================================= ] 1976/3673 53% [================================= ] 1977/3673 53% [================================= ] 1978/3673 53% [================================= ] 1979/3673 53% [================================= ] 1980/3673 53% [================================= ] 1981/3673 53% [================================= ] 1982/3673 53% [================================= ] 1983/3673 53% [================================= ] 1984/3673 54% [================================= ] 1985/3673 54% [================================= ] 1986/3673 54% [================================= ] 1987/3673 54% [================================= ] 1988/3673 54% [================================= ] 1989/3673 54% [================================= ] 1990/3673 54% [================================= ] 1991/3673 54% [================================= ] 1992/3673 54% [================================= ] 1993/3673 54% [================================= ] 1994/3673 54% [================================= ] 1995/3673 54% [================================= ] 1996/3673 54% [================================= ] 1997/3673 54% [================================= ] 1998/3673 54% [================================= ] 1999/3673 54% [================================= ] 2000/3673 54% [================================= ] 2001/3673 54% [================================= ] 2002/3673 54% [================================= ] 2003/3673 54% [================================= ] 2004/3673 54% [================================= ] 2005/3673 54% [================================= ] 2006/3673 54% [================================= ] 2007/3673 54% [================================= ] 2008/3673 54% [================================= ] 2009/3673 54% [================================= ] 2010/3673 54% [================================= ] 2011/3673 54% [================================= ] 2012/3673 54% [================================= ] 2013/3673 54% [================================= ] 2014/3673 54% [================================== ] 2015/3673 54% [================================== ] 2016/3673 54% [================================== ] 2017/3673 54% [================================== ] 2018/3673 54% [================================== ] 2019/3673 54% [================================== ] 2020/3673 54% [================================== ] 2021/3673 55% [================================== ] 2022/3673 55% [================================== ] 2023/3673 55% [================================== ] 2024/3673 55% [================================== ] 2025/3673 55% [================================== ] 2026/3673 55% [================================== ] 2027/3673 55% [================================== ] 2028/3673 55% [================================== ] 2029/3673 55% [================================== ] 2030/3673 55% [================================== ] 2031/3673 55% [================================== ] 2032/3673 55% [================================== ] 2033/3673 55% [================================== ] 2034/3673 55% [================================== ] 2035/3673 55% [================================== ] 2036/3673 55% [================================== ] 2037/3673 55% [================================== ] 2038/3673 55% [================================== ] 2039/3673 55% [================================== ] 2040/3673 55% [================================== ] 2041/3673 55% [================================== ] 2042/3673 55% [================================== ] 2043/3673 55% [================================== ] 2044/3673 55% [================================== ] 2045/3673 55% [================================== ] 2046/3673 55% [================================== ] 2047/3673 55% [================================== ] 2048/3673 55% [================================== ] 2049/3673 55% [================================== ] 2050/3673 55% [================================== ] 2051/3673 55% [================================== ] 2052/3673 55% [================================== ] 2053/3673 55% [================================== ] 2054/3673 55% [================================== ] 2055/3673 55% [================================== ] 2056/3673 55% [================================== ] 2057/3673 56% [================================== ] 2058/3673 56% [================================== ] 2059/3673 56% [================================== ] 2060/3673 56% [================================== ] 2061/3673 56% [================================== ] 2062/3673 56% [================================== ] 2063/3673 56% [================================== ] 2064/3673 56% [================================== ] 2065/3673 56% [================================== ] 2066/3673 56% [================================== ] 2067/3673 56% [================================== ] 2068/3673 56% [================================== ] 2069/3673 56% [================================== ] 2070/3673 56% [================================== ] 2071/3673 56% [================================== ] 2072/3673 56% [================================== ] 2073/3673 56% [=================================== ] 2074/3673 56% [=================================== ] 2075/3673 56% [=================================== ] 2076/3673 56% [=================================== ] 2077/3673 56% [=================================== ] 2078/3673 56% [=================================== ] 2079/3673 56% [=================================== ] 2080/3673 56% [=================================== ] 2081/3673 56% [=================================== ] 2082/3673 56% [=================================== ] 2083/3673 56% [=================================== ] 2084/3673 56% [=================================== ] 2085/3673 56% [=================================== ] 2086/3673 56% [=================================== ] 2087/3673 56% [=================================== ] 2088/3673 56% [=================================== ] 2089/3673 56% [=================================== ] 2090/3673 56% [=================================== ] 2091/3673 56% [=================================== ] 2092/3673 56% [=================================== ] 2093/3673 56% [=================================== ] 2094/3673 57% [=================================== ] 2095/3673 57% [=================================== ] 2096/3673 57% [=================================== ] 2097/3673 57% [=================================== ] 2098/3673 57% [=================================== ] 2099/3673 57% [=================================== ] 2100/3673 57% [=================================== ] 2101/3673 57% [=================================== ] 2102/3673 57% [=================================== ] 2103/3673 57% [=================================== ] 2104/3673 57% [=================================== ] 2105/3673 57% [=================================== ] 2106/3673 57% [=================================== ] 2107/3673 57% [=================================== ] 2108/3673 57% [=================================== ] 2109/3673 57% [=================================== ] 2110/3673 57% [=================================== ] 2111/3673 57% [=================================== ] 2112/3673 57% [=================================== ] 2113/3673 57% [=================================== ] 2114/3673 57% [=================================== ] 2115/3673 57% [=================================== ] 2116/3673 57% [=================================== ] 2117/3673 57% [=================================== ] 2118/3673 57% [=================================== ] 2119/3673 57% [=================================== ] 2120/3673 57% [=================================== ] 2121/3673 57% [=================================== ] 2122/3673 57% [=================================== ] 2123/3673 57% [=================================== ] 2124/3673 57% [=================================== ] 2125/3673 57% [=================================== ] 2126/3673 57% [=================================== ] 2127/3673 57% [=================================== ] 2128/3673 57% [=================================== ] 2129/3673 57% [=================================== ] 2130/3673 57% [=================================== ] 2131/3673 58% [=================================== ] 2132/3673 58% [==================================== ] 2133/3673 58% [==================================== ] 2134/3673 58% [==================================== ] 2135/3673 58% [==================================== ] 2136/3673 58% [==================================== ] 2137/3673 58% [==================================== ] 2138/3673 58% [==================================== ] 2139/3673 58% [==================================== ] 2140/3673 58% [==================================== ] 2141/3673 58% [==================================== ] 2142/3673 58% [==================================== ] 2143/3673 58% [==================================== ] 2144/3673 58% [==================================== ] 2145/3673 58% [==================================== ] 2146/3673 58% [==================================== ] 2147/3673 58% [==================================== ] 2148/3673 58% [==================================== ] 2149/3673 58% [==================================== ] 2150/3673 58% [==================================== ] 2151/3673 58% [==================================== ] 2152/3673 58% [==================================== ] 2153/3673 58% [==================================== ] 2154/3673 58% [==================================== ] 2155/3673 58% [==================================== ] 2156/3673 58% [==================================== ] 2157/3673 58% [==================================== ] 2158/3673 58% [==================================== ] 2159/3673 58% [==================================== ] 2160/3673 58% [==================================== ] 2161/3673 58% [==================================== ] 2162/3673 58% [==================================== ] 2163/3673 58% [==================================== ] 2164/3673 58% [==================================== ] 2165/3673 58% [==================================== ] 2166/3673 58% [==================================== ] 2167/3673 58% [==================================== ] 2168/3673 59% [==================================== ] 2169/3673 59% [==================================== ] 2170/3673 59% [==================================== ] 2171/3673 59% [==================================== ] 2172/3673 59% [==================================== ] 2173/3673 59% [==================================== ] 2174/3673 59% [==================================== ] 2175/3673 59% [==================================== ] 2176/3673 59% [==================================== ] 2177/3673 59% [==================================== ] 2178/3673 59% [==================================== ] 2179/3673 59% [==================================== ] 2180/3673 59% [==================================== ] 2181/3673 59% [==================================== ] 2182/3673 59% [==================================== ] 2183/3673 59% [==================================== ] 2184/3673 59% [==================================== ] 2185/3673 59% [==================================== ] 2186/3673 59% [==================================== ] 2187/3673 59% [==================================== ] 2188/3673 59% [==================================== ] 2189/3673 59% [==================================== ] 2190/3673 59% [==================================== ] 2191/3673 59% [===================================== ] 2192/3673 59% [===================================== ] 2193/3673 59% [===================================== ] 2194/3673 59% [===================================== ] 2195/3673 59% [===================================== ] 2196/3673 59% [===================================== ] 2197/3673 59% [===================================== ] 2198/3673 59% [===================================== ] 2199/3673 59% [===================================== ] 2200/3673 59% [===================================== ] 2201/3673 59% [===================================== ] 2202/3673 59% [===================================== ] 2203/3673 59% [===================================== ] 2204/3673 60% [===================================== ] 2205/3673 60% [===================================== ] 2206/3673 60% [===================================== ] 2207/3673 60% [===================================== ] 2208/3673 60% [===================================== ] 2209/3673 60% [===================================== ] 2210/3673 60% [===================================== ] 2211/3673 60% [===================================== ] 2212/3673 60% [===================================== ] 2213/3673 60% [===================================== ] 2214/3673 60% [===================================== ] 2215/3673 60% [===================================== ] 2216/3673 60% [===================================== ] 2217/3673 60% [===================================== ] 2218/3673 60% [===================================== ] 2219/3673 60% [===================================== ] 2220/3673 60% [===================================== ] 2221/3673 60% [===================================== ] 2222/3673 60% [===================================== ] 2223/3673 60% [===================================== ] 2224/3673 60% [===================================== ] 2225/3673 60% [===================================== ] 2226/3673 60% [===================================== ] 2227/3673 60% [===================================== ] 2228/3673 60% [===================================== ] 2229/3673 60% [===================================== ] 2230/3673 60% [===================================== ] 2231/3673 60% [===================================== ] 2232/3673 60% [===================================== ] 2233/3673 60% [===================================== ] 2234/3673 60% [===================================== ] 2235/3673 60% [===================================== ] 2236/3673 60% [===================================== ] 2237/3673 60% [===================================== ] 2238/3673 60% [===================================== ] 2239/3673 60% [===================================== ] 2240/3673 60% [===================================== ] 2241/3673 61% [===================================== ] 2242/3673 61% [===================================== ] 2243/3673 61% [===================================== ] 2244/3673 61% [===================================== ] 2245/3673 61% [===================================== ] 2246/3673 61% [===================================== ] 2247/3673 61% [===================================== ] 2248/3673 61% [===================================== ] 2249/3673 61% [===================================== ] 2250/3673 61% [===================================== ] 2251/3673 61% [====================================== ] 2252/3673 61% [====================================== ] 2253/3673 61% [====================================== ] 2254/3673 61% [====================================== ] 2255/3673 61% [====================================== ] 2256/3673 61% [====================================== ] 2257/3673 61% [====================================== ] 2258/3673 61% [====================================== ] 2259/3673 61% [====================================== ] 2260/3673 61% [====================================== ] 2261/3673 61% [====================================== ] 2262/3673 61% [====================================== ] 2263/3673 61% [====================================== ] 2264/3673 61% [====================================== ] 2265/3673 61% [====================================== ] 2266/3673 61% [====================================== ] 2267/3673 61% [====================================== ] 2268/3673 61% [====================================== ] 2269/3673 61% [====================================== ] 2270/3673 61% [====================================== ] 2271/3673 61% [====================================== ] 2272/3673 61% [====================================== ] 2273/3673 61% [====================================== ] 2274/3673 61% [====================================== ] 2275/3673 61% [====================================== ] 2276/3673 61% [====================================== ] 2277/3673 61% [====================================== ] 2278/3673 62% [====================================== ] 2279/3673 62% [====================================== ] 2280/3673 62% [====================================== ] 2281/3673 62% [====================================== ] 2282/3673 62% [====================================== ] 2283/3673 62% [====================================== ] 2284/3673 62% [====================================== ] 2285/3673 62% [====================================== ] 2286/3673 62% [====================================== ] 2287/3673 62% [====================================== ] 2288/3673 62% [====================================== ] 2289/3673 62% [====================================== ] 2290/3673 62% [====================================== ] 2291/3673 62% [====================================== ] 2292/3673 62% [====================================== ] 2293/3673 62% [====================================== ] 2294/3673 62% [====================================== ] 2295/3673 62% [====================================== ] 2296/3673 62% [====================================== ] 2297/3673 62% [====================================== ] 2298/3673 62% [====================================== ] 2299/3673 62% [====================================== ] 2300/3673 62% [====================================== ] 2301/3673 62% [====================================== ] 2302/3673 62% [====================================== ] 2303/3673 62% [====================================== ] 2304/3673 62% [====================================== ] 2305/3673 62% [====================================== ] 2306/3673 62% [====================================== ] 2307/3673 62% [====================================== ] 2308/3673 62% [====================================== ] 2309/3673 62% [====================================== ] 2310/3673 62% [======================================= ] 2311/3673 62% [======================================= ] 2312/3673 62% [======================================= ] 2313/3673 62% [======================================= ] 2314/3673 63% [======================================= ] 2315/3673 63% [======================================= ] 2316/3673 63% [======================================= ] 2317/3673 63% [======================================= ] 2318/3673 63% [======================================= ] 2319/3673 63% [======================================= ] 2320/3673 63% [======================================= ] 2321/3673 63% [======================================= ] 2322/3673 63% [======================================= ] 2323/3673 63% [======================================= ] 2324/3673 63% [======================================= ] 2325/3673 63% [======================================= ] 2326/3673 63% [======================================= ] 2327/3673 63% [======================================= ] 2328/3673 63% [======================================= ] 2329/3673 63% [======================================= ] 2330/3673 63% [======================================= ] 2331/3673 63% [======================================= ] 2332/3673 63% [======================================= ] 2333/3673 63% [======================================= ] 2334/3673 63% [======================================= ] 2335/3673 63% [======================================= ] 2336/3673 63% [======================================= ] 2337/3673 63% [======================================= ] 2338/3673 63% [======================================= ] 2339/3673 63% [======================================= ] 2340/3673 63% [======================================= ] 2341/3673 63% [======================================= ] 2342/3673 63% [======================================= ] 2343/3673 63% [======================================= ] 2344/3673 63% [======================================= ] 2345/3673 63% [======================================= ] 2346/3673 63% [======================================= ] 2347/3673 63% [======================================= ] 2348/3673 63% [======================================= ] 2349/3673 63% [======================================= ] 2350/3673 63% [======================================= ] 2351/3673 64% [======================================= ] 2352/3673 64% [======================================= ] 2353/3673 64% [======================================= ] 2354/3673 64% [======================================= ] 2355/3673 64% [======================================= ] 2356/3673 64% [======================================= ] 2357/3673 64% [======================================= ] 2358/3673 64% [======================================= ] 2359/3673 64% [======================================= ] 2360/3673 64% [======================================= ] 2361/3673 64% [======================================= ] 2362/3673 64% [======================================= ] 2363/3673 64% [======================================= ] 2364/3673 64% [======================================= ] 2365/3673 64% [======================================= ] 2366/3673 64% [======================================= ] 2367/3673 64% [======================================= ] 2368/3673 64% [======================================= ] 2369/3673 64% [======================================== ] 2370/3673 64% [======================================== ] 2371/3673 64% [======================================== ] 2372/3673 64% [======================================== ] 2373/3673 64% [======================================== ] 2374/3673 64% [======================================== ] 2375/3673 64% [======================================== ] 2376/3673 64% [======================================== ] 2377/3673 64% [======================================== ] 2378/3673 64% [======================================== ] 2379/3673 64% [======================================== ] 2380/3673 64% [======================================== ] 2381/3673 64% [======================================== ] 2382/3673 64% [======================================== ] 2383/3673 64% [======================================== ] 2384/3673 64% [======================================== ] 2385/3673 64% [======================================== ] 2386/3673 64% [======================================== ] 2387/3673 64% [======================================== ] 2388/3673 65% [======================================== ] 2389/3673 65% [======================================== ] 2390/3673 65% [======================================== ] 2391/3673 65% [======================================== ] 2392/3673 65% [======================================== ] 2393/3673 65% [======================================== ] 2394/3673 65% [======================================== ] 2395/3673 65% [======================================== ] 2396/3673 65% [======================================== ] 2397/3673 65% [======================================== ] 2398/3673 65% [======================================== ] 2399/3673 65% [======================================== ] 2400/3673 65% [======================================== ] 2401/3673 65% [======================================== ] 2402/3673 65% [======================================== ] 2403/3673 65% [======================================== ] 2404/3673 65% [======================================== ] 2405/3673 65% [======================================== ] 2406/3673 65% [======================================== ] 2407/3673 65% [======================================== ] 2408/3673 65% [======================================== ] 2409/3673 65% [======================================== ] 2410/3673 65% [======================================== ] 2411/3673 65% [======================================== ] 2412/3673 65% [======================================== ] 2413/3673 65% [======================================== ] 2414/3673 65% [======================================== ] 2415/3673 65% [======================================== ] 2416/3673 65% [======================================== ] 2417/3673 65% [======================================== ] 2418/3673 65% [======================================== ] 2419/3673 65% [======================================== ] 2420/3673 65% [======================================== ] 2421/3673 65% [======================================== ] 2422/3673 65% [======================================== ] 2423/3673 65% [======================================== ] 2424/3673 65% [======================================== ] 2425/3673 66% [======================================== ] 2426/3673 66% [======================================== ] 2427/3673 66% [======================================== ] 2428/3673 66% [========================================= ] 2429/3673 66% [========================================= ] 2430/3673 66% [========================================= ] 2431/3673 66% [========================================= ] 2432/3673 66% [========================================= ] 2433/3673 66% [========================================= ] 2434/3673 66% [========================================= ] 2435/3673 66% [========================================= ] 2436/3673 66% [========================================= ] 2437/3673 66% [========================================= ] 2438/3673 66% [========================================= ] 2439/3673 66% [========================================= ] 2440/3673 66% [========================================= ] 2441/3673 66% [========================================= ] 2442/3673 66% [========================================= ] 2443/3673 66% [========================================= ] 2444/3673 66% [========================================= ] 2445/3673 66% [========================================= ] 2446/3673 66% [========================================= ] 2447/3673 66% [========================================= ] 2448/3673 66% [========================================= ] 2449/3673 66% [========================================= ] 2450/3673 66% [========================================= ] 2451/3673 66% [========================================= ] 2452/3673 66% [========================================= ] 2453/3673 66% [========================================= ] 2454/3673 66% [========================================= ] 2455/3673 66% [========================================= ] 2456/3673 66% [========================================= ] 2457/3673 66% [========================================= ] 2458/3673 66% [========================================= ] 2459/3673 66% [========================================= ] 2460/3673 66% [========================================= ] 2461/3673 67% [========================================= ] 2462/3673 67% [========================================= ] 2463/3673 67% [========================================= ] 2464/3673 67% [========================================= ] 2465/3673 67% [========================================= ] 2466/3673 67% [========================================= ] 2467/3673 67% [========================================= ] 2468/3673 67% [========================================= ] 2469/3673 67% [========================================= ] 2470/3673 67% [========================================= ] 2471/3673 67% [========================================= ] 2472/3673 67% [========================================= ] 2473/3673 67% [========================================= ] 2474/3673 67% [========================================= ] 2475/3673 67% [========================================= ] 2476/3673 67% [========================================= ] 2477/3673 67% [========================================= ] 2478/3673 67% [========================================= ] 2479/3673 67% [========================================= ] 2480/3673 67% [========================================= ] 2481/3673 67% [========================================= ] 2482/3673 67% [========================================= ] 2483/3673 67% [========================================= ] 2484/3673 67% [========================================= ] 2485/3673 67% [========================================= ] 2486/3673 67% [========================================= ] 2487/3673 67% [========================================= ] 2488/3673 67% [========================================== ] 2489/3673 67% [========================================== ] 2490/3673 67% [========================================== ] 2491/3673 67% [========================================== ] 2492/3673 67% [========================================== ] 2493/3673 67% [========================================== ] 2494/3673 67% [========================================== ] 2495/3673 67% [========================================== ] 2496/3673 67% [========================================== ] 2497/3673 67% [========================================== ] 2498/3673 68% [========================================== ] 2499/3673 68% [========================================== ] 2500/3673 68% [========================================== ] 2501/3673 68% [========================================== ] 2502/3673 68% [========================================== ] 2503/3673 68% [========================================== ] 2504/3673 68% [========================================== ] 2505/3673 68% [========================================== ] 2506/3673 68% [========================================== ] 2507/3673 68% [========================================== ] 2508/3673 68% [========================================== ] 2509/3673 68% [========================================== ] 2510/3673 68% [========================================== ] 2511/3673 68% [========================================== ] 2512/3673 68% [========================================== ] 2513/3673 68% [========================================== ] 2514/3673 68% [========================================== ] 2515/3673 68% [========================================== ] 2516/3673 68% [========================================== ] 2517/3673 68% [========================================== ] 2518/3673 68% [========================================== ] 2519/3673 68% [========================================== ] 2520/3673 68% [========================================== ] 2521/3673 68% [========================================== ] 2522/3673 68% [========================================== ] 2523/3673 68% [========================================== ] 2524/3673 68% [========================================== ] 2525/3673 68% [========================================== ] 2526/3673 68% [========================================== ] 2527/3673 68% [========================================== ] 2528/3673 68% [========================================== ] 2529/3673 68% [========================================== ] 2530/3673 68% [========================================== ] 2531/3673 68% [========================================== ] 2532/3673 68% [========================================== ] 2533/3673 68% [========================================== ] 2534/3673 68% [========================================== ] 2535/3673 69% [========================================== ] 2536/3673 69% [========================================== ] 2537/3673 69% [========================================== ] 2538/3673 69% [========================================== ] 2539/3673 69% [========================================== ] 2540/3673 69% [========================================== ] 2541/3673 69% [========================================== ] 2542/3673 69% [========================================== ] 2543/3673 69% [========================================== ] 2544/3673 69% [========================================== ] 2545/3673 69% [========================================== ] 2546/3673 69% [========================================== ] 2547/3673 69% [=========================================== ] 2548/3673 69% [=========================================== ] 2549/3673 69% [=========================================== ] 2550/3673 69% [=========================================== ] 2551/3673 69% [=========================================== ] 2552/3673 69% [=========================================== ] 2553/3673 69% [=========================================== ] 2554/3673 69% [=========================================== ] 2555/3673 69% [=========================================== ] 2556/3673 69% [=========================================== ] 2557/3673 69% [=========================================== ] 2558/3673 69% [=========================================== ] 2559/3673 69% [=========================================== ] 2560/3673 69% [=========================================== ] 2561/3673 69% [=========================================== ] 2562/3673 69% [=========================================== ] 2563/3673 69% [=========================================== ] 2564/3673 69% [=========================================== ] 2565/3673 69% [=========================================== ] 2566/3673 69% [=========================================== ] 2567/3673 69% [=========================================== ] 2568/3673 69% [=========================================== ] 2569/3673 69% [=========================================== ] 2570/3673 69% [=========================================== ] 2571/3673 69% [=========================================== ] 2572/3673 70% [=========================================== ] 2573/3673 70% [=========================================== ] 2574/3673 70% [=========================================== ] 2575/3673 70% [=========================================== ] 2576/3673 70% [=========================================== ] 2577/3673 70% [=========================================== ] 2578/3673 70% [=========================================== ] 2579/3673 70% [=========================================== ] 2580/3673 70% [=========================================== ] 2581/3673 70% [=========================================== ] 2582/3673 70% [=========================================== ] 2583/3673 70% [=========================================== ] 2584/3673 70% [=========================================== ] 2585/3673 70% [=========================================== ] 2586/3673 70% [=========================================== ] 2587/3673 70% [=========================================== ] 2588/3673 70% [=========================================== ] 2589/3673 70% [=========================================== ] 2590/3673 70% [=========================================== ] 2591/3673 70% [=========================================== ] 2592/3673 70% [=========================================== ] 2593/3673 70% [=========================================== ] 2594/3673 70% [=========================================== ] 2595/3673 70% [=========================================== ] 2596/3673 70% [=========================================== ] 2597/3673 70% [=========================================== ] 2598/3673 70% [=========================================== ] 2599/3673 70% [=========================================== ] 2600/3673 70% [=========================================== ] 2601/3673 70% [=========================================== ] 2602/3673 70% [=========================================== ] 2603/3673 70% [=========================================== ] 2604/3673 70% [=========================================== ] 2605/3673 70% [=========================================== ] 2606/3673 70% [============================================ ] 2607/3673 70% [============================================ ] 2608/3673 71% [============================================ ] 2609/3673 71% [============================================ ] 2610/3673 71% [============================================ ] 2611/3673 71% [============================================ ] 2612/3673 71% [============================================ ] 2613/3673 71% [============================================ ] 2614/3673 71% [============================================ ] 2615/3673 71% [============================================ ] 2616/3673 71% [============================================ ] 2617/3673 71% [============================================ ] 2618/3673 71% [============================================ ] 2619/3673 71% [============================================ ] 2620/3673 71% [============================================ ] 2621/3673 71% [============================================ ] 2622/3673 71% [============================================ ] 2623/3673 71% [============================================ ] 2624/3673 71% [============================================ ] 2625/3673 71% [============================================ ] 2626/3673 71% [============================================ ] 2627/3673 71% [============================================ ] 2628/3673 71% [============================================ ] 2629/3673 71% [============================================ ] 2630/3673 71% [============================================ ] 2631/3673 71% [============================================ ] 2632/3673 71% [============================================ ] 2633/3673 71% [============================================ ] 2634/3673 71% [============================================ ] 2635/3673 71% [============================================ ] 2636/3673 71% [============================================ ] 2637/3673 71% [============================================ ] 2638/3673 71% [============================================ ] 2639/3673 71% [============================================ ] 2640/3673 71% [============================================ ] 2641/3673 71% [============================================ ] 2642/3673 71% [============================================ ] 2643/3673 71% [============================================ ] 2644/3673 71% [============================================ ] 2645/3673 72% [============================================ ] 2646/3673 72% [============================================ ] 2647/3673 72% [============================================ ] 2648/3673 72% [============================================ ] 2649/3673 72% [============================================ ] 2650/3673 72% [============================================ ] 2651/3673 72% [============================================ ] 2652/3673 72% [============================================ ] 2653/3673 72% [============================================ ] 2654/3673 72% [============================================ ] 2655/3673 72% [============================================ ] 2656/3673 72% [============================================ ] 2657/3673 72% [============================================ ] 2658/3673 72% [============================================ ] 2659/3673 72% [============================================ ] 2660/3673 72% [============================================ ] 2661/3673 72% [============================================ ] 2662/3673 72% [============================================ ] 2663/3673 72% [============================================ ] 2664/3673 72% [============================================ ] 2665/3673 72% [============================================= ] 2666/3673 72% [============================================= ] 2667/3673 72% [============================================= ] 2668/3673 72% [============================================= ] 2669/3673 72% [============================================= ] 2670/3673 72% [============================================= ] 2671/3673 72% [============================================= ] 2672/3673 72% [============================================= ] 2673/3673 72% [============================================= ] 2674/3673 72% [============================================= ] 2675/3673 72% [============================================= ] 2676/3673 72% [============================================= ] 2677/3673 72% [============================================= ] 2678/3673 72% [============================================= ] 2679/3673 72% [============================================= ] 2680/3673 72% [============================================= ] 2681/3673 72% [============================================= ] 2682/3673 73% [============================================= ] 2683/3673 73% [============================================= ] 2684/3673 73% [============================================= ] 2685/3673 73% [============================================= ] 2686/3673 73% [============================================= ] 2687/3673 73% [============================================= ] 2688/3673 73% [============================================= ] 2689/3673 73% [============================================= ] 2690/3673 73% [============================================= ] 2691/3673 73% [============================================= ] 2692/3673 73% [============================================= ] 2693/3673 73% [============================================= ] 2694/3673 73% [============================================= ] 2695/3673 73% [============================================= ] 2696/3673 73% [============================================= ] 2697/3673 73% [============================================= ] 2698/3673 73% [============================================= ] 2699/3673 73% [============================================= ] 2700/3673 73% [============================================= ] 2701/3673 73% [============================================= ] 2702/3673 73% [============================================= ] 2703/3673 73% [============================================= ] 2704/3673 73% [============================================= ] 2705/3673 73% [============================================= ] 2706/3673 73% [============================================= ] 2707/3673 73% [============================================= ] 2708/3673 73% [============================================= ] 2709/3673 73% [============================================= ] 2710/3673 73% [============================================= ] 2711/3673 73% [============================================= ] 2712/3673 73% [============================================= ] 2713/3673 73% [============================================= ] 2714/3673 73% [============================================= ] 2715/3673 73% [============================================= ] 2716/3673 73% [============================================= ] 2717/3673 73% [============================================= ] 2718/3673 73% [============================================= ] 2719/3673 74% [============================================= ] 2720/3673 74% [============================================= ] 2721/3673 74% [============================================= ] 2722/3673 74% [============================================= ] 2723/3673 74% [============================================= ] 2724/3673 74% [============================================= ] 2725/3673 74% [============================================== ] 2726/3673 74% [============================================== ] 2727/3673 74% [============================================== ] 2728/3673 74% [============================================== ] 2729/3673 74% [============================================== ] 2730/3673 74% [============================================== ] 2731/3673 74% [============================================== ] 2732/3673 74% [============================================== ] 2733/3673 74% [============================================== ] 2734/3673 74% [============================================== ] 2735/3673 74% [============================================== ] 2736/3673 74% [============================================== ] 2737/3673 74% [============================================== ] 2738/3673 74% [============================================== ] 2739/3673 74% [============================================== ] 2740/3673 74% [============================================== ] 2741/3673 74% [============================================== ] 2742/3673 74% [============================================== ] 2743/3673 74% [============================================== ] 2744/3673 74% [============================================== ] 2745/3673 74% [============================================== ] 2746/3673 74% [============================================== ] 2747/3673 74% [============================================== ] 2748/3673 74% [============================================== ] 2749/3673 74% [============================================== ] 2750/3673 74% [============================================== ] 2751/3673 74% [============================================== ] 2752/3673 74% [============================================== ] 2753/3673 74% [============================================== ] 2754/3673 74% [============================================== ] 2755/3673 75% [============================================== ] 2756/3673 75% [============================================== ] 2757/3673 75% [============================================== ] 2758/3673 75% [============================================== ] 2759/3673 75% [============================================== ] 2760/3673 75% [============================================== ] 2761/3673 75% [============================================== ] 2762/3673 75% [============================================== ] 2763/3673 75% [============================================== ] 2764/3673 75% [============================================== ] 2765/3673 75% [============================================== ] 2766/3673 75% [============================================== ] 2767/3673 75% [============================================== ] 2768/3673 75% [============================================== ] 2769/3673 75% [============================================== ] 2770/3673 75% [============================================== ] 2771/3673 75% [============================================== ] 2772/3673 75% [============================================== ] 2773/3673 75% [============================================== ] 2774/3673 75% [============================================== ] 2775/3673 75% [============================================== ] 2776/3673 75% [============================================== ] 2777/3673 75% [============================================== ] 2778/3673 75% [============================================== ] 2779/3673 75% [============================================== ] 2780/3673 75% [============================================== ] 2781/3673 75% [============================================== ] 2782/3673 75% [============================================== ] 2783/3673 75% [============================================== ] 2784/3673 75% [=============================================== ] 2785/3673 75% [=============================================== ] 2786/3673 75% [=============================================== ] 2787/3673 75% [=============================================== ] 2788/3673 75% [=============================================== ] 2789/3673 75% [=============================================== ] 2790/3673 75% [=============================================== ] 2791/3673 75% [=============================================== ] 2792/3673 76% [=============================================== ] 2793/3673 76% [=============================================== ] 2794/3673 76% [=============================================== ] 2795/3673 76% [=============================================== ] 2796/3673 76% [=============================================== ] 2797/3673 76% [=============================================== ] 2798/3673 76% [=============================================== ] 2799/3673 76% [=============================================== ] 2800/3673 76% [=============================================== ] 2801/3673 76% [=============================================== ] 2802/3673 76% [=============================================== ] 2803/3673 76% [=============================================== ] 2804/3673 76% [=============================================== ] 2805/3673 76% [=============================================== ] 2806/3673 76% [=============================================== ] 2807/3673 76% [=============================================== ] 2808/3673 76% [=============================================== ] 2809/3673 76% [=============================================== ] 2810/3673 76% [=============================================== ] 2811/3673 76% [=============================================== ] 2812/3673 76% [=============================================== ] 2813/3673 76% [=============================================== ] 2814/3673 76% [=============================================== ] 2815/3673 76% [=============================================== ] 2816/3673 76% [=============================================== ] 2817/3673 76% [=============================================== ] 2818/3673 76% [=============================================== ] 2819/3673 76% [=============================================== ] 2820/3673 76% [=============================================== ] 2821/3673 76% [=============================================== ] 2822/3673 76% [=============================================== ] 2823/3673 76% [=============================================== ] 2824/3673 76% [=============================================== ] 2825/3673 76% [=============================================== ] 2826/3673 76% [=============================================== ] 2827/3673 76% [=============================================== ] 2828/3673 76% [=============================================== ] 2829/3673 77% [=============================================== ] 2830/3673 77% [=============================================== ] 2831/3673 77% [=============================================== ] 2832/3673 77% [=============================================== ] 2833/3673 77% [=============================================== ] 2834/3673 77% [=============================================== ] 2835/3673 77% [=============================================== ] 2836/3673 77% [=============================================== ] 2837/3673 77% [=============================================== ] 2838/3673 77% [=============================================== ] 2839/3673 77% [=============================================== ] 2840/3673 77% [=============================================== ] 2841/3673 77% [=============================================== ] 2842/3673 77% [=============================================== ] 2843/3673 77% [================================================ ] 2844/3673 77% [================================================ ] 2845/3673 77% [================================================ ] 2846/3673 77% [================================================ ] 2847/3673 77% [================================================ ] 2848/3673 77% [================================================ ] 2849/3673 77% [================================================ ] 2850/3673 77% [================================================ ] 2851/3673 77% [================================================ ] 2852/3673 77% [================================================ ] 2853/3673 77% [================================================ ] 2854/3673 77% [================================================ ] 2855/3673 77% [================================================ ] 2856/3673 77% [================================================ ] 2857/3673 77% [================================================ ] 2858/3673 77% [================================================ ] 2859/3673 77% [================================================ ] 2860/3673 77% [================================================ ] 2861/3673 77% [================================================ ] 2862/3673 77% [================================================ ] 2863/3673 77% [================================================ ] 2864/3673 77% [================================================ ] 2865/3673 78% [================================================ ] 2866/3673 78% [================================================ ] 2867/3673 78% [================================================ ] 2868/3673 78% [================================================ ] 2869/3673 78% [================================================ ] 2870/3673 78% [================================================ ] 2871/3673 78% [================================================ ] 2872/3673 78% [================================================ ] 2873/3673 78% [================================================ ] 2874/3673 78% [================================================ ] 2875/3673 78% [================================================ ] 2876/3673 78% [================================================ ] 2877/3673 78% [================================================ ] 2878/3673 78% [================================================ ] 2879/3673 78% [================================================ ] 2880/3673 78% [================================================ ] 2881/3673 78% [================================================ ] 2882/3673 78% [================================================ ] 2883/3673 78% [================================================ ] 2884/3673 78% [================================================ ] 2885/3673 78% [================================================ ] 2886/3673 78% [================================================ ] 2887/3673 78% [================================================ ] 2888/3673 78% [================================================ ] 2889/3673 78% [================================================ ] 2890/3673 78% [================================================ ] 2891/3673 78% [================================================ ] 2892/3673 78% [================================================ ] 2893/3673 78% [================================================ ] 2894/3673 78% [================================================ ] 2895/3673 78% [================================================ ] 2896/3673 78% [================================================ ] 2897/3673 78% [================================================ ] 2898/3673 78% [================================================ ] 2899/3673 78% [================================================ ] 2900/3673 78% [================================================ ] 2901/3673 78% [================================================ ] 2902/3673 79% [================================================= ] 2903/3673 79% [================================================= ] 2904/3673 79% [================================================= ] 2905/3673 79% [================================================= ] 2906/3673 79% [================================================= ] 2907/3673 79% [================================================= ] 2908/3673 79% [================================================= ] 2909/3673 79% [================================================= ] 2910/3673 79% [================================================= ] 2911/3673 79% [================================================= ] 2912/3673 79% [================================================= ] 2913/3673 79% [================================================= ] 2914/3673 79% [================================================= ] 2915/3673 79% [================================================= ] 2916/3673 79% [================================================= ] 2917/3673 79% [================================================= ] 2918/3673 79% [================================================= ] 2919/3673 79% [================================================= ] 2920/3673 79% [================================================= ] 2921/3673 79% [================================================= ] 2922/3673 79% [================================================= ] 2923/3673 79% [================================================= ] 2924/3673 79% [================================================= ] 2925/3673 79% [================================================= ] 2926/3673 79% [================================================= ] 2927/3673 79% [================================================= ] 2928/3673 79% [================================================= ] 2929/3673 79% [================================================= ] 2930/3673 79% [================================================= ] 2931/3673 79% [================================================= ] 2932/3673 79% [================================================= ] 2933/3673 79% [================================================= ] 2934/3673 79% [================================================= ] 2935/3673 79% [================================================= ] 2936/3673 79% [================================================= ] 2937/3673 79% [================================================= ] 2938/3673 79% [================================================= ] 2939/3673 80% [================================================= ] 2940/3673 80% [================================================= ] 2941/3673 80% [================================================= ] 2942/3673 80% [================================================= ] 2943/3673 80% [================================================= ] 2944/3673 80% [================================================= ] 2945/3673 80% [================================================= ] 2946/3673 80% [================================================= ] 2947/3673 80% [================================================= ] 2948/3673 80% [================================================= ] 2949/3673 80% [================================================= ] 2950/3673 80% [================================================= ] 2951/3673 80% [================================================= ] 2952/3673 80% [================================================= ] 2953/3673 80% [================================================= ] 2954/3673 80% [================================================= ] 2955/3673 80% [================================================= ] 2956/3673 80% [================================================= ] 2957/3673 80% [================================================= ] 2958/3673 80% [================================================= ] 2959/3673 80% [================================================= ] 2960/3673 80% [================================================= ] 2961/3673 80% [================================================= ] 2962/3673 80% [================================================== ] 2963/3673 80% [================================================== ] 2964/3673 80% [================================================== ] 2965/3673 80% [================================================== ] 2966/3673 80% [================================================== ] 2967/3673 80% [================================================== ] 2968/3673 80% [================================================== ] 2969/3673 80% [================================================== ] 2970/3673 80% [================================================== ] 2971/3673 80% [================================================== ] 2972/3673 80% [================================================== ] 2973/3673 80% [================================================== ] 2974/3673 80% [================================================== ] 2975/3673 80% [================================================== ] 2976/3673 81% [================================================== ] 2977/3673 81% [================================================== ] 2978/3673 81% [================================================== ] 2979/3673 81% [================================================== ] 2980/3673 81% [================================================== ] 2981/3673 81% [================================================== ] 2982/3673 81% [================================================== ] 2983/3673 81% [================================================== ] 2984/3673 81% [================================================== ] 2985/3673 81% [================================================== ] 2986/3673 81% [================================================== ] 2987/3673 81% [================================================== ] 2988/3673 81% [================================================== ] 2989/3673 81% [================================================== ] 2990/3673 81% [================================================== ] 2991/3673 81% [================================================== ] 2992/3673 81% [================================================== ] 2993/3673 81% [================================================== ] 2994/3673 81% [================================================== ] 2995/3673 81% [================================================== ] 2996/3673 81% [================================================== ] 2997/3673 81% [================================================== ] 2998/3673 81% [================================================== ] 2999/3673 81% [================================================== ] 3000/3673 81% [================================================== ] 3001/3673 81% [================================================== ] 3002/3673 81% [================================================== ] 3003/3673 81% [================================================== ] 3004/3673 81% [================================================== ] 3005/3673 81% [================================================== ] 3006/3673 81% [================================================== ] 3007/3673 81% [================================================== ] 3008/3673 81% [================================================== ] 3009/3673 81% [================================================== ] 3010/3673 81% [================================================== ] 3011/3673 81% [================================================== ] 3012/3673 82% [================================================== ] 3013/3673 82% [================================================== ] 3014/3673 82% [================================================== ] 3015/3673 82% [================================================== ] 3016/3673 82% [================================================== ] 3017/3673 82% [================================================== ] 3018/3673 82% [================================================== ] 3019/3673 82% [================================================== ] 3020/3673 82% [================================================== ] 3021/3673 82% [=================================================== ] 3022/3673 82% [=================================================== ] 3023/3673 82% [=================================================== ] 3024/3673 82% [=================================================== ] 3025/3673 82% [=================================================== ] 3026/3673 82% [=================================================== ] 3027/3673 82% [=================================================== ] 3028/3673 82% [=================================================== ] 3029/3673 82% [=================================================== ] 3030/3673 82% [=================================================== ] 3031/3673 82% [=================================================== ] 3032/3673 82% [=================================================== ] 3033/3673 82% [=================================================== ] 3034/3673 82% [=================================================== ] 3035/3673 82% [=================================================== ] 3036/3673 82% [=================================================== ] 3037/3673 82% [=================================================== ] 3038/3673 82% [=================================================== ] 3039/3673 82% [=================================================== ] 3040/3673 82% [=================================================== ] 3041/3673 82% [=================================================== ] 3042/3673 82% [=================================================== ] 3043/3673 82% [=================================================== ] 3044/3673 82% [=================================================== ] 3045/3673 82% [=================================================== ] 3046/3673 82% [=================================================== ] 3047/3673 82% [=================================================== ] 3048/3673 82% [=================================================== ] 3049/3673 83% [=================================================== ] 3050/3673 83% [=================================================== ] 3051/3673 83% [=================================================== ] 3052/3673 83% [=================================================== ] 3053/3673 83% [=================================================== ] 3054/3673 83% [=================================================== ] 3055/3673 83% [=================================================== ] 3056/3673 83% [=================================================== ] 3057/3673 83% [=================================================== ] 3058/3673 83% [=================================================== ] 3059/3673 83% [=================================================== ] 3060/3673 83% [=================================================== ] 3061/3673 83% [=================================================== ] 3062/3673 83% [=================================================== ] 3063/3673 83% [=================================================== ] 3064/3673 83% [=================================================== ] 3065/3673 83% [=================================================== ] 3066/3673 83% [=================================================== ] 3067/3673 83% [=================================================== ] 3068/3673 83% [=================================================== ] 3069/3673 83% [=================================================== ] 3070/3673 83% [=================================================== ] 3071/3673 83% [=================================================== ] 3072/3673 83% [=================================================== ] 3073/3673 83% [=================================================== ] 3074/3673 83% [=================================================== ] 3075/3673 83% [=================================================== ] 3076/3673 83% [=================================================== ] 3077/3673 83% [=================================================== ] 3078/3673 83% [=================================================== ] 3079/3673 83% [=================================================== ] 3080/3673 83% [==================================================== ] 3081/3673 83% [==================================================== ] 3082/3673 83% [==================================================== ] 3083/3673 83% [==================================================== ] 3084/3673 83% [==================================================== ] 3085/3673 83% [==================================================== ] 3086/3673 84% [==================================================== ] 3087/3673 84% [==================================================== ] 3088/3673 84% [==================================================== ] 3089/3673 84% [==================================================== ] 3090/3673 84% [==================================================== ] 3091/3673 84% [==================================================== ] 3092/3673 84% [==================================================== ] 3093/3673 84% [==================================================== ] 3094/3673 84% [==================================================== ] 3095/3673 84% [==================================================== ] 3096/3673 84% [==================================================== ] 3097/3673 84% [==================================================== ] 3098/3673 84% [==================================================== ] 3099/3673 84% [==================================================== ] 3100/3673 84% [==================================================== ] 3101/3673 84% [==================================================== ] 3102/3673 84% [==================================================== ] 3103/3673 84% [==================================================== ] 3104/3673 84% [==================================================== ] 3105/3673 84% [==================================================== ] 3106/3673 84% [==================================================== ] 3107/3673 84% [==================================================== ] 3108/3673 84% [==================================================== ] 3109/3673 84% [==================================================== ] 3110/3673 84% [==================================================== ] 3111/3673 84% [==================================================== ] 3112/3673 84% [==================================================== ] 3113/3673 84% [==================================================== ] 3114/3673 84% [==================================================== ] 3115/3673 84% [==================================================== ] 3116/3673 84% [==================================================== ] 3117/3673 84% [==================================================== ] 3118/3673 84% [==================================================== ] 3119/3673 84% [==================================================== ] 3120/3673 84% [==================================================== ] 3121/3673 84% [==================================================== ] 3122/3673 84% [==================================================== ] 3123/3673 85% [==================================================== ] 3124/3673 85% [==================================================== ] 3125/3673 85% [==================================================== ] 3126/3673 85% [==================================================== ] 3127/3673 85% [==================================================== ] 3128/3673 85% [==================================================== ] 3129/3673 85% [==================================================== ] 3130/3673 85% [==================================================== ] 3131/3673 85% [==================================================== ] 3132/3673 85% [==================================================== ] 3133/3673 85% [==================================================== ] 3134/3673 85% [==================================================== ] 3135/3673 85% [==================================================== ] 3136/3673 85% [==================================================== ] 3137/3673 85% [==================================================== ] 3138/3673 85% [==================================================== ] 3139/3673 85% [===================================================== ] 3140/3673 85% [===================================================== ] 3141/3673 85% [===================================================== ] 3142/3673 85% [===================================================== ] 3143/3673 85% [===================================================== ] 3144/3673 85% [===================================================== ] 3145/3673 85% [===================================================== ] 3146/3673 85% [===================================================== ] 3147/3673 85% [===================================================== ] 3148/3673 85% [===================================================== ] 3149/3673 85% [===================================================== ] 3150/3673 85% [===================================================== ] 3151/3673 85% [===================================================== ] 3152/3673 85% [===================================================== ] 3153/3673 85% [===================================================== ] 3154/3673 85% [===================================================== ] 3155/3673 85% [===================================================== ] 3156/3673 85% [===================================================== ] 3157/3673 85% [===================================================== ] 3158/3673 85% [===================================================== ] 3159/3673 86% [===================================================== ] 3160/3673 86% [===================================================== ] 3161/3673 86% [===================================================== ] 3162/3673 86% [===================================================== ] 3163/3673 86% [===================================================== ] 3164/3673 86% [===================================================== ] 3165/3673 86% [===================================================== ] 3166/3673 86% [===================================================== ] 3167/3673 86% [===================================================== ] 3168/3673 86% [===================================================== ] 3169/3673 86% [===================================================== ] 3170/3673 86% [===================================================== ] 3171/3673 86% [===================================================== ] 3172/3673 86% [===================================================== ] 3173/3673 86% [===================================================== ] 3174/3673 86% [===================================================== ] 3175/3673 86% [===================================================== ] 3176/3673 86% [===================================================== ] 3177/3673 86% [===================================================== ] 3178/3673 86% [===================================================== ] 3179/3673 86% [===================================================== ] 3180/3673 86% [===================================================== ] 3181/3673 86% [===================================================== ] 3182/3673 86% [===================================================== ] 3183/3673 86% [===================================================== ] 3184/3673 86% [===================================================== ] 3185/3673 86% [===================================================== ] 3186/3673 86% [===================================================== ] 3187/3673 86% [===================================================== ] 3188/3673 86% [===================================================== ] 3189/3673 86% [===================================================== ] 3190/3673 86% [===================================================== ] 3191/3673 86% [===================================================== ] 3192/3673 86% [===================================================== ] 3193/3673 86% [===================================================== ] 3194/3673 86% [===================================================== ] 3195/3673 86% [===================================================== ] 3196/3673 87% [===================================================== ] 3197/3673 87% [===================================================== ] 3198/3673 87% [===================================================== ] 3199/3673 87% [====================================================== ] 3200/3673 87% [====================================================== ] 3201/3673 87% [====================================================== ] 3202/3673 87% [====================================================== ] 3203/3673 87% [====================================================== ] 3204/3673 87% [====================================================== ] 3205/3673 87% [====================================================== ] 3206/3673 87% [====================================================== ] 3207/3673 87% [====================================================== ] 3208/3673 87% [====================================================== ] 3209/3673 87% [====================================================== ] 3210/3673 87% [====================================================== ] 3211/3673 87% [====================================================== ] 3212/3673 87% [====================================================== ] 3213/3673 87% [====================================================== ] 3214/3673 87% [====================================================== ] 3215/3673 87% [====================================================== ] 3216/3673 87% [====================================================== ] 3217/3673 87% [====================================================== ] 3218/3673 87% [====================================================== ] 3219/3673 87% [====================================================== ] 3220/3673 87% [====================================================== ] 3221/3673 87% [====================================================== ] 3222/3673 87% [====================================================== ] 3223/3673 87% [====================================================== ] 3224/3673 87% [====================================================== ] 3225/3673 87% [====================================================== ] 3226/3673 87% [====================================================== ] 3227/3673 87% [====================================================== ] 3228/3673 87% [====================================================== ] 3229/3673 87% [====================================================== ] 3230/3673 87% [====================================================== ] 3231/3673 87% [====================================================== ] 3232/3673 87% [====================================================== ] 3233/3673 88% [====================================================== ] 3234/3673 88% [====================================================== ] 3235/3673 88% [====================================================== ] 3236/3673 88% [====================================================== ] 3237/3673 88% [====================================================== ] 3238/3673 88% [====================================================== ] 3239/3673 88% [====================================================== ] 3240/3673 88% [====================================================== ] 3241/3673 88% [====================================================== ] 3242/3673 88% [====================================================== ] 3243/3673 88% [====================================================== ] 3244/3673 88% [====================================================== ] 3245/3673 88% [====================================================== ] 3246/3673 88% [====================================================== ] 3247/3673 88% [====================================================== ] 3248/3673 88% [====================================================== ] 3249/3673 88% [====================================================== ] 3250/3673 88% [====================================================== ] 3251/3673 88% [====================================================== ] 3252/3673 88% [====================================================== ] 3253/3673 88% [====================================================== ] 3254/3673 88% [====================================================== ] 3255/3673 88% [====================================================== ] 3256/3673 88% [====================================================== ] 3257/3673 88% [====================================================== ] 3258/3673 88% [======================================================= ] 3259/3673 88% [======================================================= ] 3260/3673 88% [======================================================= ] 3261/3673 88% [======================================================= ] 3262/3673 88% [======================================================= ] 3263/3673 88% [======================================================= ] 3264/3673 88% [======================================================= ] 3265/3673 88% [======================================================= ] 3266/3673 88% [======================================================= ] 3267/3673 88% [======================================================= ] 3268/3673 88% [======================================================= ] 3269/3673 89% [======================================================= ] 3270/3673 89% [======================================================= ] 3271/3673 89% [======================================================= ] 3272/3673 89% [======================================================= ] 3273/3673 89% [======================================================= ] 3274/3673 89% [======================================================= ] 3275/3673 89% [======================================================= ] 3276/3673 89% [======================================================= ] 3277/3673 89% [======================================================= ] 3278/3673 89% [======================================================= ] 3279/3673 89% [======================================================= ] 3280/3673 89% [======================================================= ] 3281/3673 89% [======================================================= ] 3282/3673 89% [======================================================= ] 3283/3673 89% [======================================================= ] 3284/3673 89% [======================================================= ] 3285/3673 89% [======================================================= ] 3286/3673 89% [======================================================= ] 3287/3673 89% [======================================================= ] 3288/3673 89% [======================================================= ] 3289/3673 89% [======================================================= ] 3290/3673 89% [======================================================= ] 3291/3673 89% [======================================================= ] 3292/3673 89% [======================================================= ] 3293/3673 89% [======================================================= ] 3294/3673 89% [======================================================= ] 3295/3673 89% [======================================================= ] 3296/3673 89% [======================================================= ] 3297/3673 89% [======================================================= ] 3298/3673 89% [======================================================= ] 3299/3673 89% [======================================================= ] 3300/3673 89% [======================================================= ] 3301/3673 89% [======================================================= ] 3302/3673 89% [======================================================= ] 3303/3673 89% [======================================================= ] 3304/3673 89% [======================================================= ] 3305/3673 89% [======================================================= ] 3306/3673 90% [======================================================= ] 3307/3673 90% [======================================================= ] 3308/3673 90% [======================================================= ] 3309/3673 90% [======================================================= ] 3310/3673 90% [======================================================= ] 3311/3673 90% [======================================================= ] 3312/3673 90% [======================================================= ] 3313/3673 90% [======================================================= ] 3314/3673 90% [======================================================= ] 3315/3673 90% [======================================================= ] 3316/3673 90% [======================================================= ] 3317/3673 90% [======================================================== ] 3318/3673 90% [======================================================== ] 3319/3673 90% [======================================================== ] 3320/3673 90% [======================================================== ] 3321/3673 90% [======================================================== ] 3322/3673 90% [======================================================== ] 3323/3673 90% [======================================================== ] 3324/3673 90% [======================================================== ] 3325/3673 90% [======================================================== ] 3326/3673 90% [======================================================== ] 3327/3673 90% [======================================================== ] 3328/3673 90% [======================================================== ] 3329/3673 90% [======================================================== ] 3330/3673 90% [======================================================== ] 3331/3673 90% [======================================================== ] 3332/3673 90% [======================================================== ] 3333/3673 90% [======================================================== ] 3334/3673 90% [======================================================== ] 3335/3673 90% [======================================================== ] 3336/3673 90% [======================================================== ] 3337/3673 90% [======================================================== ] 3338/3673 90% [======================================================== ] 3339/3673 90% [======================================================== ] 3340/3673 90% [======================================================== ] 3341/3673 90% [======================================================== ] 3342/3673 90% [======================================================== ] 3343/3673 91% [======================================================== ] 3344/3673 91% [======================================================== ] 3345/3673 91% [======================================================== ] 3346/3673 91% [======================================================== ] 3347/3673 91% [======================================================== ] 3348/3673 91% [======================================================== ] 3349/3673 91% [======================================================== ] 3350/3673 91% [======================================================== ] 3351/3673 91% [======================================================== ] 3352/3673 91% [======================================================== ] 3353/3673 91% [======================================================== ] 3354/3673 91% [======================================================== ] 3355/3673 91% [======================================================== ] 3356/3673 91% [======================================================== ] 3357/3673 91% [======================================================== ] 3358/3673 91% [======================================================== ] 3359/3673 91% [======================================================== ] 3360/3673 91% [======================================================== ] 3361/3673 91% [======================================================== ] 3362/3673 91% [======================================================== ] 3363/3673 91% [======================================================== ] 3364/3673 91% [======================================================== ] 3365/3673 91% [======================================================== ] 3366/3673 91% [======================================================== ] 3367/3673 91% [======================================================== ] 3368/3673 91% [======================================================== ] 3369/3673 91% [======================================================== ] 3370/3673 91% [======================================================== ] 3371/3673 91% [======================================================== ] 3372/3673 91% [======================================================== ] 3373/3673 91% [======================================================== ] 3374/3673 91% [======================================================== ] 3375/3673 91% [======================================================== ] 3376/3673 91% [========================================================= ] 3377/3673 91% [========================================================= ] 3378/3673 91% [========================================================= ] 3379/3673 91% [========================================================= ] 3380/3673 92% [========================================================= ] 3381/3673 92% [========================================================= ] 3382/3673 92% [========================================================= ] 3383/3673 92% [========================================================= ] 3384/3673 92% [========================================================= ] 3385/3673 92% [========================================================= ] 3386/3673 92% [========================================================= ] 3387/3673 92% [========================================================= ] 3388/3673 92% [========================================================= ] 3389/3673 92% [========================================================= ] 3390/3673 92% [========================================================= ] 3391/3673 92% [========================================================= ] 3392/3673 92% [========================================================= ] 3393/3673 92% [========================================================= ] 3394/3673 92% [========================================================= ] 3395/3673 92% [========================================================= ] 3396/3673 92% [========================================================= ] 3397/3673 92% [========================================================= ] 3398/3673 92% [========================================================= ] 3399/3673 92% [========================================================= ] 3400/3673 92% [========================================================= ] 3401/3673 92% [========================================================= ] 3402/3673 92% [========================================================= ] 3403/3673 92% [========================================================= ] 3404/3673 92% [========================================================= ] 3405/3673 92% [========================================================= ] 3406/3673 92% [========================================================= ] 3407/3673 92% [========================================================= ] 3408/3673 92% [========================================================= ] 3409/3673 92% [========================================================= ] 3410/3673 92% [========================================================= ] 3411/3673 92% [========================================================= ] 3412/3673 92% [========================================================= ] 3413/3673 92% [========================================================= ] 3414/3673 92% [========================================================= ] 3415/3673 92% [========================================================= ] 3416/3673 93% [========================================================= ] 3417/3673 93% [========================================================= ] 3418/3673 93% [========================================================= ] 3419/3673 93% [========================================================= ] 3420/3673 93% [========================================================= ] 3421/3673 93% [========================================================= ] 3422/3673 93% [========================================================= ] 3423/3673 93% [========================================================= ] 3424/3673 93% [========================================================= ] 3425/3673 93% [========================================================= ] 3426/3673 93% [========================================================= ] 3427/3673 93% [========================================================= ] 3428/3673 93% [========================================================= ] 3429/3673 93% [========================================================= ] 3430/3673 93% [========================================================= ] 3431/3673 93% [========================================================= ] 3432/3673 93% [========================================================= ] 3433/3673 93% [========================================================= ] 3434/3673 93% [========================================================= ] 3435/3673 93% [========================================================= ] 3436/3673 93% [========================================================== ] 3437/3673 93% [========================================================== ] 3438/3673 93% [========================================================== ] 3439/3673 93% [========================================================== ] 3440/3673 93% [========================================================== ] 3441/3673 93% [========================================================== ] 3442/3673 93% [========================================================== ] 3443/3673 93% [========================================================== ] 3444/3673 93% [========================================================== ] 3445/3673 93% [========================================================== ] 3446/3673 93% [========================================================== ] 3447/3673 93% [========================================================== ] 3448/3673 93% [========================================================== ] 3449/3673 93% [========================================================== ] 3450/3673 93% [========================================================== ] 3451/3673 93% [========================================================== ] 3452/3673 93% [========================================================== ] 3453/3673 94% [========================================================== ] 3454/3673 94% [========================================================== ] 3455/3673 94% [========================================================== ] 3456/3673 94% [========================================================== ] 3457/3673 94% [========================================================== ] 3458/3673 94% [========================================================== ] 3459/3673 94% [========================================================== ] 3460/3673 94% [========================================================== ] 3461/3673 94% [========================================================== ] 3462/3673 94% [========================================================== ] 3463/3673 94% [========================================================== ] 3464/3673 94% [========================================================== ] 3465/3673 94% [========================================================== ] 3466/3673 94% [========================================================== ] 3467/3673 94% [========================================================== ] 3468/3673 94% [========================================================== ] 3469/3673 94% [========================================================== ] 3470/3673 94% [========================================================== ] 3471/3673 94% [========================================================== ] 3472/3673 94% [========================================================== ] 3473/3673 94% [========================================================== ] 3474/3673 94% [========================================================== ] 3475/3673 94% [========================================================== ] 3476/3673 94% [========================================================== ] 3477/3673 94% [========================================================== ] 3478/3673 94% [========================================================== ] 3479/3673 94% [========================================================== ] 3480/3673 94% [========================================================== ] 3481/3673 94% [========================================================== ] 3482/3673 94% [========================================================== ] 3483/3673 94% [========================================================== ] 3484/3673 94% [========================================================== ] 3485/3673 94% [========================================================== ] 3486/3673 94% [========================================================== ] 3487/3673 94% [========================================================== ] 3488/3673 94% [========================================================== ] 3489/3673 94% [========================================================== ] 3490/3673 95% [========================================================== ] 3491/3673 95% [========================================================== ] 3492/3673 95% [========================================================== ] 3493/3673 95% [========================================================== ] 3494/3673 95% [========================================================== ] 3495/3673 95% [=========================================================== ] 3496/3673 95% [=========================================================== ] 3497/3673 95% [=========================================================== ] 3498/3673 95% [=========================================================== ] 3499/3673 95% [=========================================================== ] 3500/3673 95% [=========================================================== ] 3501/3673 95% [=========================================================== ] 3502/3673 95% [=========================================================== ] 3503/3673 95% [=========================================================== ] 3504/3673 95% [=========================================================== ] 3505/3673 95% [=========================================================== ] 3506/3673 95% [=========================================================== ] 3507/3673 95% [=========================================================== ] 3508/3673 95% [=========================================================== ] 3509/3673 95% [=========================================================== ] 3510/3673 95% [=========================================================== ] 3511/3673 95% [=========================================================== ] 3512/3673 95% [=========================================================== ] 3513/3673 95% [=========================================================== ] 3514/3673 95% [=========================================================== ] 3515/3673 95% [=========================================================== ] 3516/3673 95% [=========================================================== ] 3517/3673 95% [=========================================================== ] 3518/3673 95% [=========================================================== ] 3519/3673 95% [=========================================================== ] 3520/3673 95% [=========================================================== ] 3521/3673 95% [=========================================================== ] 3522/3673 95% [=========================================================== ] 3523/3673 95% [=========================================================== ] 3524/3673 95% [=========================================================== ] 3525/3673 95% [=========================================================== ] 3526/3673 95% [=========================================================== ] 3527/3673 96% [=========================================================== ] 3528/3673 96% [=========================================================== ] 3529/3673 96% [=========================================================== ] 3530/3673 96% [=========================================================== ] 3531/3673 96% [=========================================================== ] 3532/3673 96% [=========================================================== ] 3533/3673 96% [=========================================================== ] 3534/3673 96% [=========================================================== ] 3535/3673 96% [=========================================================== ] 3536/3673 96% [=========================================================== ] 3537/3673 96% [=========================================================== ] 3538/3673 96% [=========================================================== ] 3539/3673 96% [=========================================================== ] 3540/3673 96% [=========================================================== ] 3541/3673 96% [=========================================================== ] 3542/3673 96% [=========================================================== ] 3543/3673 96% [=========================================================== ] 3544/3673 96% [=========================================================== ] 3545/3673 96% [=========================================================== ] 3546/3673 96% [=========================================================== ] 3547/3673 96% [=========================================================== ] 3548/3673 96% [=========================================================== ] 3549/3673 96% [=========================================================== ] 3550/3673 96% [=========================================================== ] 3551/3673 96% [=========================================================== ] 3552/3673 96% [=========================================================== ] 3553/3673 96% [=========================================================== ] 3554/3673 96% [============================================================ ] 3555/3673 96% [============================================================ ] 3556/3673 96% [============================================================ ] 3557/3673 96% [============================================================ ] 3558/3673 96% [============================================================ ] 3559/3673 96% [============================================================ ] 3560/3673 96% [============================================================ ] 3561/3673 96% [============================================================ ] 3562/3673 96% [============================================================ ] 3563/3673 97% [============================================================ ] 3564/3673 97% [============================================================ ] 3565/3673 97% [============================================================ ] 3566/3673 97% [============================================================ ] 3567/3673 97% [============================================================ ] 3568/3673 97% [============================================================ ] 3569/3673 97% [============================================================ ] 3570/3673 97% [============================================================ ] 3571/3673 97% [============================================================ ] 3572/3673 97% [============================================================ ] 3573/3673 97% [============================================================ ] 3574/3673 97% [============================================================ ] 3575/3673 97% [============================================================ ] 3576/3673 97% [============================================================ ] 3577/3673 97% [============================================================ ] 3578/3673 97% [============================================================ ] 3579/3673 97% [============================================================ ] 3580/3673 97% [============================================================ ] 3581/3673 97% [============================================================ ] 3582/3673 97% [============================================================ ] 3583/3673 97% [============================================================ ] 3584/3673 97% [============================================================ ] 3585/3673 97% [============================================================ ] 3586/3673 97% [============================================================ ] 3587/3673 97% [============================================================ ] 3588/3673 97% [============================================================ ] 3589/3673 97% [============================================================ ] 3590/3673 97% [============================================================ ] 3591/3673 97% [============================================================ ] 3592/3673 97% [============================================================ ] 3593/3673 97% [============================================================ ] 3594/3673 97% [============================================================ ] 3595/3673 97% [============================================================ ] 3596/3673 97% [============================================================ ] 3597/3673 97% [============================================================ ] 3598/3673 97% [============================================================ ] 3599/3673 97% [============================================================ ] 3600/3673 98% [============================================================ ] 3601/3673 98% [============================================================ ] 3602/3673 98% [============================================================ ] 3603/3673 98% [============================================================ ] 3604/3673 98% [============================================================ ] 3605/3673 98% [============================================================ ] 3606/3673 98% [============================================================ ] 3607/3673 98% [============================================================ ] 3608/3673 98% [============================================================ ] 3609/3673 98% [============================================================ ] 3610/3673 98% [============================================================ ] 3611/3673 98% [============================================================ ] 3612/3673 98% [============================================================ ] 3613/3673 98% [============================================================= ] 3614/3673 98% [============================================================= ] 3615/3673 98% [============================================================= ] 3616/3673 98% [============================================================= ] 3617/3673 98% [============================================================= ] 3618/3673 98% [============================================================= ] 3619/3673 98% [============================================================= ] 3620/3673 98% [============================================================= ] 3621/3673 98% [============================================================= ] 3622/3673 98% [============================================================= ] 3623/3673 98% [============================================================= ] 3624/3673 98% [============================================================= ] 3625/3673 98% [============================================================= ] 3626/3673 98% [============================================================= ] 3627/3673 98% [============================================================= ] 3628/3673 98% [============================================================= ] 3629/3673 98% [============================================================= ] 3630/3673 98% [============================================================= ] 3631/3673 98% [============================================================= ] 3632/3673 98% [============================================================= ] 3633/3673 98% [============================================================= ] 3634/3673 98% [============================================================= ] 3635/3673 98% [============================================================= ] 3636/3673 98% [============================================================= ] 3637/3673 99% [============================================================= ] 3638/3673 99% [============================================================= ] 3639/3673 99% [============================================================= ] 3640/3673 99% [============================================================= ] 3641/3673 99% [============================================================= ] 3642/3673 99% [============================================================= ] 3643/3673 99% [============================================================= ] 3644/3673 99% [============================================================= ] 3645/3673 99% [============================================================= ] 3646/3673 99% [============================================================= ] 3647/3673 99% [============================================================= ] 3648/3673 99% [============================================================= ] 3649/3673 99% [============================================================= ] 3650/3673 99% [============================================================= ] 3651/3673 99% [============================================================= ] 3652/3673 99% [============================================================= ] 3653/3673 99% [============================================================= ] 3654/3673 99% [============================================================= ] 3655/3673 99% [============================================================= ] 3656/3673 99% [============================================================= ] 3657/3673 99% [============================================================= ] 3658/3673 99% [============================================================= ] 3659/3673 99% [============================================================= ] 3660/3673 99% [============================================================= ] 3661/3673 99% [============================================================= ] 3662/3673 99% [============================================================= ] 3663/3673 99% [============================================================= ] 3664/3673 99% [============================================================= ] 3665/3673 99% [============================================================= ] 3666/3673 99% [============================================================= ] 3667/3673 99% [============================================================= ] 3668/3673 99% [============================================================= ] 3669/3673 99% [============================================================= ] 3670/3673 99% [============================================================= ] 3671/3673 99% [============================================================= ] 3672/3673 99% [==============================================================] 3673/3673 100% operation complete, 3673 objects in 77297 NAND pages. ln -snf /home/autobuild/autobuild/instance-20/output-1/host/m68k-buildroot-linux-musl/sysroot /home/autobuild/autobuild/instance-20/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-20/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-20/buildroot' >>> Buildroot 2024.08-rc2-12-gb331217a50 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.3.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.5 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 5.10.224 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.72 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) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap-ng 0.8.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openldap 2.5.18 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> sqlite 3.46.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> argus 3.0.8.2 Collecting legal info README: OK (sha256: c68221f7207486bfce863fada4ba9b2aaf4adc9e1c672f965ae98e88143e5f16) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> atop 2.11.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> btrfs-progs 6.10 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> curlftpfs 0.9.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libcurl 8.9.1 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-dos2unix 7.5.2 Collecting legal info COPYING.txt: OK (sha256: 03b60fa2cf28b2c6dd585a13b32377c1f87b8f016db44ce2ab6bc7eb306220e2) >>> dotconf 1.4.1 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> dropbear 2024.85 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.3.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> git 2.46.0 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jquery-sparkline 2.1.2 Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> libaacs 0.11.1 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libgcrypt 1.11.0 Collecting legal info COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgpg-error 1.50 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libassuan 2.5.7 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libcodec2 1.2.0 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libjwt 1.17.0 Collecting legal info LICENSE: OK (sha256: 3f3d9e0024b1921b067d6f7f88deb4a60cbe7a78e76c64e3f1d7fc3b779b9d04) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> librsync 2.3.4 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsigrok 0.5.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libzip 1.10.1 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> libsndfile 1.2.2 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libtalloc 2.4.2 Collecting legal info talloc.h: OK (sha256: e01fb092aaed2b431be26674e2b791c77fb5984537c29b514e957582c6b31465) >>> libucl 0.8.2 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liburing 2.6 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2ec12f7934cdfce25ff72b0557738989d79fc7a496d1cf9b2d3f9464fd61edbe) README: OK (sha256: b0731ca09e6f4718d456a989d32b6c61bf27e5d4bab6ca31e409d75c5120d19e) >>> lksctp-tools 1.0.19 Collecting legal info COPYING.lib: OK (sha256: dee5f35e583183abb9212938643ecb2d858fd89e2e286f4b1d903f65d49d6c76) COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> matio 1.5.26 Collecting legal info COPYING: OK (sha256: b3da766592f242fd5cdd4dfd15ac5e6119e88fd6844c3c0e7acb8ad3178280a3) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> host-mtd 2.2.0 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.6 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openvpn 2.6.12 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.3.7 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> perl-class-load 0.25 Collecting legal info LICENSE: OK (sha256: dc030e63f20035291b90d09c2c40f296224e85878caf829ea981fc2f10910f9d) >>> host-perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> perl-data-optlist 0.114 Collecting legal info LICENSE: OK (sha256: 712f3e40537810ba3046533fd71d877f69ab446d5e8e8a1135771804494b8b42) >>> perl-device-serialport 1.04 Collecting legal info README: OK (sha256: 59432e84eca65c10c4b627f8af0b00833685856b68242b816aea2a38283a124c) >>> perl-dist-checkconflicts 0.11 Collecting legal info LICENSE: OK (sha256: b4e0637ed96008ddcbf7e0ddeb73967df3d0b4dc62a6b7fdb86eac37018cb12e) >>> perl-locale-maketext-lexicon 1.00 Collecting legal info LICENSE: OK (sha256: af693c8c99bee68656f09328c97d50b24eb742ae4473f57cdafaa90691807fbe) >>> perl-module-implementation 0.09 Collecting legal info LICENSE: OK (sha256: dd34e4dbcadfaa3db992201873e1cbb4b4f4c18e9bf000821d5c768e66d7ff0b) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> host-perl-module-build 0.4234 Collecting legal info LICENSE: OK (sha256: af1570e8af55af52b4e86d040e2a993cb684566275c43c4d7a8b0cc5a90e08a4) >>> perl-package-stash 0.40 Collecting legal info LICENSE: OK (sha256: 5f82745d355b43f451c557642618cbd903251192b89f31ca53eaab90c35aeb7c) >>> perl-params-util 1.102 Collecting legal info ARTISTIC-1.0: OK (sha256: 08c2ed7589aff3b2076b48b792078d3479c2295559ee7bc4615e93abe0473939) GPL-1: OK (sha256: 3d2fb9b42d1134f39c2e990d66b5e9b77005663fe956db526cc380eb3d9a77d8) LICENSE: OK (sha256: 834c4ebff45be11f35f059b077fdd747dee4b8a747b95049d849fef1c0ccdc62) >>> perl-sub-install 0.929 Collecting legal info LICENSE: OK (sha256: 0150501749fc390e1c747739a7c1d7661607f8f1d9a9f2ad279664f12e46104e) >>> perl-try-tiny 0.31 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> pinentry 1.3.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> qlibc 2.4.7 Collecting legal info LICENSE: OK (sha256: 7c9d03656af4c0acf0a35e29459086498dd64080eac6d2945bc1c064aaf18132) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> host-rust-bin 1.79.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-portable-utils 2.3.0.3 Collecting legal info COPYING: OK (sha256: aafa4f6a12b5b24ab2ae8ead5174e1ec03aecb5eb0e82012d74fd47ccfc57607) >>> skalibs 2.14.2.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> host-sentry-cli 2.20.3 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-rustc Collecting legal info >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sigrok-cli 0.7.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> speechd 0.11.5 Collecting legal info COPYING.GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPL-3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> stress 1.0.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> subversion 1.14.3 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.9.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> tpm2-openssl 1.2.0 Collecting legal info LICENSE: OK (sha256: 7ffba9d66226eb67abb9747ce1cd47477d566143a8ded597bbd974c6fb5fe9f5) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> vuejs 3.4.31 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> host-fakeroot 1.34 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: linux-headers-5.10.224: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: jquery-sparkline-2.1.2: cannot save license (JQUERY_SPARKLINE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-20/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-20/buildroot'