711 | lchown(fpath, obj->uid, obj->gid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm In file included from /usr/include/string.h:495, from mkyaffs2.c:28: In function 'strncpy', inlined from 'mkyaffs2_scan_dir' at mkyaffs2.c:595:3: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mkyaffs2_write_obj' at mkyaffs2.c:696:2, inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from unyaffs2.c:26: In function 'memcpy', inlined from 'unyaffs2_extract_hardlink' at unyaffs2.c:1151:2, inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: warning: '__builtin___memcpy_chk' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm In function 'strncpy', inlined from 'unyaffs2_oh2obj' at unyaffs2.c:632:2, inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm make[1]: Leaving directory '/home/thomas/autobuild/instance-3/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/thomas/autobuild/instance-3/output-1/host/bin PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/home/thomas/autobuild/instance-3/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/thomas/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/thomas/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/thomas/autobuild/instance-3/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/thomas/autobuild/instance-3/output-1/host/bin install make[1]: Entering directory '/home/thomas/autobuild/instance-3/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/thomas/autobuild/instance-3/output-1/host/bin make[1]: Leaving directory '/home/thomas/autobuild/instance-3/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-3/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-3/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-3/output-1/host/sh4a-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-3/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-3/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-3/output-1/host/sh4a-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/thomas/autobuild/instance-3/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/thomas/autobuild/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/thomas/autobuild/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/thomas/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/thomas/autobuild/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/thomas/autobuild/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/thomas/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/thomas/autobuild/instance-3/output-1/target/etc/shells; fi mkdir -p /home/thomas/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/thomas/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-3/output-1/target/etc/shells if [ -x /home/thomas/autobuild/instance-3/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-3/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-3/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-3/output-1/target/etc/inittab; fi rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/include /home/thomas/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-3/output-1/target/usr/doc find /home/thomas/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-3/output-1/target/lib/ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/ /home/thomas/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/man /home/thomas/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/info /home/thomas/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/doc /home/thomas/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-3/output-1/target/lib/debug /home/thomas/autobuild/instance-3/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-1541-g3f28ad6e0b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11.2"; \ echo "PRETTY_NAME=\"Buildroot 2022.11.2\"" \ ) > /home/thomas/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-3/output-1/per-package /home/thomas/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' # Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE.\n# 12 Applets are pulled from applets.h using grep command :\n# grep -r -e "APPLET.*BB_SUID_REQUIRE\\|APPLET.*BB_SUID_MAYBE" # ./include/applets.h\n# These applets are added to the device table and the makedev file\n# ignores the files with type '\''F'\'' ( optional files).\n /usr/bin/wall F 4755 0 0 - - - - -\n /bin/ping F 4755 0 0 - - - - -\n /bin/ping6 F 4755 0 0 - - - - -\n /usr/bin/crontab F 4755 0 0 - - - - -\n /sbin/findfs F 4755 0 0 - - - - -\n /bin/login F 4755 0 0 - - - - -\n /bin/mount F 4755 0 0 - - - - -\n /usr/bin/passwd F 4755 0 0 - - - - -\n /bin/su F 4755 0 0 - - - - -\n /usr/bin/traceroute F 4755 0 0 - - - - -\n /usr/bin/traceroute6 F 4755 0 0 - - - - -\n /usr/bin/vlock F 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount3 f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target -print0 | xargs -0 -r touch -hd @1677161865\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/genromfs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target -f /home/thomas/autobuild/instance-3/output-1/images/rootfs.romfs\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1677161865\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 4073 objects. stage 2: creating image '/home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/4073 0% [ ] 2/4073 0% [ ] 3/4073 0% [ ] 4/4073 0% [ ] 5/4073 0% [ ] 6/4073 0% [ ] 7/4073 0% [ ] 8/4073 0% [ ] 9/4073 0% [ ] 10/4073 0% [ ] 11/4073 0% [ ] 12/4073 0% [ ] 13/4073 0% [ ] 14/4073 0% [ ] 15/4073 0% [ ] 16/4073 0% [ ] 17/4073 0% [ ] 18/4073 0% [ ] 19/4073 0% [ ] 20/4073 0% [ ] 21/4073 0% [ ] 22/4073 0% [ ] 23/4073 0% [ ] 24/4073 0% [ ] 25/4073 0% [ ] 26/4073 0% [ ] 27/4073 0% [ ] 28/4073 0% [ ] 29/4073 0% [ ] 30/4073 0% [ ] 31/4073 0% [ ] 32/4073 0% [ ] 33/4073 0% [ ] 34/4073 0% [ ] 35/4073 0% [ ] 36/4073 0% [ ] 37/4073 0% [ ] 38/4073 0% [ ] 39/4073 0% [ ] 40/4073 0% [ ] 41/4073 1% [ ] 42/4073 1% [ ] 43/4073 1% [ ] 44/4073 1% [ ] 45/4073 1% [ ] 46/4073 1% [ ] 47/4073 1% [ ] 48/4073 1% [ ] 49/4073 1% [ ] 50/4073 1% [ ] 51/4073 1% [ ] 52/4073 1% [ ] 53/4073 1% [ ] 54/4073 1% [ ] 55/4073 1% [ ] 56/4073 1% [ ] 57/4073 1% [ ] 58/4073 1% [ ] 59/4073 1% [ ] 60/4073 1% [ ] 61/4073 1% [ ] 62/4073 1% [ ] 63/4073 1% [ ] 64/4073 1% [ ] 65/4073 1% [= ] 66/4073 1% [= ] 67/4073 1% [= ] 68/4073 1% [= ] 69/4073 1% [= ] 70/4073 1% [= ] 71/4073 1% [= ] 72/4073 1% [= ] 73/4073 1% [= ] 74/4073 1% [= ] 75/4073 1% [= ] 76/4073 1% [= ] 77/4073 1% [= ] 78/4073 1% [= ] 79/4073 1% [= ] 80/4073 1% [= ] 81/4073 1% [= ] 82/4073 2% [= ] 83/4073 2% [= ] 84/4073 2% [= ] 85/4073 2% [= ] 86/4073 2% [= ] 87/4073 2% [= ] 88/4073 2% [= ] 89/4073 2% [= ] 90/4073 2% [= ] 91/4073 2% [= ] 92/4073 2% [= ] 93/4073 2% [= ] 94/4073 2% [= ] 95/4073 2% [= ] 96/4073 2% [= ] 97/4073 2% [= ] 98/4073 2% [= ] 99/4073 2% [= ] 100/4073 2% [= ] 101/4073 2% [= ] 102/4073 2% [= ] 103/4073 2% [= ] 104/4073 2% [= ] 105/4073 2% [= ] 106/4073 2% [= ] 107/4073 2% [= ] 108/4073 2% [= ] 109/4073 2% [= ] 110/4073 2% [= ] 111/4073 2% [= ] 112/4073 2% [= ] 113/4073 2% [= ] 114/4073 2% [= ] 115/4073 2% [= ] 116/4073 2% [= ] 117/4073 2% [= ] 118/4073 2% [= ] 119/4073 2% [= ] 120/4073 2% [= ] 121/4073 2% [= ] 122/4073 2% [= ] 123/4073 3% [= ] 124/4073 3% [= ] 125/4073 3% [= ] 126/4073 3% [= ] 127/4073 3% [= ] 128/4073 3% [= ] 129/4073 3% [= ] 130/4073 3% [= ] 131/4073 3% [== ] 132/4073 3% [== ] 133/4073 3% [== ] 134/4073 3% [== ] 135/4073 3% [== ] 136/4073 3% [== ] 137/4073 3% [== ] 138/4073 3% [== ] 139/4073 3% [== ] 140/4073 3% [== ] 141/4073 3% [== ] 142/4073 3% [== ] 143/4073 3% [== ] 144/4073 3% [== ] 145/4073 3% [== ] 146/4073 3% [== ] 147/4073 3% [== ] 148/4073 3% [== ] 149/4073 3% [== ] 150/4073 3% [== ] 151/4073 3% [== ] 152/4073 3% [== ] 153/4073 3% [== ] 154/4073 3% [== ] 155/4073 3% [== ] 156/4073 3% [== ] 157/4073 3% [== ] 158/4073 3% [== ] 159/4073 3% [== ] 160/4073 3% [== ] 161/4073 3% [== ] 162/4073 3% [== ] 163/4073 4% [== ] 164/4073 4% [== ] 165/4073 4% [== ] 166/4073 4% [== ] 167/4073 4% [== ] 168/4073 4% [== ] 169/4073 4% [== ] 170/4073 4% [== ] 171/4073 4% [== ] 172/4073 4% [== ] 173/4073 4% [== ] 174/4073 4% [== ] 175/4073 4% [== ] 176/4073 4% [== ] 177/4073 4% [== ] 178/4073 4% [== ] 179/4073 4% [== ] 180/4073 4% [== ] 181/4073 4% [== ] 182/4073 4% [== ] 183/4073 4% [== ] 184/4073 4% [== ] 185/4073 4% [== ] 186/4073 4% [== ] 187/4073 4% [== ] 188/4073 4% [== ] 189/4073 4% [== ] 190/4073 4% [== ] 191/4073 4% [== ] 192/4073 4% [== ] 193/4073 4% [== ] 194/4073 4% [== ] 195/4073 4% [== ] 196/4073 4% [== ] 197/4073 4% [=== ] 198/4073 4% [=== ] 199/4073 4% [=== ] 200/4073 4% [=== ] 201/4073 4% [=== ] 202/4073 4% [=== ] 203/4073 4% [=== ] 204/4073 5% [=== ] 205/4073 5% [=== ] 206/4073 5% [=== ] 207/4073 5% [=== ] 208/4073 5% [=== ] 209/4073 5% [=== ] 210/4073 5% [=== ] 211/4073 5% [=== ] 212/4073 5% [=== ] 213/4073 5% [=== ] 214/4073 5% [=== ] 215/4073 5% [=== ] 216/4073 5% [=== ] 217/4073 5% [=== ] 218/4073 5% [=== ] 219/4073 5% [=== ] 220/4073 5% [=== ] 221/4073 5% [=== ] 222/4073 5% [=== ] 223/4073 5% [=== ] 224/4073 5% [=== ] 225/4073 5% [=== ] 226/4073 5% [=== ] 227/4073 5% [=== ] 228/4073 5% [=== ] 229/4073 5% [=== ] 230/4073 5% [=== ] 231/4073 5% [=== ] 232/4073 5% [=== ] 233/4073 5% [=== ] 234/4073 5% [=== ] 235/4073 5% [=== ] 236/4073 5% [=== ] 237/4073 5% [=== ] 238/4073 5% [=== ] 239/4073 5% [=== ] 240/4073 5% [=== ] 241/4073 5% [=== ] 242/4073 5% [=== ] 243/4073 5% [=== ] 244/4073 5% [=== ] 245/4073 6% [=== ] 246/4073 6% [=== ] 247/4073 6% [=== ] 248/4073 6% [=== ] 249/4073 6% [=== ] 250/4073 6% [=== ] 251/4073 6% [=== ] 252/4073 6% [=== ] 253/4073 6% [=== ] 254/4073 6% [=== ] 255/4073 6% [=== ] 256/4073 6% [=== ] 257/4073 6% [=== ] 258/4073 6% [=== ] 259/4073 6% [=== ] 260/4073 6% [=== ] 261/4073 6% [=== ] 262/4073 6% [==== ] 263/4073 6% [==== ] 264/4073 6% [==== ] 265/4073 6% [==== ] 266/4073 6% [==== ] 267/4073 6% [==== ] 268/4073 6% [==== ] 269/4073 6% [==== ] 270/4073 6% [==== ] 271/4073 6% [==== ] 272/4073 6% [==== ] 273/4073 6% [==== ] 274/4073 6% [==== ] 275/4073 6% [==== ] 276/4073 6% [==== ] 277/4073 6% [==== ] 278/4073 6% [==== ] 279/4073 6% [==== ] 280/4073 6% [==== ] 281/4073 6% [==== ] 282/4073 6% [==== ] 283/4073 6% [==== ] 284/4073 6% [==== ] 285/4073 6% [==== ] 286/4073 7% [==== ] 287/4073 7% [==== ] 288/4073 7% [==== ] 289/4073 7% [==== ] 290/4073 7% [==== ] 291/4073 7% [==== ] 292/4073 7% [==== ] 293/4073 7% [==== ] 294/4073 7% [==== ] 295/4073 7% [==== ] 296/4073 7% [==== ] 297/4073 7% [==== ] 298/4073 7% [==== ] 299/4073 7% [==== ] 300/4073 7% [==== ] 301/4073 7% [==== ] 302/4073 7% [==== ] 303/4073 7% [==== ] 304/4073 7% [==== ] 305/4073 7% [==== ] 306/4073 7% [==== ] 307/4073 7% [==== ] 308/4073 7% [==== ] 309/4073 7% [==== ] 310/4073 7% [==== ] 311/4073 7% [==== ] 312/4073 7% [==== ] 313/4073 7% [==== ] 314/4073 7% [==== ] 315/4073 7% [==== ] 316/4073 7% [==== ] 317/4073 7% [==== ] 318/4073 7% [==== ] 319/4073 7% [==== ] 320/4073 7% [==== ] 321/4073 7% [==== ] 322/4073 7% [==== ] 323/4073 7% [==== ] 324/4073 7% [==== ] 325/4073 7% [==== ] 326/4073 8% [==== ] 327/4073 8% [==== ] 328/4073 8% [===== ] 329/4073 8% [===== ] 330/4073 8% [===== ] 331/4073 8% [===== ] 332/4073 8% [===== ] 333/4073 8% [===== ] 334/4073 8% [===== ] 335/4073 8% [===== ] 336/4073 8% [===== ] 337/4073 8% [===== ] 338/4073 8% [===== ] 339/4073 8% [===== ] 340/4073 8% [===== ] 341/4073 8% [===== ] 342/4073 8% [===== ] 343/4073 8% [===== ] 344/4073 8% [===== ] 345/4073 8% [===== ] 346/4073 8% [===== ] 347/4073 8% [===== ] 348/4073 8% [===== ] 349/4073 8% [===== ] 350/4073 8% [===== ] 351/4073 8% [===== ] 352/4073 8% [===== ] 353/4073 8% [===== ] 354/4073 8% [===== ] 355/4073 8% [===== ] 356/4073 8% [===== ] 357/4073 8% [===== ] 358/4073 8% [===== ] 359/4073 8% [===== ] 360/4073 8% [===== ] 361/4073 8% [===== ] 362/4073 8% [===== ] 363/4073 8% [===== ] 364/4073 8% [===== ] 365/4073 8% [===== ] 366/4073 8% [===== ] 367/4073 9% [===== ] 368/4073 9% [===== ] 369/4073 9% [===== ] 370/4073 9% [===== ] 371/4073 9% [===== ] 372/4073 9% [===== ] 373/4073 9% [===== ] 374/4073 9% [===== ] 375/4073 9% [===== ] 376/4073 9% [===== ] 377/4073 9% [===== ] 378/4073 9% [===== ] 379/4073 9% [===== ] 380/4073 9% [===== ] 381/4073 9% [===== ] 382/4073 9% [===== ] 383/4073 9% [===== ] 384/4073 9% [===== ] 385/4073 9% [===== ] 386/4073 9% [===== ] 387/4073 9% [===== ] 388/4073 9% [===== ] 389/4073 9% [===== ] 390/4073 9% [===== ] 391/4073 9% [===== ] 392/4073 9% [===== ] 393/4073 9% [===== ] 394/4073 9% [====== ] 395/4073 9% [====== ] 396/4073 9% [====== ] 397/4073 9% [====== ] 398/4073 9% [====== ] 399/4073 9% [====== ] 400/4073 9% [====== ] 401/4073 9% [====== ] 402/4073 9% [====== ] 403/4073 9% [====== ] 404/4073 9% [====== ] 405/4073 9% [====== ] 406/4073 9% [====== ] 407/4073 9% [====== ] 408/4073 10% [====== ] 409/4073 10% [====== ] 410/4073 10% [====== ] 411/4073 10% [====== ] 412/4073 10% [====== ] 413/4073 10% [====== ] 414/4073 10% [====== ] 415/4073 10% [====== ] 416/4073 10% [====== ] 417/4073 10% [====== ] 418/4073 10% [====== ] 419/4073 10% [====== ] 420/4073 10% [====== ] 421/4073 10% [====== ] 422/4073 10% [====== ] 423/4073 10% [====== ] 424/4073 10% [====== ] 425/4073 10% [====== ] 426/4073 10% [====== ] 427/4073 10% [====== ] 428/4073 10% [====== ] 429/4073 10% [====== ] 430/4073 10% [====== ] 431/4073 10% [====== ] 432/4073 10% [====== ] 433/4073 10% [====== ] 434/4073 10% [====== ] 435/4073 10% [====== ] 436/4073 10% [====== ] 437/4073 10% [====== ] 438/4073 10% [====== ] 439/4073 10% [====== ] 440/4073 10% [====== ] 441/4073 10% [====== ] 442/4073 10% [====== ] 443/4073 10% [====== ] 444/4073 10% [====== ] 445/4073 10% [====== ] 446/4073 10% [====== ] 447/4073 10% [====== ] 448/4073 10% [====== ] 449/4073 11% [====== ] 450/4073 11% [====== ] 451/4073 11% [====== ] 452/4073 11% [====== ] 453/4073 11% [====== ] 454/4073 11% [====== ] 455/4073 11% [====== ] 456/4073 11% [====== ] 457/4073 11% [====== ] 458/4073 11% [====== ] 459/4073 11% [======= ] 460/4073 11% [======= ] 461/4073 11% [======= ] 462/4073 11% [======= ] 463/4073 11% [======= ] 464/4073 11% [======= ] 465/4073 11% [======= ] 466/4073 11% [======= ] 467/4073 11% [======= ] 468/4073 11% [======= ] 469/4073 11% [======= ] 470/4073 11% [======= ] 471/4073 11% [======= ] 472/4073 11% [======= ] 473/4073 11% [======= ] 474/4073 11% [======= ] 475/4073 11% [======= ] 476/4073 11% [======= ] 477/4073 11% [======= ] 478/4073 11% [======= ] 479/4073 11% [======= ] 480/4073 11% [======= ] 481/4073 11% [======= ] 482/4073 11% [======= ] 483/4073 11% [======= ] 484/4073 11% [======= ] 485/4073 11% [======= ] 486/4073 11% [======= ] 487/4073 11% [======= ] 488/4073 11% [======= ] 489/4073 12% [======= ] 490/4073 12% [======= ] 491/4073 12% [======= ] 492/4073 12% [======= ] 493/4073 12% [======= ] 494/4073 12% [======= ] 495/4073 12% [======= ] 496/4073 12% [======= ] 497/4073 12% [======= ] 498/4073 12% [======= ] 499/4073 12% [======= ] 500/4073 12% [======= ] 501/4073 12% [======= ] 502/4073 12% [======= ] 503/4073 12% [======= ] 504/4073 12% [======= ] 505/4073 12% [======= ] 506/4073 12% [======= ] 507/4073 12% [======= ] 508/4073 12% [======= ] 509/4073 12% [======= ] 510/4073 12% [======= ] 511/4073 12% [======= ] 512/4073 12% [======= ] 513/4073 12% [======= ] 514/4073 12% [======= ] 515/4073 12% [======= ] 516/4073 12% [======= ] 517/4073 12% [======= ] 518/4073 12% [======= ] 519/4073 12% [======= ] 520/4073 12% [======= ] 521/4073 12% [======= ] 522/4073 12% [======= ] 523/4073 12% [======= ] 524/4073 12% [======= ] 525/4073 12% [======== ] 526/4073 12% [======== ] 527/4073 12% [======== ] 528/4073 12% [======== ] 529/4073 12% [======== ] 530/4073 13% [======== ] 531/4073 13% [======== ] 532/4073 13% [======== ] 533/4073 13% [======== ] 534/4073 13% [======== ] 535/4073 13% [======== ] 536/4073 13% [======== ] 537/4073 13% [======== ] 538/4073 13% [======== ] 539/4073 13% [======== ] 540/4073 13% [======== ] 541/4073 13% [======== ] 542/4073 13% [======== ] 543/4073 13% [======== ] 544/4073 13% [======== ] 545/4073 13% [======== ] 546/4073 13% [======== ] 547/4073 13% [======== ] 548/4073 13% [======== ] 549/4073 13% [======== ] 550/4073 13% [======== ] 551/4073 13% [======== ] 552/4073 13% [======== ] 553/4073 13% [======== ] 554/4073 13% [======== ] 555/4073 13% [======== ] 556/4073 13% [======== ] 557/4073 13% [======== ] 558/4073 13% [======== ] 559/4073 13% [======== ] 560/4073 13% [======== ] 561/4073 13% [======== ] 562/4073 13% [======== ] 563/4073 13% [======== ] 564/4073 13% [======== ] 565/4073 13% [======== ] 566/4073 13% [======== ] 567/4073 13% [======== ] 568/4073 13% [======== ] 569/4073 13% [======== ] 570/4073 13% [======== ] 571/4073 14% [======== ] 572/4073 14% [======== ] 573/4073 14% [======== ] 574/4073 14% [======== ] 575/4073 14% [======== ] 576/4073 14% [======== ] 577/4073 14% [======== ] 578/4073 14% [======== ] 579/4073 14% [======== ] 580/4073 14% [======== ] 581/4073 14% [======== ] 582/4073 14% [======== ] 583/4073 14% [======== ] 584/4073 14% [======== ] 585/4073 14% [======== ] 586/4073 14% [======== ] 587/4073 14% [======== ] 588/4073 14% [======== ] 589/4073 14% [======== ] 590/4073 14% [======== ] 591/4073 14% [========= ] 592/4073 14% [========= ] 593/4073 14% [========= ] 594/4073 14% [========= ] 595/4073 14% [========= ] 596/4073 14% [========= ] 597/4073 14% [========= ] 598/4073 14% [========= ] 599/4073 14% [========= ] 600/4073 14% [========= ] 601/4073 14% [========= ] 602/4073 14% [========= ] 603/4073 14% [========= ] 604/4073 14% [========= ] 605/4073 14% [========= ] 606/4073 14% [========= ] 607/4073 14% [========= ] 608/4073 14% [========= ] 609/4073 14% [========= ] 610/4073 14% [========= ] 611/4073 15% [========= ] 612/4073 15% [========= ] 613/4073 15% [========= ] 614/4073 15% [========= ] 615/4073 15% [========= ] 616/4073 15% [========= ] 617/4073 15% [========= ] 618/4073 15% [========= ] 619/4073 15% [========= ] 620/4073 15% [========= ] 621/4073 15% [========= ] 622/4073 15% [========= ] 623/4073 15% [========= ] 624/4073 15% [========= ] 625/4073 15% [========= ] 626/4073 15% [========= ] 627/4073 15% [========= ] 628/4073 15% [========= ] 629/4073 15% [========= ] 630/4073 15% [========= ] 631/4073 15% [========= ] 632/4073 15% [========= ] 633/4073 15% [========= ] 634/4073 15% [========= ] 635/4073 15% [========= ] 636/4073 15% [========= ] 637/4073 15% [========= ] 638/4073 15% [========= ] 639/4073 15% [========= ] 640/4073 15% [========= ] 641/4073 15% [========= ] 642/4073 15% [========= ] 643/4073 15% [========= ] 644/4073 15% [========= ] 645/4073 15% [========= ] 646/4073 15% [========= ] 647/4073 15% [========= ] 648/4073 15% [========= ] 649/4073 15% [========= ] 650/4073 15% [========= ] 651/4073 15% [========= ] 652/4073 16% [========= ] 653/4073 16% [========= ] 654/4073 16% [========= ] 655/4073 16% [========= ] 656/4073 16% [========== ] 657/4073 16% [========== ] 658/4073 16% [========== ] 659/4073 16% [========== ] 660/4073 16% [========== ] 661/4073 16% [========== ] 662/4073 16% [========== ] 663/4073 16% [========== ] 664/4073 16% [========== ] 665/4073 16% [========== ] 666/4073 16% [========== ] 667/4073 16% [========== ] 668/4073 16% [========== ] 669/4073 16% [========== ] 670/4073 16% [========== ] 671/4073 16% [========== ] 672/4073 16% [========== ] 673/4073 16% [========== ] 674/4073 16% [========== ] 675/4073 16% [========== ] 676/4073 16% [========== ] 677/4073 16% [========== ] 678/4073 16% [========== ] 679/4073 16% [========== ] 680/4073 16% [========== ] 681/4073 16% [========== ] 682/4073 16% [========== ] 683/4073 16% [========== ] 684/4073 16% [========== ] 685/4073 16% [========== ] 686/4073 16% [========== ] 687/4073 16% [========== ] 688/4073 16% [========== ] 689/4073 16% [========== ] 690/4073 16% [========== ] 691/4073 16% [========== ] 692/4073 16% [========== ] 693/4073 17% [========== ] 694/4073 17% [========== ] 695/4073 17% [========== ] 696/4073 17% [========== ] 697/4073 17% [========== ] 698/4073 17% [========== ] 699/4073 17% [========== ] 700/4073 17% [========== ] 701/4073 17% [========== ] 702/4073 17% [========== ] 703/4073 17% [========== ] 704/4073 17% [========== ] 705/4073 17% [========== ] 706/4073 17% [========== ] 707/4073 17% [========== ] 708/4073 17% [========== ] 709/4073 17% [========== ] 710/4073 17% [========== ] 711/4073 17% [========== ] 712/4073 17% [========== ] 713/4073 17% [========== ] 714/4073 17% [========== ] 715/4073 17% [========== ] 716/4073 17% [========== ] 717/4073 17% [========== ] 718/4073 17% [========== ] 719/4073 17% [========== ] 720/4073 17% [========== ] 721/4073 17% [========== ] 722/4073 17% [=========== ] 723/4073 17% [=========== ] 724/4073 17% [=========== ] 725/4073 17% [=========== ] 726/4073 17% [=========== ] 727/4073 17% [=========== ] 728/4073 17% [=========== ] 729/4073 17% [=========== ] 730/4073 17% [=========== ] 731/4073 17% [=========== ] 732/4073 17% [=========== ] 733/4073 17% [=========== ] 734/4073 18% [=========== ] 735/4073 18% [=========== ] 736/4073 18% [=========== ] 737/4073 18% [=========== ] 738/4073 18% [=========== ] 739/4073 18% [=========== ] 740/4073 18% [=========== ] 741/4073 18% [=========== ] 742/4073 18% [=========== ] 743/4073 18% [=========== ] 744/4073 18% [=========== ] 745/4073 18% [=========== ] 746/4073 18% [=========== ] 747/4073 18% [=========== ] 748/4073 18% [=========== ] 749/4073 18% [=========== ] 750/4073 18% [=========== ] 751/4073 18% [=========== ] 752/4073 18% [=========== ] 753/4073 18% [=========== ] 754/4073 18% [=========== ] 755/4073 18% [=========== ] 756/4073 18% [=========== ] 757/4073 18% [=========== ] 758/4073 18% [=========== ] 759/4073 18% [=========== ] 760/4073 18% [=========== ] 761/4073 18% [=========== ] 762/4073 18% [=========== ] 763/4073 18% [=========== ] 764/4073 18% [=========== ] 765/4073 18% [=========== ] 766/4073 18% [=========== ] 767/4073 18% [=========== ] 768/4073 18% [=========== ] 769/4073 18% [=========== ] 770/4073 18% [=========== ] 771/4073 18% [=========== ] 772/4073 18% [=========== ] 773/4073 18% [=========== ] 774/4073 19% [=========== ] 775/4073 19% [=========== ] 776/4073 19% [=========== ] 777/4073 19% [=========== ] 778/4073 19% [=========== ] 779/4073 19% [=========== ] 780/4073 19% [=========== ] 781/4073 19% [=========== ] 782/4073 19% [=========== ] 783/4073 19% [=========== ] 784/4073 19% [=========== ] 785/4073 19% [=========== ] 786/4073 19% [=========== ] 787/4073 19% [=========== ] 788/4073 19% [============ ] 789/4073 19% [============ ] 790/4073 19% [============ ] 791/4073 19% [============ ] 792/4073 19% [============ ] 793/4073 19% [============ ] 794/4073 19% [============ ] 795/4073 19% [============ ] 796/4073 19% [============ ] 797/4073 19% [============ ] 798/4073 19% [============ ] 799/4073 19% [============ ] 800/4073 19% [============ ] 801/4073 19% [============ ] 802/4073 19% [============ ] 803/4073 19% [============ ] 804/4073 19% [============ ] 805/4073 19% [============ ] 806/4073 19% [============ ] 807/4073 19% [============ ] 808/4073 19% [============ ] 809/4073 19% [============ ] 810/4073 19% [============ ] 811/4073 19% [============ ] 812/4073 19% [============ ] 813/4073 19% [============ ] 814/4073 19% [============ ] 815/4073 20% [============ ] 816/4073 20% [============ ] 817/4073 20% [============ ] 818/4073 20% [============ ] 819/4073 20% [============ ] 820/4073 20% [============ ] 821/4073 20% [============ ] 822/4073 20% [============ ] 823/4073 20% [============ ] 824/4073 20% [============ ] 825/4073 20% [============ ] 826/4073 20% [============ ] 827/4073 20% [============ ] 828/4073 20% [============ ] 829/4073 20% [============ ] 830/4073 20% [============ ] 831/4073 20% [============ ] 832/4073 20% [============ ] 833/4073 20% [============ ] 834/4073 20% [============ ] 835/4073 20% [============ ] 836/4073 20% [============ ] 837/4073 20% [============ ] 838/4073 20% [============ ] 839/4073 20% [============ ] 840/4073 20% [============ ] 841/4073 20% [============ ] 842/4073 20% [============ ] 843/4073 20% [============ ] 844/4073 20% [============ ] 845/4073 20% [============ ] 846/4073 20% [============ ] 847/4073 20% [============ ] 848/4073 20% [============ ] 849/4073 20% [============ ] 850/4073 20% [============ ] 851/4073 20% [============ ] 852/4073 20% [============ ] 853/4073 20% [============ ] 854/4073 20% [============= ] 855/4073 20% [============= ] 856/4073 21% [============= ] 857/4073 21% [============= ] 858/4073 21% [============= ] 859/4073 21% [============= ] 860/4073 21% [============= ] 861/4073 21% [============= ] 862/4073 21% [============= ] 863/4073 21% [============= ] 864/4073 21% [============= ] 865/4073 21% [============= ] 866/4073 21% [============= ] 867/4073 21% [============= ] 868/4073 21% [============= ] 869/4073 21% [============= ] 870/4073 21% [============= ] 871/4073 21% [============= ] 872/4073 21% [============= ] 873/4073 21% [============= ] 874/4073 21% [============= ] 875/4073 21% [============= ] 876/4073 21% [============= ] 877/4073 21% [============= ] 878/4073 21% [============= ] 879/4073 21% [============= ] 880/4073 21% [============= ] 881/4073 21% [============= ] 882/4073 21% [============= ] 883/4073 21% [============= ] 884/4073 21% [============= ] 885/4073 21% [============= ] 886/4073 21% [============= ] 887/4073 21% [============= ] 888/4073 21% [============= ] 889/4073 21% [============= ] 890/4073 21% [============= ] 891/4073 21% [============= ] 892/4073 21% [============= ] 893/4073 21% [============= ] 894/4073 21% [============= ] 895/4073 21% [============= ] 896/4073 21% [============= ] 897/4073 22% [============= ] 898/4073 22% [============= ] 899/4073 22% [============= ] 900/4073 22% [============= ] 901/4073 22% [============= ] 902/4073 22% [============= ] 903/4073 22% [============= ] 904/4073 22% [============= ] 905/4073 22% [============= ] 906/4073 22% [============= ] 907/4073 22% [============= ] 908/4073 22% [============= ] 909/4073 22% [============= ] 910/4073 22% [============= ] 911/4073 22% [============= ] 912/4073 22% [============= ] 913/4073 22% [============= ] 914/4073 22% [============= ] 915/4073 22% [============= ] 916/4073 22% [============= ] 917/4073 22% [============= ] 918/4073 22% [============= ] 919/4073 22% [============== ] 920/4073 22% [============== ] 921/4073 22% [============== ] 922/4073 22% [============== ] 923/4073 22% [============== ] 924/4073 22% [============== ] 925/4073 22% [============== ] 926/4073 22% [============== ] 927/4073 22% [============== ] 928/4073 22% [============== ] 929/4073 22% [============== ] 930/4073 22% [============== ] 931/4073 22% [============== ] 932/4073 22% [============== ] 933/4073 22% [============== ] 934/4073 22% [============== ] 935/4073 22% [============== ] 936/4073 22% [============== ] 937/4073 23% [============== ] 938/4073 23% [============== ] 939/4073 23% [============== ] 940/4073 23% [============== ] 941/4073 23% [============== ] 942/4073 23% [============== ] 943/4073 23% [============== ] 944/4073 23% [============== ] 945/4073 23% [============== ] 946/4073 23% [============== ] 947/4073 23% [============== ] 948/4073 23% [============== ] 949/4073 23% [============== ] 950/4073 23% [============== ] 951/4073 23% [============== ] 952/4073 23% [============== ] 953/4073 23% [============== ] 954/4073 23% [============== ] 955/4073 23% [============== ] 956/4073 23% [============== ] 957/4073 23% [============== ] 958/4073 23% [============== ] 959/4073 23% [============== ] 960/4073 23% [============== ] 961/4073 23% [============== ] 962/4073 23% [============== ] 963/4073 23% [============== ] 964/4073 23% [============== ] 965/4073 23% [============== ] 966/4073 23% [============== ] 967/4073 23% [============== ] 968/4073 23% [============== ] 969/4073 23% [============== ] 970/4073 23% [============== ] 971/4073 23% [============== ] 972/4073 23% [============== ] 973/4073 23% [============== ] 974/4073 23% [============== ] 975/4073 23% [============== ] 976/4073 23% [============== ] 977/4073 23% [============== ] 978/4073 24% [============== ] 979/4073 24% [============== ] 980/4073 24% [============== ] 981/4073 24% [============== ] 982/4073 24% [============== ] 983/4073 24% [============== ] 984/4073 24% [============== ] 985/4073 24% [=============== ] 986/4073 24% [=============== ] 987/4073 24% [=============== ] 988/4073 24% [=============== ] 989/4073 24% [=============== ] 990/4073 24% [=============== ] 991/4073 24% [=============== ] 992/4073 24% [=============== ] 993/4073 24% [=============== ] 994/4073 24% [=============== ] 995/4073 24% [=============== ] 996/4073 24% [=============== ] 997/4073 24% [=============== ] 998/4073 24% [=============== ] 999/4073 24% [=============== ] 1000/4073 24% [=============== ] 1001/4073 24% [=============== ] 1002/4073 24% [=============== ] 1003/4073 24% [=============== ] 1004/4073 24% [=============== ] 1005/4073 24% [=============== ] 1006/4073 24% [=============== ] 1007/4073 24% [=============== ] 1008/4073 24% [=============== ] 1009/4073 24% [=============== ] 1010/4073 24% [=============== ] 1011/4073 24% [=============== ] 1012/4073 24% [=============== ] 1013/4073 24% [=============== ] 1014/4073 24% [=============== ] 1015/4073 24% [=============== ] 1016/4073 24% [=============== ] 1017/4073 24% [=============== ] 1018/4073 24% [=============== ] 1019/4073 25% [=============== ] 1020/4073 25% [=============== ] 1021/4073 25% [=============== ] 1022/4073 25% [=============== ] 1023/4073 25% [=============== ] 1024/4073 25% [=============== ] 1025/4073 25% [=============== ] 1026/4073 25% [=============== ] 1027/4073 25% [=============== ] 1028/4073 25% [=============== ] 1029/4073 25% [=============== ] 1030/4073 25% [=============== ] 1031/4073 25% [=============== ] 1032/4073 25% [=============== ] 1033/4073 25% [=============== ] 1034/4073 25% [=============== ] 1035/4073 25% [=============== ] 1036/4073 25% [=============== ] 1037/4073 25% [=============== ] 1038/4073 25% [=============== ] 1039/4073 25% [=============== ] 1040/4073 25% [=============== ] 1041/4073 25% [=============== ] 1042/4073 25% [=============== ] 1043/4073 25% [=============== ] 1044/4073 25% [=============== ] 1045/4073 25% [=============== ] 1046/4073 25% [=============== ] 1047/4073 25% [=============== ] 1048/4073 25% [=============== ] 1049/4073 25% [=============== ] 1050/4073 25% [=============== ] 1051/4073 25% [================ ] 1052/4073 25% [================ ] 1053/4073 25% [================ ] 1054/4073 25% [================ ] 1055/4073 25% [================ ] 1056/4073 25% [================ ] 1057/4073 25% [================ ] 1058/4073 25% [================ ] 1059/4073 26% [================ ] 1060/4073 26% [================ ] 1061/4073 26% [================ ] 1062/4073 26% [================ ] 1063/4073 26% [================ ] 1064/4073 26% [================ ] 1065/4073 26% [================ ] 1066/4073 26% [================ ] 1067/4073 26% [================ ] 1068/4073 26% [================ ] 1069/4073 26% [================ ] 1070/4073 26% [================ ] 1071/4073 26% [================ ] 1072/4073 26% [================ ] 1073/4073 26% [================ ] 1074/4073 26% [================ ] 1075/4073 26% [================ ] 1076/4073 26% [================ ] 1077/4073 26% [================ ] 1078/4073 26% [================ ] 1079/4073 26% [================ ] 1080/4073 26% [================ ] 1081/4073 26% [================ ] 1082/4073 26% [================ ] 1083/4073 26% [================ ] 1084/4073 26% [================ ] 1085/4073 26% [================ ] 1086/4073 26% [================ ] 1087/4073 26% [================ ] 1088/4073 26% [================ ] 1089/4073 26% [================ ] 1090/4073 26% [================ ] 1091/4073 26% [================ ] 1092/4073 26% [================ ] 1093/4073 26% [================ ] 1094/4073 26% [================ ] 1095/4073 26% [================ ] 1096/4073 26% [================ ] 1097/4073 26% [================ ] 1098/4073 26% [================ ] 1099/4073 26% [================ ] 1100/4073 27% [================ ] 1101/4073 27% [================ ] 1102/4073 27% [================ ] 1103/4073 27% [================ ] 1104/4073 27% [================ ] 1105/4073 27% [================ ] 1106/4073 27% [================ ] 1107/4073 27% [================ ] 1108/4073 27% [================ ] 1109/4073 27% [================ ] 1110/4073 27% [================ ] 1111/4073 27% [================ ] 1112/4073 27% [================ ] 1113/4073 27% [================ ] 1114/4073 27% [================ ] 1115/4073 27% [================ ] 1116/4073 27% [================= ] 1117/4073 27% [================= ] 1118/4073 27% [================= ] 1119/4073 27% [================= ] 1120/4073 27% [================= ] 1121/4073 27% [================= ] 1122/4073 27% [================= ] 1123/4073 27% [================= ] 1124/4073 27% [================= ] 1125/4073 27% [================= ] 1126/4073 27% [================= ] 1127/4073 27% [================= ] 1128/4073 27% [================= ] 1129/4073 27% [================= ] 1130/4073 27% [================= ] 1131/4073 27% [================= ] 1132/4073 27% [================= ] 1133/4073 27% [================= ] 1134/4073 27% [================= ] 1135/4073 27% [================= ] 1136/4073 27% [================= ] 1137/4073 27% [================= ] 1138/4073 27% [================= ] 1139/4073 27% [================= ] 1140/4073 27% [================= ] 1141/4073 28% [================= ] 1142/4073 28% [================= ] 1143/4073 28% [================= ] 1144/4073 28% [================= ] 1145/4073 28% [================= ] 1146/4073 28% [================= ] 1147/4073 28% [================= ] 1148/4073 28% [================= ] 1149/4073 28% [================= ] 1150/4073 28% [================= ] 1151/4073 28% [================= ] 1152/4073 28% [================= ] 1153/4073 28% [================= ] 1154/4073 28% [================= ] 1155/4073 28% [================= ] 1156/4073 28% [================= ] 1157/4073 28% [================= ] 1158/4073 28% [================= ] 1159/4073 28% [================= ] 1160/4073 28% [================= ] 1161/4073 28% [================= ] 1162/4073 28% [================= ] 1163/4073 28% [================= ] 1164/4073 28% [================= ] 1165/4073 28% [================= ] 1166/4073 28% [================= ] 1167/4073 28% [================= ] 1168/4073 28% [================= ] 1169/4073 28% [================= ] 1170/4073 28% [================= ] 1171/4073 28% [================= ] 1172/4073 28% [================= ] 1173/4073 28% [================= ] 1174/4073 28% [================= ] 1175/4073 28% [================= ] 1176/4073 28% [================= ] 1177/4073 28% [================= ] 1178/4073 28% [================= ] 1179/4073 28% [================= ] 1180/4073 28% [================= ] 1181/4073 28% [================= ] 1182/4073 29% [================== ] 1183/4073 29% [================== ] 1184/4073 29% [================== ] 1185/4073 29% [================== ] 1186/4073 29% [================== ] 1187/4073 29% [================== ] 1188/4073 29% [================== ] 1189/4073 29% [================== ] 1190/4073 29% [================== ] 1191/4073 29% [================== ] 1192/4073 29% [================== ] 1193/4073 29% [================== ] 1194/4073 29% [================== ] 1195/4073 29% [================== ] 1196/4073 29% [================== ] 1197/4073 29% [================== ] 1198/4073 29% [================== ] 1199/4073 29% [================== ] 1200/4073 29% [================== ] 1201/4073 29% [================== ] 1202/4073 29% [================== ] 1203/4073 29% [================== ] 1204/4073 29% [================== ] 1205/4073 29% [================== ] 1206/4073 29% [================== ] 1207/4073 29% [================== ] 1208/4073 29% [================== ] 1209/4073 29% [================== ] 1210/4073 29% [================== ] 1211/4073 29% [================== ] 1212/4073 29% [================== ] 1213/4073 29% [================== ] 1214/4073 29% [================== ] 1215/4073 29% [================== ] 1216/4073 29% [================== ] 1217/4073 29% [================== ] 1218/4073 29% [================== ] 1219/4073 29% [================== ] 1220/4073 29% [================== ] 1221/4073 29% [================== ] 1222/4073 30% [================== ] 1223/4073 30% [================== ] 1224/4073 30% [================== ] 1225/4073 30% [================== ] 1226/4073 30% [================== ] 1227/4073 30% [================== ] 1228/4073 30% [================== ] 1229/4073 30% [================== ] 1230/4073 30% [================== ] 1231/4073 30% [================== ] 1232/4073 30% [================== ] 1233/4073 30% [================== ] 1234/4073 30% [================== ] 1235/4073 30% [================== ] 1236/4073 30% [================== ] 1237/4073 30% [================== ] 1238/4073 30% [================== ] 1239/4073 30% [================== ] 1240/4073 30% [================== ] 1241/4073 30% [================== ] 1242/4073 30% [================== ] 1243/4073 30% [================== ] 1244/4073 30% [================== ] 1245/4073 30% [================== ] 1246/4073 30% [================== ] 1247/4073 30% [================== ] 1248/4073 30% [=================== ] 1249/4073 30% [=================== ] 1250/4073 30% [=================== ] 1251/4073 30% [=================== ] 1252/4073 30% [=================== ] 1253/4073 30% [=================== ] 1254/4073 30% [=================== ] 1255/4073 30% [=================== ] 1256/4073 30% [=================== ] 1257/4073 30% [=================== ] 1258/4073 30% [=================== ] 1259/4073 30% [=================== ] 1260/4073 30% [=================== ] 1261/4073 30% [=================== ] 1262/4073 30% [=================== ] 1263/4073 31% [=================== ] 1264/4073 31% [=================== ] 1265/4073 31% [=================== ] 1266/4073 31% [=================== ] 1267/4073 31% [=================== ] 1268/4073 31% [=================== ] 1269/4073 31% [=================== ] 1270/4073 31% [=================== ] 1271/4073 31% [=================== ] 1272/4073 31% [=================== ] 1273/4073 31% [=================== ] 1274/4073 31% [=================== ] 1275/4073 31% [=================== ] 1276/4073 31% [=================== ] 1277/4073 31% [=================== ] 1278/4073 31% [=================== ] 1279/4073 31% [=================== ] 1280/4073 31% [=================== ] 1281/4073 31% [=================== ] 1282/4073 31% [=================== ] 1283/4073 31% [=================== ] 1284/4073 31% [=================== ] 1285/4073 31% [=================== ] 1286/4073 31% [=================== ] 1287/4073 31% [=================== ] 1288/4073 31% [=================== ] 1289/4073 31% [=================== ] 1290/4073 31% [=================== ] 1291/4073 31% [=================== ] 1292/4073 31% [=================== ] 1293/4073 31% [=================== ] 1294/4073 31% [=================== ] 1295/4073 31% [=================== ] 1296/4073 31% [=================== ] 1297/4073 31% [=================== ] 1298/4073 31% [=================== ] 1299/4073 31% [=================== ] 1300/4073 31% [=================== ] 1301/4073 31% [=================== ] 1302/4073 31% [=================== ] 1303/4073 31% [=================== ] 1304/4073 32% [=================== ] 1305/4073 32% [=================== ] 1306/4073 32% [=================== ] 1307/4073 32% [=================== ] 1308/4073 32% [=================== ] 1309/4073 32% [=================== ] 1310/4073 32% [=================== ] 1311/4073 32% [=================== ] 1312/4073 32% [=================== ] 1313/4073 32% [==================== ] 1314/4073 32% [==================== ] 1315/4073 32% [==================== ] 1316/4073 32% [==================== ] 1317/4073 32% [==================== ] 1318/4073 32% [==================== ] 1319/4073 32% [==================== ] 1320/4073 32% [==================== ] 1321/4073 32% [==================== ] 1322/4073 32% [==================== ] 1323/4073 32% [==================== ] 1324/4073 32% [==================== ] 1325/4073 32% [==================== ] 1326/4073 32% [==================== ] 1327/4073 32% [==================== ] 1328/4073 32% [==================== ] 1329/4073 32% [==================== ] 1330/4073 32% [==================== ] 1331/4073 32% [==================== ] 1332/4073 32% [==================== ] 1333/4073 32% [==================== ] 1334/4073 32% [==================== ] 1335/4073 32% [==================== ] 1336/4073 32% [==================== ] 1337/4073 32% [==================== ] 1338/4073 32% [==================== ] 1339/4073 32% [==================== ] 1340/4073 32% [==================== ] 1341/4073 32% [==================== ] 1342/4073 32% [==================== ] 1343/4073 32% [==================== ] 1344/4073 32% [==================== ] 1345/4073 33% [==================== ] 1346/4073 33% [==================== ] 1347/4073 33% [==================== ] 1348/4073 33% [==================== ] 1349/4073 33% [==================== ] 1350/4073 33% [==================== ] 1351/4073 33% [==================== ] 1352/4073 33% [==================== ] 1353/4073 33% [==================== ] 1354/4073 33% [==================== ] 1355/4073 33% [==================== ] 1356/4073 33% [==================== ] 1357/4073 33% [==================== ] 1358/4073 33% [==================== ] 1359/4073 33% [==================== ] 1360/4073 33% [==================== ] 1361/4073 33% [==================== ] 1362/4073 33% [==================== ] 1363/4073 33% [==================== ] 1364/4073 33% [==================== ] 1365/4073 33% [==================== ] 1366/4073 33% [==================== ] 1367/4073 33% [==================== ] 1368/4073 33% [==================== ] 1369/4073 33% [==================== ] 1370/4073 33% [==================== ] 1371/4073 33% [==================== ] 1372/4073 33% [==================== ] 1373/4073 33% [==================== ] 1374/4073 33% [==================== ] 1375/4073 33% [==================== ] 1376/4073 33% [==================== ] 1377/4073 33% [==================== ] 1378/4073 33% [==================== ] 1379/4073 33% [===================== ] 1380/4073 33% [===================== ] 1381/4073 33% [===================== ] 1382/4073 33% [===================== ] 1383/4073 33% [===================== ] 1384/4073 33% [===================== ] 1385/4073 34% [===================== ] 1386/4073 34% [===================== ] 1387/4073 34% [===================== ] 1388/4073 34% [===================== ] 1389/4073 34% [===================== ] 1390/4073 34% [===================== ] 1391/4073 34% [===================== ] 1392/4073 34% [===================== ] 1393/4073 34% [===================== ] 1394/4073 34% [===================== ] 1395/4073 34% [===================== ] 1396/4073 34% [===================== ] 1397/4073 34% [===================== ] 1398/4073 34% [===================== ] 1399/4073 34% [===================== ] 1400/4073 34% [===================== ] 1401/4073 34% [===================== ] 1402/4073 34% [===================== ] 1403/4073 34% [===================== ] 1404/4073 34% [===================== ] 1405/4073 34% [===================== ] 1406/4073 34% [===================== ] 1407/4073 34% [===================== ] 1408/4073 34% [===================== ] 1409/4073 34% [===================== ] 1410/4073 34% [===================== ] 1411/4073 34% [===================== ] 1412/4073 34% [===================== ] 1413/4073 34% [===================== ] 1414/4073 34% [===================== ] 1415/4073 34% [===================== ] 1416/4073 34% [===================== ] 1417/4073 34% [===================== ] 1418/4073 34% [===================== ] 1419/4073 34% [===================== ] 1420/4073 34% [===================== ] 1421/4073 34% [===================== ] 1422/4073 34% [===================== ] 1423/4073 34% [===================== ] 1424/4073 34% [===================== ] 1425/4073 34% [===================== ] 1426/4073 35% [===================== ] 1427/4073 35% [===================== ] 1428/4073 35% [===================== ] 1429/4073 35% [===================== ] 1430/4073 35% [===================== ] 1431/4073 35% [===================== ] 1432/4073 35% [===================== ] 1433/4073 35% [===================== ] 1434/4073 35% [===================== ] 1435/4073 35% [===================== ] 1436/4073 35% [===================== ] 1437/4073 35% [===================== ] 1438/4073 35% [===================== ] 1439/4073 35% [===================== ] 1440/4073 35% [===================== ] 1441/4073 35% [===================== ] 1442/4073 35% [===================== ] 1443/4073 35% [===================== ] 1444/4073 35% [===================== ] 1445/4073 35% [====================== ] 1446/4073 35% [====================== ] 1447/4073 35% [====================== ] 1448/4073 35% [====================== ] 1449/4073 35% [====================== ] 1450/4073 35% [====================== ] 1451/4073 35% [====================== ] 1452/4073 35% [====================== ] 1453/4073 35% [====================== ] 1454/4073 35% [====================== ] 1455/4073 35% [====================== ] 1456/4073 35% [====================== ] 1457/4073 35% [====================== ] 1458/4073 35% [====================== ] 1459/4073 35% [====================== ] 1460/4073 35% [====================== ] 1461/4073 35% [====================== ] 1462/4073 35% [====================== ] 1463/4073 35% [====================== ] 1464/4073 35% [====================== ] 1465/4073 35% [====================== ] 1466/4073 35% [====================== ] 1467/4073 36% [====================== ] 1468/4073 36% [====================== ] 1469/4073 36% [====================== ] 1470/4073 36% [====================== ] 1471/4073 36% [====================== ] 1472/4073 36% [====================== ] 1473/4073 36% [====================== ] 1474/4073 36% [====================== ] 1475/4073 36% [====================== ] 1476/4073 36% [====================== ] 1477/4073 36% [====================== ] 1478/4073 36% [====================== ] 1479/4073 36% [====================== ] 1480/4073 36% [====================== ] 1481/4073 36% [====================== ] 1482/4073 36% [====================== ] 1483/4073 36% [====================== ] 1484/4073 36% [====================== ] 1485/4073 36% [====================== ] 1486/4073 36% [====================== ] 1487/4073 36% [====================== ] 1488/4073 36% [====================== ] 1489/4073 36% [====================== ] 1490/4073 36% [====================== ] 1491/4073 36% [====================== ] 1492/4073 36% [====================== ] 1493/4073 36% [====================== ] 1494/4073 36% [====================== ] 1495/4073 36% [====================== ] 1496/4073 36% [====================== ] 1497/4073 36% [====================== ] 1498/4073 36% [====================== ] 1499/4073 36% [====================== ] 1500/4073 36% [====================== ] 1501/4073 36% [====================== ] 1502/4073 36% [====================== ] 1503/4073 36% [====================== ] 1504/4073 36% [====================== ] 1505/4073 36% [====================== ] 1506/4073 36% [====================== ] 1507/4073 36% [====================== ] 1508/4073 37% [====================== ] 1509/4073 37% [====================== ] 1510/4073 37% [======================= ] 1511/4073 37% [======================= ] 1512/4073 37% [======================= ] 1513/4073 37% [======================= ] 1514/4073 37% [======================= ] 1515/4073 37% [======================= ] 1516/4073 37% [======================= ] 1517/4073 37% [======================= ] 1518/4073 37% [======================= ] 1519/4073 37% [======================= ] 1520/4073 37% [======================= ] 1521/4073 37% [======================= ] 1522/4073 37% [======================= ] 1523/4073 37% [======================= ] 1524/4073 37% [======================= ] 1525/4073 37% [======================= ] 1526/4073 37% [======================= ] 1527/4073 37% [======================= ] 1528/4073 37% [======================= ] 1529/4073 37% [======================= ] 1530/4073 37% [======================= ] 1531/4073 37% [======================= ] 1532/4073 37% [======================= ] 1533/4073 37% [======================= ] 1534/4073 37% [======================= ] 1535/4073 37% [======================= ] 1536/4073 37% [======================= ] 1537/4073 37% [======================= ] 1538/4073 37% [======================= ] 1539/4073 37% [======================= ] 1540/4073 37% [======================= ] 1541/4073 37% [======================= ] 1542/4073 37% [======================= ] 1543/4073 37% [======================= ] 1544/4073 37% [======================= ] 1545/4073 37% [======================= ] 1546/4073 37% [======================= ] 1547/4073 37% [======================= ] 1548/4073 38% [======================= ] 1549/4073 38% [======================= ] 1550/4073 38% [======================= ] 1551/4073 38% [======================= ] 1552/4073 38% [======================= ] 1553/4073 38% [======================= ] 1554/4073 38% [======================= ] 1555/4073 38% [======================= ] 1556/4073 38% [======================= ] 1557/4073 38% [======================= ] 1558/4073 38% [======================= ] 1559/4073 38% [======================= ] 1560/4073 38% [======================= ] 1561/4073 38% [======================= ] 1562/4073 38% [======================= ] 1563/4073 38% [======================= ] 1564/4073 38% [======================= ] 1565/4073 38% [======================= ] 1566/4073 38% [======================= ] 1567/4073 38% [======================= ] 1568/4073 38% [======================= ] 1569/4073 38% [======================= ] 1570/4073 38% [======================= ] 1571/4073 38% [======================= ] 1572/4073 38% [======================= ] 1573/4073 38% [======================= ] 1574/4073 38% [======================= ] 1575/4073 38% [======================= ] 1576/4073 38% [======================== ] 1577/4073 38% [======================== ] 1578/4073 38% [======================== ] 1579/4073 38% [======================== ] 1580/4073 38% [======================== ] 1581/4073 38% [======================== ] 1582/4073 38% [======================== ] 1583/4073 38% [======================== ] 1584/4073 38% [======================== ] 1585/4073 38% [======================== ] 1586/4073 38% [======================== ] 1587/4073 38% [======================== ] 1588/4073 38% [======================== ] 1589/4073 39% [======================== ] 1590/4073 39% [======================== ] 1591/4073 39% [======================== ] 1592/4073 39% [======================== ] 1593/4073 39% [======================== ] 1594/4073 39% [======================== ] 1595/4073 39% [======================== ] 1596/4073 39% [======================== ] 1597/4073 39% [======================== ] 1598/4073 39% [======================== ] 1599/4073 39% [======================== ] 1600/4073 39% [======================== ] 1601/4073 39% [======================== ] 1602/4073 39% [======================== ] 1603/4073 39% [======================== ] 1604/4073 39% [======================== ] 1605/4073 39% [======================== ] 1606/4073 39% [======================== ] 1607/4073 39% [======================== ] 1608/4073 39% [======================== ] 1609/4073 39% [======================== ] 1610/4073 39% [======================== ] 1611/4073 39% [======================== ] 1612/4073 39% [======================== ] 1613/4073 39% [======================== ] 1614/4073 39% [======================== ] 1615/4073 39% [======================== ] 1616/4073 39% [======================== ] 1617/4073 39% [======================== ] 1618/4073 39% [======================== ] 1619/4073 39% [======================== ] 1620/4073 39% [======================== ] 1621/4073 39% [======================== ] 1622/4073 39% [======================== ] 1623/4073 39% [======================== ] 1624/4073 39% [======================== ] 1625/4073 39% [======================== ] 1626/4073 39% [======================== ] 1627/4073 39% [======================== ] 1628/4073 39% [======================== ] 1629/4073 39% [======================== ] 1630/4073 40% [======================== ] 1631/4073 40% [======================== ] 1632/4073 40% [======================== ] 1633/4073 40% [======================== ] 1634/4073 40% [======================== ] 1635/4073 40% [======================== ] 1636/4073 40% [======================== ] 1637/4073 40% [======================== ] 1638/4073 40% [======================== ] 1639/4073 40% [======================== ] 1640/4073 40% [======================== ] 1641/4073 40% [======================== ] 1642/4073 40% [========================= ] 1643/4073 40% [========================= ] 1644/4073 40% [========================= ] 1645/4073 40% [========================= ] 1646/4073 40% [========================= ] 1647/4073 40% [========================= ] 1648/4073 40% [========================= ] 1649/4073 40% [========================= ] 1650/4073 40% [========================= ] 1651/4073 40% [========================= ] 1652/4073 40% [========================= ] 1653/4073 40% [========================= ] 1654/4073 40% [========================= ] 1655/4073 40% [========================= ] 1656/4073 40% [========================= ] 1657/4073 40% [========================= ] 1658/4073 40% [========================= ] 1659/4073 40% [========================= ] 1660/4073 40% [========================= ] 1661/4073 40% [========================= ] 1662/4073 40% [========================= ] 1663/4073 40% [========================= ] 1664/4073 40% [========================= ] 1665/4073 40% [========================= ] 1666/4073 40% [========================= ] 1667/4073 40% [========================= ] 1668/4073 40% [========================= ] 1669/4073 40% [========================= ] 1670/4073 41% [========================= ] 1671/4073 41% [========================= ] 1672/4073 41% [========================= ] 1673/4073 41% [========================= ] 1674/4073 41% [========================= ] 1675/4073 41% [========================= ] 1676/4073 41% [========================= ] 1677/4073 41% [========================= ] 1678/4073 41% [========================= ] 1679/4073 41% [========================= ] 1680/4073 41% [========================= ] 1681/4073 41% [========================= ] 1682/4073 41% [========================= ] 1683/4073 41% [========================= ] 1684/4073 41% [========================= ] 1685/4073 41% [========================= ] 1686/4073 41% [========================= ] 1687/4073 41% [========================= ] 1688/4073 41% [========================= ] 1689/4073 41% [========================= ] 1690/4073 41% [========================= ] 1691/4073 41% [========================= ] 1692/4073 41% [========================= ] 1693/4073 41% [========================= ] 1694/4073 41% [========================= ] 1695/4073 41% [========================= ] 1696/4073 41% [========================= ] 1697/4073 41% [========================= ] 1698/4073 41% [========================= ] 1699/4073 41% [========================= ] 1700/4073 41% [========================= ] 1701/4073 41% [========================= ] 1702/4073 41% [========================= ] 1703/4073 41% [========================= ] 1704/4073 41% [========================= ] 1705/4073 41% [========================= ] 1706/4073 41% [========================= ] 1707/4073 41% [========================= ] 1708/4073 41% [========================== ] 1709/4073 41% [========================== ] 1710/4073 41% [========================== ] 1711/4073 42% [========================== ] 1712/4073 42% [========================== ] 1713/4073 42% [========================== ] 1714/4073 42% [========================== ] 1715/4073 42% [========================== ] 1716/4073 42% [========================== ] 1717/4073 42% [========================== ] 1718/4073 42% [========================== ] 1719/4073 42% [========================== ] 1720/4073 42% [========================== ] 1721/4073 42% [========================== ] 1722/4073 42% [========================== ] 1723/4073 42% [========================== ] 1724/4073 42% [========================== ] 1725/4073 42% [========================== ] 1726/4073 42% [========================== ] 1727/4073 42% [========================== ] 1728/4073 42% [========================== ] 1729/4073 42% [========================== ] 1730/4073 42% [========================== ] 1731/4073 42% [========================== ] 1732/4073 42% [========================== ] 1733/4073 42% [========================== ] 1734/4073 42% [========================== ] 1735/4073 42% [========================== ] 1736/4073 42% [========================== ] 1737/4073 42% [========================== ] 1738/4073 42% [========================== ] 1739/4073 42% [========================== ] 1740/4073 42% [========================== ] 1741/4073 42% [========================== ] 1742/4073 42% [========================== ] 1743/4073 42% [========================== ] 1744/4073 42% [========================== ] 1745/4073 42% [========================== ] 1746/4073 42% [========================== ] 1747/4073 42% [========================== ] 1748/4073 42% [========================== ] 1749/4073 42% [========================== ] 1750/4073 42% [========================== ] 1751/4073 42% [========================== ] 1752/4073 43% [========================== ] 1753/4073 43% [========================== ] 1754/4073 43% [========================== ] 1755/4073 43% [========================== ] 1756/4073 43% [========================== ] 1757/4073 43% [========================== ] 1758/4073 43% [========================== ] 1759/4073 43% [========================== ] 1760/4073 43% [========================== ] 1761/4073 43% [========================== ] 1762/4073 43% [========================== ] 1763/4073 43% [========================== ] 1764/4073 43% [========================== ] 1765/4073 43% [========================== ] 1766/4073 43% [========================== ] 1767/4073 43% [========================== ] 1768/4073 43% [========================== ] 1769/4073 43% [========================== ] 1770/4073 43% [========================== ] 1771/4073 43% [========================== ] 1772/4073 43% [========================== ] 1773/4073 43% [=========================== ] 1774/4073 43% [=========================== ] 1775/4073 43% [=========================== ] 1776/4073 43% [=========================== ] 1777/4073 43% [=========================== ] 1778/4073 43% [=========================== ] 1779/4073 43% [=========================== ] 1780/4073 43% [=========================== ] 1781/4073 43% [=========================== ] 1782/4073 43% [=========================== ] 1783/4073 43% [=========================== ] 1784/4073 43% [=========================== ] 1785/4073 43% [=========================== ] 1786/4073 43% [=========================== ] 1787/4073 43% [=========================== ] 1788/4073 43% [=========================== ] 1789/4073 43% [=========================== ] 1790/4073 43% [=========================== ] 1791/4073 43% [=========================== ] 1792/4073 43% [=========================== ] 1793/4073 44% [=========================== ] 1794/4073 44% [=========================== ] 1795/4073 44% [=========================== ] 1796/4073 44% [=========================== ] 1797/4073 44% [=========================== ] 1798/4073 44% [=========================== ] 1799/4073 44% [=========================== ] 1800/4073 44% [=========================== ] 1801/4073 44% [=========================== ] 1802/4073 44% [=========================== ] 1803/4073 44% [=========================== ] 1804/4073 44% [=========================== ] 1805/4073 44% [=========================== ] 1806/4073 44% [=========================== ] 1807/4073 44% [=========================== ] 1808/4073 44% [=========================== ] 1809/4073 44% [=========================== ] 1810/4073 44% [=========================== ] 1811/4073 44% [=========================== ] 1812/4073 44% [=========================== ] 1813/4073 44% [=========================== ] 1814/4073 44% [=========================== ] 1815/4073 44% [=========================== ] 1816/4073 44% [=========================== ] 1817/4073 44% [=========================== ] 1818/4073 44% [=========================== ] 1819/4073 44% [=========================== ] 1820/4073 44% [=========================== ] 1821/4073 44% [=========================== ] 1822/4073 44% [=========================== ] 1823/4073 44% [=========================== ] 1824/4073 44% [=========================== ] 1825/4073 44% [=========================== ] 1826/4073 44% [=========================== ] 1827/4073 44% [=========================== ] 1828/4073 44% [=========================== ] 1829/4073 44% [=========================== ] 1830/4073 44% [=========================== ] 1831/4073 44% [=========================== ] 1832/4073 44% [=========================== ] 1833/4073 45% [=========================== ] 1834/4073 45% [=========================== ] 1835/4073 45% [=========================== ] 1836/4073 45% [=========================== ] 1837/4073 45% [=========================== ] 1838/4073 45% [=========================== ] 1839/4073 45% [============================ ] 1840/4073 45% [============================ ] 1841/4073 45% [============================ ] 1842/4073 45% [============================ ] 1843/4073 45% [============================ ] 1844/4073 45% [============================ ] 1845/4073 45% [============================ ] 1846/4073 45% [============================ ] 1847/4073 45% [============================ ] 1848/4073 45% [============================ ] 1849/4073 45% [============================ ] 1850/4073 45% [============================ ] 1851/4073 45% [============================ ] 1852/4073 45% [============================ ] 1853/4073 45% [============================ ] 1854/4073 45% [============================ ] 1855/4073 45% [============================ ] 1856/4073 45% [============================ ] 1857/4073 45% [============================ ] 1858/4073 45% [============================ ] 1859/4073 45% [============================ ] 1860/4073 45% [============================ ] 1861/4073 45% [============================ ] 1862/4073 45% [============================ ] 1863/4073 45% [============================ ] 1864/4073 45% [============================ ] 1865/4073 45% [============================ ] 1866/4073 45% [============================ ] 1867/4073 45% [============================ ] 1868/4073 45% [============================ ] 1869/4073 45% [============================ ] 1870/4073 45% [============================ ] 1871/4073 45% [============================ ] 1872/4073 45% [============================ ] 1873/4073 45% [============================ ] 1874/4073 46% [============================ ] 1875/4073 46% [============================ ] 1876/4073 46% [============================ ] 1877/4073 46% [============================ ] 1878/4073 46% [============================ ] 1879/4073 46% [============================ ] 1880/4073 46% [============================ ] 1881/4073 46% [============================ ] 1882/4073 46% [============================ ] 1883/4073 46% [============================ ] 1884/4073 46% [============================ ] 1885/4073 46% [============================ ] 1886/4073 46% [============================ ] 1887/4073 46% [============================ ] 1888/4073 46% [============================ ] 1889/4073 46% [============================ ] 1890/4073 46% [============================ ] 1891/4073 46% [============================ ] 1892/4073 46% [============================ ] 1893/4073 46% [============================ ] 1894/4073 46% [============================ ] 1895/4073 46% [============================ ] 1896/4073 46% [============================ ] 1897/4073 46% [============================ ] 1898/4073 46% [============================ ] 1899/4073 46% [============================ ] 1900/4073 46% [============================ ] 1901/4073 46% [============================ ] 1902/4073 46% [============================ ] 1903/4073 46% [============================ ] 1904/4073 46% [============================ ] 1905/4073 46% [============================= ] 1906/4073 46% [============================= ] 1907/4073 46% [============================= ] 1908/4073 46% [============================= ] 1909/4073 46% [============================= ] 1910/4073 46% [============================= ] 1911/4073 46% [============================= ] 1912/4073 46% [============================= ] 1913/4073 46% [============================= ] 1914/4073 46% [============================= ] 1915/4073 47% [============================= ] 1916/4073 47% [============================= ] 1917/4073 47% [============================= ] 1918/4073 47% [============================= ] 1919/4073 47% [============================= ] 1920/4073 47% [============================= ] 1921/4073 47% [============================= ] 1922/4073 47% [============================= ] 1923/4073 47% [============================= ] 1924/4073 47% [============================= ] 1925/4073 47% [============================= ] 1926/4073 47% [============================= ] 1927/4073 47% [============================= ] 1928/4073 47% [============================= ] 1929/4073 47% [============================= ] 1930/4073 47% [============================= ] 1931/4073 47% [============================= ] 1932/4073 47% [============================= ] 1933/4073 47% [============================= ] 1934/4073 47% [============================= ] 1935/4073 47% [============================= ] 1936/4073 47% [============================= ] 1937/4073 47% [============================= ] 1938/4073 47% [============================= ] 1939/4073 47% [============================= ] 1940/4073 47% [============================= ] 1941/4073 47% [============================= ] 1942/4073 47% [============================= ] 1943/4073 47% [============================= ] 1944/4073 47% [============================= ] 1945/4073 47% [============================= ] 1946/4073 47% [============================= ] 1947/4073 47% [============================= ] 1948/4073 47% [============================= ] 1949/4073 47% [============================= ] 1950/4073 47% [============================= ] 1951/4073 47% [============================= ] 1952/4073 47% [============================= ] 1953/4073 47% [============================= ] 1954/4073 47% [============================= ] 1955/4073 47% [============================= ] 1956/4073 48% [============================= ] 1957/4073 48% [============================= ] 1958/4073 48% [============================= ] 1959/4073 48% [============================= ] 1960/4073 48% [============================= ] 1961/4073 48% [============================= ] 1962/4073 48% [============================= ] 1963/4073 48% [============================= ] 1964/4073 48% [============================= ] 1965/4073 48% [============================= ] 1966/4073 48% [============================= ] 1967/4073 48% [============================= ] 1968/4073 48% [============================= ] 1969/4073 48% [============================= ] 1970/4073 48% [============================== ] 1971/4073 48% [============================== ] 1972/4073 48% [============================== ] 1973/4073 48% [============================== ] 1974/4073 48% [============================== ] 1975/4073 48% [============================== ] 1976/4073 48% [============================== ] 1977/4073 48% [============================== ] 1978/4073 48% [============================== ] 1979/4073 48% [============================== ] 1980/4073 48% [============================== ] 1981/4073 48% [============================== ] 1982/4073 48% [============================== ] 1983/4073 48% [============================== ] 1984/4073 48% [============================== ] 1985/4073 48% [============================== ] 1986/4073 48% [============================== ] 1987/4073 48% [============================== ] 1988/4073 48% [============================== ] 1989/4073 48% [============================== ] 1990/4073 48% [============================== ] 1991/4073 48% [============================== ] 1992/4073 48% [============================== ] 1993/4073 48% [============================== ] 1994/4073 48% [============================== ] 1995/4073 48% [============================== ] 1996/4073 49% [============================== ] 1997/4073 49% [============================== ] 1998/4073 49% [============================== ] 1999/4073 49% [============================== ] 2000/4073 49% [============================== ] 2001/4073 49% [============================== ] 2002/4073 49% [============================== ] 2003/4073 49% [============================== ] 2004/4073 49% [============================== ] 2005/4073 49% [============================== ] 2006/4073 49% [============================== ] 2007/4073 49% [============================== ] 2008/4073 49% [============================== ] 2009/4073 49% [============================== ] 2010/4073 49% [============================== ] 2011/4073 49% [============================== ] 2012/4073 49% [============================== ] 2013/4073 49% [============================== ] 2014/4073 49% [============================== ] 2015/4073 49% [============================== ] 2016/4073 49% [============================== ] 2017/4073 49% [============================== ] 2018/4073 49% [============================== ] 2019/4073 49% [============================== ] 2020/4073 49% [============================== ] 2021/4073 49% [============================== ] 2022/4073 49% [============================== ] 2023/4073 49% [============================== ] 2024/4073 49% [============================== ] 2025/4073 49% [============================== ] 2026/4073 49% [============================== ] 2027/4073 49% [============================== ] 2028/4073 49% [============================== ] 2029/4073 49% [============================== ] 2030/4073 49% [============================== ] 2031/4073 49% [============================== ] 2032/4073 49% [============================== ] 2033/4073 49% [============================== ] 2034/4073 49% [============================== ] 2035/4073 49% [============================== ] 2036/4073 49% [=============================== ] 2037/4073 50% [=============================== ] 2038/4073 50% [=============================== ] 2039/4073 50% [=============================== ] 2040/4073 50% [=============================== ] 2041/4073 50% [=============================== ] 2042/4073 50% [=============================== ] 2043/4073 50% [=============================== ] 2044/4073 50% [=============================== ] 2045/4073 50% [=============================== ] 2046/4073 50% [=============================== ] 2047/4073 50% [=============================== ] 2048/4073 50% [=============================== ] 2049/4073 50% [=============================== ] 2050/4073 50% [=============================== ] 2051/4073 50% [=============================== ] 2052/4073 50% [=============================== ] 2053/4073 50% [=============================== ] 2054/4073 50% [=============================== ] 2055/4073 50% [=============================== ] 2056/4073 50% [=============================== ] 2057/4073 50% [=============================== ] 2058/4073 50% [=============================== ] 2059/4073 50% [=============================== ] 2060/4073 50% [=============================== ] 2061/4073 50% [=============================== ] 2062/4073 50% [=============================== ] 2063/4073 50% [=============================== ] 2064/4073 50% [=============================== ] 2065/4073 50% [=============================== ] 2066/4073 50% [=============================== ] 2067/4073 50% [=============================== ] 2068/4073 50% [=============================== ] 2069/4073 50% [=============================== ] 2070/4073 50% [=============================== ] 2071/4073 50% [=============================== ] 2072/4073 50% [=============================== ] 2073/4073 50% [=============================== ] 2074/4073 50% [=============================== ] 2075/4073 50% [=============================== ] 2076/4073 50% [=============================== ] 2077/4073 50% [=============================== ] 2078/4073 51% [=============================== ] 2079/4073 51% [=============================== ] 2080/4073 51% [=============================== ] 2081/4073 51% [=============================== ] 2082/4073 51% [=============================== ] 2083/4073 51% [=============================== ] 2084/4073 51% [=============================== ] 2085/4073 51% [=============================== ] 2086/4073 51% [=============================== ] 2087/4073 51% [=============================== ] 2088/4073 51% [=============================== ] 2089/4073 51% [=============================== ] 2090/4073 51% [=============================== ] 2091/4073 51% [=============================== ] 2092/4073 51% [=============================== ] 2093/4073 51% [=============================== ] 2094/4073 51% [=============================== ] 2095/4073 51% [=============================== ] 2096/4073 51% [=============================== ] 2097/4073 51% [=============================== ] 2098/4073 51% [=============================== ] 2099/4073 51% [=============================== ] 2100/4073 51% [=============================== ] 2101/4073 51% [=============================== ] 2102/4073 51% [================================ ] 2103/4073 51% [================================ ] 2104/4073 51% [================================ ] 2105/4073 51% [================================ ] 2106/4073 51% [================================ ] 2107/4073 51% [================================ ] 2108/4073 51% [================================ ] 2109/4073 51% [================================ ] 2110/4073 51% [================================ ] 2111/4073 51% [================================ ] 2112/4073 51% [================================ ] 2113/4073 51% [================================ ] 2114/4073 51% [================================ ] 2115/4073 51% [================================ ] 2116/4073 51% [================================ ] 2117/4073 51% [================================ ] 2118/4073 52% [================================ ] 2119/4073 52% [================================ ] 2120/4073 52% [================================ ] 2121/4073 52% [================================ ] 2122/4073 52% [================================ ] 2123/4073 52% [================================ ] 2124/4073 52% [================================ ] 2125/4073 52% [================================ ] 2126/4073 52% [================================ ] 2127/4073 52% [================================ ] 2128/4073 52% [================================ ] 2129/4073 52% [================================ ] 2130/4073 52% [================================ ] 2131/4073 52% [================================ ] 2132/4073 52% [================================ ] 2133/4073 52% [================================ ] 2134/4073 52% [================================ ] 2135/4073 52% [================================ ] 2136/4073 52% [================================ ] 2137/4073 52% [================================ ] 2138/4073 52% [================================ ] 2139/4073 52% [================================ ] 2140/4073 52% [================================ ] 2141/4073 52% [================================ ] 2142/4073 52% [================================ ] 2143/4073 52% [================================ ] 2144/4073 52% [================================ ] 2145/4073 52% [================================ ] 2146/4073 52% [================================ ] 2147/4073 52% [================================ ] 2148/4073 52% [================================ ] 2149/4073 52% [================================ ] 2150/4073 52% [================================ ] 2151/4073 52% [================================ ] 2152/4073 52% [================================ ] 2153/4073 52% [================================ ] 2154/4073 52% [================================ ] 2155/4073 52% [================================ ] 2156/4073 52% [================================ ] 2157/4073 52% [================================ ] 2158/4073 52% [================================ ] 2159/4073 53% [================================ ] 2160/4073 53% [================================ ] 2161/4073 53% [================================ ] 2162/4073 53% [================================ ] 2163/4073 53% [================================ ] 2164/4073 53% [================================ ] 2165/4073 53% [================================ ] 2166/4073 53% [================================ ] 2167/4073 53% [================================= ] 2168/4073 53% [================================= ] 2169/4073 53% [================================= ] 2170/4073 53% [================================= ] 2171/4073 53% [================================= ] 2172/4073 53% [================================= ] 2173/4073 53% [================================= ] 2174/4073 53% [================================= ] 2175/4073 53% [================================= ] 2176/4073 53% [================================= ] 2177/4073 53% [================================= ] 2178/4073 53% [================================= ] 2179/4073 53% [================================= ] 2180/4073 53% [================================= ] 2181/4073 53% [================================= ] 2182/4073 53% [================================= ] 2183/4073 53% [================================= ] 2184/4073 53% [================================= ] 2185/4073 53% [================================= ] 2186/4073 53% [================================= ] 2187/4073 53% [================================= ] 2188/4073 53% [================================= ] 2189/4073 53% [================================= ] 2190/4073 53% [================================= ] 2191/4073 53% [================================= ] 2192/4073 53% [================================= ] 2193/4073 53% [================================= ] 2194/4073 53% [================================= ] 2195/4073 53% [================================= ] 2196/4073 53% [================================= ] 2197/4073 53% [================================= ] 2198/4073 53% [================================= ] 2199/4073 53% [================================= ] 2200/4073 54% [================================= ] 2201/4073 54% [================================= ] 2202/4073 54% [================================= ] 2203/4073 54% [================================= ] 2204/4073 54% [================================= ] 2205/4073 54% [================================= ] 2206/4073 54% [================================= ] 2207/4073 54% [================================= ] 2208/4073 54% [================================= ] 2209/4073 54% [================================= ] 2210/4073 54% [================================= ] 2211/4073 54% [================================= ] 2212/4073 54% [================================= ] 2213/4073 54% [================================= ] 2214/4073 54% [================================= ] 2215/4073 54% [================================= ] 2216/4073 54% [================================= ] 2217/4073 54% [================================= ] 2218/4073 54% [================================= ] 2219/4073 54% [================================= ] 2220/4073 54% [================================= ] 2221/4073 54% [================================= ] 2222/4073 54% [================================= ] 2223/4073 54% [================================= ] 2224/4073 54% [================================= ] 2225/4073 54% [================================= ] 2226/4073 54% [================================= ] 2227/4073 54% [================================= ] 2228/4073 54% [================================= ] 2229/4073 54% [================================= ] 2230/4073 54% [================================= ] 2231/4073 54% [================================= ] 2232/4073 54% [================================= ] 2233/4073 54% [================================== ] 2234/4073 54% [================================== ] 2235/4073 54% [================================== ] 2236/4073 54% [================================== ] 2237/4073 54% [================================== ] 2238/4073 54% [================================== ] 2239/4073 54% [================================== ] 2240/4073 54% [================================== ] 2241/4073 55% [================================== ] 2242/4073 55% [================================== ] 2243/4073 55% [================================== ] 2244/4073 55% [================================== ] 2245/4073 55% [================================== ] 2246/4073 55% [================================== ] 2247/4073 55% [================================== ] 2248/4073 55% [================================== ] 2249/4073 55% [================================== ] 2250/4073 55% [================================== ] 2251/4073 55% [================================== ] 2252/4073 55% [================================== ] 2253/4073 55% [================================== ] 2254/4073 55% [================================== ] 2255/4073 55% [================================== ] 2256/4073 55% [================================== ] 2257/4073 55% [================================== ] 2258/4073 55% [================================== ] 2259/4073 55% [================================== ] 2260/4073 55% [================================== ] 2261/4073 55% [================================== ] 2262/4073 55% [================================== ] 2263/4073 55% [================================== ] 2264/4073 55% [================================== ] 2265/4073 55% [================================== ] 2266/4073 55% [================================== ] 2267/4073 55% [================================== ] 2268/4073 55% [================================== ] 2269/4073 55% [================================== ] 2270/4073 55% [================================== ] 2271/4073 55% [================================== ] 2272/4073 55% [================================== ] 2273/4073 55% [================================== ] 2274/4073 55% [================================== ] 2275/4073 55% [================================== ] 2276/4073 55% [================================== ] 2277/4073 55% [================================== ] 2278/4073 55% [================================== ] 2279/4073 55% [================================== ] 2280/4073 55% [================================== ] 2281/4073 56% [================================== ] 2282/4073 56% [================================== ] 2283/4073 56% [================================== ] 2284/4073 56% [================================== ] 2285/4073 56% [================================== ] 2286/4073 56% [================================== ] 2287/4073 56% [================================== ] 2288/4073 56% [================================== ] 2289/4073 56% [================================== ] 2290/4073 56% [================================== ] 2291/4073 56% [================================== ] 2292/4073 56% [================================== ] 2293/4073 56% [================================== ] 2294/4073 56% [================================== ] 2295/4073 56% [================================== ] 2296/4073 56% [================================== ] 2297/4073 56% [================================== ] 2298/4073 56% [================================== ] 2299/4073 56% [=================================== ] 2300/4073 56% [=================================== ] 2301/4073 56% [=================================== ] 2302/4073 56% [=================================== ] 2303/4073 56% [=================================== ] 2304/4073 56% [=================================== ] 2305/4073 56% [=================================== ] 2306/4073 56% [=================================== ] 2307/4073 56% [=================================== ] 2308/4073 56% [=================================== ] 2309/4073 56% [=================================== ] 2310/4073 56% [=================================== ] 2311/4073 56% [=================================== ] 2312/4073 56% [=================================== ] 2313/4073 56% [=================================== ] 2314/4073 56% [=================================== ] 2315/4073 56% [=================================== ] 2316/4073 56% [=================================== ] 2317/4073 56% [=================================== ] 2318/4073 56% [=================================== ] 2319/4073 56% [=================================== ] 2320/4073 56% [=================================== ] 2321/4073 56% [=================================== ] 2322/4073 57% [=================================== ] 2323/4073 57% [=================================== ] 2324/4073 57% [=================================== ] 2325/4073 57% [=================================== ] 2326/4073 57% [=================================== ] 2327/4073 57% [=================================== ] 2328/4073 57% [=================================== ] 2329/4073 57% [=================================== ] 2330/4073 57% [=================================== ] 2331/4073 57% [=================================== ] 2332/4073 57% [=================================== ] 2333/4073 57% [=================================== ] 2334/4073 57% [=================================== ] 2335/4073 57% [=================================== ] 2336/4073 57% [=================================== ] 2337/4073 57% [=================================== ] 2338/4073 57% [=================================== ] 2339/4073 57% [=================================== ] 2340/4073 57% [=================================== ] 2341/4073 57% [=================================== ] 2342/4073 57% [=================================== ] 2343/4073 57% [=================================== ] 2344/4073 57% [=================================== ] 2345/4073 57% [=================================== ] 2346/4073 57% [=================================== ] 2347/4073 57% [=================================== ] 2348/4073 57% [=================================== ] 2349/4073 57% [=================================== ] 2350/4073 57% [=================================== ] 2351/4073 57% [=================================== ] 2352/4073 57% [=================================== ] 2353/4073 57% [=================================== ] 2354/4073 57% [=================================== ] 2355/4073 57% [=================================== ] 2356/4073 57% [=================================== ] 2357/4073 57% [=================================== ] 2358/4073 57% [=================================== ] 2359/4073 57% [=================================== ] 2360/4073 57% [=================================== ] 2361/4073 57% [=================================== ] 2362/4073 57% [=================================== ] 2363/4073 58% [=================================== ] 2364/4073 58% [==================================== ] 2365/4073 58% [==================================== ] 2366/4073 58% [==================================== ] 2367/4073 58% [==================================== ] 2368/4073 58% [==================================== ] 2369/4073 58% [==================================== ] 2370/4073 58% [==================================== ] 2371/4073 58% [==================================== ] 2372/4073 58% [==================================== ] 2373/4073 58% [==================================== ] 2374/4073 58% [==================================== ] 2375/4073 58% [==================================== ] 2376/4073 58% [==================================== ] 2377/4073 58% [==================================== ] 2378/4073 58% [==================================== ] 2379/4073 58% [==================================== ] 2380/4073 58% [==================================== ] 2381/4073 58% [==================================== ] 2382/4073 58% [==================================== ] 2383/4073 58% [==================================== ] 2384/4073 58% [==================================== ] 2385/4073 58% [==================================== ] 2386/4073 58% [==================================== ] 2387/4073 58% [==================================== ] 2388/4073 58% [==================================== ] 2389/4073 58% [==================================== ] 2390/4073 58% [==================================== ] 2391/4073 58% [==================================== ] 2392/4073 58% [==================================== ] 2393/4073 58% [==================================== ] 2394/4073 58% [==================================== ] 2395/4073 58% [==================================== ] 2396/4073 58% [==================================== ] 2397/4073 58% [==================================== ] 2398/4073 58% [==================================== ] 2399/4073 58% [==================================== ] 2400/4073 58% [==================================== ] 2401/4073 58% [==================================== ] 2402/4073 58% [==================================== ] 2403/4073 58% [==================================== ] 2404/4073 59% [==================================== ] 2405/4073 59% [==================================== ] 2406/4073 59% [==================================== ] 2407/4073 59% [==================================== ] 2408/4073 59% [==================================== ] 2409/4073 59% [==================================== ] 2410/4073 59% [==================================== ] 2411/4073 59% [==================================== ] 2412/4073 59% [==================================== ] 2413/4073 59% [==================================== ] 2414/4073 59% [==================================== ] 2415/4073 59% [==================================== ] 2416/4073 59% [==================================== ] 2417/4073 59% [==================================== ] 2418/4073 59% [==================================== ] 2419/4073 59% [==================================== ] 2420/4073 59% [==================================== ] 2421/4073 59% [==================================== ] 2422/4073 59% [==================================== ] 2423/4073 59% [==================================== ] 2424/4073 59% [==================================== ] 2425/4073 59% [==================================== ] 2426/4073 59% [==================================== ] 2427/4073 59% [==================================== ] 2428/4073 59% [==================================== ] 2429/4073 59% [==================================== ] 2430/4073 59% [===================================== ] 2431/4073 59% [===================================== ] 2432/4073 59% [===================================== ] 2433/4073 59% [===================================== ] 2434/4073 59% [===================================== ] 2435/4073 59% [===================================== ] 2436/4073 59% [===================================== ] 2437/4073 59% [===================================== ] 2438/4073 59% [===================================== ] 2439/4073 59% [===================================== ] 2440/4073 59% [===================================== ] 2441/4073 59% [===================================== ] 2442/4073 59% [===================================== ] 2443/4073 59% [===================================== ] 2444/4073 60% [===================================== ] 2445/4073 60% [===================================== ] 2446/4073 60% [===================================== ] 2447/4073 60% [===================================== ] 2448/4073 60% [===================================== ] 2449/4073 60% [===================================== ] 2450/4073 60% [===================================== ] 2451/4073 60% [===================================== ] 2452/4073 60% [===================================== ] 2453/4073 60% [===================================== ] 2454/4073 60% [===================================== ] 2455/4073 60% [===================================== ] 2456/4073 60% [===================================== ] 2457/4073 60% [===================================== ] 2458/4073 60% [===================================== ] 2459/4073 60% [===================================== ] 2460/4073 60% [===================================== ] 2461/4073 60% [===================================== ] 2462/4073 60% [===================================== ] 2463/4073 60% [===================================== ] 2464/4073 60% [===================================== ] 2465/4073 60% [===================================== ] 2466/4073 60% [===================================== ] 2467/4073 60% [===================================== ] 2468/4073 60% [===================================== ] 2469/4073 60% [===================================== ] 2470/4073 60% [===================================== ] 2471/4073 60% [===================================== ] 2472/4073 60% [===================================== ] 2473/4073 60% [===================================== ] 2474/4073 60% [===================================== ] 2475/4073 60% [===================================== ] 2476/4073 60% [===================================== ] 2477/4073 60% [===================================== ] 2478/4073 60% [===================================== ] 2479/4073 60% [===================================== ] 2480/4073 60% [===================================== ] 2481/4073 60% [===================================== ] 2482/4073 60% [===================================== ] 2483/4073 60% [===================================== ] 2484/4073 60% [===================================== ] 2485/4073 61% [===================================== ] 2486/4073 61% [===================================== ] 2487/4073 61% [===================================== ] 2488/4073 61% [===================================== ] 2489/4073 61% [===================================== ] 2490/4073 61% [===================================== ] 2491/4073 61% [===================================== ] 2492/4073 61% [===================================== ] 2493/4073 61% [===================================== ] 2494/4073 61% [===================================== ] 2495/4073 61% [===================================== ] 2496/4073 61% [====================================== ] 2497/4073 61% [====================================== ] 2498/4073 61% [====================================== ] 2499/4073 61% [====================================== ] 2500/4073 61% [====================================== ] 2501/4073 61% [====================================== ] 2502/4073 61% [====================================== ] 2503/4073 61% [====================================== ] 2504/4073 61% [====================================== ] 2505/4073 61% [====================================== ] 2506/4073 61% [====================================== ] 2507/4073 61% [====================================== ] 2508/4073 61% [====================================== ] 2509/4073 61% [====================================== ] 2510/4073 61% [====================================== ] 2511/4073 61% [====================================== ] 2512/4073 61% [====================================== ] 2513/4073 61% [====================================== ] 2514/4073 61% [====================================== ] 2515/4073 61% [====================================== ] 2516/4073 61% [====================================== ] 2517/4073 61% [====================================== ] 2518/4073 61% [====================================== ] 2519/4073 61% [====================================== ] 2520/4073 61% [====================================== ] 2521/4073 61% [====================================== ] 2522/4073 61% [====================================== ] 2523/4073 61% [====================================== ] 2524/4073 61% [====================================== ] 2525/4073 61% [====================================== ] 2526/4073 62% [====================================== ] 2527/4073 62% [====================================== ] 2528/4073 62% [====================================== ] 2529/4073 62% [====================================== ] 2530/4073 62% [====================================== ] 2531/4073 62% [====================================== ] 2532/4073 62% [====================================== ] 2533/4073 62% [====================================== ] 2534/4073 62% [====================================== ] 2535/4073 62% [====================================== ] 2536/4073 62% [====================================== ] 2537/4073 62% [====================================== ] 2538/4073 62% [====================================== ] 2539/4073 62% [====================================== ] 2540/4073 62% [====================================== ] 2541/4073 62% [====================================== ] 2542/4073 62% [====================================== ] 2543/4073 62% [====================================== ] 2544/4073 62% [====================================== ] 2545/4073 62% [====================================== ] 2546/4073 62% [====================================== ] 2547/4073 62% [====================================== ] 2548/4073 62% [====================================== ] 2549/4073 62% [====================================== ] 2550/4073 62% [====================================== ] 2551/4073 62% [====================================== ] 2552/4073 62% [====================================== ] 2553/4073 62% [====================================== ] 2554/4073 62% [====================================== ] 2555/4073 62% [====================================== ] 2556/4073 62% [====================================== ] 2557/4073 62% [====================================== ] 2558/4073 62% [====================================== ] 2559/4073 62% [====================================== ] 2560/4073 62% [====================================== ] 2561/4073 62% [====================================== ] 2562/4073 62% [======================================= ] 2563/4073 62% [======================================= ] 2564/4073 62% [======================================= ] 2565/4073 62% [======================================= ] 2566/4073 63% [======================================= ] 2567/4073 63% [======================================= ] 2568/4073 63% [======================================= ] 2569/4073 63% [======================================= ] 2570/4073 63% [======================================= ] 2571/4073 63% [======================================= ] 2572/4073 63% [======================================= ] 2573/4073 63% [======================================= ] 2574/4073 63% [======================================= ] 2575/4073 63% [======================================= ] 2576/4073 63% [======================================= ] 2577/4073 63% [======================================= ] 2578/4073 63% [======================================= ] 2579/4073 63% [======================================= ] 2580/4073 63% [======================================= ] 2581/4073 63% [======================================= ] 2582/4073 63% [======================================= ] 2583/4073 63% [======================================= ] 2584/4073 63% [======================================= ] 2585/4073 63% [======================================= ] 2586/4073 63% [======================================= ] 2587/4073 63% [======================================= ] 2588/4073 63% [======================================= ] 2589/4073 63% [======================================= ] 2590/4073 63% [======================================= ] 2591/4073 63% [======================================= ] 2592/4073 63% [======================================= ] 2593/4073 63% [======================================= ] 2594/4073 63% [======================================= ] 2595/4073 63% [======================================= ] 2596/4073 63% [======================================= ] 2597/4073 63% [======================================= ] 2598/4073 63% [======================================= ] 2599/4073 63% [======================================= ] 2600/4073 63% [======================================= ] 2601/4073 63% [======================================= ] 2602/4073 63% [======================================= ] 2603/4073 63% [======================================= ] 2604/4073 63% [======================================= ] 2605/4073 63% [======================================= ] 2606/4073 63% [======================================= ] 2607/4073 64% [======================================= ] 2608/4073 64% [======================================= ] 2609/4073 64% [======================================= ] 2610/4073 64% [======================================= ] 2611/4073 64% [======================================= ] 2612/4073 64% [======================================= ] 2613/4073 64% [======================================= ] 2614/4073 64% [======================================= ] 2615/4073 64% [======================================= ] 2616/4073 64% [======================================= ] 2617/4073 64% [======================================= ] 2618/4073 64% [======================================= ] 2619/4073 64% [======================================= ] 2620/4073 64% [======================================= ] 2621/4073 64% [======================================= ] 2622/4073 64% [======================================= ] 2623/4073 64% [======================================= ] 2624/4073 64% [======================================= ] 2625/4073 64% [======================================= ] 2626/4073 64% [======================================= ] 2627/4073 64% [======================================== ] 2628/4073 64% [======================================== ] 2629/4073 64% [======================================== ] 2630/4073 64% [======================================== ] 2631/4073 64% [======================================== ] 2632/4073 64% [======================================== ] 2633/4073 64% [======================================== ] 2634/4073 64% [======================================== ] 2635/4073 64% [======================================== ] 2636/4073 64% [======================================== ] 2637/4073 64% [======================================== ] 2638/4073 64% [======================================== ] 2639/4073 64% [======================================== ] 2640/4073 64% [======================================== ] 2641/4073 64% [======================================== ] 2642/4073 64% [======================================== ] 2643/4073 64% [======================================== ] 2644/4073 64% [======================================== ] 2645/4073 64% [======================================== ] 2646/4073 64% [======================================== ] 2647/4073 64% [======================================== ] 2648/4073 65% [======================================== ] 2649/4073 65% [======================================== ] 2650/4073 65% [======================================== ] 2651/4073 65% [======================================== ] 2652/4073 65% [======================================== ] 2653/4073 65% [======================================== ] 2654/4073 65% [======================================== ] 2655/4073 65% [======================================== ] 2656/4073 65% [======================================== ] 2657/4073 65% [======================================== ] 2658/4073 65% [======================================== ] 2659/4073 65% [======================================== ] 2660/4073 65% [======================================== ] 2661/4073 65% [======================================== ] 2662/4073 65% [======================================== ] 2663/4073 65% [======================================== ] 2664/4073 65% [======================================== ] 2665/4073 65% [======================================== ] 2666/4073 65% [======================================== ] 2667/4073 65% [======================================== ] 2668/4073 65% [======================================== ] 2669/4073 65% [======================================== ] 2670/4073 65% [======================================== ] 2671/4073 65% [======================================== ] 2672/4073 65% [======================================== ] 2673/4073 65% [======================================== ] 2674/4073 65% [======================================== ] 2675/4073 65% [======================================== ] 2676/4073 65% [======================================== ] 2677/4073 65% [======================================== ] 2678/4073 65% [======================================== ] 2679/4073 65% [======================================== ] 2680/4073 65% [======================================== ] 2681/4073 65% [======================================== ] 2682/4073 65% [======================================== ] 2683/4073 65% [======================================== ] 2684/4073 65% [======================================== ] 2685/4073 65% [======================================== ] 2686/4073 65% [======================================== ] 2687/4073 65% [======================================== ] 2688/4073 65% [======================================== ] 2689/4073 66% [======================================== ] 2690/4073 66% [======================================== ] 2691/4073 66% [======================================== ] 2692/4073 66% [======================================== ] 2693/4073 66% [========================================= ] 2694/4073 66% [========================================= ] 2695/4073 66% [========================================= ] 2696/4073 66% [========================================= ] 2697/4073 66% [========================================= ] 2698/4073 66% [========================================= ] 2699/4073 66% [========================================= ] 2700/4073 66% [========================================= ] 2701/4073 66% [========================================= ] 2702/4073 66% [========================================= ] 2703/4073 66% [========================================= ] 2704/4073 66% [========================================= ] 2705/4073 66% [========================================= ] 2706/4073 66% [========================================= ] 2707/4073 66% [========================================= ] 2708/4073 66% [========================================= ] 2709/4073 66% [========================================= ] 2710/4073 66% [========================================= ] 2711/4073 66% [========================================= ] 2712/4073 66% [========================================= ] 2713/4073 66% [========================================= ] 2714/4073 66% [========================================= ] 2715/4073 66% [========================================= ] 2716/4073 66% [========================================= ] 2717/4073 66% [========================================= ] 2718/4073 66% [========================================= ] 2719/4073 66% [========================================= ] 2720/4073 66% [========================================= ] 2721/4073 66% [========================================= ] 2722/4073 66% [========================================= ] 2723/4073 66% [========================================= ] 2724/4073 66% [========================================= ] 2725/4073 66% [========================================= ] 2726/4073 66% [========================================= ] 2727/4073 66% [========================================= ] 2728/4073 66% [========================================= ] 2729/4073 67% [========================================= ] 2730/4073 67% [========================================= ] 2731/4073 67% [========================================= ] 2732/4073 67% [========================================= ] 2733/4073 67% [========================================= ] 2734/4073 67% [========================================= ] 2735/4073 67% [========================================= ] 2736/4073 67% [========================================= ] 2737/4073 67% [========================================= ] 2738/4073 67% [========================================= ] 2739/4073 67% [========================================= ] 2740/4073 67% [========================================= ] 2741/4073 67% [========================================= ] 2742/4073 67% [========================================= ] 2743/4073 67% [========================================= ] 2744/4073 67% [========================================= ] 2745/4073 67% [========================================= ] 2746/4073 67% [========================================= ] 2747/4073 67% [========================================= ] 2748/4073 67% [========================================= ] 2749/4073 67% [========================================= ] 2750/4073 67% [========================================= ] 2751/4073 67% [========================================= ] 2752/4073 67% [========================================= ] 2753/4073 67% [========================================= ] 2754/4073 67% [========================================= ] 2755/4073 67% [========================================= ] 2756/4073 67% [========================================= ] 2757/4073 67% [========================================= ] 2758/4073 67% [========================================= ] 2759/4073 67% [========================================== ] 2760/4073 67% [========================================== ] 2761/4073 67% [========================================== ] 2762/4073 67% [========================================== ] 2763/4073 67% [========================================== ] 2764/4073 67% [========================================== ] 2765/4073 67% [========================================== ] 2766/4073 67% [========================================== ] 2767/4073 67% [========================================== ] 2768/4073 67% [========================================== ] 2769/4073 67% [========================================== ] 2770/4073 68% [========================================== ] 2771/4073 68% [========================================== ] 2772/4073 68% [========================================== ] 2773/4073 68% [========================================== ] 2774/4073 68% [========================================== ] 2775/4073 68% [========================================== ] 2776/4073 68% [========================================== ] 2777/4073 68% [========================================== ] 2778/4073 68% [========================================== ] 2779/4073 68% [========================================== ] 2780/4073 68% [========================================== ] 2781/4073 68% [========================================== ] 2782/4073 68% [========================================== ] 2783/4073 68% [========================================== ] 2784/4073 68% [========================================== ] 2785/4073 68% [========================================== ] 2786/4073 68% [========================================== ] 2787/4073 68% [========================================== ] 2788/4073 68% [========================================== ] 2789/4073 68% [========================================== ] 2790/4073 68% [========================================== ] 2791/4073 68% [========================================== ] 2792/4073 68% [========================================== ] 2793/4073 68% [========================================== ] 2794/4073 68% [========================================== ] 2795/4073 68% [========================================== ] 2796/4073 68% [========================================== ] 2797/4073 68% [========================================== ] 2798/4073 68% [========================================== ] 2799/4073 68% [========================================== ] 2800/4073 68% [========================================== ] 2801/4073 68% [========================================== ] 2802/4073 68% [========================================== ] 2803/4073 68% [========================================== ] 2804/4073 68% [========================================== ] 2805/4073 68% [========================================== ] 2806/4073 68% [========================================== ] 2807/4073 68% [========================================== ] 2808/4073 68% [========================================== ] 2809/4073 68% [========================================== ] 2810/4073 68% [========================================== ] 2811/4073 69% [========================================== ] 2812/4073 69% [========================================== ] 2813/4073 69% [========================================== ] 2814/4073 69% [========================================== ] 2815/4073 69% [========================================== ] 2816/4073 69% [========================================== ] 2817/4073 69% [========================================== ] 2818/4073 69% [========================================== ] 2819/4073 69% [========================================== ] 2820/4073 69% [========================================== ] 2821/4073 69% [========================================== ] 2822/4073 69% [========================================== ] 2823/4073 69% [========================================== ] 2824/4073 69% [=========================================== ] 2825/4073 69% [=========================================== ] 2826/4073 69% [=========================================== ] 2827/4073 69% [=========================================== ] 2828/4073 69% [=========================================== ] 2829/4073 69% [=========================================== ] 2830/4073 69% [=========================================== ] 2831/4073 69% [=========================================== ] 2832/4073 69% [=========================================== ] 2833/4073 69% [=========================================== ] 2834/4073 69% [=========================================== ] 2835/4073 69% [=========================================== ] 2836/4073 69% [=========================================== ] 2837/4073 69% [=========================================== ] 2838/4073 69% [=========================================== ] 2839/4073 69% [=========================================== ] 2840/4073 69% [=========================================== ] 2841/4073 69% [=========================================== ] 2842/4073 69% [=========================================== ] 2843/4073 69% [=========================================== ] 2844/4073 69% [=========================================== ] 2845/4073 69% [=========================================== ] 2846/4073 69% [=========================================== ] 2847/4073 69% [=========================================== ] 2848/4073 69% [=========================================== ] 2849/4073 69% [=========================================== ] 2850/4073 69% [=========================================== ] 2851/4073 69% [=========================================== ] 2852/4073 70% [=========================================== ] 2853/4073 70% [=========================================== ] 2854/4073 70% [=========================================== ] 2855/4073 70% [=========================================== ] 2856/4073 70% [=========================================== ] 2857/4073 70% [=========================================== ] 2858/4073 70% [=========================================== ] 2859/4073 70% [=========================================== ] 2860/4073 70% [=========================================== ] 2861/4073 70% [=========================================== ] 2862/4073 70% [=========================================== ] 2863/4073 70% [=========================================== ] 2864/4073 70% [=========================================== ] 2865/4073 70% [=========================================== ] 2866/4073 70% [=========================================== ] 2867/4073 70% [=========================================== ] 2868/4073 70% [=========================================== ] 2869/4073 70% [=========================================== ] 2870/4073 70% [=========================================== ] 2871/4073 70% [=========================================== ] 2872/4073 70% [=========================================== ] 2873/4073 70% [=========================================== ] 2874/4073 70% [=========================================== ] 2875/4073 70% [=========================================== ] 2876/4073 70% [=========================================== ] 2877/4073 70% [=========================================== ] 2878/4073 70% [=========================================== ] 2879/4073 70% [=========================================== ] 2880/4073 70% [=========================================== ] 2881/4073 70% [=========================================== ] 2882/4073 70% [=========================================== ] 2883/4073 70% [=========================================== ] 2884/4073 70% [=========================================== ] 2885/4073 70% [=========================================== ] 2886/4073 70% [=========================================== ] 2887/4073 70% [=========================================== ] 2888/4073 70% [=========================================== ] 2889/4073 70% [=========================================== ] 2890/4073 70% [============================================ ] 2891/4073 70% [============================================ ] 2892/4073 71% [============================================ ] 2893/4073 71% [============================================ ] 2894/4073 71% [============================================ ] 2895/4073 71% [============================================ ] 2896/4073 71% [============================================ ] 2897/4073 71% [============================================ ] 2898/4073 71% [============================================ ] 2899/4073 71% [============================================ ] 2900/4073 71% [============================================ ] 2901/4073 71% [============================================ ] 2902/4073 71% [============================================ ] 2903/4073 71% [============================================ ] 2904/4073 71% [============================================ ] 2905/4073 71% [============================================ ] 2906/4073 71% [============================================ ] 2907/4073 71% [============================================ ] 2908/4073 71% [============================================ ] 2909/4073 71% [============================================ ] 2910/4073 71% [============================================ ] 2911/4073 71% [============================================ ] 2912/4073 71% [============================================ ] 2913/4073 71% [============================================ ] 2914/4073 71% [============================================ ] 2915/4073 71% [============================================ ] 2916/4073 71% [============================================ ] 2917/4073 71% [============================================ ] 2918/4073 71% [============================================ ] 2919/4073 71% [============================================ ] 2920/4073 71% [============================================ ] 2921/4073 71% [============================================ ] 2922/4073 71% [============================================ ] 2923/4073 71% [============================================ ] 2924/4073 71% [============================================ ] 2925/4073 71% [============================================ ] 2926/4073 71% [============================================ ] 2927/4073 71% [============================================ ] 2928/4073 71% [============================================ ] 2929/4073 71% [============================================ ] 2930/4073 71% [============================================ ] 2931/4073 71% [============================================ ] 2932/4073 71% [============================================ ] 2933/4073 72% [============================================ ] 2934/4073 72% [============================================ ] 2935/4073 72% [============================================ ] 2936/4073 72% [============================================ ] 2937/4073 72% [============================================ ] 2938/4073 72% [============================================ ] 2939/4073 72% [============================================ ] 2940/4073 72% [============================================ ] 2941/4073 72% [============================================ ] 2942/4073 72% [============================================ ] 2943/4073 72% [============================================ ] 2944/4073 72% [============================================ ] 2945/4073 72% [============================================ ] 2946/4073 72% [============================================ ] 2947/4073 72% [============================================ ] 2948/4073 72% [============================================ ] 2949/4073 72% [============================================ ] 2950/4073 72% [============================================ ] 2951/4073 72% [============================================ ] 2952/4073 72% [============================================ ] 2953/4073 72% [============================================ ] 2954/4073 72% [============================================ ] 2955/4073 72% [============================================ ] 2956/4073 72% [============================================= ] 2957/4073 72% [============================================= ] 2958/4073 72% [============================================= ] 2959/4073 72% [============================================= ] 2960/4073 72% [============================================= ] 2961/4073 72% [============================================= ] 2962/4073 72% [============================================= ] 2963/4073 72% [============================================= ] 2964/4073 72% [============================================= ] 2965/4073 72% [============================================= ] 2966/4073 72% [============================================= ] 2967/4073 72% [============================================= ] 2968/4073 72% [============================================= ] 2969/4073 72% [============================================= ] 2970/4073 72% [============================================= ] 2971/4073 72% [============================================= ] 2972/4073 72% [============================================= ] 2973/4073 72% [============================================= ] 2974/4073 73% [============================================= ] 2975/4073 73% [============================================= ] 2976/4073 73% [============================================= ] 2977/4073 73% [============================================= ] 2978/4073 73% [============================================= ] 2979/4073 73% [============================================= ] 2980/4073 73% [============================================= ] 2981/4073 73% [============================================= ] 2982/4073 73% [============================================= ] 2983/4073 73% [============================================= ] 2984/4073 73% [============================================= ] 2985/4073 73% [============================================= ] 2986/4073 73% [============================================= ] 2987/4073 73% [============================================= ] 2988/4073 73% [============================================= ] 2989/4073 73% [============================================= ] 2990/4073 73% [============================================= ] 2991/4073 73% [============================================= ] 2992/4073 73% [============================================= ] 2993/4073 73% [============================================= ] 2994/4073 73% [============================================= ] 2995/4073 73% [============================================= ] 2996/4073 73% [============================================= ] 2997/4073 73% [============================================= ] 2998/4073 73% [============================================= ] 2999/4073 73% [============================================= ] 3000/4073 73% [============================================= ] 3001/4073 73% [============================================= ] 3002/4073 73% [============================================= ] 3003/4073 73% [============================================= ] 3004/4073 73% [============================================= ] 3005/4073 73% [============================================= ] 3006/4073 73% [============================================= ] 3007/4073 73% [============================================= ] 3008/4073 73% [============================================= ] 3009/4073 73% [============================================= ] 3010/4073 73% [============================================= ] 3011/4073 73% [============================================= ] 3012/4073 73% [============================================= ] 3013/4073 73% [============================================= ] 3014/4073 73% [============================================= ] 3015/4073 74% [============================================= ] 3016/4073 74% [============================================= ] 3017/4073 74% [============================================= ] 3018/4073 74% [============================================= ] 3019/4073 74% [============================================= ] 3020/4073 74% [============================================= ] 3021/4073 74% [============================================== ] 3022/4073 74% [============================================== ] 3023/4073 74% [============================================== ] 3024/4073 74% [============================================== ] 3025/4073 74% [============================================== ] 3026/4073 74% [============================================== ] 3027/4073 74% [============================================== ] 3028/4073 74% [============================================== ] 3029/4073 74% [============================================== ] 3030/4073 74% [============================================== ] 3031/4073 74% [============================================== ] 3032/4073 74% [============================================== ] 3033/4073 74% [============================================== ] 3034/4073 74% [============================================== ] 3035/4073 74% [============================================== ] 3036/4073 74% [============================================== ] 3037/4073 74% [============================================== ] 3038/4073 74% [============================================== ] 3039/4073 74% [============================================== ] 3040/4073 74% [============================================== ] 3041/4073 74% [============================================== ] 3042/4073 74% [============================================== ] 3043/4073 74% [============================================== ] 3044/4073 74% [============================================== ] 3045/4073 74% [============================================== ] 3046/4073 74% [============================================== ] 3047/4073 74% [============================================== ] 3048/4073 74% [============================================== ] 3049/4073 74% [============================================== ] 3050/4073 74% [============================================== ] 3051/4073 74% [============================================== ] 3052/4073 74% [============================================== ] 3053/4073 74% [============================================== ] 3054/4073 74% [============================================== ] 3055/4073 75% [============================================== ] 3056/4073 75% [============================================== ] 3057/4073 75% [============================================== ] 3058/4073 75% [============================================== ] 3059/4073 75% [============================================== ] 3060/4073 75% [============================================== ] 3061/4073 75% [============================================== ] 3062/4073 75% [============================================== ] 3063/4073 75% [============================================== ] 3064/4073 75% [============================================== ] 3065/4073 75% [============================================== ] 3066/4073 75% [============================================== ] 3067/4073 75% [============================================== ] 3068/4073 75% [============================================== ] 3069/4073 75% [============================================== ] 3070/4073 75% [============================================== ] 3071/4073 75% [============================================== ] 3072/4073 75% [============================================== ] 3073/4073 75% [============================================== ] 3074/4073 75% [============================================== ] 3075/4073 75% [============================================== ] 3076/4073 75% [============================================== ] 3077/4073 75% [============================================== ] 3078/4073 75% [============================================== ] 3079/4073 75% [============================================== ] 3080/4073 75% [============================================== ] 3081/4073 75% [============================================== ] 3082/4073 75% [============================================== ] 3083/4073 75% [============================================== ] 3084/4073 75% [============================================== ] 3085/4073 75% [============================================== ] 3086/4073 75% [============================================== ] 3087/4073 75% [=============================================== ] 3088/4073 75% [=============================================== ] 3089/4073 75% [=============================================== ] 3090/4073 75% [=============================================== ] 3091/4073 75% [=============================================== ] 3092/4073 75% [=============================================== ] 3093/4073 75% [=============================================== ] 3094/4073 75% [=============================================== ] 3095/4073 75% [=============================================== ] 3096/4073 76% [=============================================== ] 3097/4073 76% [=============================================== ] 3098/4073 76% [=============================================== ] 3099/4073 76% [=============================================== ] 3100/4073 76% [=============================================== ] 3101/4073 76% [=============================================== ] 3102/4073 76% [=============================================== ] 3103/4073 76% [=============================================== ] 3104/4073 76% [=============================================== ] 3105/4073 76% [=============================================== ] 3106/4073 76% [=============================================== ] 3107/4073 76% [=============================================== ] 3108/4073 76% [=============================================== ] 3109/4073 76% [=============================================== ] 3110/4073 76% [=============================================== ] 3111/4073 76% [=============================================== ] 3112/4073 76% [=============================================== ] 3113/4073 76% [=============================================== ] 3114/4073 76% [=============================================== ] 3115/4073 76% [=============================================== ] 3116/4073 76% [=============================================== ] 3117/4073 76% [=============================================== ] 3118/4073 76% [=============================================== ] 3119/4073 76% [=============================================== ] 3120/4073 76% [=============================================== ] 3121/4073 76% [=============================================== ] 3122/4073 76% [=============================================== ] 3123/4073 76% [=============================================== ] 3124/4073 76% [=============================================== ] 3125/4073 76% [=============================================== ] 3126/4073 76% [=============================================== ] 3127/4073 76% [=============================================== ] 3128/4073 76% [=============================================== ] 3129/4073 76% [=============================================== ] 3130/4073 76% [=============================================== ] 3131/4073 76% [=============================================== ] 3132/4073 76% [=============================================== ] 3133/4073 76% [=============================================== ] 3134/4073 76% [=============================================== ] 3135/4073 76% [=============================================== ] 3136/4073 76% [=============================================== ] 3137/4073 77% [=============================================== ] 3138/4073 77% [=============================================== ] 3139/4073 77% [=============================================== ] 3140/4073 77% [=============================================== ] 3141/4073 77% [=============================================== ] 3142/4073 77% [=============================================== ] 3143/4073 77% [=============================================== ] 3144/4073 77% [=============================================== ] 3145/4073 77% [=============================================== ] 3146/4073 77% [=============================================== ] 3147/4073 77% [=============================================== ] 3148/4073 77% [=============================================== ] 3149/4073 77% [=============================================== ] 3150/4073 77% [=============================================== ] 3151/4073 77% [=============================================== ] 3152/4073 77% [=============================================== ] 3153/4073 77% [================================================ ] 3154/4073 77% [================================================ ] 3155/4073 77% [================================================ ] 3156/4073 77% [================================================ ] 3157/4073 77% [================================================ ] 3158/4073 77% [================================================ ] 3159/4073 77% [================================================ ] 3160/4073 77% [================================================ ] 3161/4073 77% [================================================ ] 3162/4073 77% [================================================ ] 3163/4073 77% [================================================ ] 3164/4073 77% [================================================ ] 3165/4073 77% [================================================ ] 3166/4073 77% [================================================ ] 3167/4073 77% [================================================ ] 3168/4073 77% [================================================ ] 3169/4073 77% [================================================ ] 3170/4073 77% [================================================ ] 3171/4073 77% [================================================ ] 3172/4073 77% [================================================ ] 3173/4073 77% [================================================ ] 3174/4073 77% [================================================ ] 3175/4073 77% [================================================ ] 3176/4073 77% [================================================ ] 3177/4073 78% [================================================ ] 3178/4073 78% [================================================ ] 3179/4073 78% [================================================ ] 3180/4073 78% [================================================ ] 3181/4073 78% [================================================ ] 3182/4073 78% [================================================ ] 3183/4073 78% [================================================ ] 3184/4073 78% [================================================ ] 3185/4073 78% [================================================ ] 3186/4073 78% [================================================ ] 3187/4073 78% [================================================ ] 3188/4073 78% [================================================ ] 3189/4073 78% [================================================ ] 3190/4073 78% [================================================ ] 3191/4073 78% [================================================ ] 3192/4073 78% [================================================ ] 3193/4073 78% [================================================ ] 3194/4073 78% [================================================ ] 3195/4073 78% [================================================ ] 3196/4073 78% [================================================ ] 3197/4073 78% [================================================ ] 3198/4073 78% [================================================ ] 3199/4073 78% [================================================ ] 3200/4073 78% [================================================ ] 3201/4073 78% [================================================ ] 3202/4073 78% [================================================ ] 3203/4073 78% [================================================ ] 3204/4073 78% [================================================ ] 3205/4073 78% [================================================ ] 3206/4073 78% [================================================ ] 3207/4073 78% [================================================ ] 3208/4073 78% [================================================ ] 3209/4073 78% [================================================ ] 3210/4073 78% [================================================ ] 3211/4073 78% [================================================ ] 3212/4073 78% [================================================ ] 3213/4073 78% [================================================ ] 3214/4073 78% [================================================ ] 3215/4073 78% [================================================ ] 3216/4073 78% [================================================ ] 3217/4073 78% [================================================ ] 3218/4073 79% [================================================= ] 3219/4073 79% [================================================= ] 3220/4073 79% [================================================= ] 3221/4073 79% [================================================= ] 3222/4073 79% [================================================= ] 3223/4073 79% [================================================= ] 3224/4073 79% [================================================= ] 3225/4073 79% [================================================= ] 3226/4073 79% [================================================= ] 3227/4073 79% [================================================= ] 3228/4073 79% [================================================= ] 3229/4073 79% [================================================= ] 3230/4073 79% [================================================= ] 3231/4073 79% [================================================= ] 3232/4073 79% [================================================= ] 3233/4073 79% [================================================= ] 3234/4073 79% [================================================= ] 3235/4073 79% [================================================= ] 3236/4073 79% [================================================= ] 3237/4073 79% [================================================= ] 3238/4073 79% [================================================= ] 3239/4073 79% [================================================= ] 3240/4073 79% [================================================= ] 3241/4073 79% [================================================= ] 3242/4073 79% [================================================= ] 3243/4073 79% [================================================= ] 3244/4073 79% [================================================= ] 3245/4073 79% [================================================= ] 3246/4073 79% [================================================= ] 3247/4073 79% [================================================= ] 3248/4073 79% [================================================= ] 3249/4073 79% [================================================= ] 3250/4073 79% [================================================= ] 3251/4073 79% [================================================= ] 3252/4073 79% [================================================= ] 3253/4073 79% [================================================= ] 3254/4073 79% [================================================= ] 3255/4073 79% [================================================= ] 3256/4073 79% [================================================= ] 3257/4073 79% [================================================= ] 3258/4073 79% [================================================= ] 3259/4073 80% [================================================= ] 3260/4073 80% [================================================= ] 3261/4073 80% [================================================= ] 3262/4073 80% [================================================= ] 3263/4073 80% [================================================= ] 3264/4073 80% [================================================= ] 3265/4073 80% [================================================= ] 3266/4073 80% [================================================= ] 3267/4073 80% [================================================= ] 3268/4073 80% [================================================= ] 3269/4073 80% [================================================= ] 3270/4073 80% [================================================= ] 3271/4073 80% [================================================= ] 3272/4073 80% [================================================= ] 3273/4073 80% [================================================= ] 3274/4073 80% [================================================= ] 3275/4073 80% [================================================= ] 3276/4073 80% [================================================= ] 3277/4073 80% [================================================= ] 3278/4073 80% [================================================= ] 3279/4073 80% [================================================= ] 3280/4073 80% [================================================= ] 3281/4073 80% [================================================= ] 3282/4073 80% [================================================= ] 3283/4073 80% [================================================= ] 3284/4073 80% [================================================== ] 3285/4073 80% [================================================== ] 3286/4073 80% [================================================== ] 3287/4073 80% [================================================== ] 3288/4073 80% [================================================== ] 3289/4073 80% [================================================== ] 3290/4073 80% [================================================== ] 3291/4073 80% [================================================== ] 3292/4073 80% [================================================== ] 3293/4073 80% [================================================== ] 3294/4073 80% [================================================== ] 3295/4073 80% [================================================== ] 3296/4073 80% [================================================== ] 3297/4073 80% [================================================== ] 3298/4073 80% [================================================== ] 3299/4073 80% [================================================== ] 3300/4073 81% [================================================== ] 3301/4073 81% [================================================== ] 3302/4073 81% [================================================== ] 3303/4073 81% [================================================== ] 3304/4073 81% [================================================== ] 3305/4073 81% [================================================== ] 3306/4073 81% [================================================== ] 3307/4073 81% [================================================== ] 3308/4073 81% [================================================== ] 3309/4073 81% [================================================== ] 3310/4073 81% [================================================== ] 3311/4073 81% [================================================== ] 3312/4073 81% [================================================== ] 3313/4073 81% [================================================== ] 3314/4073 81% [================================================== ] 3315/4073 81% [================================================== ] 3316/4073 81% [================================================== ] 3317/4073 81% [================================================== ] 3318/4073 81% [================================================== ] 3319/4073 81% [================================================== ] 3320/4073 81% [================================================== ] 3321/4073 81% [================================================== ] 3322/4073 81% [================================================== ] 3323/4073 81% [================================================== ] 3324/4073 81% [================================================== ] 3325/4073 81% [================================================== ] 3326/4073 81% [================================================== ] 3327/4073 81% [================================================== ] 3328/4073 81% [================================================== ] 3329/4073 81% [================================================== ] 3330/4073 81% [================================================== ] 3331/4073 81% [================================================== ] 3332/4073 81% [================================================== ] 3333/4073 81% [================================================== ] 3334/4073 81% [================================================== ] 3335/4073 81% [================================================== ] 3336/4073 81% [================================================== ] 3337/4073 81% [================================================== ] 3338/4073 81% [================================================== ] 3339/4073 81% [================================================== ] 3340/4073 82% [================================================== ] 3341/4073 82% [================================================== ] 3342/4073 82% [================================================== ] 3343/4073 82% [================================================== ] 3344/4073 82% [================================================== ] 3345/4073 82% [================================================== ] 3346/4073 82% [================================================== ] 3347/4073 82% [================================================== ] 3348/4073 82% [================================================== ] 3349/4073 82% [================================================== ] 3350/4073 82% [=================================================== ] 3351/4073 82% [=================================================== ] 3352/4073 82% [=================================================== ] 3353/4073 82% [=================================================== ] 3354/4073 82% [=================================================== ] 3355/4073 82% [=================================================== ] 3356/4073 82% [=================================================== ] 3357/4073 82% [=================================================== ] 3358/4073 82% [=================================================== ] 3359/4073 82% [=================================================== ] 3360/4073 82% [=================================================== ] 3361/4073 82% [=================================================== ] 3362/4073 82% [=================================================== ] 3363/4073 82% [=================================================== ] 3364/4073 82% [=================================================== ] 3365/4073 82% [=================================================== ] 3366/4073 82% [=================================================== ] 3367/4073 82% [=================================================== ] 3368/4073 82% [=================================================== ] 3369/4073 82% [=================================================== ] 3370/4073 82% [=================================================== ] 3371/4073 82% [=================================================== ] 3372/4073 82% [=================================================== ] 3373/4073 82% [=================================================== ] 3374/4073 82% [=================================================== ] 3375/4073 82% [=================================================== ] 3376/4073 82% [=================================================== ] 3377/4073 82% [=================================================== ] 3378/4073 82% [=================================================== ] 3379/4073 82% [=================================================== ] 3380/4073 82% [=================================================== ] 3381/4073 83% [=================================================== ] 3382/4073 83% [=================================================== ] 3383/4073 83% [=================================================== ] 3384/4073 83% [=================================================== ] 3385/4073 83% [=================================================== ] 3386/4073 83% [=================================================== ] 3387/4073 83% [=================================================== ] 3388/4073 83% [=================================================== ] 3389/4073 83% [=================================================== ] 3390/4073 83% [=================================================== ] 3391/4073 83% [=================================================== ] 3392/4073 83% [=================================================== ] 3393/4073 83% [=================================================== ] 3394/4073 83% [=================================================== ] 3395/4073 83% [=================================================== ] 3396/4073 83% [=================================================== ] 3397/4073 83% [=================================================== ] 3398/4073 83% [=================================================== ] 3399/4073 83% [=================================================== ] 3400/4073 83% [=================================================== ] 3401/4073 83% [=================================================== ] 3402/4073 83% [=================================================== ] 3403/4073 83% [=================================================== ] 3404/4073 83% [=================================================== ] 3405/4073 83% [=================================================== ] 3406/4073 83% [=================================================== ] 3407/4073 83% [=================================================== ] 3408/4073 83% [=================================================== ] 3409/4073 83% [=================================================== ] 3410/4073 83% [=================================================== ] 3411/4073 83% [=================================================== ] 3412/4073 83% [=================================================== ] 3413/4073 83% [=================================================== ] 3414/4073 83% [=================================================== ] 3415/4073 83% [=================================================== ] 3416/4073 83% [==================================================== ] 3417/4073 83% [==================================================== ] 3418/4073 83% [==================================================== ] 3419/4073 83% [==================================================== ] 3420/4073 83% [==================================================== ] 3421/4073 83% [==================================================== ] 3422/4073 84% [==================================================== ] 3423/4073 84% [==================================================== ] 3424/4073 84% [==================================================== ] 3425/4073 84% [==================================================== ] 3426/4073 84% [==================================================== ] 3427/4073 84% [==================================================== ] 3428/4073 84% [==================================================== ] 3429/4073 84% [==================================================== ] 3430/4073 84% [==================================================== ] 3431/4073 84% [==================================================== ] 3432/4073 84% [==================================================== ] 3433/4073 84% [==================================================== ] 3434/4073 84% [==================================================== ] 3435/4073 84% [==================================================== ] 3436/4073 84% [==================================================== ] 3437/4073 84% [==================================================== ] 3438/4073 84% [==================================================== ] 3439/4073 84% [==================================================== ] 3440/4073 84% [==================================================== ] 3441/4073 84% [==================================================== ] 3442/4073 84% [==================================================== ] 3443/4073 84% [==================================================== ] 3444/4073 84% [==================================================== ] 3445/4073 84% [==================================================== ] 3446/4073 84% [==================================================== ] 3447/4073 84% [==================================================== ] 3448/4073 84% [==================================================== ] 3449/4073 84% [==================================================== ] 3450/4073 84% [==================================================== ] 3451/4073 84% [==================================================== ] 3452/4073 84% [==================================================== ] 3453/4073 84% [==================================================== ] 3454/4073 84% [==================================================== ] 3455/4073 84% [==================================================== ] 3456/4073 84% [==================================================== ] 3457/4073 84% [==================================================== ] 3458/4073 84% [==================================================== ] 3459/4073 84% [==================================================== ] 3460/4073 84% [==================================================== ] 3461/4073 84% [==================================================== ] 3462/4073 84% [==================================================== ] 3463/4073 85% [==================================================== ] 3464/4073 85% [==================================================== ] 3465/4073 85% [==================================================== ] 3466/4073 85% [==================================================== ] 3467/4073 85% [==================================================== ] 3468/4073 85% [==================================================== ] 3469/4073 85% [==================================================== ] 3470/4073 85% [==================================================== ] 3471/4073 85% [==================================================== ] 3472/4073 85% [==================================================== ] 3473/4073 85% [==================================================== ] 3474/4073 85% [==================================================== ] 3475/4073 85% [==================================================== ] 3476/4073 85% [==================================================== ] 3477/4073 85% [==================================================== ] 3478/4073 85% [==================================================== ] 3479/4073 85% [==================================================== ] 3480/4073 85% [==================================================== ] 3481/4073 85% [===================================================== ] 3482/4073 85% [===================================================== ] 3483/4073 85% [===================================================== ] 3484/4073 85% [===================================================== ] 3485/4073 85% [===================================================== ] 3486/4073 85% [===================================================== ] 3487/4073 85% [===================================================== ] 3488/4073 85% [===================================================== ] 3489/4073 85% [===================================================== ] 3490/4073 85% [===================================================== ] 3491/4073 85% [===================================================== ] 3492/4073 85% [===================================================== ] 3493/4073 85% [===================================================== ] 3494/4073 85% [===================================================== ] 3495/4073 85% [===================================================== ] 3496/4073 85% [===================================================== ] 3497/4073 85% [===================================================== ] 3498/4073 85% [===================================================== ] 3499/4073 85% [===================================================== ] 3500/4073 85% [===================================================== ] 3501/4073 85% [===================================================== ] 3502/4073 85% [===================================================== ] 3503/4073 86% [===================================================== ] 3504/4073 86% [===================================================== ] 3505/4073 86% [===================================================== ] 3506/4073 86% [===================================================== ] 3507/4073 86% [===================================================== ] 3508/4073 86% [===================================================== ] 3509/4073 86% [===================================================== ] 3510/4073 86% [===================================================== ] 3511/4073 86% [===================================================== ] 3512/4073 86% [===================================================== ] 3513/4073 86% [===================================================== ] 3514/4073 86% [===================================================== ] 3515/4073 86% [===================================================== ] 3516/4073 86% [===================================================== ] 3517/4073 86% [===================================================== ] 3518/4073 86% [===================================================== ] 3519/4073 86% [===================================================== ] 3520/4073 86% [===================================================== ] 3521/4073 86% [===================================================== ] 3522/4073 86% [===================================================== ] 3523/4073 86% [===================================================== ] 3524/4073 86% [===================================================== ] 3525/4073 86% [===================================================== ] 3526/4073 86% [===================================================== ] 3527/4073 86% [===================================================== ] 3528/4073 86% [===================================================== ] 3529/4073 86% [===================================================== ] 3530/4073 86% [===================================================== ] 3531/4073 86% [===================================================== ] 3532/4073 86% [===================================================== ] 3533/4073 86% [===================================================== ] 3534/4073 86% [===================================================== ] 3535/4073 86% [===================================================== ] 3536/4073 86% [===================================================== ] 3537/4073 86% [===================================================== ] 3538/4073 86% [===================================================== ] 3539/4073 86% [===================================================== ] 3540/4073 86% [===================================================== ] 3541/4073 86% [===================================================== ] 3542/4073 86% [===================================================== ] 3543/4073 86% [===================================================== ] 3544/4073 87% [===================================================== ] 3545/4073 87% [===================================================== ] 3546/4073 87% [===================================================== ] 3547/4073 87% [====================================================== ] 3548/4073 87% [====================================================== ] 3549/4073 87% [====================================================== ] 3550/4073 87% [====================================================== ] 3551/4073 87% [====================================================== ] 3552/4073 87% [====================================================== ] 3553/4073 87% [====================================================== ] 3554/4073 87% [====================================================== ] 3555/4073 87% [====================================================== ] 3556/4073 87% [====================================================== ] 3557/4073 87% [====================================================== ] 3558/4073 87% [====================================================== ] 3559/4073 87% [====================================================== ] 3560/4073 87% [====================================================== ] 3561/4073 87% [====================================================== ] 3562/4073 87% [====================================================== ] 3563/4073 87% [====================================================== ] 3564/4073 87% [====================================================== ] 3565/4073 87% [====================================================== ] 3566/4073 87% [====================================================== ] 3567/4073 87% [====================================================== ] 3568/4073 87% [====================================================== ] 3569/4073 87% [====================================================== ] 3570/4073 87% [====================================================== ] 3571/4073 87% [====================================================== ] 3572/4073 87% [====================================================== ] 3573/4073 87% [====================================================== ] 3574/4073 87% [====================================================== ] 3575/4073 87% [====================================================== ] 3576/4073 87% [====================================================== ] 3577/4073 87% [====================================================== ] 3578/4073 87% [====================================================== ] 3579/4073 87% [====================================================== ] 3580/4073 87% [====================================================== ] 3581/4073 87% [====================================================== ] 3582/4073 87% [====================================================== ] 3583/4073 87% [====================================================== ] 3584/4073 87% [====================================================== ] 3585/4073 88% [====================================================== ] 3586/4073 88% [====================================================== ] 3587/4073 88% [====================================================== ] 3588/4073 88% [====================================================== ] 3589/4073 88% [====================================================== ] 3590/4073 88% [====================================================== ] 3591/4073 88% [====================================================== ] 3592/4073 88% [====================================================== ] 3593/4073 88% [====================================================== ] 3594/4073 88% [====================================================== ] 3595/4073 88% [====================================================== ] 3596/4073 88% [====================================================== ] 3597/4073 88% [====================================================== ] 3598/4073 88% [====================================================== ] 3599/4073 88% [====================================================== ] 3600/4073 88% [====================================================== ] 3601/4073 88% [====================================================== ] 3602/4073 88% [====================================================== ] 3603/4073 88% [====================================================== ] 3604/4073 88% [====================================================== ] 3605/4073 88% [====================================================== ] 3606/4073 88% [====================================================== ] 3607/4073 88% [====================================================== ] 3608/4073 88% [====================================================== ] 3609/4073 88% [====================================================== ] 3610/4073 88% [====================================================== ] 3611/4073 88% [====================================================== ] 3612/4073 88% [====================================================== ] 3613/4073 88% [======================================================= ] 3614/4073 88% [======================================================= ] 3615/4073 88% [======================================================= ] 3616/4073 88% [======================================================= ] 3617/4073 88% [======================================================= ] 3618/4073 88% [======================================================= ] 3619/4073 88% [======================================================= ] 3620/4073 88% [======================================================= ] 3621/4073 88% [======================================================= ] 3622/4073 88% [======================================================= ] 3623/4073 88% [======================================================= ] 3624/4073 88% [======================================================= ] 3625/4073 89% [======================================================= ] 3626/4073 89% [======================================================= ] 3627/4073 89% [======================================================= ] 3628/4073 89% [======================================================= ] 3629/4073 89% [======================================================= ] 3630/4073 89% [======================================================= ] 3631/4073 89% [======================================================= ] 3632/4073 89% [======================================================= ] 3633/4073 89% [======================================================= ] 3634/4073 89% [======================================================= ] 3635/4073 89% [======================================================= ] 3636/4073 89% [======================================================= ] 3637/4073 89% [======================================================= ] 3638/4073 89% [======================================================= ] 3639/4073 89% [======================================================= ] 3640/4073 89% [======================================================= ] 3641/4073 89% [======================================================= ] 3642/4073 89% [======================================================= ] 3643/4073 89% [======================================================= ] 3644/4073 89% [======================================================= ] 3645/4073 89% [======================================================= ] 3646/4073 89% [======================================================= ] 3647/4073 89% [======================================================= ] 3648/4073 89% [======================================================= ] 3649/4073 89% [======================================================= ] 3650/4073 89% [======================================================= ] 3651/4073 89% [======================================================= ] 3652/4073 89% [======================================================= ] 3653/4073 89% [======================================================= ] 3654/4073 89% [======================================================= ] 3655/4073 89% [======================================================= ] 3656/4073 89% [======================================================= ] 3657/4073 89% [======================================================= ] 3658/4073 89% [======================================================= ] 3659/4073 89% [======================================================= ] 3660/4073 89% [======================================================= ] 3661/4073 89% [======================================================= ] 3662/4073 89% [======================================================= ] 3663/4073 89% [======================================================= ] 3664/4073 89% [======================================================= ] 3665/4073 89% [======================================================= ] 3666/4073 90% [======================================================= ] 3667/4073 90% [======================================================= ] 3668/4073 90% [======================================================= ] 3669/4073 90% [======================================================= ] 3670/4073 90% [======================================================= ] 3671/4073 90% [======================================================= ] 3672/4073 90% [======================================================= ] 3673/4073 90% [======================================================= ] 3674/4073 90% [======================================================= ] 3675/4073 90% [======================================================= ] 3676/4073 90% [======================================================= ] 3677/4073 90% [======================================================= ] 3678/4073 90% [======================================================== ] 3679/4073 90% [======================================================== ] 3680/4073 90% [======================================================== ] 3681/4073 90% [======================================================== ] 3682/4073 90% [======================================================== ] 3683/4073 90% [======================================================== ] 3684/4073 90% [======================================================== ] 3685/4073 90% [======================================================== ] 3686/4073 90% [======================================================== ] 3687/4073 90% [======================================================== ] 3688/4073 90% [======================================================== ] 3689/4073 90% [======================================================== ] 3690/4073 90% [======================================================== ] 3691/4073 90% [======================================================== ] 3692/4073 90% [======================================================== ] 3693/4073 90% [======================================================== ] 3694/4073 90% [======================================================== ] 3695/4073 90% [======================================================== ] 3696/4073 90% [======================================================== ] 3697/4073 90% [======================================================== ] 3698/4073 90% [======================================================== ] 3699/4073 90% [======================================================== ] 3700/4073 90% [======================================================== ] 3701/4073 90% [======================================================== ] 3702/4073 90% [======================================================== ] 3703/4073 90% [======================================================== ] 3704/4073 90% [======================================================== ] 3705/4073 90% [======================================================== ] 3706/4073 90% [======================================================== ] 3707/4073 91% [======================================================== ] 3708/4073 91% [======================================================== ] 3709/4073 91% [======================================================== ] 3710/4073 91% [======================================================== ] 3711/4073 91% [======================================================== ] 3712/4073 91% [======================================================== ] 3713/4073 91% [======================================================== ] 3714/4073 91% [======================================================== ] 3715/4073 91% [======================================================== ] 3716/4073 91% [======================================================== ] 3717/4073 91% [======================================================== ] 3718/4073 91% [======================================================== ] 3719/4073 91% [======================================================== ] 3720/4073 91% [======================================================== ] 3721/4073 91% [======================================================== ] 3722/4073 91% [======================================================== ] 3723/4073 91% [======================================================== ] 3724/4073 91% [======================================================== ] 3725/4073 91% [======================================================== ] 3726/4073 91% [======================================================== ] 3727/4073 91% [======================================================== ] 3728/4073 91% [======================================================== ] 3729/4073 91% [======================================================== ] 3730/4073 91% [======================================================== ] 3731/4073 91% [======================================================== ] 3732/4073 91% [======================================================== ] 3733/4073 91% [======================================================== ] 3734/4073 91% [======================================================== ] 3735/4073 91% [======================================================== ] 3736/4073 91% [======================================================== ] 3737/4073 91% [======================================================== ] 3738/4073 91% [======================================================== ] 3739/4073 91% [======================================================== ] 3740/4073 91% [======================================================== ] 3741/4073 91% [======================================================== ] 3742/4073 91% [======================================================== ] 3743/4073 91% [======================================================== ] 3744/4073 91% [========================================================= ] 3745/4073 91% [========================================================= ] 3746/4073 91% [========================================================= ] 3747/4073 91% [========================================================= ] 3748/4073 92% [========================================================= ] 3749/4073 92% [========================================================= ] 3750/4073 92% [========================================================= ] 3751/4073 92% [========================================================= ] 3752/4073 92% [========================================================= ] 3753/4073 92% [========================================================= ] 3754/4073 92% [========================================================= ] 3755/4073 92% [========================================================= ] 3756/4073 92% [========================================================= ] 3757/4073 92% [========================================================= ] 3758/4073 92% [========================================================= ] 3759/4073 92% [========================================================= ] 3760/4073 92% [========================================================= ] 3761/4073 92% [========================================================= ] 3762/4073 92% [========================================================= ] 3763/4073 92% [========================================================= ] 3764/4073 92% [========================================================= ] 3765/4073 92% [========================================================= ] 3766/4073 92% [========================================================= ] 3767/4073 92% [========================================================= ] 3768/4073 92% [========================================================= ] 3769/4073 92% [========================================================= ] 3770/4073 92% [========================================================= ] 3771/4073 92% [========================================================= ] 3772/4073 92% [========================================================= ] 3773/4073 92% [========================================================= ] 3774/4073 92% [========================================================= ] 3775/4073 92% [========================================================= ] 3776/4073 92% [========================================================= ] 3777/4073 92% [========================================================= ] 3778/4073 92% [========================================================= ] 3779/4073 92% [========================================================= ] 3780/4073 92% [========================================================= ] 3781/4073 92% [========================================================= ] 3782/4073 92% [========================================================= ] 3783/4073 92% [========================================================= ] 3784/4073 92% [========================================================= ] 3785/4073 92% [========================================================= ] 3786/4073 92% [========================================================= ] 3787/4073 92% [========================================================= ] 3788/4073 93% [========================================================= ] 3789/4073 93% [========================================================= ] 3790/4073 93% [========================================================= ] 3791/4073 93% [========================================================= ] 3792/4073 93% [========================================================= ] 3793/4073 93% [========================================================= ] 3794/4073 93% [========================================================= ] 3795/4073 93% [========================================================= ] 3796/4073 93% [========================================================= ] 3797/4073 93% [========================================================= ] 3798/4073 93% [========================================================= ] 3799/4073 93% [========================================================= ] 3800/4073 93% [========================================================= ] 3801/4073 93% [========================================================= ] 3802/4073 93% [========================================================= ] 3803/4073 93% [========================================================= ] 3804/4073 93% [========================================================= ] 3805/4073 93% [========================================================= ] 3806/4073 93% [========================================================= ] 3807/4073 93% [========================================================= ] 3808/4073 93% [========================================================= ] 3809/4073 93% [========================================================= ] 3810/4073 93% [========================================================== ] 3811/4073 93% [========================================================== ] 3812/4073 93% [========================================================== ] 3813/4073 93% [========================================================== ] 3814/4073 93% [========================================================== ] 3815/4073 93% [========================================================== ] 3816/4073 93% [========================================================== ] 3817/4073 93% [========================================================== ] 3818/4073 93% [========================================================== ] 3819/4073 93% [========================================================== ] 3820/4073 93% [========================================================== ] 3821/4073 93% [========================================================== ] 3822/4073 93% [========================================================== ] 3823/4073 93% [========================================================== ] 3824/4073 93% [========================================================== ] 3825/4073 93% [========================================================== ] 3826/4073 93% [========================================================== ] 3827/4073 93% [========================================================== ] 3828/4073 93% [========================================================== ] 3829/4073 94% [========================================================== ] 3830/4073 94% [========================================================== ] 3831/4073 94% [========================================================== ] 3832/4073 94% [========================================================== ] 3833/4073 94% [========================================================== ] 3834/4073 94% [========================================================== ] 3835/4073 94% [========================================================== ] 3836/4073 94% [========================================================== ] 3837/4073 94% [========================================================== ] 3838/4073 94% [========================================================== ] 3839/4073 94% [========================================================== ] 3840/4073 94% [========================================================== ] 3841/4073 94% [========================================================== ] 3842/4073 94% [========================================================== ] 3843/4073 94% [========================================================== ] 3844/4073 94% [========================================================== ] 3845/4073 94% [========================================================== ] 3846/4073 94% [========================================================== ] 3847/4073 94% [========================================================== ] 3848/4073 94% [========================================================== ] 3849/4073 94% [========================================================== ] 3850/4073 94% [========================================================== ] 3851/4073 94% [========================================================== ] 3852/4073 94% [========================================================== ] 3853/4073 94% [========================================================== ] 3854/4073 94% [========================================================== ] 3855/4073 94% [========================================================== ] 3856/4073 94% [========================================================== ] 3857/4073 94% [========================================================== ] 3858/4073 94% [========================================================== ] 3859/4073 94% [========================================================== ] 3860/4073 94% [========================================================== ] 3861/4073 94% [========================================================== ] 3862/4073 94% [========================================================== ] 3863/4073 94% [========================================================== ] 3864/4073 94% [========================================================== ] 3865/4073 94% [========================================================== ] 3866/4073 94% [========================================================== ] 3867/4073 94% [========================================================== ] 3868/4073 94% [========================================================== ] 3869/4073 94% [========================================================== ] 3870/4073 95% [========================================================== ] 3871/4073 95% [========================================================== ] 3872/4073 95% [========================================================== ] 3873/4073 95% [========================================================== ] 3874/4073 95% [========================================================== ] 3875/4073 95% [=========================================================== ] 3876/4073 95% [=========================================================== ] 3877/4073 95% [=========================================================== ] 3878/4073 95% [=========================================================== ] 3879/4073 95% [=========================================================== ] 3880/4073 95% [=========================================================== ] 3881/4073 95% [=========================================================== ] 3882/4073 95% [=========================================================== ] 3883/4073 95% [=========================================================== ] 3884/4073 95% [=========================================================== ] 3885/4073 95% [=========================================================== ] 3886/4073 95% [=========================================================== ] 3887/4073 95% [=========================================================== ] 3888/4073 95% [=========================================================== ] 3889/4073 95% [=========================================================== ] 3890/4073 95% [=========================================================== ] 3891/4073 95% [=========================================================== ] 3892/4073 95% [=========================================================== ] 3893/4073 95% [=========================================================== ] 3894/4073 95% [=========================================================== ] 3895/4073 95% [=========================================================== ] 3896/4073 95% [=========================================================== ] 3897/4073 95% [=========================================================== ] 3898/4073 95% [=========================================================== ] 3899/4073 95% [=========================================================== ] 3900/4073 95% [=========================================================== ] 3901/4073 95% [=========================================================== ] 3902/4073 95% [=========================================================== ] 3903/4073 95% [=========================================================== ] 3904/4073 95% [=========================================================== ] 3905/4073 95% [=========================================================== ] 3906/4073 95% [=========================================================== ] 3907/4073 95% [=========================================================== ] 3908/4073 95% [=========================================================== ] 3909/4073 95% [=========================================================== ] 3910/4073 95% [=========================================================== ] 3911/4073 96% [=========================================================== ] 3912/4073 96% [=========================================================== ] 3913/4073 96% [=========================================================== ] 3914/4073 96% [=========================================================== ] 3915/4073 96% [=========================================================== ] 3916/4073 96% [=========================================================== ] 3917/4073 96% [=========================================================== ] 3918/4073 96% [=========================================================== ] 3919/4073 96% [=========================================================== ] 3920/4073 96% [=========================================================== ] 3921/4073 96% [=========================================================== ] 3922/4073 96% [=========================================================== ] 3923/4073 96% [=========================================================== ] 3924/4073 96% [=========================================================== ] 3925/4073 96% [=========================================================== ] 3926/4073 96% [=========================================================== ] 3927/4073 96% [=========================================================== ] 3928/4073 96% [=========================================================== ] 3929/4073 96% [=========================================================== ] 3930/4073 96% [=========================================================== ] 3931/4073 96% [=========================================================== ] 3932/4073 96% [=========================================================== ] 3933/4073 96% [=========================================================== ] 3934/4073 96% [=========================================================== ] 3935/4073 96% [=========================================================== ] 3936/4073 96% [=========================================================== ] 3937/4073 96% [=========================================================== ] 3938/4073 96% [=========================================================== ] 3939/4073 96% [=========================================================== ] 3940/4073 96% [=========================================================== ] 3941/4073 96% [============================================================ ] 3942/4073 96% [============================================================ ] 3943/4073 96% [============================================================ ] 3944/4073 96% [============================================================ ] 3945/4073 96% [============================================================ ] 3946/4073 96% [============================================================ ] 3947/4073 96% [============================================================ ] 3948/4073 96% [============================================================ ] 3949/4073 96% [============================================================ ] 3950/4073 96% [============================================================ ] 3951/4073 97% [============================================================ ] 3952/4073 97% [============================================================ ] 3953/4073 97% [============================================================ ] 3954/4073 97% [============================================================ ] 3955/4073 97% [============================================================ ] 3956/4073 97% [============================================================ ] 3957/4073 97% [============================================================ ] 3958/4073 97% [============================================================ ] 3959/4073 97% [============================================================ ] 3960/4073 97% [============================================================ ] 3961/4073 97% [============================================================ ] 3962/4073 97% [============================================================ ] 3963/4073 97% [============================================================ ] 3964/4073 97% [============================================================ ] 3965/4073 97% [============================================================ ] 3966/4073 97% [============================================================ ] 3967/4073 97% [============================================================ ] 3968/4073 97% [============================================================ ] 3969/4073 97% [============================================================ ] 3970/4073 97% [============================================================ ] 3971/4073 97% [============================================================ ] 3972/4073 97% [============================================================ ] 3973/4073 97% [============================================================ ] 3974/4073 97% [============================================================ ] 3975/4073 97% [============================================================ ] 3976/4073 97% [============================================================ ] 3977/4073 97% [============================================================ ] 3978/4073 97% [============================================================ ] 3979/4073 97% [============================================================ ] 3980/4073 97% [============================================================ ] 3981/4073 97% [============================================================ ] 3982/4073 97% [============================================================ ] 3983/4073 97% [============================================================ ] 3984/4073 97% [============================================================ ] 3985/4073 97% [============================================================ ] 3986/4073 97% [============================================================ ] 3987/4073 97% [============================================================ ] 3988/4073 97% [============================================================ ] 3989/4073 97% [============================================================ ] 3990/4073 97% [============================================================ ] 3991/4073 97% [============================================================ ] 3992/4073 98% [============================================================ ] 3993/4073 98% [============================================================ ] 3994/4073 98% [============================================================ ] 3995/4073 98% [============================================================ ] 3996/4073 98% [============================================================ ] 3997/4073 98% [============================================================ ] 3998/4073 98% [============================================================ ] 3999/4073 98% [============================================================ ] 4000/4073 98% [============================================================ ] 4001/4073 98% [============================================================ ] 4002/4073 98% [============================================================ ] 4003/4073 98% [============================================================ ] 4004/4073 98% [============================================================ ] 4005/4073 98% [============================================================ ] 4006/4073 98% [============================================================ ] 4007/4073 98% [============================================================= ] 4008/4073 98% [============================================================= ] 4009/4073 98% [============================================================= ] 4010/4073 98% [============================================================= ] 4011/4073 98% [============================================================= ] 4012/4073 98% [============================================================= ] 4013/4073 98% [============================================================= ] 4014/4073 98% [============================================================= ] 4015/4073 98% [============================================================= ] 4016/4073 98% [============================================================= ] 4017/4073 98% [============================================================= ] 4018/4073 98% [============================================================= ] 4019/4073 98% [============================================================= ] 4020/4073 98% [============================================================= ] 4021/4073 98% [============================================================= ] 4022/4073 98% [============================================================= ] 4023/4073 98% [============================================================= ] 4024/4073 98% [============================================================= ] 4025/4073 98% [============================================================= ] 4026/4073 98% [============================================================= ] 4027/4073 98% [============================================================= ] 4028/4073 98% [============================================================= ] 4029/4073 98% [============================================================= ] 4030/4073 98% [============================================================= ] 4031/4073 98% [============================================================= ] 4032/4073 98% [============================================================= ] 4033/4073 99% [============================================================= ] 4034/4073 99% [============================================================= ] 4035/4073 99% [============================================================= ] 4036/4073 99% [============================================================= ] 4037/4073 99% [============================================================= ] 4038/4073 99% [============================================================= ] 4039/4073 99% [============================================================= ] 4040/4073 99% [============================================================= ] 4041/4073 99% [============================================================= ] 4042/4073 99% [============================================================= ] 4043/4073 99% [============================================================= ] 4044/4073 99% [============================================================= ] 4045/4073 99% [============================================================= ] 4046/4073 99% [============================================================= ] 4047/4073 99% [============================================================= ] 4048/4073 99% [============================================================= ] 4049/4073 99% [============================================================= ] 4050/4073 99% [============================================================= ] 4051/4073 99% [============================================================= ] 4052/4073 99% [============================================================= ] 4053/4073 99% [============================================================= ] 4054/4073 99% [============================================================= ] 4055/4073 99% [============================================================= ] 4056/4073 99% [============================================================= ] 4057/4073 99% [============================================================= ] 4058/4073 99% [============================================================= ] 4059/4073 99% [============================================================= ] 4060/4073 99% [============================================================= ] 4061/4073 99% [============================================================= ] 4062/4073 99% [============================================================= ] 4063/4073 99% [============================================================= ] 4064/4073 99% [============================================================= ] 4065/4073 99% [============================================================= ] 4066/4073 99% [============================================================= ] 4067/4073 99% [============================================================= ] 4068/4073 99% [============================================================= ] 4069/4073 99% [============================================================= ] 4070/4073 99% [============================================================= ] 4071/4073 99% [============================================================= ] 4072/4073 99% [==============================================================] 4073/4073 100% operation complete, 4073 objects in 44588 NAND pages. ln -snf /home/thomas/autobuild/instance-3/output-1/host/sh4a-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-3/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot' make: Entering directory '/home/thomas/autobuild/instance-3/buildroot' >>> Buildroot 2022.08-rc1-1541-g3f28ad6e0b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.19 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpica 20220331 Collecting legal info source/include/acpi.h: OK (sha256: 40d8e351f8dfdf5340ec76ac28f0c201b825077d7060bb3686ca1112cb26985d) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> aespipe 2.4f Collecting legal info >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> c-ares 1.19.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> conntrack-tools 1.4.7 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> cpulimit 0.2 Collecting legal info LICENSE: OK (sha256: 920489ca9da706d842870701155e70a101315ba0783cff39765d7e15e0916a4a) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cryptsetup 2.5.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> fastd 22 Collecting legal info COPYRIGHT: OK (sha256: adf08b42f1b890b89e998360a864cb4f8441a0a57c9e95e2ce1bfdfc24c49976) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> git 2.31.7 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hiawatha 11.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfuse3 3.11.0 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> host-mkpasswd Collecting legal info >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ncdu 1.17 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> proftpd 1.3.8 Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> trace-cmd 2.9.7 Collecting legal info COPYING: OK (sha256: b1d04b850c1c7471b0f0896f6c6f0fcfc9f07e2dd183a5f5826af269fe9e88fb) COPYING.LIB: OK (sha256: 70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9) LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> udpcast 20211207 Collecting legal info COPYING: OK (sha256: 422befd3503b1f39a6027017f639874c1f274e37ec60ba3174894646b584ccbc) >>> urandom-scripts Collecting legal info >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot'