sh unix/configure "/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc" "-D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT" "" Check bzip2 support Check for bzip2 in bzip2 directory Check if OS already has bzip2 library installed -- Either bzlib.h or libbz2.a not found - no bzip2 Check for the C preprocessor Check if we can use asm code Check for ANSI options Check for prototypes Check the handling of const Check for time_t Check for size_t Check for off_t Check for Large File Support -- yes we have Large File Support! Check for wide char support -- have wchar_t - enabling Unicode support Check for gcc no-builtin flag Check for rmdir Check for strchr Check for strrchr Check for rename Check for mktemp Check for mktime Check for mkstemp Check for memset Check for memmove Check for strerror Check for errno declaration Check for directory libraries Check for readlink Check for directory include file Check for nonexistent include files Check for term I/O include file Check for valloc Check for /usr/local/bin and /usr/local/man Check for OS-specific flags Check for symbolic links eval /usr/bin/make -f unix/Makefile zips `cat flags` make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/zip-3.0' /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c In file included from zipup.c:109: zipup.c: In function 'file_read': unix/zipup.h:21:22: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 21 | #define zread(f,b,n) read(f,b,n) | ^~~~~~~~~~~ zipup.c:1264:10: note: in expansion of macro 'zread' 1264 | zread(ifile, buf, 1); len = 1; /* keep single \r if EOF */ | ^~~~~ fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2120 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2143:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2143 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2324 | fgets(buf, FNMAX, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c ttyio.c: In function 'getp': ttyio.c:628:13: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 628 | read(f, &c, 1); | ^~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H unix/unix.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H deflate.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H trees.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipcloak.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o zipfile_.o zipfile.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o fileio_.o fileio.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o util_.o util.c fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2120 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2143:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2143 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2324 | fgets(buf, FNMAX, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o unix_.o unix/unix.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crc32_.o crc32.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crypt_.o crypt.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipnote.c /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipsplit.c zipsplit.c: In function 'main': zipsplit.c:884:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 884 | fgets(m, 10, stdin); | ^~~~~~~~~~~~~~~~~~~ zipsplit.c: In function 'retry': zipsplit.c:496:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 496 | fgets(m, 10, stdin); | ^~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -o zip zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o /home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/zip-3.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/zip-3.0' >>> zip 3.0 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar" AS="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-as" LD="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-ld" NM="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-nm" CC="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc" GCC="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc" CPP="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-cpp" CXX="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-g++" FC="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gfortran" F77="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gfortran" RANLIB="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-2/output-1/host/armeb-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /home/buildroot/autobuild/instance-2/output-1/build/zip-3.0 -f unix/Makefile install prefix=/home/buildroot/autobuild/instance-2/output-1/target/usr make[1]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/zip-3.0' mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/usr/bin cp zip zipcloak zipnote zipsplit /home/buildroot/autobuild/instance-2/output-1/target/usr/bin cd /home/buildroot/autobuild/instance-2/output-1/target/usr/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1 cp man/zip.1 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zip.1 chmod 644 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zip.1 cp man/zipcloak.1 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zipcloak.1 chmod 644 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zipcloak.1 cp man/zipnote.1 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zipnote.1 chmod 644 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zipnote.1 cp man/zipsplit.1 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zipsplit.1 chmod 644 /home/buildroot/autobuild/instance-2/output-1/target/usr/man/man1/zipsplit.1 make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/zip-3.0' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-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', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a76%g" -e "s%@TARGET_ENDIAN@%big%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/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/armeb-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a76%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-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', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/armeb-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/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/buildroot/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/perl5/5.36.3/pod rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/perl5/5.36.3/armeb-linux/CORE find /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02.9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02.9"; \ echo "PRETTY_NAME=\"Buildroot 2023.02.9\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 5174 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/5174 0% [ ] 2/5174 0% [ ] 3/5174 0% [ ] 4/5174 0% [ ] 5/5174 0% [ ] 6/5174 0% [ ] 7/5174 0% [ ] 8/5174 0% [ ] 9/5174 0% [ ] 10/5174 0% [ ] 11/5174 0% [ ] 12/5174 0% [ ] 13/5174 0% [ ] 14/5174 0% [ ] 15/5174 0% [ ] 16/5174 0% [ ] 17/5174 0% [ ] 18/5174 0% [ ] 19/5174 0% [ ] 20/5174 0% [ ] 21/5174 0% [ ] 22/5174 0% [ ] 23/5174 0% [ ] 24/5174 0% [ ] 25/5174 0% [ ] 26/5174 0% [ ] 27/5174 0% [ ] 28/5174 0% [ ] 29/5174 0% [ ] 30/5174 0% [ ] 31/5174 0% [ ] 32/5174 0% [ ] 33/5174 0% [ ] 34/5174 0% [ ] 35/5174 0% [ ] 36/5174 0% [ ] 37/5174 0% [ ] 38/5174 0% [ ] 39/5174 0% [ ] 40/5174 0% [ ] 41/5174 0% [ ] 42/5174 0% [ ] 43/5174 0% [ ] 44/5174 0% [ ] 45/5174 0% [ ] 46/5174 0% [ ] 47/5174 0% [ ] 48/5174 0% [ ] 49/5174 0% [ ] 50/5174 0% [ ] 51/5174 0% [ ] 52/5174 1% [ ] 53/5174 1% [ ] 54/5174 1% [ ] 55/5174 1% [ ] 56/5174 1% [ ] 57/5174 1% [ ] 58/5174 1% [ ] 59/5174 1% [ ] 60/5174 1% [ ] 61/5174 1% [ ] 62/5174 1% [ ] 63/5174 1% [ ] 64/5174 1% [ ] 65/5174 1% [ ] 66/5174 1% [ ] 67/5174 1% [ ] 68/5174 1% [ ] 69/5174 1% [ ] 70/5174 1% [ ] 71/5174 1% [ ] 72/5174 1% [ ] 73/5174 1% [ ] 74/5174 1% [ ] 75/5174 1% [ ] 76/5174 1% [ ] 77/5174 1% [ ] 78/5174 1% [ ] 79/5174 1% [ ] 80/5174 1% [ ] 81/5174 1% [ ] 82/5174 1% [ ] 83/5174 1% [= ] 84/5174 1% [= ] 85/5174 1% [= ] 86/5174 1% [= ] 87/5174 1% [= ] 88/5174 1% [= ] 89/5174 1% [= ] 90/5174 1% [= ] 91/5174 1% [= ] 92/5174 1% [= ] 93/5174 1% [= ] 94/5174 1% [= ] 95/5174 1% [= ] 96/5174 1% [= ] 97/5174 1% [= ] 98/5174 1% [= ] 99/5174 1% [= ] 100/5174 1% [= ] 101/5174 1% [= ] 102/5174 1% [= ] 103/5174 1% [= ] 104/5174 2% [= ] 105/5174 2% [= ] 106/5174 2% [= ] 107/5174 2% [= ] 108/5174 2% [= ] 109/5174 2% [= ] 110/5174 2% [= ] 111/5174 2% [= ] 112/5174 2% [= ] 113/5174 2% [= ] 114/5174 2% [= ] 115/5174 2% [= ] 116/5174 2% [= ] 117/5174 2% [= ] 118/5174 2% [= ] 119/5174 2% [= ] 120/5174 2% [= ] 121/5174 2% [= ] 122/5174 2% [= ] 123/5174 2% [= ] 124/5174 2% [= ] 125/5174 2% [= ] 126/5174 2% [= ] 127/5174 2% [= ] 128/5174 2% [= ] 129/5174 2% [= ] 130/5174 2% [= ] 131/5174 2% [= ] 132/5174 2% [= ] 133/5174 2% [= ] 134/5174 2% [= ] 135/5174 2% [= ] 136/5174 2% [= ] 137/5174 2% [= ] 138/5174 2% [= ] 139/5174 2% [= ] 140/5174 2% [= ] 141/5174 2% [= ] 142/5174 2% [= ] 143/5174 2% [= ] 144/5174 2% [= ] 145/5174 2% [= ] 146/5174 2% [= ] 147/5174 2% [= ] 148/5174 2% [= ] 149/5174 2% [= ] 150/5174 2% [= ] 151/5174 2% [= ] 152/5174 2% [= ] 153/5174 2% [= ] 154/5174 2% [= ] 155/5174 2% [= ] 156/5174 3% [= ] 157/5174 3% [= ] 158/5174 3% [= ] 159/5174 3% [= ] 160/5174 3% [= ] 161/5174 3% [= ] 162/5174 3% [= ] 163/5174 3% [= ] 164/5174 3% [= ] 165/5174 3% [= ] 166/5174 3% [== ] 167/5174 3% [== ] 168/5174 3% [== ] 169/5174 3% [== ] 170/5174 3% [== ] 171/5174 3% [== ] 172/5174 3% [== ] 173/5174 3% [== ] 174/5174 3% [== ] 175/5174 3% [== ] 176/5174 3% [== ] 177/5174 3% [== ] 178/5174 3% [== ] 179/5174 3% [== ] 180/5174 3% [== ] 181/5174 3% [== ] 182/5174 3% [== ] 183/5174 3% [== ] 184/5174 3% [== ] 185/5174 3% [== ] 186/5174 3% [== ] 187/5174 3% [== ] 188/5174 3% [== ] 189/5174 3% [== ] 190/5174 3% [== ] 191/5174 3% [== ] 192/5174 3% [== ] 193/5174 3% [== ] 194/5174 3% [== ] 195/5174 3% [== ] 196/5174 3% [== ] 197/5174 3% [== ] 198/5174 3% [== ] 199/5174 3% [== ] 200/5174 3% [== ] 201/5174 3% [== ] 202/5174 3% [== ] 203/5174 3% [== ] 204/5174 3% [== ] 205/5174 3% [== ] 206/5174 3% [== ] 207/5174 4% [== ] 208/5174 4% [== ] 209/5174 4% [== ] 210/5174 4% [== ] 211/5174 4% [== ] 212/5174 4% [== ] 213/5174 4% [== ] 214/5174 4% [== ] 215/5174 4% [== ] 216/5174 4% [== ] 217/5174 4% [== ] 218/5174 4% [== ] 219/5174 4% [== ] 220/5174 4% [== ] 221/5174 4% [== ] 222/5174 4% [== ] 223/5174 4% [== ] 224/5174 4% [== ] 225/5174 4% [== ] 226/5174 4% [== ] 227/5174 4% [== ] 228/5174 4% [== ] 229/5174 4% [== ] 230/5174 4% [== ] 231/5174 4% [== ] 232/5174 4% [== ] 233/5174 4% [== ] 234/5174 4% [== ] 235/5174 4% [== ] 236/5174 4% [== ] 237/5174 4% [== ] 238/5174 4% [== ] 239/5174 4% [== ] 240/5174 4% [== ] 241/5174 4% [== ] 242/5174 4% [== ] 243/5174 4% [== ] 244/5174 4% [== ] 245/5174 4% [== ] 246/5174 4% [== ] 247/5174 4% [== ] 248/5174 4% [== ] 249/5174 4% [== ] 250/5174 4% [=== ] 251/5174 4% [=== ] 252/5174 4% [=== ] 253/5174 4% [=== ] 254/5174 4% [=== ] 255/5174 4% [=== ] 256/5174 4% [=== ] 257/5174 4% [=== ] 258/5174 4% [=== ] 259/5174 5% [=== ] 260/5174 5% [=== ] 261/5174 5% [=== ] 262/5174 5% [=== ] 263/5174 5% [=== ] 264/5174 5% [=== ] 265/5174 5% [=== ] 266/5174 5% [=== ] 267/5174 5% [=== ] 268/5174 5% [=== ] 269/5174 5% [=== ] 270/5174 5% [=== ] 271/5174 5% [=== ] 272/5174 5% [=== ] 273/5174 5% [=== ] 274/5174 5% [=== ] 275/5174 5% [=== ] 276/5174 5% [=== ] 277/5174 5% [=== ] 278/5174 5% [=== ] 279/5174 5% [=== ] 280/5174 5% [=== ] 281/5174 5% [=== ] 282/5174 5% [=== ] 283/5174 5% [=== ] 284/5174 5% [=== ] 285/5174 5% [=== ] 286/5174 5% [=== ] 287/5174 5% [=== ] 288/5174 5% [=== ] 289/5174 5% [=== ] 290/5174 5% [=== ] 291/5174 5% [=== ] 292/5174 5% [=== ] 293/5174 5% [=== ] 294/5174 5% [=== ] 295/5174 5% [=== ] 296/5174 5% [=== ] 297/5174 5% [=== ] 298/5174 5% [=== ] 299/5174 5% [=== ] 300/5174 5% [=== ] 301/5174 5% [=== ] 302/5174 5% [=== ] 303/5174 5% [=== ] 304/5174 5% [=== ] 305/5174 5% [=== ] 306/5174 5% [=== ] 307/5174 5% [=== ] 308/5174 5% [=== ] 309/5174 5% [=== ] 310/5174 5% [=== ] 311/5174 6% [=== ] 312/5174 6% [=== ] 313/5174 6% [=== ] 314/5174 6% [=== ] 315/5174 6% [=== ] 316/5174 6% [=== ] 317/5174 6% [=== ] 318/5174 6% [=== ] 319/5174 6% [=== ] 320/5174 6% [=== ] 321/5174 6% [=== ] 322/5174 6% [=== ] 323/5174 6% [=== ] 324/5174 6% [=== ] 325/5174 6% [=== ] 326/5174 6% [=== ] 327/5174 6% [=== ] 328/5174 6% [=== ] 329/5174 6% [=== ] 330/5174 6% [=== ] 331/5174 6% [=== ] 332/5174 6% [=== ] 333/5174 6% [==== ] 334/5174 6% [==== ] 335/5174 6% [==== ] 336/5174 6% [==== ] 337/5174 6% [==== ] 338/5174 6% [==== ] 339/5174 6% [==== ] 340/5174 6% [==== ] 341/5174 6% [==== ] 342/5174 6% [==== ] 343/5174 6% [==== ] 344/5174 6% [==== ] 345/5174 6% [==== ] 346/5174 6% [==== ] 347/5174 6% [==== ] 348/5174 6% [==== ] 349/5174 6% [==== ] 350/5174 6% [==== ] 351/5174 6% [==== ] 352/5174 6% [==== ] 353/5174 6% [==== ] 354/5174 6% [==== ] 355/5174 6% [==== ] 356/5174 6% [==== ] 357/5174 6% [==== ] 358/5174 6% [==== ] 359/5174 6% [==== ] 360/5174 6% [==== ] 361/5174 6% [==== ] 362/5174 6% [==== ] 363/5174 7% [==== ] 364/5174 7% [==== ] 365/5174 7% [==== ] 366/5174 7% [==== ] 367/5174 7% [==== ] 368/5174 7% [==== ] 369/5174 7% [==== ] 370/5174 7% [==== ] 371/5174 7% [==== ] 372/5174 7% [==== ] 373/5174 7% [==== ] 374/5174 7% [==== ] 375/5174 7% [==== ] 376/5174 7% [==== ] 377/5174 7% [==== ] 378/5174 7% [==== ] 379/5174 7% [==== ] 380/5174 7% [==== ] 381/5174 7% [==== ] 382/5174 7% [==== ] 383/5174 7% [==== ] 384/5174 7% [==== ] 385/5174 7% [==== ] 386/5174 7% [==== ] 387/5174 7% [==== ] 388/5174 7% [==== ] 389/5174 7% [==== ] 390/5174 7% [==== ] 391/5174 7% [==== ] 392/5174 7% [==== ] 393/5174 7% [==== ] 394/5174 7% [==== ] 395/5174 7% [==== ] 396/5174 7% [==== ] 397/5174 7% [==== ] 398/5174 7% [==== ] 399/5174 7% [==== ] 400/5174 7% [==== ] 401/5174 7% [==== ] 402/5174 7% [==== ] 403/5174 7% [==== ] 404/5174 7% [==== ] 405/5174 7% [==== ] 406/5174 7% [==== ] 407/5174 7% [==== ] 408/5174 7% [==== ] 409/5174 7% [==== ] 410/5174 7% [==== ] 411/5174 7% [==== ] 412/5174 7% [==== ] 413/5174 7% [==== ] 414/5174 8% [==== ] 415/5174 8% [==== ] 416/5174 8% [==== ] 417/5174 8% [===== ] 418/5174 8% [===== ] 419/5174 8% [===== ] 420/5174 8% [===== ] 421/5174 8% [===== ] 422/5174 8% [===== ] 423/5174 8% [===== ] 424/5174 8% [===== ] 425/5174 8% [===== ] 426/5174 8% [===== ] 427/5174 8% [===== ] 428/5174 8% [===== ] 429/5174 8% [===== ] 430/5174 8% [===== ] 431/5174 8% [===== ] 432/5174 8% [===== ] 433/5174 8% [===== ] 434/5174 8% [===== ] 435/5174 8% [===== ] 436/5174 8% [===== ] 437/5174 8% [===== ] 438/5174 8% [===== ] 439/5174 8% [===== ] 440/5174 8% [===== ] 441/5174 8% [===== ] 442/5174 8% [===== ] 443/5174 8% [===== ] 444/5174 8% [===== ] 445/5174 8% [===== ] 446/5174 8% [===== ] 447/5174 8% [===== ] 448/5174 8% [===== ] 449/5174 8% [===== ] 450/5174 8% [===== ] 451/5174 8% [===== ] 452/5174 8% [===== ] 453/5174 8% [===== ] 454/5174 8% [===== ] 455/5174 8% [===== ] 456/5174 8% [===== ] 457/5174 8% [===== ] 458/5174 8% [===== ] 459/5174 8% [===== ] 460/5174 8% [===== ] 461/5174 8% [===== ] 462/5174 8% [===== ] 463/5174 8% [===== ] 464/5174 8% [===== ] 465/5174 8% [===== ] 466/5174 9% [===== ] 467/5174 9% [===== ] 468/5174 9% [===== ] 469/5174 9% [===== ] 470/5174 9% [===== ] 471/5174 9% [===== ] 472/5174 9% [===== ] 473/5174 9% [===== ] 474/5174 9% [===== ] 475/5174 9% [===== ] 476/5174 9% [===== ] 477/5174 9% [===== ] 478/5174 9% [===== ] 479/5174 9% [===== ] 480/5174 9% [===== ] 481/5174 9% [===== ] 482/5174 9% [===== ] 483/5174 9% [===== ] 484/5174 9% [===== ] 485/5174 9% [===== ] 486/5174 9% [===== ] 487/5174 9% [===== ] 488/5174 9% [===== ] 489/5174 9% [===== ] 490/5174 9% [===== ] 491/5174 9% [===== ] 492/5174 9% [===== ] 493/5174 9% [===== ] 494/5174 9% [===== ] 495/5174 9% [===== ] 496/5174 9% [===== ] 497/5174 9% [===== ] 498/5174 9% [===== ] 499/5174 9% [===== ] 500/5174 9% [====== ] 501/5174 9% [====== ] 502/5174 9% [====== ] 503/5174 9% [====== ] 504/5174 9% [====== ] 505/5174 9% [====== ] 506/5174 9% [====== ] 507/5174 9% [====== ] 508/5174 9% [====== ] 509/5174 9% [====== ] 510/5174 9% [====== ] 511/5174 9% [====== ] 512/5174 9% [====== ] 513/5174 9% [====== ] 514/5174 9% [====== ] 515/5174 9% [====== ] 516/5174 9% [====== ] 517/5174 9% [====== ] 518/5174 10% [====== ] 519/5174 10% [====== ] 520/5174 10% [====== ] 521/5174 10% [====== ] 522/5174 10% [====== ] 523/5174 10% [====== ] 524/5174 10% [====== ] 525/5174 10% [====== ] 526/5174 10% [====== ] 527/5174 10% [====== ] 528/5174 10% [====== ] 529/5174 10% [====== ] 530/5174 10% [====== ] 531/5174 10% [====== ] 532/5174 10% [====== ] 533/5174 10% [====== ] 534/5174 10% [====== ] 535/5174 10% [====== ] 536/5174 10% [====== ] 537/5174 10% [====== ] 538/5174 10% [====== ] 539/5174 10% [====== ] 540/5174 10% [====== ] 541/5174 10% [====== ] 542/5174 10% [====== ] 543/5174 10% [====== ] 544/5174 10% [====== ] 545/5174 10% [====== ] 546/5174 10% [====== ] 547/5174 10% [====== ] 548/5174 10% [====== ] 549/5174 10% [====== ] 550/5174 10% [====== ] 551/5174 10% [====== ] 552/5174 10% [====== ] 553/5174 10% [====== ] 554/5174 10% [====== ] 555/5174 10% [====== ] 556/5174 10% [====== ] 557/5174 10% [====== ] 558/5174 10% [====== ] 559/5174 10% [====== ] 560/5174 10% [====== ] 561/5174 10% [====== ] 562/5174 10% [====== ] 563/5174 10% [====== ] 564/5174 10% [====== ] 565/5174 10% [====== ] 566/5174 10% [====== ] 567/5174 10% [====== ] 568/5174 10% [====== ] 569/5174 10% [====== ] 570/5174 11% [====== ] 571/5174 11% [====== ] 572/5174 11% [====== ] 573/5174 11% [====== ] 574/5174 11% [====== ] 575/5174 11% [====== ] 576/5174 11% [====== ] 577/5174 11% [====== ] 578/5174 11% [====== ] 579/5174 11% [====== ] 580/5174 11% [====== ] 581/5174 11% [====== ] 582/5174 11% [====== ] 583/5174 11% [====== ] 584/5174 11% [======= ] 585/5174 11% [======= ] 586/5174 11% [======= ] 587/5174 11% [======= ] 588/5174 11% [======= ] 589/5174 11% [======= ] 590/5174 11% [======= ] 591/5174 11% [======= ] 592/5174 11% [======= ] 593/5174 11% [======= ] 594/5174 11% [======= ] 595/5174 11% [======= ] 596/5174 11% [======= ] 597/5174 11% [======= ] 598/5174 11% [======= ] 599/5174 11% [======= ] 600/5174 11% [======= ] 601/5174 11% [======= ] 602/5174 11% [======= ] 603/5174 11% [======= ] 604/5174 11% [======= ] 605/5174 11% [======= ] 606/5174 11% [======= ] 607/5174 11% [======= ] 608/5174 11% [======= ] 609/5174 11% [======= ] 610/5174 11% [======= ] 611/5174 11% [======= ] 612/5174 11% [======= ] 613/5174 11% [======= ] 614/5174 11% [======= ] 615/5174 11% [======= ] 616/5174 11% [======= ] 617/5174 11% [======= ] 618/5174 11% [======= ] 619/5174 11% [======= ] 620/5174 11% [======= ] 621/5174 12% [======= ] 622/5174 12% [======= ] 623/5174 12% [======= ] 624/5174 12% [======= ] 625/5174 12% [======= ] 626/5174 12% [======= ] 627/5174 12% [======= ] 628/5174 12% [======= ] 629/5174 12% [======= ] 630/5174 12% [======= ] 631/5174 12% [======= ] 632/5174 12% [======= ] 633/5174 12% [======= ] 634/5174 12% [======= ] 635/5174 12% [======= ] 636/5174 12% [======= ] 637/5174 12% [======= ] 638/5174 12% [======= ] 639/5174 12% [======= ] 640/5174 12% [======= ] 641/5174 12% [======= ] 642/5174 12% [======= ] 643/5174 12% [======= ] 644/5174 12% [======= ] 645/5174 12% [======= ] 646/5174 12% [======= ] 647/5174 12% [======= ] 648/5174 12% [======= ] 649/5174 12% [======= ] 650/5174 12% [======= ] 651/5174 12% [======= ] 652/5174 12% [======= ] 653/5174 12% [======= ] 654/5174 12% [======= ] 655/5174 12% [======= ] 656/5174 12% [======= ] 657/5174 12% [======= ] 658/5174 12% [======= ] 659/5174 12% [======= ] 660/5174 12% [======= ] 661/5174 12% [======= ] 662/5174 12% [======= ] 663/5174 12% [======= ] 664/5174 12% [======= ] 665/5174 12% [======= ] 666/5174 12% [======= ] 667/5174 12% [======== ] 668/5174 12% [======== ] 669/5174 12% [======== ] 670/5174 12% [======== ] 671/5174 12% [======== ] 672/5174 12% [======== ] 673/5174 13% [======== ] 674/5174 13% [======== ] 675/5174 13% [======== ] 676/5174 13% [======== ] 677/5174 13% [======== ] 678/5174 13% [======== ] 679/5174 13% [======== ] 680/5174 13% [======== ] 681/5174 13% [======== ] 682/5174 13% [======== ] 683/5174 13% [======== ] 684/5174 13% [======== ] 685/5174 13% [======== ] 686/5174 13% [======== ] 687/5174 13% [======== ] 688/5174 13% [======== ] 689/5174 13% [======== ] 690/5174 13% [======== ] 691/5174 13% [======== ] 692/5174 13% [======== ] 693/5174 13% [======== ] 694/5174 13% [======== ] 695/5174 13% [======== ] 696/5174 13% [======== ] 697/5174 13% [======== ] 698/5174 13% [======== ] 699/5174 13% [======== ] 700/5174 13% [======== ] 701/5174 13% [======== ] 702/5174 13% [======== ] 703/5174 13% [======== ] 704/5174 13% [======== ] 705/5174 13% [======== ] 706/5174 13% [======== ] 707/5174 13% [======== ] 708/5174 13% [======== ] 709/5174 13% [======== ] 710/5174 13% [======== ] 711/5174 13% [======== ] 712/5174 13% [======== ] 713/5174 13% [======== ] 714/5174 13% [======== ] 715/5174 13% [======== ] 716/5174 13% [======== ] 717/5174 13% [======== ] 718/5174 13% [======== ] 719/5174 13% [======== ] 720/5174 13% [======== ] 721/5174 13% [======== ] 722/5174 13% [======== ] 723/5174 13% [======== ] 724/5174 13% [======== ] 725/5174 14% [======== ] 726/5174 14% [======== ] 727/5174 14% [======== ] 728/5174 14% [======== ] 729/5174 14% [======== ] 730/5174 14% [======== ] 731/5174 14% [======== ] 732/5174 14% [======== ] 733/5174 14% [======== ] 734/5174 14% [======== ] 735/5174 14% [======== ] 736/5174 14% [======== ] 737/5174 14% [======== ] 738/5174 14% [======== ] 739/5174 14% [======== ] 740/5174 14% [======== ] 741/5174 14% [======== ] 742/5174 14% [======== ] 743/5174 14% [======== ] 744/5174 14% [======== ] 745/5174 14% [======== ] 746/5174 14% [======== ] 747/5174 14% [======== ] 748/5174 14% [======== ] 749/5174 14% [======== ] 750/5174 14% [======== ] 751/5174 14% [========= ] 752/5174 14% [========= ] 753/5174 14% [========= ] 754/5174 14% [========= ] 755/5174 14% [========= ] 756/5174 14% [========= ] 757/5174 14% [========= ] 758/5174 14% [========= ] 759/5174 14% [========= ] 760/5174 14% [========= ] 761/5174 14% [========= ] 762/5174 14% [========= ] 763/5174 14% [========= ] 764/5174 14% [========= ] 765/5174 14% [========= ] 766/5174 14% [========= ] 767/5174 14% [========= ] 768/5174 14% [========= ] 769/5174 14% [========= ] 770/5174 14% [========= ] 771/5174 14% [========= ] 772/5174 14% [========= ] 773/5174 14% [========= ] 774/5174 14% [========= ] 775/5174 14% [========= ] 776/5174 14% [========= ] 777/5174 15% [========= ] 778/5174 15% [========= ] 779/5174 15% [========= ] 780/5174 15% [========= ] 781/5174 15% [========= ] 782/5174 15% [========= ] 783/5174 15% [========= ] 784/5174 15% [========= ] 785/5174 15% [========= ] 786/5174 15% [========= ] 787/5174 15% [========= ] 788/5174 15% [========= ] 789/5174 15% [========= ] 790/5174 15% [========= ] 791/5174 15% [========= ] 792/5174 15% [========= ] 793/5174 15% [========= ] 794/5174 15% [========= ] 795/5174 15% [========= ] 796/5174 15% [========= ] 797/5174 15% [========= ] 798/5174 15% [========= ] 799/5174 15% [========= ] 800/5174 15% [========= ] 801/5174 15% [========= ] 802/5174 15% [========= ] 803/5174 15% [========= ] 804/5174 15% [========= ] 805/5174 15% [========= ] 806/5174 15% [========= ] 807/5174 15% [========= ] 808/5174 15% [========= ] 809/5174 15% [========= ] 810/5174 15% [========= ] 811/5174 15% [========= ] 812/5174 15% [========= ] 813/5174 15% [========= ] 814/5174 15% [========= ] 815/5174 15% [========= ] 816/5174 15% [========= ] 817/5174 15% [========= ] 818/5174 15% [========= ] 819/5174 15% [========= ] 820/5174 15% [========= ] 821/5174 15% [========= ] 822/5174 15% [========= ] 823/5174 15% [========= ] 824/5174 15% [========= ] 825/5174 15% [========= ] 826/5174 15% [========= ] 827/5174 15% [========= ] 828/5174 16% [========= ] 829/5174 16% [========= ] 830/5174 16% [========= ] 831/5174 16% [========= ] 832/5174 16% [========= ] 833/5174 16% [========= ] 834/5174 16% [========== ] 835/5174 16% [========== ] 836/5174 16% [========== ] 837/5174 16% [========== ] 838/5174 16% [========== ] 839/5174 16% [========== ] 840/5174 16% [========== ] 841/5174 16% [========== ] 842/5174 16% [========== ] 843/5174 16% [========== ] 844/5174 16% [========== ] 845/5174 16% [========== ] 846/5174 16% [========== ] 847/5174 16% [========== ] 848/5174 16% [========== ] 849/5174 16% [========== ] 850/5174 16% [========== ] 851/5174 16% [========== ] 852/5174 16% [========== ] 853/5174 16% [========== ] 854/5174 16% [========== ] 855/5174 16% [========== ] 856/5174 16% [========== ] 857/5174 16% [========== ] 858/5174 16% [========== ] 859/5174 16% [========== ] 860/5174 16% [========== ] 861/5174 16% [========== ] 862/5174 16% [========== ] 863/5174 16% [========== ] 864/5174 16% [========== ] 865/5174 16% [========== ] 866/5174 16% [========== ] 867/5174 16% [========== ] 868/5174 16% [========== ] 869/5174 16% [========== ] 870/5174 16% [========== ] 871/5174 16% [========== ] 872/5174 16% [========== ] 873/5174 16% [========== ] 874/5174 16% [========== ] 875/5174 16% [========== ] 876/5174 16% [========== ] 877/5174 16% [========== ] 878/5174 16% [========== ] 879/5174 16% [========== ] 880/5174 17% [========== ] 881/5174 17% [========== ] 882/5174 17% [========== ] 883/5174 17% [========== ] 884/5174 17% [========== ] 885/5174 17% [========== ] 886/5174 17% [========== ] 887/5174 17% [========== ] 888/5174 17% [========== ] 889/5174 17% [========== ] 890/5174 17% [========== ] 891/5174 17% [========== ] 892/5174 17% [========== ] 893/5174 17% [========== ] 894/5174 17% [========== ] 895/5174 17% [========== ] 896/5174 17% [========== ] 897/5174 17% [========== ] 898/5174 17% [========== ] 899/5174 17% [========== ] 900/5174 17% [========== ] 901/5174 17% [========== ] 902/5174 17% [========== ] 903/5174 17% [========== ] 904/5174 17% [========== ] 905/5174 17% [========== ] 906/5174 17% [========== ] 907/5174 17% [========== ] 908/5174 17% [========== ] 909/5174 17% [========== ] 910/5174 17% [========== ] 911/5174 17% [========== ] 912/5174 17% [========== ] 913/5174 17% [========== ] 914/5174 17% [========== ] 915/5174 17% [========== ] 916/5174 17% [========== ] 917/5174 17% [=========== ] 918/5174 17% [=========== ] 919/5174 17% [=========== ] 920/5174 17% [=========== ] 921/5174 17% [=========== ] 922/5174 17% [=========== ] 923/5174 17% [=========== ] 924/5174 17% [=========== ] 925/5174 17% [=========== ] 926/5174 17% [=========== ] 927/5174 17% [=========== ] 928/5174 17% [=========== ] 929/5174 17% [=========== ] 930/5174 17% [=========== ] 931/5174 17% [=========== ] 932/5174 18% [=========== ] 933/5174 18% [=========== ] 934/5174 18% [=========== ] 935/5174 18% [=========== ] 936/5174 18% [=========== ] 937/5174 18% [=========== ] 938/5174 18% [=========== ] 939/5174 18% [=========== ] 940/5174 18% [=========== ] 941/5174 18% [=========== ] 942/5174 18% [=========== ] 943/5174 18% [=========== ] 944/5174 18% [=========== ] 945/5174 18% [=========== ] 946/5174 18% [=========== ] 947/5174 18% [=========== ] 948/5174 18% [=========== ] 949/5174 18% [=========== ] 950/5174 18% [=========== ] 951/5174 18% [=========== ] 952/5174 18% [=========== ] 953/5174 18% [=========== ] 954/5174 18% [=========== ] 955/5174 18% [=========== ] 956/5174 18% [=========== ] 957/5174 18% [=========== ] 958/5174 18% [=========== ] 959/5174 18% [=========== ] 960/5174 18% [=========== ] 961/5174 18% [=========== ] 962/5174 18% [=========== ] 963/5174 18% [=========== ] 964/5174 18% [=========== ] 965/5174 18% [=========== ] 966/5174 18% [=========== ] 967/5174 18% [=========== ] 968/5174 18% [=========== ] 969/5174 18% [=========== ] 970/5174 18% [=========== ] 971/5174 18% [=========== ] 972/5174 18% [=========== ] 973/5174 18% [=========== ] 974/5174 18% [=========== ] 975/5174 18% [=========== ] 976/5174 18% [=========== ] 977/5174 18% [=========== ] 978/5174 18% [=========== ] 979/5174 18% [=========== ] 980/5174 18% [=========== ] 981/5174 18% [=========== ] 982/5174 18% [=========== ] 983/5174 18% [=========== ] 984/5174 19% [=========== ] 985/5174 19% [=========== ] 986/5174 19% [=========== ] 987/5174 19% [=========== ] 988/5174 19% [=========== ] 989/5174 19% [=========== ] 990/5174 19% [=========== ] 991/5174 19% [=========== ] 992/5174 19% [=========== ] 993/5174 19% [=========== ] 994/5174 19% [=========== ] 995/5174 19% [=========== ] 996/5174 19% [=========== ] 997/5174 19% [=========== ] 998/5174 19% [=========== ] 999/5174 19% [=========== ] 1000/5174 19% [=========== ] 1001/5174 19% [============ ] 1002/5174 19% [============ ] 1003/5174 19% [============ ] 1004/5174 19% [============ ] 1005/5174 19% [============ ] 1006/5174 19% [============ ] 1007/5174 19% [============ ] 1008/5174 19% [============ ] 1009/5174 19% [============ ] 1010/5174 19% [============ ] 1011/5174 19% [============ ] 1012/5174 19% [============ ] 1013/5174 19% [============ ] 1014/5174 19% [============ ] 1015/5174 19% [============ ] 1016/5174 19% [============ ] 1017/5174 19% [============ ] 1018/5174 19% [============ ] 1019/5174 19% [============ ] 1020/5174 19% [============ ] 1021/5174 19% [============ ] 1022/5174 19% [============ ] 1023/5174 19% [============ ] 1024/5174 19% [============ ] 1025/5174 19% [============ ] 1026/5174 19% [============ ] 1027/5174 19% [============ ] 1028/5174 19% [============ ] 1029/5174 19% [============ ] 1030/5174 19% [============ ] 1031/5174 19% [============ ] 1032/5174 19% [============ ] 1033/5174 19% [============ ] 1034/5174 19% [============ ] 1035/5174 20% [============ ] 1036/5174 20% [============ ] 1037/5174 20% [============ ] 1038/5174 20% [============ ] 1039/5174 20% [============ ] 1040/5174 20% [============ ] 1041/5174 20% [============ ] 1042/5174 20% [============ ] 1043/5174 20% [============ ] 1044/5174 20% [============ ] 1045/5174 20% [============ ] 1046/5174 20% [============ ] 1047/5174 20% [============ ] 1048/5174 20% [============ ] 1049/5174 20% [============ ] 1050/5174 20% [============ ] 1051/5174 20% [============ ] 1052/5174 20% [============ ] 1053/5174 20% [============ ] 1054/5174 20% [============ ] 1055/5174 20% [============ ] 1056/5174 20% [============ ] 1057/5174 20% [============ ] 1058/5174 20% [============ ] 1059/5174 20% [============ ] 1060/5174 20% [============ ] 1061/5174 20% [============ ] 1062/5174 20% [============ ] 1063/5174 20% [============ ] 1064/5174 20% [============ ] 1065/5174 20% [============ ] 1066/5174 20% [============ ] 1067/5174 20% [============ ] 1068/5174 20% [============ ] 1069/5174 20% [============ ] 1070/5174 20% [============ ] 1071/5174 20% [============ ] 1072/5174 20% [============ ] 1073/5174 20% [============ ] 1074/5174 20% [============ ] 1075/5174 20% [============ ] 1076/5174 20% [============ ] 1077/5174 20% [============ ] 1078/5174 20% [============ ] 1079/5174 20% [============ ] 1080/5174 20% [============ ] 1081/5174 20% [============ ] 1082/5174 20% [============ ] 1083/5174 20% [============ ] 1084/5174 20% [============= ] 1085/5174 20% [============= ] 1086/5174 20% [============= ] 1087/5174 21% [============= ] 1088/5174 21% [============= ] 1089/5174 21% [============= ] 1090/5174 21% [============= ] 1091/5174 21% [============= ] 1092/5174 21% [============= ] 1093/5174 21% [============= ] 1094/5174 21% [============= ] 1095/5174 21% [============= ] 1096/5174 21% [============= ] 1097/5174 21% [============= ] 1098/5174 21% [============= ] 1099/5174 21% [============= ] 1100/5174 21% [============= ] 1101/5174 21% [============= ] 1102/5174 21% [============= ] 1103/5174 21% [============= ] 1104/5174 21% [============= ] 1105/5174 21% [============= ] 1106/5174 21% [============= ] 1107/5174 21% [============= ] 1108/5174 21% [============= ] 1109/5174 21% [============= ] 1110/5174 21% [============= ] 1111/5174 21% [============= ] 1112/5174 21% [============= ] 1113/5174 21% [============= ] 1114/5174 21% [============= ] 1115/5174 21% [============= ] 1116/5174 21% [============= ] 1117/5174 21% [============= ] 1118/5174 21% [============= ] 1119/5174 21% [============= ] 1120/5174 21% [============= ] 1121/5174 21% [============= ] 1122/5174 21% [============= ] 1123/5174 21% [============= ] 1124/5174 21% [============= ] 1125/5174 21% [============= ] 1126/5174 21% [============= ] 1127/5174 21% [============= ] 1128/5174 21% [============= ] 1129/5174 21% [============= ] 1130/5174 21% [============= ] 1131/5174 21% [============= ] 1132/5174 21% [============= ] 1133/5174 21% [============= ] 1134/5174 21% [============= ] 1135/5174 21% [============= ] 1136/5174 21% [============= ] 1137/5174 21% [============= ] 1138/5174 21% [============= ] 1139/5174 22% [============= ] 1140/5174 22% [============= ] 1141/5174 22% [============= ] 1142/5174 22% [============= ] 1143/5174 22% [============= ] 1144/5174 22% [============= ] 1145/5174 22% [============= ] 1146/5174 22% [============= ] 1147/5174 22% [============= ] 1148/5174 22% [============= ] 1149/5174 22% [============= ] 1150/5174 22% [============= ] 1151/5174 22% [============= ] 1152/5174 22% [============= ] 1153/5174 22% [============= ] 1154/5174 22% [============= ] 1155/5174 22% [============= ] 1156/5174 22% [============= ] 1157/5174 22% [============= ] 1158/5174 22% [============= ] 1159/5174 22% [============= ] 1160/5174 22% [============= ] 1161/5174 22% [============= ] 1162/5174 22% [============= ] 1163/5174 22% [============= ] 1164/5174 22% [============= ] 1165/5174 22% [============= ] 1166/5174 22% [============= ] 1167/5174 22% [============= ] 1168/5174 22% [============== ] 1169/5174 22% [============== ] 1170/5174 22% [============== ] 1171/5174 22% [============== ] 1172/5174 22% [============== ] 1173/5174 22% [============== ] 1174/5174 22% [============== ] 1175/5174 22% [============== ] 1176/5174 22% [============== ] 1177/5174 22% [============== ] 1178/5174 22% [============== ] 1179/5174 22% [============== ] 1180/5174 22% [============== ] 1181/5174 22% [============== ] 1182/5174 22% [============== ] 1183/5174 22% [============== ] 1184/5174 22% [============== ] 1185/5174 22% [============== ] 1186/5174 22% [============== ] 1187/5174 22% [============== ] 1188/5174 22% [============== ] 1189/5174 22% [============== ] 1190/5174 22% [============== ] 1191/5174 23% [============== ] 1192/5174 23% [============== ] 1193/5174 23% [============== ] 1194/5174 23% [============== ] 1195/5174 23% [============== ] 1196/5174 23% [============== ] 1197/5174 23% [============== ] 1198/5174 23% [============== ] 1199/5174 23% [============== ] 1200/5174 23% [============== ] 1201/5174 23% [============== ] 1202/5174 23% [============== ] 1203/5174 23% [============== ] 1204/5174 23% [============== ] 1205/5174 23% [============== ] 1206/5174 23% [============== ] 1207/5174 23% [============== ] 1208/5174 23% [============== ] 1209/5174 23% [============== ] 1210/5174 23% [============== ] 1211/5174 23% [============== ] 1212/5174 23% [============== ] 1213/5174 23% [============== ] 1214/5174 23% [============== ] 1215/5174 23% [============== ] 1216/5174 23% [============== ] 1217/5174 23% [============== ] 1218/5174 23% [============== ] 1219/5174 23% [============== ] 1220/5174 23% [============== ] 1221/5174 23% [============== ] 1222/5174 23% [============== ] 1223/5174 23% [============== ] 1224/5174 23% [============== ] 1225/5174 23% [============== ] 1226/5174 23% [============== ] 1227/5174 23% [============== ] 1228/5174 23% [============== ] 1229/5174 23% [============== ] 1230/5174 23% [============== ] 1231/5174 23% [============== ] 1232/5174 23% [============== ] 1233/5174 23% [============== ] 1234/5174 23% [============== ] 1235/5174 23% [============== ] 1236/5174 23% [============== ] 1237/5174 23% [============== ] 1238/5174 23% [============== ] 1239/5174 23% [============== ] 1240/5174 23% [============== ] 1241/5174 23% [============== ] 1242/5174 24% [============== ] 1243/5174 24% [============== ] 1244/5174 24% [============== ] 1245/5174 24% [============== ] 1246/5174 24% [============== ] 1247/5174 24% [============== ] 1248/5174 24% [============== ] 1249/5174 24% [============== ] 1250/5174 24% [============== ] 1251/5174 24% [=============== ] 1252/5174 24% [=============== ] 1253/5174 24% [=============== ] 1254/5174 24% [=============== ] 1255/5174 24% [=============== ] 1256/5174 24% [=============== ] 1257/5174 24% [=============== ] 1258/5174 24% [=============== ] 1259/5174 24% [=============== ] 1260/5174 24% [=============== ] 1261/5174 24% [=============== ] 1262/5174 24% [=============== ] 1263/5174 24% [=============== ] 1264/5174 24% [=============== ] 1265/5174 24% [=============== ] 1266/5174 24% [=============== ] 1267/5174 24% [=============== ] 1268/5174 24% [=============== ] 1269/5174 24% [=============== ] 1270/5174 24% [=============== ] 1271/5174 24% [=============== ] 1272/5174 24% [=============== ] 1273/5174 24% [=============== ] 1274/5174 24% [=============== ] 1275/5174 24% [=============== ] 1276/5174 24% [=============== ] 1277/5174 24% [=============== ] 1278/5174 24% [=============== ] 1279/5174 24% [=============== ] 1280/5174 24% [=============== ] 1281/5174 24% [=============== ] 1282/5174 24% [=============== ] 1283/5174 24% [=============== ] 1284/5174 24% [=============== ] 1285/5174 24% [=============== ] 1286/5174 24% [=============== ] 1287/5174 24% [=============== ] 1288/5174 24% [=============== ] 1289/5174 24% [=============== ] 1290/5174 24% [=============== ] 1291/5174 24% [=============== ] 1292/5174 24% [=============== ] 1293/5174 24% [=============== ] 1294/5174 25% [=============== ] 1295/5174 25% [=============== ] 1296/5174 25% [=============== ] 1297/5174 25% [=============== ] 1298/5174 25% [=============== ] 1299/5174 25% [=============== ] 1300/5174 25% [=============== ] 1301/5174 25% [=============== ] 1302/5174 25% [=============== ] 1303/5174 25% [=============== ] 1304/5174 25% [=============== ] 1305/5174 25% [=============== ] 1306/5174 25% [=============== ] 1307/5174 25% [=============== ] 1308/5174 25% [=============== ] 1309/5174 25% [=============== ] 1310/5174 25% [=============== ] 1311/5174 25% [=============== ] 1312/5174 25% [=============== ] 1313/5174 25% [=============== ] 1314/5174 25% [=============== ] 1315/5174 25% [=============== ] 1316/5174 25% [=============== ] 1317/5174 25% [=============== ] 1318/5174 25% [=============== ] 1319/5174 25% [=============== ] 1320/5174 25% [=============== ] 1321/5174 25% [=============== ] 1322/5174 25% [=============== ] 1323/5174 25% [=============== ] 1324/5174 25% [=============== ] 1325/5174 25% [=============== ] 1326/5174 25% [=============== ] 1327/5174 25% [=============== ] 1328/5174 25% [=============== ] 1329/5174 25% [=============== ] 1330/5174 25% [=============== ] 1331/5174 25% [=============== ] 1332/5174 25% [=============== ] 1333/5174 25% [=============== ] 1334/5174 25% [=============== ] 1335/5174 25% [================ ] 1336/5174 25% [================ ] 1337/5174 25% [================ ] 1338/5174 25% [================ ] 1339/5174 25% [================ ] 1340/5174 25% [================ ] 1341/5174 25% [================ ] 1342/5174 25% [================ ] 1343/5174 25% [================ ] 1344/5174 25% [================ ] 1345/5174 25% [================ ] 1346/5174 26% [================ ] 1347/5174 26% [================ ] 1348/5174 26% [================ ] 1349/5174 26% [================ ] 1350/5174 26% [================ ] 1351/5174 26% [================ ] 1352/5174 26% [================ ] 1353/5174 26% [================ ] 1354/5174 26% [================ ] 1355/5174 26% [================ ] 1356/5174 26% [================ ] 1357/5174 26% [================ ] 1358/5174 26% [================ ] 1359/5174 26% [================ ] 1360/5174 26% [================ ] 1361/5174 26% [================ ] 1362/5174 26% [================ ] 1363/5174 26% [================ ] 1364/5174 26% [================ ] 1365/5174 26% [================ ] 1366/5174 26% [================ ] 1367/5174 26% [================ ] 1368/5174 26% [================ ] 1369/5174 26% [================ ] 1370/5174 26% [================ ] 1371/5174 26% [================ ] 1372/5174 26% [================ ] 1373/5174 26% [================ ] 1374/5174 26% [================ ] 1375/5174 26% [================ ] 1376/5174 26% [================ ] 1377/5174 26% [================ ] 1378/5174 26% [================ ] 1379/5174 26% [================ ] 1380/5174 26% [================ ] 1381/5174 26% [================ ] 1382/5174 26% [================ ] 1383/5174 26% [================ ] 1384/5174 26% [================ ] 1385/5174 26% [================ ] 1386/5174 26% [================ ] 1387/5174 26% [================ ] 1388/5174 26% [================ ] 1389/5174 26% [================ ] 1390/5174 26% [================ ] 1391/5174 26% [================ ] 1392/5174 26% [================ ] 1393/5174 26% [================ ] 1394/5174 26% [================ ] 1395/5174 26% [================ ] 1396/5174 26% [================ ] 1397/5174 27% [================ ] 1398/5174 27% [================ ] 1399/5174 27% [================ ] 1400/5174 27% [================ ] 1401/5174 27% [================ ] 1402/5174 27% [================ ] 1403/5174 27% [================ ] 1404/5174 27% [================ ] 1405/5174 27% [================ ] 1406/5174 27% [================ ] 1407/5174 27% [================ ] 1408/5174 27% [================ ] 1409/5174 27% [================ ] 1410/5174 27% [================ ] 1411/5174 27% [================ ] 1412/5174 27% [================ ] 1413/5174 27% [================ ] 1414/5174 27% [================ ] 1415/5174 27% [================ ] 1416/5174 27% [================ ] 1417/5174 27% [================ ] 1418/5174 27% [================= ] 1419/5174 27% [================= ] 1420/5174 27% [================= ] 1421/5174 27% [================= ] 1422/5174 27% [================= ] 1423/5174 27% [================= ] 1424/5174 27% [================= ] 1425/5174 27% [================= ] 1426/5174 27% [================= ] 1427/5174 27% [================= ] 1428/5174 27% [================= ] 1429/5174 27% [================= ] 1430/5174 27% [================= ] 1431/5174 27% [================= ] 1432/5174 27% [================= ] 1433/5174 27% [================= ] 1434/5174 27% [================= ] 1435/5174 27% [================= ] 1436/5174 27% [================= ] 1437/5174 27% [================= ] 1438/5174 27% [================= ] 1439/5174 27% [================= ] 1440/5174 27% [================= ] 1441/5174 27% [================= ] 1442/5174 27% [================= ] 1443/5174 27% [================= ] 1444/5174 27% [================= ] 1445/5174 27% [================= ] 1446/5174 27% [================= ] 1447/5174 27% [================= ] 1448/5174 27% [================= ] 1449/5174 28% [================= ] 1450/5174 28% [================= ] 1451/5174 28% [================= ] 1452/5174 28% [================= ] 1453/5174 28% [================= ] 1454/5174 28% [================= ] 1455/5174 28% [================= ] 1456/5174 28% [================= ] 1457/5174 28% [================= ] 1458/5174 28% [================= ] 1459/5174 28% [================= ] 1460/5174 28% [================= ] 1461/5174 28% [================= ] 1462/5174 28% [================= ] 1463/5174 28% [================= ] 1464/5174 28% [================= ] 1465/5174 28% [================= ] 1466/5174 28% [================= ] 1467/5174 28% [================= ] 1468/5174 28% [================= ] 1469/5174 28% [================= ] 1470/5174 28% [================= ] 1471/5174 28% [================= ] 1472/5174 28% [================= ] 1473/5174 28% [================= ] 1474/5174 28% [================= ] 1475/5174 28% [================= ] 1476/5174 28% [================= ] 1477/5174 28% [================= ] 1478/5174 28% [================= ] 1479/5174 28% [================= ] 1480/5174 28% [================= ] 1481/5174 28% [================= ] 1482/5174 28% [================= ] 1483/5174 28% [================= ] 1484/5174 28% [================= ] 1485/5174 28% [================= ] 1486/5174 28% [================= ] 1487/5174 28% [================= ] 1488/5174 28% [================= ] 1489/5174 28% [================= ] 1490/5174 28% [================= ] 1491/5174 28% [================= ] 1492/5174 28% [================= ] 1493/5174 28% [================= ] 1494/5174 28% [================= ] 1495/5174 28% [================= ] 1496/5174 28% [================= ] 1497/5174 28% [================= ] 1498/5174 28% [================= ] 1499/5174 28% [================= ] 1500/5174 28% [================= ] 1501/5174 29% [================= ] 1502/5174 29% [================== ] 1503/5174 29% [================== ] 1504/5174 29% [================== ] 1505/5174 29% [================== ] 1506/5174 29% [================== ] 1507/5174 29% [================== ] 1508/5174 29% [================== ] 1509/5174 29% [================== ] 1510/5174 29% [================== ] 1511/5174 29% [================== ] 1512/5174 29% [================== ] 1513/5174 29% [================== ] 1514/5174 29% [================== ] 1515/5174 29% [================== ] 1516/5174 29% [================== ] 1517/5174 29% [================== ] 1518/5174 29% [================== ] 1519/5174 29% [================== ] 1520/5174 29% [================== ] 1521/5174 29% [================== ] 1522/5174 29% [================== ] 1523/5174 29% [================== ] 1524/5174 29% [================== ] 1525/5174 29% [================== ] 1526/5174 29% [================== ] 1527/5174 29% [================== ] 1528/5174 29% [================== ] 1529/5174 29% [================== ] 1530/5174 29% [================== ] 1531/5174 29% [================== ] 1532/5174 29% [================== ] 1533/5174 29% [================== ] 1534/5174 29% [================== ] 1535/5174 29% [================== ] 1536/5174 29% [================== ] 1537/5174 29% [================== ] 1538/5174 29% [================== ] 1539/5174 29% [================== ] 1540/5174 29% [================== ] 1541/5174 29% [================== ] 1542/5174 29% [================== ] 1543/5174 29% [================== ] 1544/5174 29% [================== ] 1545/5174 29% [================== ] 1546/5174 29% [================== ] 1547/5174 29% [================== ] 1548/5174 29% [================== ] 1549/5174 29% [================== ] 1550/5174 29% [================== ] 1551/5174 29% [================== ] 1552/5174 29% [================== ] 1553/5174 30% [================== ] 1554/5174 30% [================== ] 1555/5174 30% [================== ] 1556/5174 30% [================== ] 1557/5174 30% [================== ] 1558/5174 30% [================== ] 1559/5174 30% [================== ] 1560/5174 30% [================== ] 1561/5174 30% [================== ] 1562/5174 30% [================== ] 1563/5174 30% [================== ] 1564/5174 30% [================== ] 1565/5174 30% [================== ] 1566/5174 30% [================== ] 1567/5174 30% [================== ] 1568/5174 30% [================== ] 1569/5174 30% [================== ] 1570/5174 30% [================== ] 1571/5174 30% [================== ] 1572/5174 30% [================== ] 1573/5174 30% [================== ] 1574/5174 30% [================== ] 1575/5174 30% [================== ] 1576/5174 30% [================== ] 1577/5174 30% [================== ] 1578/5174 30% [================== ] 1579/5174 30% [================== ] 1580/5174 30% [================== ] 1581/5174 30% [================== ] 1582/5174 30% [================== ] 1583/5174 30% [================== ] 1584/5174 30% [================== ] 1585/5174 30% [=================== ] 1586/5174 30% [=================== ] 1587/5174 30% [=================== ] 1588/5174 30% [=================== ] 1589/5174 30% [=================== ] 1590/5174 30% [=================== ] 1591/5174 30% [=================== ] 1592/5174 30% [=================== ] 1593/5174 30% [=================== ] 1594/5174 30% [=================== ] 1595/5174 30% [=================== ] 1596/5174 30% [=================== ] 1597/5174 30% [=================== ] 1598/5174 30% [=================== ] 1599/5174 30% [=================== ] 1600/5174 30% [=================== ] 1601/5174 30% [=================== ] 1602/5174 30% [=================== ] 1603/5174 30% [=================== ] 1604/5174 31% [=================== ] 1605/5174 31% [=================== ] 1606/5174 31% [=================== ] 1607/5174 31% [=================== ] 1608/5174 31% [=================== ] 1609/5174 31% [=================== ] 1610/5174 31% [=================== ] 1611/5174 31% [=================== ] 1612/5174 31% [=================== ] 1613/5174 31% [=================== ] 1614/5174 31% [=================== ] 1615/5174 31% [=================== ] 1616/5174 31% [=================== ] 1617/5174 31% [=================== ] 1618/5174 31% [=================== ] 1619/5174 31% [=================== ] 1620/5174 31% [=================== ] 1621/5174 31% [=================== ] 1622/5174 31% [=================== ] 1623/5174 31% [=================== ] 1624/5174 31% [=================== ] 1625/5174 31% [=================== ] 1626/5174 31% [=================== ] 1627/5174 31% [=================== ] 1628/5174 31% [=================== ] 1629/5174 31% [=================== ] 1630/5174 31% [=================== ] 1631/5174 31% [=================== ] 1632/5174 31% [=================== ] 1633/5174 31% [=================== ] 1634/5174 31% [=================== ] 1635/5174 31% [=================== ] 1636/5174 31% [=================== ] 1637/5174 31% [=================== ] 1638/5174 31% [=================== ] 1639/5174 31% [=================== ] 1640/5174 31% [=================== ] 1641/5174 31% [=================== ] 1642/5174 31% [=================== ] 1643/5174 31% [=================== ] 1644/5174 31% [=================== ] 1645/5174 31% [=================== ] 1646/5174 31% [=================== ] 1647/5174 31% [=================== ] 1648/5174 31% [=================== ] 1649/5174 31% [=================== ] 1650/5174 31% [=================== ] 1651/5174 31% [=================== ] 1652/5174 31% [=================== ] 1653/5174 31% [=================== ] 1654/5174 31% [=================== ] 1655/5174 31% [=================== ] 1656/5174 32% [=================== ] 1657/5174 32% [=================== ] 1658/5174 32% [=================== ] 1659/5174 32% [=================== ] 1660/5174 32% [=================== ] 1661/5174 32% [=================== ] 1662/5174 32% [=================== ] 1663/5174 32% [=================== ] 1664/5174 32% [=================== ] 1665/5174 32% [=================== ] 1666/5174 32% [=================== ] 1667/5174 32% [=================== ] 1668/5174 32% [=================== ] 1669/5174 32% [==================== ] 1670/5174 32% [==================== ] 1671/5174 32% [==================== ] 1672/5174 32% [==================== ] 1673/5174 32% [==================== ] 1674/5174 32% [==================== ] 1675/5174 32% [==================== ] 1676/5174 32% [==================== ] 1677/5174 32% [==================== ] 1678/5174 32% [==================== ] 1679/5174 32% [==================== ] 1680/5174 32% [==================== ] 1681/5174 32% [==================== ] 1682/5174 32% [==================== ] 1683/5174 32% [==================== ] 1684/5174 32% [==================== ] 1685/5174 32% [==================== ] 1686/5174 32% [==================== ] 1687/5174 32% [==================== ] 1688/5174 32% [==================== ] 1689/5174 32% [==================== ] 1690/5174 32% [==================== ] 1691/5174 32% [==================== ] 1692/5174 32% [==================== ] 1693/5174 32% [==================== ] 1694/5174 32% [==================== ] 1695/5174 32% [==================== ] 1696/5174 32% [==================== ] 1697/5174 32% [==================== ] 1698/5174 32% [==================== ] 1699/5174 32% [==================== ] 1700/5174 32% [==================== ] 1701/5174 32% [==================== ] 1702/5174 32% [==================== ] 1703/5174 32% [==================== ] 1704/5174 32% [==================== ] 1705/5174 32% [==================== ] 1706/5174 32% [==================== ] 1707/5174 32% [==================== ] 1708/5174 33% [==================== ] 1709/5174 33% [==================== ] 1710/5174 33% [==================== ] 1711/5174 33% [==================== ] 1712/5174 33% [==================== ] 1713/5174 33% [==================== ] 1714/5174 33% [==================== ] 1715/5174 33% [==================== ] 1716/5174 33% [==================== ] 1717/5174 33% [==================== ] 1718/5174 33% [==================== ] 1719/5174 33% [==================== ] 1720/5174 33% [==================== ] 1721/5174 33% [==================== ] 1722/5174 33% [==================== ] 1723/5174 33% [==================== ] 1724/5174 33% [==================== ] 1725/5174 33% [==================== ] 1726/5174 33% [==================== ] 1727/5174 33% [==================== ] 1728/5174 33% [==================== ] 1729/5174 33% [==================== ] 1730/5174 33% [==================== ] 1731/5174 33% [==================== ] 1732/5174 33% [==================== ] 1733/5174 33% [==================== ] 1734/5174 33% [==================== ] 1735/5174 33% [==================== ] 1736/5174 33% [==================== ] 1737/5174 33% [==================== ] 1738/5174 33% [==================== ] 1739/5174 33% [==================== ] 1740/5174 33% [==================== ] 1741/5174 33% [==================== ] 1742/5174 33% [==================== ] 1743/5174 33% [==================== ] 1744/5174 33% [==================== ] 1745/5174 33% [==================== ] 1746/5174 33% [==================== ] 1747/5174 33% [==================== ] 1748/5174 33% [==================== ] 1749/5174 33% [==================== ] 1750/5174 33% [==================== ] 1751/5174 33% [==================== ] 1752/5174 33% [===================== ] 1753/5174 33% [===================== ] 1754/5174 33% [===================== ] 1755/5174 33% [===================== ] 1756/5174 33% [===================== ] 1757/5174 33% [===================== ] 1758/5174 33% [===================== ] 1759/5174 33% [===================== ] 1760/5174 34% [===================== ] 1761/5174 34% [===================== ] 1762/5174 34% [===================== ] 1763/5174 34% [===================== ] 1764/5174 34% [===================== ] 1765/5174 34% [===================== ] 1766/5174 34% [===================== ] 1767/5174 34% [===================== ] 1768/5174 34% [===================== ] 1769/5174 34% [===================== ] 1770/5174 34% [===================== ] 1771/5174 34% [===================== ] 1772/5174 34% [===================== ] 1773/5174 34% [===================== ] 1774/5174 34% [===================== ] 1775/5174 34% [===================== ] 1776/5174 34% [===================== ] 1777/5174 34% [===================== ] 1778/5174 34% [===================== ] 1779/5174 34% [===================== ] 1780/5174 34% [===================== ] 1781/5174 34% [===================== ] 1782/5174 34% [===================== ] 1783/5174 34% [===================== ] 1784/5174 34% [===================== ] 1785/5174 34% [===================== ] 1786/5174 34% [===================== ] 1787/5174 34% [===================== ] 1788/5174 34% [===================== ] 1789/5174 34% [===================== ] 1790/5174 34% [===================== ] 1791/5174 34% [===================== ] 1792/5174 34% [===================== ] 1793/5174 34% [===================== ] 1794/5174 34% [===================== ] 1795/5174 34% [===================== ] 1796/5174 34% [===================== ] 1797/5174 34% [===================== ] 1798/5174 34% [===================== ] 1799/5174 34% [===================== ] 1800/5174 34% [===================== ] 1801/5174 34% [===================== ] 1802/5174 34% [===================== ] 1803/5174 34% [===================== ] 1804/5174 34% [===================== ] 1805/5174 34% [===================== ] 1806/5174 34% [===================== ] 1807/5174 34% [===================== ] 1808/5174 34% [===================== ] 1809/5174 34% [===================== ] 1810/5174 34% [===================== ] 1811/5174 35% [===================== ] 1812/5174 35% [===================== ] 1813/5174 35% [===================== ] 1814/5174 35% [===================== ] 1815/5174 35% [===================== ] 1816/5174 35% [===================== ] 1817/5174 35% [===================== ] 1818/5174 35% [===================== ] 1819/5174 35% [===================== ] 1820/5174 35% [===================== ] 1821/5174 35% [===================== ] 1822/5174 35% [===================== ] 1823/5174 35% [===================== ] 1824/5174 35% [===================== ] 1825/5174 35% [===================== ] 1826/5174 35% [===================== ] 1827/5174 35% [===================== ] 1828/5174 35% [===================== ] 1829/5174 35% [===================== ] 1830/5174 35% [===================== ] 1831/5174 35% [===================== ] 1832/5174 35% [===================== ] 1833/5174 35% [===================== ] 1834/5174 35% [===================== ] 1835/5174 35% [====================== ] 1836/5174 35% [====================== ] 1837/5174 35% [====================== ] 1838/5174 35% [====================== ] 1839/5174 35% [====================== ] 1840/5174 35% [====================== ] 1841/5174 35% [====================== ] 1842/5174 35% [====================== ] 1843/5174 35% [====================== ] 1844/5174 35% [====================== ] 1845/5174 35% [====================== ] 1846/5174 35% [====================== ] 1847/5174 35% [====================== ] 1848/5174 35% [====================== ] 1849/5174 35% [====================== ] 1850/5174 35% [====================== ] 1851/5174 35% [====================== ] 1852/5174 35% [====================== ] 1853/5174 35% [====================== ] 1854/5174 35% [====================== ] 1855/5174 35% [====================== ] 1856/5174 35% [====================== ] 1857/5174 35% [====================== ] 1858/5174 35% [====================== ] 1859/5174 35% [====================== ] 1860/5174 35% [====================== ] 1861/5174 35% [====================== ] 1862/5174 35% [====================== ] 1863/5174 36% [====================== ] 1864/5174 36% [====================== ] 1865/5174 36% [====================== ] 1866/5174 36% [====================== ] 1867/5174 36% [====================== ] 1868/5174 36% [====================== ] 1869/5174 36% [====================== ] 1870/5174 36% [====================== ] 1871/5174 36% [====================== ] 1872/5174 36% [====================== ] 1873/5174 36% [====================== ] 1874/5174 36% [====================== ] 1875/5174 36% [====================== ] 1876/5174 36% [====================== ] 1877/5174 36% [====================== ] 1878/5174 36% [====================== ] 1879/5174 36% [====================== ] 1880/5174 36% [====================== ] 1881/5174 36% [====================== ] 1882/5174 36% [====================== ] 1883/5174 36% [====================== ] 1884/5174 36% [====================== ] 1885/5174 36% [====================== ] 1886/5174 36% [====================== ] 1887/5174 36% [====================== ] 1888/5174 36% [====================== ] 1889/5174 36% [====================== ] 1890/5174 36% [====================== ] 1891/5174 36% [====================== ] 1892/5174 36% [====================== ] 1893/5174 36% [====================== ] 1894/5174 36% [====================== ] 1895/5174 36% [====================== ] 1896/5174 36% [====================== ] 1897/5174 36% [====================== ] 1898/5174 36% [====================== ] 1899/5174 36% [====================== ] 1900/5174 36% [====================== ] 1901/5174 36% [====================== ] 1902/5174 36% [====================== ] 1903/5174 36% [====================== ] 1904/5174 36% [====================== ] 1905/5174 36% [====================== ] 1906/5174 36% [====================== ] 1907/5174 36% [====================== ] 1908/5174 36% [====================== ] 1909/5174 36% [====================== ] 1910/5174 36% [====================== ] 1911/5174 36% [====================== ] 1912/5174 36% [====================== ] 1913/5174 36% [====================== ] 1914/5174 36% [====================== ] 1915/5174 37% [====================== ] 1916/5174 37% [====================== ] 1917/5174 37% [====================== ] 1918/5174 37% [====================== ] 1919/5174 37% [======================= ] 1920/5174 37% [======================= ] 1921/5174 37% [======================= ] 1922/5174 37% [======================= ] 1923/5174 37% [======================= ] 1924/5174 37% [======================= ] 1925/5174 37% [======================= ] 1926/5174 37% [======================= ] 1927/5174 37% [======================= ] 1928/5174 37% [======================= ] 1929/5174 37% [======================= ] 1930/5174 37% [======================= ] 1931/5174 37% [======================= ] 1932/5174 37% [======================= ] 1933/5174 37% [======================= ] 1934/5174 37% [======================= ] 1935/5174 37% [======================= ] 1936/5174 37% [======================= ] 1937/5174 37% [======================= ] 1938/5174 37% [======================= ] 1939/5174 37% [======================= ] 1940/5174 37% [======================= ] 1941/5174 37% [======================= ] 1942/5174 37% [======================= ] 1943/5174 37% [======================= ] 1944/5174 37% [======================= ] 1945/5174 37% [======================= ] 1946/5174 37% [======================= ] 1947/5174 37% [======================= ] 1948/5174 37% [======================= ] 1949/5174 37% [======================= ] 1950/5174 37% [======================= ] 1951/5174 37% [======================= ] 1952/5174 37% [======================= ] 1953/5174 37% [======================= ] 1954/5174 37% [======================= ] 1955/5174 37% [======================= ] 1956/5174 37% [======================= ] 1957/5174 37% [======================= ] 1958/5174 37% [======================= ] 1959/5174 37% [======================= ] 1960/5174 37% [======================= ] 1961/5174 37% [======================= ] 1962/5174 37% [======================= ] 1963/5174 37% [======================= ] 1964/5174 37% [======================= ] 1965/5174 37% [======================= ] 1966/5174 37% [======================= ] 1967/5174 38% [======================= ] 1968/5174 38% [======================= ] 1969/5174 38% [======================= ] 1970/5174 38% [======================= ] 1971/5174 38% [======================= ] 1972/5174 38% [======================= ] 1973/5174 38% [======================= ] 1974/5174 38% [======================= ] 1975/5174 38% [======================= ] 1976/5174 38% [======================= ] 1977/5174 38% [======================= ] 1978/5174 38% [======================= ] 1979/5174 38% [======================= ] 1980/5174 38% [======================= ] 1981/5174 38% [======================= ] 1982/5174 38% [======================= ] 1983/5174 38% [======================= ] 1984/5174 38% [======================= ] 1985/5174 38% [======================= ] 1986/5174 38% [======================= ] 1987/5174 38% [======================= ] 1988/5174 38% [======================= ] 1989/5174 38% [======================= ] 1990/5174 38% [======================= ] 1991/5174 38% [======================= ] 1992/5174 38% [======================= ] 1993/5174 38% [======================= ] 1994/5174 38% [======================= ] 1995/5174 38% [======================= ] 1996/5174 38% [======================= ] 1997/5174 38% [======================= ] 1998/5174 38% [======================= ] 1999/5174 38% [======================= ] 2000/5174 38% [======================= ] 2001/5174 38% [======================= ] 2002/5174 38% [======================== ] 2003/5174 38% [======================== ] 2004/5174 38% [======================== ] 2005/5174 38% [======================== ] 2006/5174 38% [======================== ] 2007/5174 38% [======================== ] 2008/5174 38% [======================== ] 2009/5174 38% [======================== ] 2010/5174 38% [======================== ] 2011/5174 38% [======================== ] 2012/5174 38% [======================== ] 2013/5174 38% [======================== ] 2014/5174 38% [======================== ] 2015/5174 38% [======================== ] 2016/5174 38% [======================== ] 2017/5174 38% [======================== ] 2018/5174 39% [======================== ] 2019/5174 39% [======================== ] 2020/5174 39% [======================== ] 2021/5174 39% [======================== ] 2022/5174 39% [======================== ] 2023/5174 39% [======================== ] 2024/5174 39% [======================== ] 2025/5174 39% [======================== ] 2026/5174 39% [======================== ] 2027/5174 39% [======================== ] 2028/5174 39% [======================== ] 2029/5174 39% [======================== ] 2030/5174 39% [======================== ] 2031/5174 39% [======================== ] 2032/5174 39% [======================== ] 2033/5174 39% [======================== ] 2034/5174 39% [======================== ] 2035/5174 39% [======================== ] 2036/5174 39% [======================== ] 2037/5174 39% [======================== ] 2038/5174 39% [======================== ] 2039/5174 39% [======================== ] 2040/5174 39% [======================== ] 2041/5174 39% [======================== ] 2042/5174 39% [======================== ] 2043/5174 39% [======================== ] 2044/5174 39% [======================== ] 2045/5174 39% [======================== ] 2046/5174 39% [======================== ] 2047/5174 39% [======================== ] 2048/5174 39% [======================== ] 2049/5174 39% [======================== ] 2050/5174 39% [======================== ] 2051/5174 39% [======================== ] 2052/5174 39% [======================== ] 2053/5174 39% [======================== ] 2054/5174 39% [======================== ] 2055/5174 39% [======================== ] 2056/5174 39% [======================== ] 2057/5174 39% [======================== ] 2058/5174 39% [======================== ] 2059/5174 39% [======================== ] 2060/5174 39% [======================== ] 2061/5174 39% [======================== ] 2062/5174 39% [======================== ] 2063/5174 39% [======================== ] 2064/5174 39% [======================== ] 2065/5174 39% [======================== ] 2066/5174 39% [======================== ] 2067/5174 39% [======================== ] 2068/5174 39% [======================== ] 2069/5174 39% [======================== ] 2070/5174 40% [======================== ] 2071/5174 40% [======================== ] 2072/5174 40% [======================== ] 2073/5174 40% [======================== ] 2074/5174 40% [======================== ] 2075/5174 40% [======================== ] 2076/5174 40% [======================== ] 2077/5174 40% [======================== ] 2078/5174 40% [======================== ] 2079/5174 40% [======================== ] 2080/5174 40% [======================== ] 2081/5174 40% [======================== ] 2082/5174 40% [======================== ] 2083/5174 40% [======================== ] 2084/5174 40% [======================== ] 2085/5174 40% [======================== ] 2086/5174 40% [========================= ] 2087/5174 40% [========================= ] 2088/5174 40% [========================= ] 2089/5174 40% [========================= ] 2090/5174 40% [========================= ] 2091/5174 40% [========================= ] 2092/5174 40% [========================= ] 2093/5174 40% [========================= ] 2094/5174 40% [========================= ] 2095/5174 40% [========================= ] 2096/5174 40% [========================= ] 2097/5174 40% [========================= ] 2098/5174 40% [========================= ] 2099/5174 40% [========================= ] 2100/5174 40% [========================= ] 2101/5174 40% [========================= ] 2102/5174 40% [========================= ] 2103/5174 40% [========================= ] 2104/5174 40% [========================= ] 2105/5174 40% [========================= ] 2106/5174 40% [========================= ] 2107/5174 40% [========================= ] 2108/5174 40% [========================= ] 2109/5174 40% [========================= ] 2110/5174 40% [========================= ] 2111/5174 40% [========================= ] 2112/5174 40% [========================= ] 2113/5174 40% [========================= ] 2114/5174 40% [========================= ] 2115/5174 40% [========================= ] 2116/5174 40% [========================= ] 2117/5174 40% [========================= ] 2118/5174 40% [========================= ] 2119/5174 40% [========================= ] 2120/5174 40% [========================= ] 2121/5174 40% [========================= ] 2122/5174 41% [========================= ] 2123/5174 41% [========================= ] 2124/5174 41% [========================= ] 2125/5174 41% [========================= ] 2126/5174 41% [========================= ] 2127/5174 41% [========================= ] 2128/5174 41% [========================= ] 2129/5174 41% [========================= ] 2130/5174 41% [========================= ] 2131/5174 41% [========================= ] 2132/5174 41% [========================= ] 2133/5174 41% [========================= ] 2134/5174 41% [========================= ] 2135/5174 41% [========================= ] 2136/5174 41% [========================= ] 2137/5174 41% [========================= ] 2138/5174 41% [========================= ] 2139/5174 41% [========================= ] 2140/5174 41% [========================= ] 2141/5174 41% [========================= ] 2142/5174 41% [========================= ] 2143/5174 41% [========================= ] 2144/5174 41% [========================= ] 2145/5174 41% [========================= ] 2146/5174 41% [========================= ] 2147/5174 41% [========================= ] 2148/5174 41% [========================= ] 2149/5174 41% [========================= ] 2150/5174 41% [========================= ] 2151/5174 41% [========================= ] 2152/5174 41% [========================= ] 2153/5174 41% [========================= ] 2154/5174 41% [========================= ] 2155/5174 41% [========================= ] 2156/5174 41% [========================= ] 2157/5174 41% [========================= ] 2158/5174 41% [========================= ] 2159/5174 41% [========================= ] 2160/5174 41% [========================= ] 2161/5174 41% [========================= ] 2162/5174 41% [========================= ] 2163/5174 41% [========================= ] 2164/5174 41% [========================= ] 2165/5174 41% [========================= ] 2166/5174 41% [========================= ] 2167/5174 41% [========================= ] 2168/5174 41% [========================= ] 2169/5174 41% [========================== ] 2170/5174 41% [========================== ] 2171/5174 41% [========================== ] 2172/5174 41% [========================== ] 2173/5174 41% [========================== ] 2174/5174 42% [========================== ] 2175/5174 42% [========================== ] 2176/5174 42% [========================== ] 2177/5174 42% [========================== ] 2178/5174 42% [========================== ] 2179/5174 42% [========================== ] 2180/5174 42% [========================== ] 2181/5174 42% [========================== ] 2182/5174 42% [========================== ] 2183/5174 42% [========================== ] 2184/5174 42% [========================== ] 2185/5174 42% [========================== ] 2186/5174 42% [========================== ] 2187/5174 42% [========================== ] 2188/5174 42% [========================== ] 2189/5174 42% [========================== ] 2190/5174 42% [========================== ] 2191/5174 42% [========================== ] 2192/5174 42% [========================== ] 2193/5174 42% [========================== ] 2194/5174 42% [========================== ] 2195/5174 42% [========================== ] 2196/5174 42% [========================== ] 2197/5174 42% [========================== ] 2198/5174 42% [========================== ] 2199/5174 42% [========================== ] 2200/5174 42% [========================== ] 2201/5174 42% [========================== ] 2202/5174 42% [========================== ] 2203/5174 42% [========================== ] 2204/5174 42% [========================== ] 2205/5174 42% [========================== ] 2206/5174 42% [========================== ] 2207/5174 42% [========================== ] 2208/5174 42% [========================== ] 2209/5174 42% [========================== ] 2210/5174 42% [========================== ] 2211/5174 42% [========================== ] 2212/5174 42% [========================== ] 2213/5174 42% [========================== ] 2214/5174 42% [========================== ] 2215/5174 42% [========================== ] 2216/5174 42% [========================== ] 2217/5174 42% [========================== ] 2218/5174 42% [========================== ] 2219/5174 42% [========================== ] 2220/5174 42% [========================== ] 2221/5174 42% [========================== ] 2222/5174 42% [========================== ] 2223/5174 42% [========================== ] 2224/5174 42% [========================== ] 2225/5174 43% [========================== ] 2226/5174 43% [========================== ] 2227/5174 43% [========================== ] 2228/5174 43% [========================== ] 2229/5174 43% [========================== ] 2230/5174 43% [========================== ] 2231/5174 43% [========================== ] 2232/5174 43% [========================== ] 2233/5174 43% [========================== ] 2234/5174 43% [========================== ] 2235/5174 43% [========================== ] 2236/5174 43% [========================== ] 2237/5174 43% [========================== ] 2238/5174 43% [========================== ] 2239/5174 43% [========================== ] 2240/5174 43% [========================== ] 2241/5174 43% [========================== ] 2242/5174 43% [========================== ] 2243/5174 43% [========================== ] 2244/5174 43% [========================== ] 2245/5174 43% [========================== ] 2246/5174 43% [========================== ] 2247/5174 43% [========================== ] 2248/5174 43% [========================== ] 2249/5174 43% [========================== ] 2250/5174 43% [========================== ] 2251/5174 43% [========================== ] 2252/5174 43% [========================== ] 2253/5174 43% [=========================== ] 2254/5174 43% [=========================== ] 2255/5174 43% [=========================== ] 2256/5174 43% [=========================== ] 2257/5174 43% [=========================== ] 2258/5174 43% [=========================== ] 2259/5174 43% [=========================== ] 2260/5174 43% [=========================== ] 2261/5174 43% [=========================== ] 2262/5174 43% [=========================== ] 2263/5174 43% [=========================== ] 2264/5174 43% [=========================== ] 2265/5174 43% [=========================== ] 2266/5174 43% [=========================== ] 2267/5174 43% [=========================== ] 2268/5174 43% [=========================== ] 2269/5174 43% [=========================== ] 2270/5174 43% [=========================== ] 2271/5174 43% [=========================== ] 2272/5174 43% [=========================== ] 2273/5174 43% [=========================== ] 2274/5174 43% [=========================== ] 2275/5174 43% [=========================== ] 2276/5174 43% [=========================== ] 2277/5174 44% [=========================== ] 2278/5174 44% [=========================== ] 2279/5174 44% [=========================== ] 2280/5174 44% [=========================== ] 2281/5174 44% [=========================== ] 2282/5174 44% [=========================== ] 2283/5174 44% [=========================== ] 2284/5174 44% [=========================== ] 2285/5174 44% [=========================== ] 2286/5174 44% [=========================== ] 2287/5174 44% [=========================== ] 2288/5174 44% [=========================== ] 2289/5174 44% [=========================== ] 2290/5174 44% [=========================== ] 2291/5174 44% [=========================== ] 2292/5174 44% [=========================== ] 2293/5174 44% [=========================== ] 2294/5174 44% [=========================== ] 2295/5174 44% [=========================== ] 2296/5174 44% [=========================== ] 2297/5174 44% [=========================== ] 2298/5174 44% [=========================== ] 2299/5174 44% [=========================== ] 2300/5174 44% [=========================== ] 2301/5174 44% [=========================== ] 2302/5174 44% [=========================== ] 2303/5174 44% [=========================== ] 2304/5174 44% [=========================== ] 2305/5174 44% [=========================== ] 2306/5174 44% [=========================== ] 2307/5174 44% [=========================== ] 2308/5174 44% [=========================== ] 2309/5174 44% [=========================== ] 2310/5174 44% [=========================== ] 2311/5174 44% [=========================== ] 2312/5174 44% [=========================== ] 2313/5174 44% [=========================== ] 2314/5174 44% [=========================== ] 2315/5174 44% [=========================== ] 2316/5174 44% [=========================== ] 2317/5174 44% [=========================== ] 2318/5174 44% [=========================== ] 2319/5174 44% [=========================== ] 2320/5174 44% [=========================== ] 2321/5174 44% [=========================== ] 2322/5174 44% [=========================== ] 2323/5174 44% [=========================== ] 2324/5174 44% [=========================== ] 2325/5174 44% [=========================== ] 2326/5174 44% [=========================== ] 2327/5174 44% [=========================== ] 2328/5174 44% [=========================== ] 2329/5174 45% [=========================== ] 2330/5174 45% [=========================== ] 2331/5174 45% [=========================== ] 2332/5174 45% [=========================== ] 2333/5174 45% [=========================== ] 2334/5174 45% [=========================== ] 2335/5174 45% [=========================== ] 2336/5174 45% [============================ ] 2337/5174 45% [============================ ] 2338/5174 45% [============================ ] 2339/5174 45% [============================ ] 2340/5174 45% [============================ ] 2341/5174 45% [============================ ] 2342/5174 45% [============================ ] 2343/5174 45% [============================ ] 2344/5174 45% [============================ ] 2345/5174 45% [============================ ] 2346/5174 45% [============================ ] 2347/5174 45% [============================ ] 2348/5174 45% [============================ ] 2349/5174 45% [============================ ] 2350/5174 45% [============================ ] 2351/5174 45% [============================ ] 2352/5174 45% [============================ ] 2353/5174 45% [============================ ] 2354/5174 45% [============================ ] 2355/5174 45% [============================ ] 2356/5174 45% [============================ ] 2357/5174 45% [============================ ] 2358/5174 45% [============================ ] 2359/5174 45% [============================ ] 2360/5174 45% [============================ ] 2361/5174 45% [============================ ] 2362/5174 45% [============================ ] 2363/5174 45% [============================ ] 2364/5174 45% [============================ ] 2365/5174 45% [============================ ] 2366/5174 45% [============================ ] 2367/5174 45% [============================ ] 2368/5174 45% [============================ ] 2369/5174 45% [============================ ] 2370/5174 45% [============================ ] 2371/5174 45% [============================ ] 2372/5174 45% [============================ ] 2373/5174 45% [============================ ] 2374/5174 45% [============================ ] 2375/5174 45% [============================ ] 2376/5174 45% [============================ ] 2377/5174 45% [============================ ] 2378/5174 45% [============================ ] 2379/5174 45% [============================ ] 2380/5174 45% [============================ ] 2381/5174 46% [============================ ] 2382/5174 46% [============================ ] 2383/5174 46% [============================ ] 2384/5174 46% [============================ ] 2385/5174 46% [============================ ] 2386/5174 46% [============================ ] 2387/5174 46% [============================ ] 2388/5174 46% [============================ ] 2389/5174 46% [============================ ] 2390/5174 46% [============================ ] 2391/5174 46% [============================ ] 2392/5174 46% [============================ ] 2393/5174 46% [============================ ] 2394/5174 46% [============================ ] 2395/5174 46% [============================ ] 2396/5174 46% [============================ ] 2397/5174 46% [============================ ] 2398/5174 46% [============================ ] 2399/5174 46% [============================ ] 2400/5174 46% [============================ ] 2401/5174 46% [============================ ] 2402/5174 46% [============================ ] 2403/5174 46% [============================ ] 2404/5174 46% [============================ ] 2405/5174 46% [============================ ] 2406/5174 46% [============================ ] 2407/5174 46% [============================ ] 2408/5174 46% [============================ ] 2409/5174 46% [============================ ] 2410/5174 46% [============================ ] 2411/5174 46% [============================ ] 2412/5174 46% [============================ ] 2413/5174 46% [============================ ] 2414/5174 46% [============================ ] 2415/5174 46% [============================ ] 2416/5174 46% [============================ ] 2417/5174 46% [============================ ] 2418/5174 46% [============================ ] 2419/5174 46% [============================ ] 2420/5174 46% [============================= ] 2421/5174 46% [============================= ] 2422/5174 46% [============================= ] 2423/5174 46% [============================= ] 2424/5174 46% [============================= ] 2425/5174 46% [============================= ] 2426/5174 46% [============================= ] 2427/5174 46% [============================= ] 2428/5174 46% [============================= ] 2429/5174 46% [============================= ] 2430/5174 46% [============================= ] 2431/5174 46% [============================= ] 2432/5174 47% [============================= ] 2433/5174 47% [============================= ] 2434/5174 47% [============================= ] 2435/5174 47% [============================= ] 2436/5174 47% [============================= ] 2437/5174 47% [============================= ] 2438/5174 47% [============================= ] 2439/5174 47% [============================= ] 2440/5174 47% [============================= ] 2441/5174 47% [============================= ] 2442/5174 47% [============================= ] 2443/5174 47% [============================= ] 2444/5174 47% [============================= ] 2445/5174 47% [============================= ] 2446/5174 47% [============================= ] 2447/5174 47% [============================= ] 2448/5174 47% [============================= ] 2449/5174 47% [============================= ] 2450/5174 47% [============================= ] 2451/5174 47% [============================= ] 2452/5174 47% [============================= ] 2453/5174 47% [============================= ] 2454/5174 47% [============================= ] 2455/5174 47% [============================= ] 2456/5174 47% [============================= ] 2457/5174 47% [============================= ] 2458/5174 47% [============================= ] 2459/5174 47% [============================= ] 2460/5174 47% [============================= ] 2461/5174 47% [============================= ] 2462/5174 47% [============================= ] 2463/5174 47% [============================= ] 2464/5174 47% [============================= ] 2465/5174 47% [============================= ] 2466/5174 47% [============================= ] 2467/5174 47% [============================= ] 2468/5174 47% [============================= ] 2469/5174 47% [============================= ] 2470/5174 47% [============================= ] 2471/5174 47% [============================= ] 2472/5174 47% [============================= ] 2473/5174 47% [============================= ] 2474/5174 47% [============================= ] 2475/5174 47% [============================= ] 2476/5174 47% [============================= ] 2477/5174 47% [============================= ] 2478/5174 47% [============================= ] 2479/5174 47% [============================= ] 2480/5174 47% [============================= ] 2481/5174 47% [============================= ] 2482/5174 47% [============================= ] 2483/5174 47% [============================= ] 2484/5174 48% [============================= ] 2485/5174 48% [============================= ] 2486/5174 48% [============================= ] 2487/5174 48% [============================= ] 2488/5174 48% [============================= ] 2489/5174 48% [============================= ] 2490/5174 48% [============================= ] 2491/5174 48% [============================= ] 2492/5174 48% [============================= ] 2493/5174 48% [============================= ] 2494/5174 48% [============================= ] 2495/5174 48% [============================= ] 2496/5174 48% [============================= ] 2497/5174 48% [============================= ] 2498/5174 48% [============================= ] 2499/5174 48% [============================= ] 2500/5174 48% [============================= ] 2501/5174 48% [============================= ] 2502/5174 48% [============================= ] 2503/5174 48% [============================== ] 2504/5174 48% [============================== ] 2505/5174 48% [============================== ] 2506/5174 48% [============================== ] 2507/5174 48% [============================== ] 2508/5174 48% [============================== ] 2509/5174 48% [============================== ] 2510/5174 48% [============================== ] 2511/5174 48% [============================== ] 2512/5174 48% [============================== ] 2513/5174 48% [============================== ] 2514/5174 48% [============================== ] 2515/5174 48% [============================== ] 2516/5174 48% [============================== ] 2517/5174 48% [============================== ] 2518/5174 48% [============================== ] 2519/5174 48% [============================== ] 2520/5174 48% [============================== ] 2521/5174 48% [============================== ] 2522/5174 48% [============================== ] 2523/5174 48% [============================== ] 2524/5174 48% [============================== ] 2525/5174 48% [============================== ] 2526/5174 48% [============================== ] 2527/5174 48% [============================== ] 2528/5174 48% [============================== ] 2529/5174 48% [============================== ] 2530/5174 48% [============================== ] 2531/5174 48% [============================== ] 2532/5174 48% [============================== ] 2533/5174 48% [============================== ] 2534/5174 48% [============================== ] 2535/5174 48% [============================== ] 2536/5174 49% [============================== ] 2537/5174 49% [============================== ] 2538/5174 49% [============================== ] 2539/5174 49% [============================== ] 2540/5174 49% [============================== ] 2541/5174 49% [============================== ] 2542/5174 49% [============================== ] 2543/5174 49% [============================== ] 2544/5174 49% [============================== ] 2545/5174 49% [============================== ] 2546/5174 49% [============================== ] 2547/5174 49% [============================== ] 2548/5174 49% [============================== ] 2549/5174 49% [============================== ] 2550/5174 49% [============================== ] 2551/5174 49% [============================== ] 2552/5174 49% [============================== ] 2553/5174 49% [============================== ] 2554/5174 49% [============================== ] 2555/5174 49% [============================== ] 2556/5174 49% [============================== ] 2557/5174 49% [============================== ] 2558/5174 49% [============================== ] 2559/5174 49% [============================== ] 2560/5174 49% [============================== ] 2561/5174 49% [============================== ] 2562/5174 49% [============================== ] 2563/5174 49% [============================== ] 2564/5174 49% [============================== ] 2565/5174 49% [============================== ] 2566/5174 49% [============================== ] 2567/5174 49% [============================== ] 2568/5174 49% [============================== ] 2569/5174 49% [============================== ] 2570/5174 49% [============================== ] 2571/5174 49% [============================== ] 2572/5174 49% [============================== ] 2573/5174 49% [============================== ] 2574/5174 49% [============================== ] 2575/5174 49% [============================== ] 2576/5174 49% [============================== ] 2577/5174 49% [============================== ] 2578/5174 49% [============================== ] 2579/5174 49% [============================== ] 2580/5174 49% [============================== ] 2581/5174 49% [============================== ] 2582/5174 49% [============================== ] 2583/5174 49% [============================== ] 2584/5174 49% [============================== ] 2585/5174 49% [============================== ] 2586/5174 49% [=============================== ] 2587/5174 50% [=============================== ] 2588/5174 50% [=============================== ] 2589/5174 50% [=============================== ] 2590/5174 50% [=============================== ] 2591/5174 50% [=============================== ] 2592/5174 50% [=============================== ] 2593/5174 50% [=============================== ] 2594/5174 50% [=============================== ] 2595/5174 50% [=============================== ] 2596/5174 50% [=============================== ] 2597/5174 50% [=============================== ] 2598/5174 50% [=============================== ] 2599/5174 50% [=============================== ] 2600/5174 50% [=============================== ] 2601/5174 50% [=============================== ] 2602/5174 50% [=============================== ] 2603/5174 50% [=============================== ] 2604/5174 50% [=============================== ] 2605/5174 50% [=============================== ] 2606/5174 50% [=============================== ] 2607/5174 50% [=============================== ] 2608/5174 50% [=============================== ] 2609/5174 50% [=============================== ] 2610/5174 50% [=============================== ] 2611/5174 50% [=============================== ] 2612/5174 50% [=============================== ] 2613/5174 50% [=============================== ] 2614/5174 50% [=============================== ] 2615/5174 50% [=============================== ] 2616/5174 50% [=============================== ] 2617/5174 50% [=============================== ] 2618/5174 50% [=============================== ] 2619/5174 50% [=============================== ] 2620/5174 50% [=============================== ] 2621/5174 50% [=============================== ] 2622/5174 50% [=============================== ] 2623/5174 50% [=============================== ] 2624/5174 50% [=============================== ] 2625/5174 50% [=============================== ] 2626/5174 50% [=============================== ] 2627/5174 50% [=============================== ] 2628/5174 50% [=============================== ] 2629/5174 50% [=============================== ] 2630/5174 50% [=============================== ] 2631/5174 50% [=============================== ] 2632/5174 50% [=============================== ] 2633/5174 50% [=============================== ] 2634/5174 50% [=============================== ] 2635/5174 50% [=============================== ] 2636/5174 50% [=============================== ] 2637/5174 50% [=============================== ] 2638/5174 50% [=============================== ] 2639/5174 51% [=============================== ] 2640/5174 51% [=============================== ] 2641/5174 51% [=============================== ] 2642/5174 51% [=============================== ] 2643/5174 51% [=============================== ] 2644/5174 51% [=============================== ] 2645/5174 51% [=============================== ] 2646/5174 51% [=============================== ] 2647/5174 51% [=============================== ] 2648/5174 51% [=============================== ] 2649/5174 51% [=============================== ] 2650/5174 51% [=============================== ] 2651/5174 51% [=============================== ] 2652/5174 51% [=============================== ] 2653/5174 51% [=============================== ] 2654/5174 51% [=============================== ] 2655/5174 51% [=============================== ] 2656/5174 51% [=============================== ] 2657/5174 51% [=============================== ] 2658/5174 51% [=============================== ] 2659/5174 51% [=============================== ] 2660/5174 51% [=============================== ] 2661/5174 51% [=============================== ] 2662/5174 51% [=============================== ] 2663/5174 51% [=============================== ] 2664/5174 51% [=============================== ] 2665/5174 51% [=============================== ] 2666/5174 51% [=============================== ] 2667/5174 51% [=============================== ] 2668/5174 51% [=============================== ] 2669/5174 51% [=============================== ] 2670/5174 51% [================================ ] 2671/5174 51% [================================ ] 2672/5174 51% [================================ ] 2673/5174 51% [================================ ] 2674/5174 51% [================================ ] 2675/5174 51% [================================ ] 2676/5174 51% [================================ ] 2677/5174 51% [================================ ] 2678/5174 51% [================================ ] 2679/5174 51% [================================ ] 2680/5174 51% [================================ ] 2681/5174 51% [================================ ] 2682/5174 51% [================================ ] 2683/5174 51% [================================ ] 2684/5174 51% [================================ ] 2685/5174 51% [================================ ] 2686/5174 51% [================================ ] 2687/5174 51% [================================ ] 2688/5174 51% [================================ ] 2689/5174 51% [================================ ] 2690/5174 51% [================================ ] 2691/5174 52% [================================ ] 2692/5174 52% [================================ ] 2693/5174 52% [================================ ] 2694/5174 52% [================================ ] 2695/5174 52% [================================ ] 2696/5174 52% [================================ ] 2697/5174 52% [================================ ] 2698/5174 52% [================================ ] 2699/5174 52% [================================ ] 2700/5174 52% [================================ ] 2701/5174 52% [================================ ] 2702/5174 52% [================================ ] 2703/5174 52% [================================ ] 2704/5174 52% [================================ ] 2705/5174 52% [================================ ] 2706/5174 52% [================================ ] 2707/5174 52% [================================ ] 2708/5174 52% [================================ ] 2709/5174 52% [================================ ] 2710/5174 52% [================================ ] 2711/5174 52% [================================ ] 2712/5174 52% [================================ ] 2713/5174 52% [================================ ] 2714/5174 52% [================================ ] 2715/5174 52% [================================ ] 2716/5174 52% [================================ ] 2717/5174 52% [================================ ] 2718/5174 52% [================================ ] 2719/5174 52% [================================ ] 2720/5174 52% [================================ ] 2721/5174 52% [================================ ] 2722/5174 52% [================================ ] 2723/5174 52% [================================ ] 2724/5174 52% [================================ ] 2725/5174 52% [================================ ] 2726/5174 52% [================================ ] 2727/5174 52% [================================ ] 2728/5174 52% [================================ ] 2729/5174 52% [================================ ] 2730/5174 52% [================================ ] 2731/5174 52% [================================ ] 2732/5174 52% [================================ ] 2733/5174 52% [================================ ] 2734/5174 52% [================================ ] 2735/5174 52% [================================ ] 2736/5174 52% [================================ ] 2737/5174 52% [================================ ] 2738/5174 52% [================================ ] 2739/5174 52% [================================ ] 2740/5174 52% [================================ ] 2741/5174 52% [================================ ] 2742/5174 52% [================================ ] 2743/5174 53% [================================ ] 2744/5174 53% [================================ ] 2745/5174 53% [================================ ] 2746/5174 53% [================================ ] 2747/5174 53% [================================ ] 2748/5174 53% [================================ ] 2749/5174 53% [================================ ] 2750/5174 53% [================================ ] 2751/5174 53% [================================ ] 2752/5174 53% [================================ ] 2753/5174 53% [================================= ] 2754/5174 53% [================================= ] 2755/5174 53% [================================= ] 2756/5174 53% [================================= ] 2757/5174 53% [================================= ] 2758/5174 53% [================================= ] 2759/5174 53% [================================= ] 2760/5174 53% [================================= ] 2761/5174 53% [================================= ] 2762/5174 53% [================================= ] 2763/5174 53% [================================= ] 2764/5174 53% [================================= ] 2765/5174 53% [================================= ] 2766/5174 53% [================================= ] 2767/5174 53% [================================= ] 2768/5174 53% [================================= ] 2769/5174 53% [================================= ] 2770/5174 53% [================================= ] 2771/5174 53% [================================= ] 2772/5174 53% [================================= ] 2773/5174 53% [================================= ] 2774/5174 53% [================================= ] 2775/5174 53% [================================= ] 2776/5174 53% [================================= ] 2777/5174 53% [================================= ] 2778/5174 53% [================================= ] 2779/5174 53% [================================= ] 2780/5174 53% [================================= ] 2781/5174 53% [================================= ] 2782/5174 53% [================================= ] 2783/5174 53% [================================= ] 2784/5174 53% [================================= ] 2785/5174 53% [================================= ] 2786/5174 53% [================================= ] 2787/5174 53% [================================= ] 2788/5174 53% [================================= ] 2789/5174 53% [================================= ] 2790/5174 53% [================================= ] 2791/5174 53% [================================= ] 2792/5174 53% [================================= ] 2793/5174 53% [================================= ] 2794/5174 54% [================================= ] 2795/5174 54% [================================= ] 2796/5174 54% [================================= ] 2797/5174 54% [================================= ] 2798/5174 54% [================================= ] 2799/5174 54% [================================= ] 2800/5174 54% [================================= ] 2801/5174 54% [================================= ] 2802/5174 54% [================================= ] 2803/5174 54% [================================= ] 2804/5174 54% [================================= ] 2805/5174 54% [================================= ] 2806/5174 54% [================================= ] 2807/5174 54% [================================= ] 2808/5174 54% [================================= ] 2809/5174 54% [================================= ] 2810/5174 54% [================================= ] 2811/5174 54% [================================= ] 2812/5174 54% [================================= ] 2813/5174 54% [================================= ] 2814/5174 54% [================================= ] 2815/5174 54% [================================= ] 2816/5174 54% [================================= ] 2817/5174 54% [================================= ] 2818/5174 54% [================================= ] 2819/5174 54% [================================= ] 2820/5174 54% [================================= ] 2821/5174 54% [================================= ] 2822/5174 54% [================================= ] 2823/5174 54% [================================= ] 2824/5174 54% [================================= ] 2825/5174 54% [================================= ] 2826/5174 54% [================================= ] 2827/5174 54% [================================= ] 2828/5174 54% [================================= ] 2829/5174 54% [================================= ] 2830/5174 54% [================================= ] 2831/5174 54% [================================= ] 2832/5174 54% [================================= ] 2833/5174 54% [================================= ] 2834/5174 54% [================================= ] 2835/5174 54% [================================= ] 2836/5174 54% [================================= ] 2837/5174 54% [================================== ] 2838/5174 54% [================================== ] 2839/5174 54% [================================== ] 2840/5174 54% [================================== ] 2841/5174 54% [================================== ] 2842/5174 54% [================================== ] 2843/5174 54% [================================== ] 2844/5174 54% [================================== ] 2845/5174 54% [================================== ] 2846/5174 55% [================================== ] 2847/5174 55% [================================== ] 2848/5174 55% [================================== ] 2849/5174 55% [================================== ] 2850/5174 55% [================================== ] 2851/5174 55% [================================== ] 2852/5174 55% [================================== ] 2853/5174 55% [================================== ] 2854/5174 55% [================================== ] 2855/5174 55% [================================== ] 2856/5174 55% [================================== ] 2857/5174 55% [================================== ] 2858/5174 55% [================================== ] 2859/5174 55% [================================== ] 2860/5174 55% [================================== ] 2861/5174 55% [================================== ] 2862/5174 55% [================================== ] 2863/5174 55% [================================== ] 2864/5174 55% [================================== ] 2865/5174 55% [================================== ] 2866/5174 55% [================================== ] 2867/5174 55% [================================== ] 2868/5174 55% [================================== ] 2869/5174 55% [================================== ] 2870/5174 55% [================================== ] 2871/5174 55% [================================== ] 2872/5174 55% [================================== ] 2873/5174 55% [================================== ] 2874/5174 55% [================================== ] 2875/5174 55% [================================== ] 2876/5174 55% [================================== ] 2877/5174 55% [================================== ] 2878/5174 55% [================================== ] 2879/5174 55% [================================== ] 2880/5174 55% [================================== ] 2881/5174 55% [================================== ] 2882/5174 55% [================================== ] 2883/5174 55% [================================== ] 2884/5174 55% [================================== ] 2885/5174 55% [================================== ] 2886/5174 55% [================================== ] 2887/5174 55% [================================== ] 2888/5174 55% [================================== ] 2889/5174 55% [================================== ] 2890/5174 55% [================================== ] 2891/5174 55% [================================== ] 2892/5174 55% [================================== ] 2893/5174 55% [================================== ] 2894/5174 55% [================================== ] 2895/5174 55% [================================== ] 2896/5174 55% [================================== ] 2897/5174 55% [================================== ] 2898/5174 56% [================================== ] 2899/5174 56% [================================== ] 2900/5174 56% [================================== ] 2901/5174 56% [================================== ] 2902/5174 56% [================================== ] 2903/5174 56% [================================== ] 2904/5174 56% [================================== ] 2905/5174 56% [================================== ] 2906/5174 56% [================================== ] 2907/5174 56% [================================== ] 2908/5174 56% [================================== ] 2909/5174 56% [================================== ] 2910/5174 56% [================================== ] 2911/5174 56% [================================== ] 2912/5174 56% [================================== ] 2913/5174 56% [================================== ] 2914/5174 56% [================================== ] 2915/5174 56% [================================== ] 2916/5174 56% [================================== ] 2917/5174 56% [================================== ] 2918/5174 56% [================================== ] 2919/5174 56% [================================== ] 2920/5174 56% [=================================== ] 2921/5174 56% [=================================== ] 2922/5174 56% [=================================== ] 2923/5174 56% [=================================== ] 2924/5174 56% [=================================== ] 2925/5174 56% [=================================== ] 2926/5174 56% [=================================== ] 2927/5174 56% [=================================== ] 2928/5174 56% [=================================== ] 2929/5174 56% [=================================== ] 2930/5174 56% [=================================== ] 2931/5174 56% [=================================== ] 2932/5174 56% [=================================== ] 2933/5174 56% [=================================== ] 2934/5174 56% [=================================== ] 2935/5174 56% [=================================== ] 2936/5174 56% [=================================== ] 2937/5174 56% [=================================== ] 2938/5174 56% [=================================== ] 2939/5174 56% [=================================== ] 2940/5174 56% [=================================== ] 2941/5174 56% [=================================== ] 2942/5174 56% [=================================== ] 2943/5174 56% [=================================== ] 2944/5174 56% [=================================== ] 2945/5174 56% [=================================== ] 2946/5174 56% [=================================== ] 2947/5174 56% [=================================== ] 2948/5174 56% [=================================== ] 2949/5174 56% [=================================== ] 2950/5174 57% [=================================== ] 2951/5174 57% [=================================== ] 2952/5174 57% [=================================== ] 2953/5174 57% [=================================== ] 2954/5174 57% [=================================== ] 2955/5174 57% [=================================== ] 2956/5174 57% [=================================== ] 2957/5174 57% [=================================== ] 2958/5174 57% [=================================== ] 2959/5174 57% [=================================== ] 2960/5174 57% [=================================== ] 2961/5174 57% [=================================== ] 2962/5174 57% [=================================== ] 2963/5174 57% [=================================== ] 2964/5174 57% [=================================== ] 2965/5174 57% [=================================== ] 2966/5174 57% [=================================== ] 2967/5174 57% [=================================== ] 2968/5174 57% [=================================== ] 2969/5174 57% [=================================== ] 2970/5174 57% [=================================== ] 2971/5174 57% [=================================== ] 2972/5174 57% [=================================== ] 2973/5174 57% [=================================== ] 2974/5174 57% [=================================== ] 2975/5174 57% [=================================== ] 2976/5174 57% [=================================== ] 2977/5174 57% [=================================== ] 2978/5174 57% [=================================== ] 2979/5174 57% [=================================== ] 2980/5174 57% [=================================== ] 2981/5174 57% [=================================== ] 2982/5174 57% [=================================== ] 2983/5174 57% [=================================== ] 2984/5174 57% [=================================== ] 2985/5174 57% [=================================== ] 2986/5174 57% [=================================== ] 2987/5174 57% [=================================== ] 2988/5174 57% [=================================== ] 2989/5174 57% [=================================== ] 2990/5174 57% [=================================== ] 2991/5174 57% [=================================== ] 2992/5174 57% [=================================== ] 2993/5174 57% [=================================== ] 2994/5174 57% [=================================== ] 2995/5174 57% [=================================== ] 2996/5174 57% [=================================== ] 2997/5174 57% [=================================== ] 2998/5174 57% [=================================== ] 2999/5174 57% [=================================== ] 3000/5174 57% [=================================== ] 3001/5174 58% [=================================== ] 3002/5174 58% [=================================== ] 3003/5174 58% [=================================== ] 3004/5174 58% [==================================== ] 3005/5174 58% [==================================== ] 3006/5174 58% [==================================== ] 3007/5174 58% [==================================== ] 3008/5174 58% [==================================== ] 3009/5174 58% [==================================== ] 3010/5174 58% [==================================== ] 3011/5174 58% [==================================== ] 3012/5174 58% [==================================== ] 3013/5174 58% [==================================== ] 3014/5174 58% [==================================== ] 3015/5174 58% [==================================== ] 3016/5174 58% [==================================== ] 3017/5174 58% [==================================== ] 3018/5174 58% [==================================== ] 3019/5174 58% [==================================== ] 3020/5174 58% [==================================== ] 3021/5174 58% [==================================== ] 3022/5174 58% [==================================== ] 3023/5174 58% [==================================== ] 3024/5174 58% [==================================== ] 3025/5174 58% [==================================== ] 3026/5174 58% [==================================== ] 3027/5174 58% [==================================== ] 3028/5174 58% [==================================== ] 3029/5174 58% [==================================== ] 3030/5174 58% [==================================== ] 3031/5174 58% [==================================== ] 3032/5174 58% [==================================== ] 3033/5174 58% [==================================== ] 3034/5174 58% [==================================== ] 3035/5174 58% [==================================== ] 3036/5174 58% [==================================== ] 3037/5174 58% [==================================== ] 3038/5174 58% [==================================== ] 3039/5174 58% [==================================== ] 3040/5174 58% [==================================== ] 3041/5174 58% [==================================== ] 3042/5174 58% [==================================== ] 3043/5174 58% [==================================== ] 3044/5174 58% [==================================== ] 3045/5174 58% [==================================== ] 3046/5174 58% [==================================== ] 3047/5174 58% [==================================== ] 3048/5174 58% [==================================== ] 3049/5174 58% [==================================== ] 3050/5174 58% [==================================== ] 3051/5174 58% [==================================== ] 3052/5174 58% [==================================== ] 3053/5174 59% [==================================== ] 3054/5174 59% [==================================== ] 3055/5174 59% [==================================== ] 3056/5174 59% [==================================== ] 3057/5174 59% [==================================== ] 3058/5174 59% [==================================== ] 3059/5174 59% [==================================== ] 3060/5174 59% [==================================== ] 3061/5174 59% [==================================== ] 3062/5174 59% [==================================== ] 3063/5174 59% [==================================== ] 3064/5174 59% [==================================== ] 3065/5174 59% [==================================== ] 3066/5174 59% [==================================== ] 3067/5174 59% [==================================== ] 3068/5174 59% [==================================== ] 3069/5174 59% [==================================== ] 3070/5174 59% [==================================== ] 3071/5174 59% [==================================== ] 3072/5174 59% [==================================== ] 3073/5174 59% [==================================== ] 3074/5174 59% [==================================== ] 3075/5174 59% [==================================== ] 3076/5174 59% [==================================== ] 3077/5174 59% [==================================== ] 3078/5174 59% [==================================== ] 3079/5174 59% [==================================== ] 3080/5174 59% [==================================== ] 3081/5174 59% [==================================== ] 3082/5174 59% [==================================== ] 3083/5174 59% [==================================== ] 3084/5174 59% [==================================== ] 3085/5174 59% [==================================== ] 3086/5174 59% [==================================== ] 3087/5174 59% [===================================== ] 3088/5174 59% [===================================== ] 3089/5174 59% [===================================== ] 3090/5174 59% [===================================== ] 3091/5174 59% [===================================== ] 3092/5174 59% [===================================== ] 3093/5174 59% [===================================== ] 3094/5174 59% [===================================== ] 3095/5174 59% [===================================== ] 3096/5174 59% [===================================== ] 3097/5174 59% [===================================== ] 3098/5174 59% [===================================== ] 3099/5174 59% [===================================== ] 3100/5174 59% [===================================== ] 3101/5174 59% [===================================== ] 3102/5174 59% [===================================== ] 3103/5174 59% [===================================== ] 3104/5174 59% [===================================== ] 3105/5174 60% [===================================== ] 3106/5174 60% [===================================== ] 3107/5174 60% [===================================== ] 3108/5174 60% [===================================== ] 3109/5174 60% [===================================== ] 3110/5174 60% [===================================== ] 3111/5174 60% [===================================== ] 3112/5174 60% [===================================== ] 3113/5174 60% [===================================== ] 3114/5174 60% [===================================== ] 3115/5174 60% [===================================== ] 3116/5174 60% [===================================== ] 3117/5174 60% [===================================== ] 3118/5174 60% [===================================== ] 3119/5174 60% [===================================== ] 3120/5174 60% [===================================== ] 3121/5174 60% [===================================== ] 3122/5174 60% [===================================== ] 3123/5174 60% [===================================== ] 3124/5174 60% [===================================== ] 3125/5174 60% [===================================== ] 3126/5174 60% [===================================== ] 3127/5174 60% [===================================== ] 3128/5174 60% [===================================== ] 3129/5174 60% [===================================== ] 3130/5174 60% [===================================== ] 3131/5174 60% [===================================== ] 3132/5174 60% [===================================== ] 3133/5174 60% [===================================== ] 3134/5174 60% [===================================== ] 3135/5174 60% [===================================== ] 3136/5174 60% [===================================== ] 3137/5174 60% [===================================== ] 3138/5174 60% [===================================== ] 3139/5174 60% [===================================== ] 3140/5174 60% [===================================== ] 3141/5174 60% [===================================== ] 3142/5174 60% [===================================== ] 3143/5174 60% [===================================== ] 3144/5174 60% [===================================== ] 3145/5174 60% [===================================== ] 3146/5174 60% [===================================== ] 3147/5174 60% [===================================== ] 3148/5174 60% [===================================== ] 3149/5174 60% [===================================== ] 3150/5174 60% [===================================== ] 3151/5174 60% [===================================== ] 3152/5174 60% [===================================== ] 3153/5174 60% [===================================== ] 3154/5174 60% [===================================== ] 3155/5174 60% [===================================== ] 3156/5174 60% [===================================== ] 3157/5174 61% [===================================== ] 3158/5174 61% [===================================== ] 3159/5174 61% [===================================== ] 3160/5174 61% [===================================== ] 3161/5174 61% [===================================== ] 3162/5174 61% [===================================== ] 3163/5174 61% [===================================== ] 3164/5174 61% [===================================== ] 3165/5174 61% [===================================== ] 3166/5174 61% [===================================== ] 3167/5174 61% [===================================== ] 3168/5174 61% [===================================== ] 3169/5174 61% [===================================== ] 3170/5174 61% [===================================== ] 3171/5174 61% [====================================== ] 3172/5174 61% [====================================== ] 3173/5174 61% [====================================== ] 3174/5174 61% [====================================== ] 3175/5174 61% [====================================== ] 3176/5174 61% [====================================== ] 3177/5174 61% [====================================== ] 3178/5174 61% [====================================== ] 3179/5174 61% [====================================== ] 3180/5174 61% [====================================== ] 3181/5174 61% [====================================== ] 3182/5174 61% [====================================== ] 3183/5174 61% [====================================== ] 3184/5174 61% [====================================== ] 3185/5174 61% [====================================== ] 3186/5174 61% [====================================== ] 3187/5174 61% [====================================== ] 3188/5174 61% [====================================== ] 3189/5174 61% [====================================== ] 3190/5174 61% [====================================== ] 3191/5174 61% [====================================== ] 3192/5174 61% [====================================== ] 3193/5174 61% [====================================== ] 3194/5174 61% [====================================== ] 3195/5174 61% [====================================== ] 3196/5174 61% [====================================== ] 3197/5174 61% [====================================== ] 3198/5174 61% [====================================== ] 3199/5174 61% [====================================== ] 3200/5174 61% [====================================== ] 3201/5174 61% [====================================== ] 3202/5174 61% [====================================== ] 3203/5174 61% [====================================== ] 3204/5174 61% [====================================== ] 3205/5174 61% [====================================== ] 3206/5174 61% [====================================== ] 3207/5174 61% [====================================== ] 3208/5174 62% [====================================== ] 3209/5174 62% [====================================== ] 3210/5174 62% [====================================== ] 3211/5174 62% [====================================== ] 3212/5174 62% [====================================== ] 3213/5174 62% [====================================== ] 3214/5174 62% [====================================== ] 3215/5174 62% [====================================== ] 3216/5174 62% [====================================== ] 3217/5174 62% [====================================== ] 3218/5174 62% [====================================== ] 3219/5174 62% [====================================== ] 3220/5174 62% [====================================== ] 3221/5174 62% [====================================== ] 3222/5174 62% [====================================== ] 3223/5174 62% [====================================== ] 3224/5174 62% [====================================== ] 3225/5174 62% [====================================== ] 3226/5174 62% [====================================== ] 3227/5174 62% [====================================== ] 3228/5174 62% [====================================== ] 3229/5174 62% [====================================== ] 3230/5174 62% [====================================== ] 3231/5174 62% [====================================== ] 3232/5174 62% [====================================== ] 3233/5174 62% [====================================== ] 3234/5174 62% [====================================== ] 3235/5174 62% [====================================== ] 3236/5174 62% [====================================== ] 3237/5174 62% [====================================== ] 3238/5174 62% [====================================== ] 3239/5174 62% [====================================== ] 3240/5174 62% [====================================== ] 3241/5174 62% [====================================== ] 3242/5174 62% [====================================== ] 3243/5174 62% [====================================== ] 3244/5174 62% [====================================== ] 3245/5174 62% [====================================== ] 3246/5174 62% [====================================== ] 3247/5174 62% [====================================== ] 3248/5174 62% [====================================== ] 3249/5174 62% [====================================== ] 3250/5174 62% [====================================== ] 3251/5174 62% [====================================== ] 3252/5174 62% [====================================== ] 3253/5174 62% [====================================== ] 3254/5174 62% [======================================= ] 3255/5174 62% [======================================= ] 3256/5174 62% [======================================= ] 3257/5174 62% [======================================= ] 3258/5174 62% [======================================= ] 3259/5174 62% [======================================= ] 3260/5174 63% [======================================= ] 3261/5174 63% [======================================= ] 3262/5174 63% [======================================= ] 3263/5174 63% [======================================= ] 3264/5174 63% [======================================= ] 3265/5174 63% [======================================= ] 3266/5174 63% [======================================= ] 3267/5174 63% [======================================= ] 3268/5174 63% [======================================= ] 3269/5174 63% [======================================= ] 3270/5174 63% [======================================= ] 3271/5174 63% [======================================= ] 3272/5174 63% [======================================= ] 3273/5174 63% [======================================= ] 3274/5174 63% [======================================= ] 3275/5174 63% [======================================= ] 3276/5174 63% [======================================= ] 3277/5174 63% [======================================= ] 3278/5174 63% [======================================= ] 3279/5174 63% [======================================= ] 3280/5174 63% [======================================= ] 3281/5174 63% [======================================= ] 3282/5174 63% [======================================= ] 3283/5174 63% [======================================= ] 3284/5174 63% [======================================= ] 3285/5174 63% [======================================= ] 3286/5174 63% [======================================= ] 3287/5174 63% [======================================= ] 3288/5174 63% [======================================= ] 3289/5174 63% [======================================= ] 3290/5174 63% [======================================= ] 3291/5174 63% [======================================= ] 3292/5174 63% [======================================= ] 3293/5174 63% [======================================= ] 3294/5174 63% [======================================= ] 3295/5174 63% [======================================= ] 3296/5174 63% [======================================= ] 3297/5174 63% [======================================= ] 3298/5174 63% [======================================= ] 3299/5174 63% [======================================= ] 3300/5174 63% [======================================= ] 3301/5174 63% [======================================= ] 3302/5174 63% [======================================= ] 3303/5174 63% [======================================= ] 3304/5174 63% [======================================= ] 3305/5174 63% [======================================= ] 3306/5174 63% [======================================= ] 3307/5174 63% [======================================= ] 3308/5174 63% [======================================= ] 3309/5174 63% [======================================= ] 3310/5174 63% [======================================= ] 3311/5174 63% [======================================= ] 3312/5174 64% [======================================= ] 3313/5174 64% [======================================= ] 3314/5174 64% [======================================= ] 3315/5174 64% [======================================= ] 3316/5174 64% [======================================= ] 3317/5174 64% [======================================= ] 3318/5174 64% [======================================= ] 3319/5174 64% [======================================= ] 3320/5174 64% [======================================= ] 3321/5174 64% [======================================= ] 3322/5174 64% [======================================= ] 3323/5174 64% [======================================= ] 3324/5174 64% [======================================= ] 3325/5174 64% [======================================= ] 3326/5174 64% [======================================= ] 3327/5174 64% [======================================= ] 3328/5174 64% [======================================= ] 3329/5174 64% [======================================= ] 3330/5174 64% [======================================= ] 3331/5174 64% [======================================= ] 3332/5174 64% [======================================= ] 3333/5174 64% [======================================= ] 3334/5174 64% [======================================= ] 3335/5174 64% [======================================= ] 3336/5174 64% [======================================= ] 3337/5174 64% [======================================= ] 3338/5174 64% [======================================== ] 3339/5174 64% [======================================== ] 3340/5174 64% [======================================== ] 3341/5174 64% [======================================== ] 3342/5174 64% [======================================== ] 3343/5174 64% [======================================== ] 3344/5174 64% [======================================== ] 3345/5174 64% [======================================== ] 3346/5174 64% [======================================== ] 3347/5174 64% [======================================== ] 3348/5174 64% [======================================== ] 3349/5174 64% [======================================== ] 3350/5174 64% [======================================== ] 3351/5174 64% [======================================== ] 3352/5174 64% [======================================== ] 3353/5174 64% [======================================== ] 3354/5174 64% [======================================== ] 3355/5174 64% [======================================== ] 3356/5174 64% [======================================== ] 3357/5174 64% [======================================== ] 3358/5174 64% [======================================== ] 3359/5174 64% [======================================== ] 3360/5174 64% [======================================== ] 3361/5174 64% [======================================== ] 3362/5174 64% [======================================== ] 3363/5174 64% [======================================== ] 3364/5174 65% [======================================== ] 3365/5174 65% [======================================== ] 3366/5174 65% [======================================== ] 3367/5174 65% [======================================== ] 3368/5174 65% [======================================== ] 3369/5174 65% [======================================== ] 3370/5174 65% [======================================== ] 3371/5174 65% [======================================== ] 3372/5174 65% [======================================== ] 3373/5174 65% [======================================== ] 3374/5174 65% [======================================== ] 3375/5174 65% [======================================== ] 3376/5174 65% [======================================== ] 3377/5174 65% [======================================== ] 3378/5174 65% [======================================== ] 3379/5174 65% [======================================== ] 3380/5174 65% [======================================== ] 3381/5174 65% [======================================== ] 3382/5174 65% [======================================== ] 3383/5174 65% [======================================== ] 3384/5174 65% [======================================== ] 3385/5174 65% [======================================== ] 3386/5174 65% [======================================== ] 3387/5174 65% [======================================== ] 3388/5174 65% [======================================== ] 3389/5174 65% [======================================== ] 3390/5174 65% [======================================== ] 3391/5174 65% [======================================== ] 3392/5174 65% [======================================== ] 3393/5174 65% [======================================== ] 3394/5174 65% [======================================== ] 3395/5174 65% [======================================== ] 3396/5174 65% [======================================== ] 3397/5174 65% [======================================== ] 3398/5174 65% [======================================== ] 3399/5174 65% [======================================== ] 3400/5174 65% [======================================== ] 3401/5174 65% [======================================== ] 3402/5174 65% [======================================== ] 3403/5174 65% [======================================== ] 3404/5174 65% [======================================== ] 3405/5174 65% [======================================== ] 3406/5174 65% [======================================== ] 3407/5174 65% [======================================== ] 3408/5174 65% [======================================== ] 3409/5174 65% [======================================== ] 3410/5174 65% [======================================== ] 3411/5174 65% [======================================== ] 3412/5174 65% [======================================== ] 3413/5174 65% [======================================== ] 3414/5174 65% [======================================== ] 3415/5174 66% [======================================== ] 3416/5174 66% [======================================== ] 3417/5174 66% [======================================== ] 3418/5174 66% [======================================== ] 3419/5174 66% [======================================== ] 3420/5174 66% [======================================== ] 3421/5174 66% [========================================= ] 3422/5174 66% [========================================= ] 3423/5174 66% [========================================= ] 3424/5174 66% [========================================= ] 3425/5174 66% [========================================= ] 3426/5174 66% [========================================= ] 3427/5174 66% [========================================= ] 3428/5174 66% [========================================= ] 3429/5174 66% [========================================= ] 3430/5174 66% [========================================= ] 3431/5174 66% [========================================= ] 3432/5174 66% [========================================= ] 3433/5174 66% [========================================= ] 3434/5174 66% [========================================= ] 3435/5174 66% [========================================= ] 3436/5174 66% [========================================= ] 3437/5174 66% [========================================= ] 3438/5174 66% [========================================= ] 3439/5174 66% [========================================= ] 3440/5174 66% [========================================= ] 3441/5174 66% [========================================= ] 3442/5174 66% [========================================= ] 3443/5174 66% [========================================= ] 3444/5174 66% [========================================= ] 3445/5174 66% [========================================= ] 3446/5174 66% [========================================= ] 3447/5174 66% [========================================= ] 3448/5174 66% [========================================= ] 3449/5174 66% [========================================= ] 3450/5174 66% [========================================= ] 3451/5174 66% [========================================= ] 3452/5174 66% [========================================= ] 3453/5174 66% [========================================= ] 3454/5174 66% [========================================= ] 3455/5174 66% [========================================= ] 3456/5174 66% [========================================= ] 3457/5174 66% [========================================= ] 3458/5174 66% [========================================= ] 3459/5174 66% [========================================= ] 3460/5174 66% [========================================= ] 3461/5174 66% [========================================= ] 3462/5174 66% [========================================= ] 3463/5174 66% [========================================= ] 3464/5174 66% [========================================= ] 3465/5174 66% [========================================= ] 3466/5174 66% [========================================= ] 3467/5174 67% [========================================= ] 3468/5174 67% [========================================= ] 3469/5174 67% [========================================= ] 3470/5174 67% [========================================= ] 3471/5174 67% [========================================= ] 3472/5174 67% [========================================= ] 3473/5174 67% [========================================= ] 3474/5174 67% [========================================= ] 3475/5174 67% [========================================= ] 3476/5174 67% [========================================= ] 3477/5174 67% [========================================= ] 3478/5174 67% [========================================= ] 3479/5174 67% [========================================= ] 3480/5174 67% [========================================= ] 3481/5174 67% [========================================= ] 3482/5174 67% [========================================= ] 3483/5174 67% [========================================= ] 3484/5174 67% [========================================= ] 3485/5174 67% [========================================= ] 3486/5174 67% [========================================= ] 3487/5174 67% [========================================= ] 3488/5174 67% [========================================= ] 3489/5174 67% [========================================= ] 3490/5174 67% [========================================= ] 3491/5174 67% [========================================= ] 3492/5174 67% [========================================= ] 3493/5174 67% [========================================= ] 3494/5174 67% [========================================= ] 3495/5174 67% [========================================= ] 3496/5174 67% [========================================= ] 3497/5174 67% [========================================= ] 3498/5174 67% [========================================= ] 3499/5174 67% [========================================= ] 3500/5174 67% [========================================= ] 3501/5174 67% [========================================= ] 3502/5174 67% [========================================= ] 3503/5174 67% [========================================= ] 3504/5174 67% [========================================== ] 3505/5174 67% [========================================== ] 3506/5174 67% [========================================== ] 3507/5174 67% [========================================== ] 3508/5174 67% [========================================== ] 3509/5174 67% [========================================== ] 3510/5174 67% [========================================== ] 3511/5174 67% [========================================== ] 3512/5174 67% [========================================== ] 3513/5174 67% [========================================== ] 3514/5174 67% [========================================== ] 3515/5174 67% [========================================== ] 3516/5174 67% [========================================== ] 3517/5174 67% [========================================== ] 3518/5174 67% [========================================== ] 3519/5174 68% [========================================== ] 3520/5174 68% [========================================== ] 3521/5174 68% [========================================== ] 3522/5174 68% [========================================== ] 3523/5174 68% [========================================== ] 3524/5174 68% [========================================== ] 3525/5174 68% [========================================== ] 3526/5174 68% [========================================== ] 3527/5174 68% [========================================== ] 3528/5174 68% [========================================== ] 3529/5174 68% [========================================== ] 3530/5174 68% [========================================== ] 3531/5174 68% [========================================== ] 3532/5174 68% [========================================== ] 3533/5174 68% [========================================== ] 3534/5174 68% [========================================== ] 3535/5174 68% [========================================== ] 3536/5174 68% [========================================== ] 3537/5174 68% [========================================== ] 3538/5174 68% [========================================== ] 3539/5174 68% [========================================== ] 3540/5174 68% [========================================== ] 3541/5174 68% [========================================== ] 3542/5174 68% [========================================== ] 3543/5174 68% [========================================== ] 3544/5174 68% [========================================== ] 3545/5174 68% [========================================== ] 3546/5174 68% [========================================== ] 3547/5174 68% [========================================== ] 3548/5174 68% [========================================== ] 3549/5174 68% [========================================== ] 3550/5174 68% [========================================== ] 3551/5174 68% [========================================== ] 3552/5174 68% [========================================== ] 3553/5174 68% [========================================== ] 3554/5174 68% [========================================== ] 3555/5174 68% [========================================== ] 3556/5174 68% [========================================== ] 3557/5174 68% [========================================== ] 3558/5174 68% [========================================== ] 3559/5174 68% [========================================== ] 3560/5174 68% [========================================== ] 3561/5174 68% [========================================== ] 3562/5174 68% [========================================== ] 3563/5174 68% [========================================== ] 3564/5174 68% [========================================== ] 3565/5174 68% [========================================== ] 3566/5174 68% [========================================== ] 3567/5174 68% [========================================== ] 3568/5174 68% [========================================== ] 3569/5174 68% [========================================== ] 3570/5174 68% [========================================== ] 3571/5174 69% [========================================== ] 3572/5174 69% [========================================== ] 3573/5174 69% [========================================== ] 3574/5174 69% [========================================== ] 3575/5174 69% [========================================== ] 3576/5174 69% [========================================== ] 3577/5174 69% [========================================== ] 3578/5174 69% [========================================== ] 3579/5174 69% [========================================== ] 3580/5174 69% [========================================== ] 3581/5174 69% [========================================== ] 3582/5174 69% [========================================== ] 3583/5174 69% [========================================== ] 3584/5174 69% [========================================== ] 3585/5174 69% [========================================== ] 3586/5174 69% [========================================== ] 3587/5174 69% [========================================== ] 3588/5174 69% [=========================================== ] 3589/5174 69% [=========================================== ] 3590/5174 69% [=========================================== ] 3591/5174 69% [=========================================== ] 3592/5174 69% [=========================================== ] 3593/5174 69% [=========================================== ] 3594/5174 69% [=========================================== ] 3595/5174 69% [=========================================== ] 3596/5174 69% [=========================================== ] 3597/5174 69% [=========================================== ] 3598/5174 69% [=========================================== ] 3599/5174 69% [=========================================== ] 3600/5174 69% [=========================================== ] 3601/5174 69% [=========================================== ] 3602/5174 69% [=========================================== ] 3603/5174 69% [=========================================== ] 3604/5174 69% [=========================================== ] 3605/5174 69% [=========================================== ] 3606/5174 69% [=========================================== ] 3607/5174 69% [=========================================== ] 3608/5174 69% [=========================================== ] 3609/5174 69% [=========================================== ] 3610/5174 69% [=========================================== ] 3611/5174 69% [=========================================== ] 3612/5174 69% [=========================================== ] 3613/5174 69% [=========================================== ] 3614/5174 69% [=========================================== ] 3615/5174 69% [=========================================== ] 3616/5174 69% [=========================================== ] 3617/5174 69% [=========================================== ] 3618/5174 69% [=========================================== ] 3619/5174 69% [=========================================== ] 3620/5174 69% [=========================================== ] 3621/5174 69% [=========================================== ] 3622/5174 70% [=========================================== ] 3623/5174 70% [=========================================== ] 3624/5174 70% [=========================================== ] 3625/5174 70% [=========================================== ] 3626/5174 70% [=========================================== ] 3627/5174 70% [=========================================== ] 3628/5174 70% [=========================================== ] 3629/5174 70% [=========================================== ] 3630/5174 70% [=========================================== ] 3631/5174 70% [=========================================== ] 3632/5174 70% [=========================================== ] 3633/5174 70% [=========================================== ] 3634/5174 70% [=========================================== ] 3635/5174 70% [=========================================== ] 3636/5174 70% [=========================================== ] 3637/5174 70% [=========================================== ] 3638/5174 70% [=========================================== ] 3639/5174 70% [=========================================== ] 3640/5174 70% [=========================================== ] 3641/5174 70% [=========================================== ] 3642/5174 70% [=========================================== ] 3643/5174 70% [=========================================== ] 3644/5174 70% [=========================================== ] 3645/5174 70% [=========================================== ] 3646/5174 70% [=========================================== ] 3647/5174 70% [=========================================== ] 3648/5174 70% [=========================================== ] 3649/5174 70% [=========================================== ] 3650/5174 70% [=========================================== ] 3651/5174 70% [=========================================== ] 3652/5174 70% [=========================================== ] 3653/5174 70% [=========================================== ] 3654/5174 70% [=========================================== ] 3655/5174 70% [=========================================== ] 3656/5174 70% [=========================================== ] 3657/5174 70% [=========================================== ] 3658/5174 70% [=========================================== ] 3659/5174 70% [=========================================== ] 3660/5174 70% [=========================================== ] 3661/5174 70% [=========================================== ] 3662/5174 70% [=========================================== ] 3663/5174 70% [=========================================== ] 3664/5174 70% [=========================================== ] 3665/5174 70% [=========================================== ] 3666/5174 70% [=========================================== ] 3667/5174 70% [=========================================== ] 3668/5174 70% [=========================================== ] 3669/5174 70% [=========================================== ] 3670/5174 70% [=========================================== ] 3671/5174 70% [============================================ ] 3672/5174 70% [============================================ ] 3673/5174 70% [============================================ ] 3674/5174 71% [============================================ ] 3675/5174 71% [============================================ ] 3676/5174 71% [============================================ ] 3677/5174 71% [============================================ ] 3678/5174 71% [============================================ ] 3679/5174 71% [============================================ ] 3680/5174 71% [============================================ ] 3681/5174 71% [============================================ ] 3682/5174 71% [============================================ ] 3683/5174 71% [============================================ ] 3684/5174 71% [============================================ ] 3685/5174 71% [============================================ ] 3686/5174 71% [============================================ ] 3687/5174 71% [============================================ ] 3688/5174 71% [============================================ ] 3689/5174 71% [============================================ ] 3690/5174 71% [============================================ ] 3691/5174 71% [============================================ ] 3692/5174 71% [============================================ ] 3693/5174 71% [============================================ ] 3694/5174 71% [============================================ ] 3695/5174 71% [============================================ ] 3696/5174 71% [============================================ ] 3697/5174 71% [============================================ ] 3698/5174 71% [============================================ ] 3699/5174 71% [============================================ ] 3700/5174 71% [============================================ ] 3701/5174 71% [============================================ ] 3702/5174 71% [============================================ ] 3703/5174 71% [============================================ ] 3704/5174 71% [============================================ ] 3705/5174 71% [============================================ ] 3706/5174 71% [============================================ ] 3707/5174 71% [============================================ ] 3708/5174 71% [============================================ ] 3709/5174 71% [============================================ ] 3710/5174 71% [============================================ ] 3711/5174 71% [============================================ ] 3712/5174 71% [============================================ ] 3713/5174 71% [============================================ ] 3714/5174 71% [============================================ ] 3715/5174 71% [============================================ ] 3716/5174 71% [============================================ ] 3717/5174 71% [============================================ ] 3718/5174 71% [============================================ ] 3719/5174 71% [============================================ ] 3720/5174 71% [============================================ ] 3721/5174 71% [============================================ ] 3722/5174 71% [============================================ ] 3723/5174 71% [============================================ ] 3724/5174 71% [============================================ ] 3725/5174 71% [============================================ ] 3726/5174 72% [============================================ ] 3727/5174 72% [============================================ ] 3728/5174 72% [============================================ ] 3729/5174 72% [============================================ ] 3730/5174 72% [============================================ ] 3731/5174 72% [============================================ ] 3732/5174 72% [============================================ ] 3733/5174 72% [============================================ ] 3734/5174 72% [============================================ ] 3735/5174 72% [============================================ ] 3736/5174 72% [============================================ ] 3737/5174 72% [============================================ ] 3738/5174 72% [============================================ ] 3739/5174 72% [============================================ ] 3740/5174 72% [============================================ ] 3741/5174 72% [============================================ ] 3742/5174 72% [============================================ ] 3743/5174 72% [============================================ ] 3744/5174 72% [============================================ ] 3745/5174 72% [============================================ ] 3746/5174 72% [============================================ ] 3747/5174 72% [============================================ ] 3748/5174 72% [============================================ ] 3749/5174 72% [============================================ ] 3750/5174 72% [============================================ ] 3751/5174 72% [============================================ ] 3752/5174 72% [============================================ ] 3753/5174 72% [============================================ ] 3754/5174 72% [============================================ ] 3755/5174 72% [============================================= ] 3756/5174 72% [============================================= ] 3757/5174 72% [============================================= ] 3758/5174 72% [============================================= ] 3759/5174 72% [============================================= ] 3760/5174 72% [============================================= ] 3761/5174 72% [============================================= ] 3762/5174 72% [============================================= ] 3763/5174 72% [============================================= ] 3764/5174 72% [============================================= ] 3765/5174 72% [============================================= ] 3766/5174 72% [============================================= ] 3767/5174 72% [============================================= ] 3768/5174 72% [============================================= ] 3769/5174 72% [============================================= ] 3770/5174 72% [============================================= ] 3771/5174 72% [============================================= ] 3772/5174 72% [============================================= ] 3773/5174 72% [============================================= ] 3774/5174 72% [============================================= ] 3775/5174 72% [============================================= ] 3776/5174 72% [============================================= ] 3777/5174 72% [============================================= ] 3778/5174 73% [============================================= ] 3779/5174 73% [============================================= ] 3780/5174 73% [============================================= ] 3781/5174 73% [============================================= ] 3782/5174 73% [============================================= ] 3783/5174 73% [============================================= ] 3784/5174 73% [============================================= ] 3785/5174 73% [============================================= ] 3786/5174 73% [============================================= ] 3787/5174 73% [============================================= ] 3788/5174 73% [============================================= ] 3789/5174 73% [============================================= ] 3790/5174 73% [============================================= ] 3791/5174 73% [============================================= ] 3792/5174 73% [============================================= ] 3793/5174 73% [============================================= ] 3794/5174 73% [============================================= ] 3795/5174 73% [============================================= ] 3796/5174 73% [============================================= ] 3797/5174 73% [============================================= ] 3798/5174 73% [============================================= ] 3799/5174 73% [============================================= ] 3800/5174 73% [============================================= ] 3801/5174 73% [============================================= ] 3802/5174 73% [============================================= ] 3803/5174 73% [============================================= ] 3804/5174 73% [============================================= ] 3805/5174 73% [============================================= ] 3806/5174 73% [============================================= ] 3807/5174 73% [============================================= ] 3808/5174 73% [============================================= ] 3809/5174 73% [============================================= ] 3810/5174 73% [============================================= ] 3811/5174 73% [============================================= ] 3812/5174 73% [============================================= ] 3813/5174 73% [============================================= ] 3814/5174 73% [============================================= ] 3815/5174 73% [============================================= ] 3816/5174 73% [============================================= ] 3817/5174 73% [============================================= ] 3818/5174 73% [============================================= ] 3819/5174 73% [============================================= ] 3820/5174 73% [============================================= ] 3821/5174 73% [============================================= ] 3822/5174 73% [============================================= ] 3823/5174 73% [============================================= ] 3824/5174 73% [============================================= ] 3825/5174 73% [============================================= ] 3826/5174 73% [============================================= ] 3827/5174 73% [============================================= ] 3828/5174 73% [============================================= ] 3829/5174 74% [============================================= ] 3830/5174 74% [============================================= ] 3831/5174 74% [============================================= ] 3832/5174 74% [============================================= ] 3833/5174 74% [============================================= ] 3834/5174 74% [============================================= ] 3835/5174 74% [============================================= ] 3836/5174 74% [============================================= ] 3837/5174 74% [============================================= ] 3838/5174 74% [============================================== ] 3839/5174 74% [============================================== ] 3840/5174 74% [============================================== ] 3841/5174 74% [============================================== ] 3842/5174 74% [============================================== ] 3843/5174 74% [============================================== ] 3844/5174 74% [============================================== ] 3845/5174 74% [============================================== ] 3846/5174 74% [============================================== ] 3847/5174 74% [============================================== ] 3848/5174 74% [============================================== ] 3849/5174 74% [============================================== ] 3850/5174 74% [============================================== ] 3851/5174 74% [============================================== ] 3852/5174 74% [============================================== ] 3853/5174 74% [============================================== ] 3854/5174 74% [============================================== ] 3855/5174 74% [============================================== ] 3856/5174 74% [============================================== ] 3857/5174 74% [============================================== ] 3858/5174 74% [============================================== ] 3859/5174 74% [============================================== ] 3860/5174 74% [============================================== ] 3861/5174 74% [============================================== ] 3862/5174 74% [============================================== ] 3863/5174 74% [============================================== ] 3864/5174 74% [============================================== ] 3865/5174 74% [============================================== ] 3866/5174 74% [============================================== ] 3867/5174 74% [============================================== ] 3868/5174 74% [============================================== ] 3869/5174 74% [============================================== ] 3870/5174 74% [============================================== ] 3871/5174 74% [============================================== ] 3872/5174 74% [============================================== ] 3873/5174 74% [============================================== ] 3874/5174 74% [============================================== ] 3875/5174 74% [============================================== ] 3876/5174 74% [============================================== ] 3877/5174 74% [============================================== ] 3878/5174 74% [============================================== ] 3879/5174 74% [============================================== ] 3880/5174 74% [============================================== ] 3881/5174 75% [============================================== ] 3882/5174 75% [============================================== ] 3883/5174 75% [============================================== ] 3884/5174 75% [============================================== ] 3885/5174 75% [============================================== ] 3886/5174 75% [============================================== ] 3887/5174 75% [============================================== ] 3888/5174 75% [============================================== ] 3889/5174 75% [============================================== ] 3890/5174 75% [============================================== ] 3891/5174 75% [============================================== ] 3892/5174 75% [============================================== ] 3893/5174 75% [============================================== ] 3894/5174 75% [============================================== ] 3895/5174 75% [============================================== ] 3896/5174 75% [============================================== ] 3897/5174 75% [============================================== ] 3898/5174 75% [============================================== ] 3899/5174 75% [============================================== ] 3900/5174 75% [============================================== ] 3901/5174 75% [============================================== ] 3902/5174 75% [============================================== ] 3903/5174 75% [============================================== ] 3904/5174 75% [============================================== ] 3905/5174 75% [============================================== ] 3906/5174 75% [============================================== ] 3907/5174 75% [============================================== ] 3908/5174 75% [============================================== ] 3909/5174 75% [============================================== ] 3910/5174 75% [============================================== ] 3911/5174 75% [============================================== ] 3912/5174 75% [============================================== ] 3913/5174 75% [============================================== ] 3914/5174 75% [============================================== ] 3915/5174 75% [============================================== ] 3916/5174 75% [============================================== ] 3917/5174 75% [============================================== ] 3918/5174 75% [============================================== ] 3919/5174 75% [============================================== ] 3920/5174 75% [============================================== ] 3921/5174 75% [============================================== ] 3922/5174 75% [=============================================== ] 3923/5174 75% [=============================================== ] 3924/5174 75% [=============================================== ] 3925/5174 75% [=============================================== ] 3926/5174 75% [=============================================== ] 3927/5174 75% [=============================================== ] 3928/5174 75% [=============================================== ] 3929/5174 75% [=============================================== ] 3930/5174 75% [=============================================== ] 3931/5174 75% [=============================================== ] 3932/5174 75% [=============================================== ] 3933/5174 76% [=============================================== ] 3934/5174 76% [=============================================== ] 3935/5174 76% [=============================================== ] 3936/5174 76% [=============================================== ] 3937/5174 76% [=============================================== ] 3938/5174 76% [=============================================== ] 3939/5174 76% [=============================================== ] 3940/5174 76% [=============================================== ] 3941/5174 76% [=============================================== ] 3942/5174 76% [=============================================== ] 3943/5174 76% [=============================================== ] 3944/5174 76% [=============================================== ] 3945/5174 76% [=============================================== ] 3946/5174 76% [=============================================== ] 3947/5174 76% [=============================================== ] 3948/5174 76% [=============================================== ] 3949/5174 76% [=============================================== ] 3950/5174 76% [=============================================== ] 3951/5174 76% [=============================================== ] 3952/5174 76% [=============================================== ] 3953/5174 76% [=============================================== ] 3954/5174 76% [=============================================== ] 3955/5174 76% [=============================================== ] 3956/5174 76% [=============================================== ] 3957/5174 76% [=============================================== ] 3958/5174 76% [=============================================== ] 3959/5174 76% [=============================================== ] 3960/5174 76% [=============================================== ] 3961/5174 76% [=============================================== ] 3962/5174 76% [=============================================== ] 3963/5174 76% [=============================================== ] 3964/5174 76% [=============================================== ] 3965/5174 76% [=============================================== ] 3966/5174 76% [=============================================== ] 3967/5174 76% [=============================================== ] 3968/5174 76% [=============================================== ] 3969/5174 76% [=============================================== ] 3970/5174 76% [=============================================== ] 3971/5174 76% [=============================================== ] 3972/5174 76% [=============================================== ] 3973/5174 76% [=============================================== ] 3974/5174 76% [=============================================== ] 3975/5174 76% [=============================================== ] 3976/5174 76% [=============================================== ] 3977/5174 76% [=============================================== ] 3978/5174 76% [=============================================== ] 3979/5174 76% [=============================================== ] 3980/5174 76% [=============================================== ] 3981/5174 76% [=============================================== ] 3982/5174 76% [=============================================== ] 3983/5174 76% [=============================================== ] 3984/5174 77% [=============================================== ] 3985/5174 77% [=============================================== ] 3986/5174 77% [=============================================== ] 3987/5174 77% [=============================================== ] 3988/5174 77% [=============================================== ] 3989/5174 77% [=============================================== ] 3990/5174 77% [=============================================== ] 3991/5174 77% [=============================================== ] 3992/5174 77% [=============================================== ] 3993/5174 77% [=============================================== ] 3994/5174 77% [=============================================== ] 3995/5174 77% [=============================================== ] 3996/5174 77% [=============================================== ] 3997/5174 77% [=============================================== ] 3998/5174 77% [=============================================== ] 3999/5174 77% [=============================================== ] 4000/5174 77% [=============================================== ] 4001/5174 77% [=============================================== ] 4002/5174 77% [=============================================== ] 4003/5174 77% [=============================================== ] 4004/5174 77% [=============================================== ] 4005/5174 77% [================================================ ] 4006/5174 77% [================================================ ] 4007/5174 77% [================================================ ] 4008/5174 77% [================================================ ] 4009/5174 77% [================================================ ] 4010/5174 77% [================================================ ] 4011/5174 77% [================================================ ] 4012/5174 77% [================================================ ] 4013/5174 77% [================================================ ] 4014/5174 77% [================================================ ] 4015/5174 77% [================================================ ] 4016/5174 77% [================================================ ] 4017/5174 77% [================================================ ] 4018/5174 77% [================================================ ] 4019/5174 77% [================================================ ] 4020/5174 77% [================================================ ] 4021/5174 77% [================================================ ] 4022/5174 77% [================================================ ] 4023/5174 77% [================================================ ] 4024/5174 77% [================================================ ] 4025/5174 77% [================================================ ] 4026/5174 77% [================================================ ] 4027/5174 77% [================================================ ] 4028/5174 77% [================================================ ] 4029/5174 77% [================================================ ] 4030/5174 77% [================================================ ] 4031/5174 77% [================================================ ] 4032/5174 77% [================================================ ] 4033/5174 77% [================================================ ] 4034/5174 77% [================================================ ] 4035/5174 77% [================================================ ] 4036/5174 78% [================================================ ] 4037/5174 78% [================================================ ] 4038/5174 78% [================================================ ] 4039/5174 78% [================================================ ] 4040/5174 78% [================================================ ] 4041/5174 78% [================================================ ] 4042/5174 78% [================================================ ] 4043/5174 78% [================================================ ] 4044/5174 78% [================================================ ] 4045/5174 78% [================================================ ] 4046/5174 78% [================================================ ] 4047/5174 78% [================================================ ] 4048/5174 78% [================================================ ] 4049/5174 78% [================================================ ] 4050/5174 78% [================================================ ] 4051/5174 78% [================================================ ] 4052/5174 78% [================================================ ] 4053/5174 78% [================================================ ] 4054/5174 78% [================================================ ] 4055/5174 78% [================================================ ] 4056/5174 78% [================================================ ] 4057/5174 78% [================================================ ] 4058/5174 78% [================================================ ] 4059/5174 78% [================================================ ] 4060/5174 78% [================================================ ] 4061/5174 78% [================================================ ] 4062/5174 78% [================================================ ] 4063/5174 78% [================================================ ] 4064/5174 78% [================================================ ] 4065/5174 78% [================================================ ] 4066/5174 78% [================================================ ] 4067/5174 78% [================================================ ] 4068/5174 78% [================================================ ] 4069/5174 78% [================================================ ] 4070/5174 78% [================================================ ] 4071/5174 78% [================================================ ] 4072/5174 78% [================================================ ] 4073/5174 78% [================================================ ] 4074/5174 78% [================================================ ] 4075/5174 78% [================================================ ] 4076/5174 78% [================================================ ] 4077/5174 78% [================================================ ] 4078/5174 78% [================================================ ] 4079/5174 78% [================================================ ] 4080/5174 78% [================================================ ] 4081/5174 78% [================================================ ] 4082/5174 78% [================================================ ] 4083/5174 78% [================================================ ] 4084/5174 78% [================================================ ] 4085/5174 78% [================================================ ] 4086/5174 78% [================================================ ] 4087/5174 78% [================================================ ] 4088/5174 79% [================================================ ] 4089/5174 79% [================================================= ] 4090/5174 79% [================================================= ] 4091/5174 79% [================================================= ] 4092/5174 79% [================================================= ] 4093/5174 79% [================================================= ] 4094/5174 79% [================================================= ] 4095/5174 79% [================================================= ] 4096/5174 79% [================================================= ] 4097/5174 79% [================================================= ] 4098/5174 79% [================================================= ] 4099/5174 79% [================================================= ] 4100/5174 79% [================================================= ] 4101/5174 79% [================================================= ] 4102/5174 79% [================================================= ] 4103/5174 79% [================================================= ] 4104/5174 79% [================================================= ] 4105/5174 79% [================================================= ] 4106/5174 79% [================================================= ] 4107/5174 79% [================================================= ] 4108/5174 79% [================================================= ] 4109/5174 79% [================================================= ] 4110/5174 79% [================================================= ] 4111/5174 79% [================================================= ] 4112/5174 79% [================================================= ] 4113/5174 79% [================================================= ] 4114/5174 79% [================================================= ] 4115/5174 79% [================================================= ] 4116/5174 79% [================================================= ] 4117/5174 79% [================================================= ] 4118/5174 79% [================================================= ] 4119/5174 79% [================================================= ] 4120/5174 79% [================================================= ] 4121/5174 79% [================================================= ] 4122/5174 79% [================================================= ] 4123/5174 79% [================================================= ] 4124/5174 79% [================================================= ] 4125/5174 79% [================================================= ] 4126/5174 79% [================================================= ] 4127/5174 79% [================================================= ] 4128/5174 79% [================================================= ] 4129/5174 79% [================================================= ] 4130/5174 79% [================================================= ] 4131/5174 79% [================================================= ] 4132/5174 79% [================================================= ] 4133/5174 79% [================================================= ] 4134/5174 79% [================================================= ] 4135/5174 79% [================================================= ] 4136/5174 79% [================================================= ] 4137/5174 79% [================================================= ] 4138/5174 79% [================================================= ] 4139/5174 79% [================================================= ] 4140/5174 80% [================================================= ] 4141/5174 80% [================================================= ] 4142/5174 80% [================================================= ] 4143/5174 80% [================================================= ] 4144/5174 80% [================================================= ] 4145/5174 80% [================================================= ] 4146/5174 80% [================================================= ] 4147/5174 80% [================================================= ] 4148/5174 80% [================================================= ] 4149/5174 80% [================================================= ] 4150/5174 80% [================================================= ] 4151/5174 80% [================================================= ] 4152/5174 80% [================================================= ] 4153/5174 80% [================================================= ] 4154/5174 80% [================================================= ] 4155/5174 80% [================================================= ] 4156/5174 80% [================================================= ] 4157/5174 80% [================================================= ] 4158/5174 80% [================================================= ] 4159/5174 80% [================================================= ] 4160/5174 80% [================================================= ] 4161/5174 80% [================================================= ] 4162/5174 80% [================================================= ] 4163/5174 80% [================================================= ] 4164/5174 80% [================================================= ] 4165/5174 80% [================================================= ] 4166/5174 80% [================================================= ] 4167/5174 80% [================================================= ] 4168/5174 80% [================================================= ] 4169/5174 80% [================================================= ] 4170/5174 80% [================================================= ] 4171/5174 80% [================================================= ] 4172/5174 80% [================================================== ] 4173/5174 80% [================================================== ] 4174/5174 80% [================================================== ] 4175/5174 80% [================================================== ] 4176/5174 80% [================================================== ] 4177/5174 80% [================================================== ] 4178/5174 80% [================================================== ] 4179/5174 80% [================================================== ] 4180/5174 80% [================================================== ] 4181/5174 80% [================================================== ] 4182/5174 80% [================================================== ] 4183/5174 80% [================================================== ] 4184/5174 80% [================================================== ] 4185/5174 80% [================================================== ] 4186/5174 80% [================================================== ] 4187/5174 80% [================================================== ] 4188/5174 80% [================================================== ] 4189/5174 80% [================================================== ] 4190/5174 80% [================================================== ] 4191/5174 81% [================================================== ] 4192/5174 81% [================================================== ] 4193/5174 81% [================================================== ] 4194/5174 81% [================================================== ] 4195/5174 81% [================================================== ] 4196/5174 81% [================================================== ] 4197/5174 81% [================================================== ] 4198/5174 81% [================================================== ] 4199/5174 81% [================================================== ] 4200/5174 81% [================================================== ] 4201/5174 81% [================================================== ] 4202/5174 81% [================================================== ] 4203/5174 81% [================================================== ] 4204/5174 81% [================================================== ] 4205/5174 81% [================================================== ] 4206/5174 81% [================================================== ] 4207/5174 81% [================================================== ] 4208/5174 81% [================================================== ] 4209/5174 81% [================================================== ] 4210/5174 81% [================================================== ] 4211/5174 81% [================================================== ] 4212/5174 81% [================================================== ] 4213/5174 81% [================================================== ] 4214/5174 81% [================================================== ] 4215/5174 81% [================================================== ] 4216/5174 81% [================================================== ] 4217/5174 81% [================================================== ] 4218/5174 81% [================================================== ] 4219/5174 81% [================================================== ] 4220/5174 81% [================================================== ] 4221/5174 81% [================================================== ] 4222/5174 81% [================================================== ] 4223/5174 81% [================================================== ] 4224/5174 81% [================================================== ] 4225/5174 81% [================================================== ] 4226/5174 81% [================================================== ] 4227/5174 81% [================================================== ] 4228/5174 81% [================================================== ] 4229/5174 81% [================================================== ] 4230/5174 81% [================================================== ] 4231/5174 81% [================================================== ] 4232/5174 81% [================================================== ] 4233/5174 81% [================================================== ] 4234/5174 81% [================================================== ] 4235/5174 81% [================================================== ] 4236/5174 81% [================================================== ] 4237/5174 81% [================================================== ] 4238/5174 81% [================================================== ] 4239/5174 81% [================================================== ] 4240/5174 81% [================================================== ] 4241/5174 81% [================================================== ] 4242/5174 81% [================================================== ] 4243/5174 82% [================================================== ] 4244/5174 82% [================================================== ] 4245/5174 82% [================================================== ] 4246/5174 82% [================================================== ] 4247/5174 82% [================================================== ] 4248/5174 82% [================================================== ] 4249/5174 82% [================================================== ] 4250/5174 82% [================================================== ] 4251/5174 82% [================================================== ] 4252/5174 82% [================================================== ] 4253/5174 82% [================================================== ] 4254/5174 82% [================================================== ] 4255/5174 82% [================================================== ] 4256/5174 82% [=================================================== ] 4257/5174 82% [=================================================== ] 4258/5174 82% [=================================================== ] 4259/5174 82% [=================================================== ] 4260/5174 82% [=================================================== ] 4261/5174 82% [=================================================== ] 4262/5174 82% [=================================================== ] 4263/5174 82% [=================================================== ] 4264/5174 82% [=================================================== ] 4265/5174 82% [=================================================== ] 4266/5174 82% [=================================================== ] 4267/5174 82% [=================================================== ] 4268/5174 82% [=================================================== ] 4269/5174 82% [=================================================== ] 4270/5174 82% [=================================================== ] 4271/5174 82% [=================================================== ] 4272/5174 82% [=================================================== ] 4273/5174 82% [=================================================== ] 4274/5174 82% [=================================================== ] 4275/5174 82% [=================================================== ] 4276/5174 82% [=================================================== ] 4277/5174 82% [=================================================== ] 4278/5174 82% [=================================================== ] 4279/5174 82% [=================================================== ] 4280/5174 82% [=================================================== ] 4281/5174 82% [=================================================== ] 4282/5174 82% [=================================================== ] 4283/5174 82% [=================================================== ] 4284/5174 82% [=================================================== ] 4285/5174 82% [=================================================== ] 4286/5174 82% [=================================================== ] 4287/5174 82% [=================================================== ] 4288/5174 82% [=================================================== ] 4289/5174 82% [=================================================== ] 4290/5174 82% [=================================================== ] 4291/5174 82% [=================================================== ] 4292/5174 82% [=================================================== ] 4293/5174 82% [=================================================== ] 4294/5174 82% [=================================================== ] 4295/5174 83% [=================================================== ] 4296/5174 83% [=================================================== ] 4297/5174 83% [=================================================== ] 4298/5174 83% [=================================================== ] 4299/5174 83% [=================================================== ] 4300/5174 83% [=================================================== ] 4301/5174 83% [=================================================== ] 4302/5174 83% [=================================================== ] 4303/5174 83% [=================================================== ] 4304/5174 83% [=================================================== ] 4305/5174 83% [=================================================== ] 4306/5174 83% [=================================================== ] 4307/5174 83% [=================================================== ] 4308/5174 83% [=================================================== ] 4309/5174 83% [=================================================== ] 4310/5174 83% [=================================================== ] 4311/5174 83% [=================================================== ] 4312/5174 83% [=================================================== ] 4313/5174 83% [=================================================== ] 4314/5174 83% [=================================================== ] 4315/5174 83% [=================================================== ] 4316/5174 83% [=================================================== ] 4317/5174 83% [=================================================== ] 4318/5174 83% [=================================================== ] 4319/5174 83% [=================================================== ] 4320/5174 83% [=================================================== ] 4321/5174 83% [=================================================== ] 4322/5174 83% [=================================================== ] 4323/5174 83% [=================================================== ] 4324/5174 83% [=================================================== ] 4325/5174 83% [=================================================== ] 4326/5174 83% [=================================================== ] 4327/5174 83% [=================================================== ] 4328/5174 83% [=================================================== ] 4329/5174 83% [=================================================== ] 4330/5174 83% [=================================================== ] 4331/5174 83% [=================================================== ] 4332/5174 83% [=================================================== ] 4333/5174 83% [=================================================== ] 4334/5174 83% [=================================================== ] 4335/5174 83% [=================================================== ] 4336/5174 83% [=================================================== ] 4337/5174 83% [=================================================== ] 4338/5174 83% [=================================================== ] 4339/5174 83% [==================================================== ] 4340/5174 83% [==================================================== ] 4341/5174 83% [==================================================== ] 4342/5174 83% [==================================================== ] 4343/5174 83% [==================================================== ] 4344/5174 83% [==================================================== ] 4345/5174 83% [==================================================== ] 4346/5174 83% [==================================================== ] 4347/5174 84% [==================================================== ] 4348/5174 84% [==================================================== ] 4349/5174 84% [==================================================== ] 4350/5174 84% [==================================================== ] 4351/5174 84% [==================================================== ] 4352/5174 84% [==================================================== ] 4353/5174 84% [==================================================== ] 4354/5174 84% [==================================================== ] 4355/5174 84% [==================================================== ] 4356/5174 84% [==================================================== ] 4357/5174 84% [==================================================== ] 4358/5174 84% [==================================================== ] 4359/5174 84% [==================================================== ] 4360/5174 84% [==================================================== ] 4361/5174 84% [==================================================== ] 4362/5174 84% [==================================================== ] 4363/5174 84% [==================================================== ] 4364/5174 84% [==================================================== ] 4365/5174 84% [==================================================== ] 4366/5174 84% [==================================================== ] 4367/5174 84% [==================================================== ] 4368/5174 84% [==================================================== ] 4369/5174 84% [==================================================== ] 4370/5174 84% [==================================================== ] 4371/5174 84% [==================================================== ] 4372/5174 84% [==================================================== ] 4373/5174 84% [==================================================== ] 4374/5174 84% [==================================================== ] 4375/5174 84% [==================================================== ] 4376/5174 84% [==================================================== ] 4377/5174 84% [==================================================== ] 4378/5174 84% [==================================================== ] 4379/5174 84% [==================================================== ] 4380/5174 84% [==================================================== ] 4381/5174 84% [==================================================== ] 4382/5174 84% [==================================================== ] 4383/5174 84% [==================================================== ] 4384/5174 84% [==================================================== ] 4385/5174 84% [==================================================== ] 4386/5174 84% [==================================================== ] 4387/5174 84% [==================================================== ] 4388/5174 84% [==================================================== ] 4389/5174 84% [==================================================== ] 4390/5174 84% [==================================================== ] 4391/5174 84% [==================================================== ] 4392/5174 84% [==================================================== ] 4393/5174 84% [==================================================== ] 4394/5174 84% [==================================================== ] 4395/5174 84% [==================================================== ] 4396/5174 84% [==================================================== ] 4397/5174 84% [==================================================== ] 4398/5174 85% [==================================================== ] 4399/5174 85% [==================================================== ] 4400/5174 85% [==================================================== ] 4401/5174 85% [==================================================== ] 4402/5174 85% [==================================================== ] 4403/5174 85% [==================================================== ] 4404/5174 85% [==================================================== ] 4405/5174 85% [==================================================== ] 4406/5174 85% [==================================================== ] 4407/5174 85% [==================================================== ] 4408/5174 85% [==================================================== ] 4409/5174 85% [==================================================== ] 4410/5174 85% [==================================================== ] 4411/5174 85% [==================================================== ] 4412/5174 85% [==================================================== ] 4413/5174 85% [==================================================== ] 4414/5174 85% [==================================================== ] 4415/5174 85% [==================================================== ] 4416/5174 85% [==================================================== ] 4417/5174 85% [==================================================== ] 4418/5174 85% [==================================================== ] 4419/5174 85% [==================================================== ] 4420/5174 85% [==================================================== ] 4421/5174 85% [==================================================== ] 4422/5174 85% [===================================================== ] 4423/5174 85% [===================================================== ] 4424/5174 85% [===================================================== ] 4425/5174 85% [===================================================== ] 4426/5174 85% [===================================================== ] 4427/5174 85% [===================================================== ] 4428/5174 85% [===================================================== ] 4429/5174 85% [===================================================== ] 4430/5174 85% [===================================================== ] 4431/5174 85% [===================================================== ] 4432/5174 85% [===================================================== ] 4433/5174 85% [===================================================== ] 4434/5174 85% [===================================================== ] 4435/5174 85% [===================================================== ] 4436/5174 85% [===================================================== ] 4437/5174 85% [===================================================== ] 4438/5174 85% [===================================================== ] 4439/5174 85% [===================================================== ] 4440/5174 85% [===================================================== ] 4441/5174 85% [===================================================== ] 4442/5174 85% [===================================================== ] 4443/5174 85% [===================================================== ] 4444/5174 85% [===================================================== ] 4445/5174 85% [===================================================== ] 4446/5174 85% [===================================================== ] 4447/5174 85% [===================================================== ] 4448/5174 85% [===================================================== ] 4449/5174 85% [===================================================== ] 4450/5174 86% [===================================================== ] 4451/5174 86% [===================================================== ] 4452/5174 86% [===================================================== ] 4453/5174 86% [===================================================== ] 4454/5174 86% [===================================================== ] 4455/5174 86% [===================================================== ] 4456/5174 86% [===================================================== ] 4457/5174 86% [===================================================== ] 4458/5174 86% [===================================================== ] 4459/5174 86% [===================================================== ] 4460/5174 86% [===================================================== ] 4461/5174 86% [===================================================== ] 4462/5174 86% [===================================================== ] 4463/5174 86% [===================================================== ] 4464/5174 86% [===================================================== ] 4465/5174 86% [===================================================== ] 4466/5174 86% [===================================================== ] 4467/5174 86% [===================================================== ] 4468/5174 86% [===================================================== ] 4469/5174 86% [===================================================== ] 4470/5174 86% [===================================================== ] 4471/5174 86% [===================================================== ] 4472/5174 86% [===================================================== ] 4473/5174 86% [===================================================== ] 4474/5174 86% [===================================================== ] 4475/5174 86% [===================================================== ] 4476/5174 86% [===================================================== ] 4477/5174 86% [===================================================== ] 4478/5174 86% [===================================================== ] 4479/5174 86% [===================================================== ] 4480/5174 86% [===================================================== ] 4481/5174 86% [===================================================== ] 4482/5174 86% [===================================================== ] 4483/5174 86% [===================================================== ] 4484/5174 86% [===================================================== ] 4485/5174 86% [===================================================== ] 4486/5174 86% [===================================================== ] 4487/5174 86% [===================================================== ] 4488/5174 86% [===================================================== ] 4489/5174 86% [===================================================== ] 4490/5174 86% [===================================================== ] 4491/5174 86% [===================================================== ] 4492/5174 86% [===================================================== ] 4493/5174 86% [===================================================== ] 4494/5174 86% [===================================================== ] 4495/5174 86% [===================================================== ] 4496/5174 86% [===================================================== ] 4497/5174 86% [===================================================== ] 4498/5174 86% [===================================================== ] 4499/5174 86% [===================================================== ] 4500/5174 86% [===================================================== ] 4501/5174 86% [===================================================== ] 4502/5174 87% [===================================================== ] 4503/5174 87% [===================================================== ] 4504/5174 87% [===================================================== ] 4505/5174 87% [===================================================== ] 4506/5174 87% [====================================================== ] 4507/5174 87% [====================================================== ] 4508/5174 87% [====================================================== ] 4509/5174 87% [====================================================== ] 4510/5174 87% [====================================================== ] 4511/5174 87% [====================================================== ] 4512/5174 87% [====================================================== ] 4513/5174 87% [====================================================== ] 4514/5174 87% [====================================================== ] 4515/5174 87% [====================================================== ] 4516/5174 87% [====================================================== ] 4517/5174 87% [====================================================== ] 4518/5174 87% [====================================================== ] 4519/5174 87% [====================================================== ] 4520/5174 87% [====================================================== ] 4521/5174 87% [====================================================== ] 4522/5174 87% [====================================================== ] 4523/5174 87% [====================================================== ] 4524/5174 87% [====================================================== ] 4525/5174 87% [====================================================== ] 4526/5174 87% [====================================================== ] 4527/5174 87% [====================================================== ] 4528/5174 87% [====================================================== ] 4529/5174 87% [====================================================== ] 4530/5174 87% [====================================================== ] 4531/5174 87% [====================================================== ] 4532/5174 87% [====================================================== ] 4533/5174 87% [====================================================== ] 4534/5174 87% [====================================================== ] 4535/5174 87% [====================================================== ] 4536/5174 87% [====================================================== ] 4537/5174 87% [====================================================== ] 4538/5174 87% [====================================================== ] 4539/5174 87% [====================================================== ] 4540/5174 87% [====================================================== ] 4541/5174 87% [====================================================== ] 4542/5174 87% [====================================================== ] 4543/5174 87% [====================================================== ] 4544/5174 87% [====================================================== ] 4545/5174 87% [====================================================== ] 4546/5174 87% [====================================================== ] 4547/5174 87% [====================================================== ] 4548/5174 87% [====================================================== ] 4549/5174 87% [====================================================== ] 4550/5174 87% [====================================================== ] 4551/5174 87% [====================================================== ] 4552/5174 87% [====================================================== ] 4553/5174 87% [====================================================== ] 4554/5174 88% [====================================================== ] 4555/5174 88% [====================================================== ] 4556/5174 88% [====================================================== ] 4557/5174 88% [====================================================== ] 4558/5174 88% [====================================================== ] 4559/5174 88% [====================================================== ] 4560/5174 88% [====================================================== ] 4561/5174 88% [====================================================== ] 4562/5174 88% [====================================================== ] 4563/5174 88% [====================================================== ] 4564/5174 88% [====================================================== ] 4565/5174 88% [====================================================== ] 4566/5174 88% [====================================================== ] 4567/5174 88% [====================================================== ] 4568/5174 88% [====================================================== ] 4569/5174 88% [====================================================== ] 4570/5174 88% [====================================================== ] 4571/5174 88% [====================================================== ] 4572/5174 88% [====================================================== ] 4573/5174 88% [====================================================== ] 4574/5174 88% [====================================================== ] 4575/5174 88% [====================================================== ] 4576/5174 88% [====================================================== ] 4577/5174 88% [====================================================== ] 4578/5174 88% [====================================================== ] 4579/5174 88% [====================================================== ] 4580/5174 88% [====================================================== ] 4581/5174 88% [====================================================== ] 4582/5174 88% [====================================================== ] 4583/5174 88% [====================================================== ] 4584/5174 88% [====================================================== ] 4585/5174 88% [====================================================== ] 4586/5174 88% [====================================================== ] 4587/5174 88% [====================================================== ] 4588/5174 88% [====================================================== ] 4589/5174 88% [======================================================= ] 4590/5174 88% [======================================================= ] 4591/5174 88% [======================================================= ] 4592/5174 88% [======================================================= ] 4593/5174 88% [======================================================= ] 4594/5174 88% [======================================================= ] 4595/5174 88% [======================================================= ] 4596/5174 88% [======================================================= ] 4597/5174 88% [======================================================= ] 4598/5174 88% [======================================================= ] 4599/5174 88% [======================================================= ] 4600/5174 88% [======================================================= ] 4601/5174 88% [======================================================= ] 4602/5174 88% [======================================================= ] 4603/5174 88% [======================================================= ] 4604/5174 88% [======================================================= ] 4605/5174 89% [======================================================= ] 4606/5174 89% [======================================================= ] 4607/5174 89% [======================================================= ] 4608/5174 89% [======================================================= ] 4609/5174 89% [======================================================= ] 4610/5174 89% [======================================================= ] 4611/5174 89% [======================================================= ] 4612/5174 89% [======================================================= ] 4613/5174 89% [======================================================= ] 4614/5174 89% [======================================================= ] 4615/5174 89% [======================================================= ] 4616/5174 89% [======================================================= ] 4617/5174 89% [======================================================= ] 4618/5174 89% [======================================================= ] 4619/5174 89% [======================================================= ] 4620/5174 89% [======================================================= ] 4621/5174 89% [======================================================= ] 4622/5174 89% [======================================================= ] 4623/5174 89% [======================================================= ] 4624/5174 89% [======================================================= ] 4625/5174 89% [======================================================= ] 4626/5174 89% [======================================================= ] 4627/5174 89% [======================================================= ] 4628/5174 89% [======================================================= ] 4629/5174 89% [======================================================= ] 4630/5174 89% [======================================================= ] 4631/5174 89% [======================================================= ] 4632/5174 89% [======================================================= ] 4633/5174 89% [======================================================= ] 4634/5174 89% [======================================================= ] 4635/5174 89% [======================================================= ] 4636/5174 89% [======================================================= ] 4637/5174 89% [======================================================= ] 4638/5174 89% [======================================================= ] 4639/5174 89% [======================================================= ] 4640/5174 89% [======================================================= ] 4641/5174 89% [======================================================= ] 4642/5174 89% [======================================================= ] 4643/5174 89% [======================================================= ] 4644/5174 89% [======================================================= ] 4645/5174 89% [======================================================= ] 4646/5174 89% [======================================================= ] 4647/5174 89% [======================================================= ] 4648/5174 89% [======================================================= ] 4649/5174 89% [======================================================= ] 4650/5174 89% [======================================================= ] 4651/5174 89% [======================================================= ] 4652/5174 89% [======================================================= ] 4653/5174 89% [======================================================= ] 4654/5174 89% [======================================================= ] 4655/5174 89% [======================================================= ] 4656/5174 89% [======================================================= ] 4657/5174 90% [======================================================= ] 4658/5174 90% [======================================================= ] 4659/5174 90% [======================================================= ] 4660/5174 90% [======================================================= ] 4661/5174 90% [======================================================= ] 4662/5174 90% [======================================================= ] 4663/5174 90% [======================================================= ] 4664/5174 90% [======================================================= ] 4665/5174 90% [======================================================= ] 4666/5174 90% [======================================================= ] 4667/5174 90% [======================================================= ] 4668/5174 90% [======================================================= ] 4669/5174 90% [======================================================= ] 4670/5174 90% [======================================================= ] 4671/5174 90% [======================================================= ] 4672/5174 90% [======================================================= ] 4673/5174 90% [======================================================== ] 4674/5174 90% [======================================================== ] 4675/5174 90% [======================================================== ] 4676/5174 90% [======================================================== ] 4677/5174 90% [======================================================== ] 4678/5174 90% [======================================================== ] 4679/5174 90% [======================================================== ] 4680/5174 90% [======================================================== ] 4681/5174 90% [======================================================== ] 4682/5174 90% [======================================================== ] 4683/5174 90% [======================================================== ] 4684/5174 90% [======================================================== ] 4685/5174 90% [======================================================== ] 4686/5174 90% [======================================================== ] 4687/5174 90% [======================================================== ] 4688/5174 90% [======================================================== ] 4689/5174 90% [======================================================== ] 4690/5174 90% [======================================================== ] 4691/5174 90% [======================================================== ] 4692/5174 90% [======================================================== ] 4693/5174 90% [======================================================== ] 4694/5174 90% [======================================================== ] 4695/5174 90% [======================================================== ] 4696/5174 90% [======================================================== ] 4697/5174 90% [======================================================== ] 4698/5174 90% [======================================================== ] 4699/5174 90% [======================================================== ] 4700/5174 90% [======================================================== ] 4701/5174 90% [======================================================== ] 4702/5174 90% [======================================================== ] 4703/5174 90% [======================================================== ] 4704/5174 90% [======================================================== ] 4705/5174 90% [======================================================== ] 4706/5174 90% [======================================================== ] 4707/5174 90% [======================================================== ] 4708/5174 90% [======================================================== ] 4709/5174 91% [======================================================== ] 4710/5174 91% [======================================================== ] 4711/5174 91% [======================================================== ] 4712/5174 91% [======================================================== ] 4713/5174 91% [======================================================== ] 4714/5174 91% [======================================================== ] 4715/5174 91% [======================================================== ] 4716/5174 91% [======================================================== ] 4717/5174 91% [======================================================== ] 4718/5174 91% [======================================================== ] 4719/5174 91% [======================================================== ] 4720/5174 91% [======================================================== ] 4721/5174 91% [======================================================== ] 4722/5174 91% [======================================================== ] 4723/5174 91% [======================================================== ] 4724/5174 91% [======================================================== ] 4725/5174 91% [======================================================== ] 4726/5174 91% [======================================================== ] 4727/5174 91% [======================================================== ] 4728/5174 91% [======================================================== ] 4729/5174 91% [======================================================== ] 4730/5174 91% [======================================================== ] 4731/5174 91% [======================================================== ] 4732/5174 91% [======================================================== ] 4733/5174 91% [======================================================== ] 4734/5174 91% [======================================================== ] 4735/5174 91% [======================================================== ] 4736/5174 91% [======================================================== ] 4737/5174 91% [======================================================== ] 4738/5174 91% [======================================================== ] 4739/5174 91% [======================================================== ] 4740/5174 91% [======================================================== ] 4741/5174 91% [======================================================== ] 4742/5174 91% [======================================================== ] 4743/5174 91% [======================================================== ] 4744/5174 91% [======================================================== ] 4745/5174 91% [======================================================== ] 4746/5174 91% [======================================================== ] 4747/5174 91% [======================================================== ] 4748/5174 91% [======================================================== ] 4749/5174 91% [======================================================== ] 4750/5174 91% [======================================================== ] 4751/5174 91% [======================================================== ] 4752/5174 91% [======================================================== ] 4753/5174 91% [======================================================== ] 4754/5174 91% [======================================================== ] 4755/5174 91% [======================================================== ] 4756/5174 91% [========================================================= ] 4757/5174 91% [========================================================= ] 4758/5174 91% [========================================================= ] 4759/5174 91% [========================================================= ] 4760/5174 91% [========================================================= ] 4761/5174 92% [========================================================= ] 4762/5174 92% [========================================================= ] 4763/5174 92% [========================================================= ] 4764/5174 92% [========================================================= ] 4765/5174 92% [========================================================= ] 4766/5174 92% [========================================================= ] 4767/5174 92% [========================================================= ] 4768/5174 92% [========================================================= ] 4769/5174 92% [========================================================= ] 4770/5174 92% [========================================================= ] 4771/5174 92% [========================================================= ] 4772/5174 92% [========================================================= ] 4773/5174 92% [========================================================= ] 4774/5174 92% [========================================================= ] 4775/5174 92% [========================================================= ] 4776/5174 92% [========================================================= ] 4777/5174 92% [========================================================= ] 4778/5174 92% [========================================================= ] 4779/5174 92% [========================================================= ] 4780/5174 92% [========================================================= ] 4781/5174 92% [========================================================= ] 4782/5174 92% [========================================================= ] 4783/5174 92% [========================================================= ] 4784/5174 92% [========================================================= ] 4785/5174 92% [========================================================= ] 4786/5174 92% [========================================================= ] 4787/5174 92% [========================================================= ] 4788/5174 92% [========================================================= ] 4789/5174 92% [========================================================= ] 4790/5174 92% [========================================================= ] 4791/5174 92% [========================================================= ] 4792/5174 92% [========================================================= ] 4793/5174 92% [========================================================= ] 4794/5174 92% [========================================================= ] 4795/5174 92% [========================================================= ] 4796/5174 92% [========================================================= ] 4797/5174 92% [========================================================= ] 4798/5174 92% [========================================================= ] 4799/5174 92% [========================================================= ] 4800/5174 92% [========================================================= ] 4801/5174 92% [========================================================= ] 4802/5174 92% [========================================================= ] 4803/5174 92% [========================================================= ] 4804/5174 92% [========================================================= ] 4805/5174 92% [========================================================= ] 4806/5174 92% [========================================================= ] 4807/5174 92% [========================================================= ] 4808/5174 92% [========================================================= ] 4809/5174 92% [========================================================= ] 4810/5174 92% [========================================================= ] 4811/5174 92% [========================================================= ] 4812/5174 93% [========================================================= ] 4813/5174 93% [========================================================= ] 4814/5174 93% [========================================================= ] 4815/5174 93% [========================================================= ] 4816/5174 93% [========================================================= ] 4817/5174 93% [========================================================= ] 4818/5174 93% [========================================================= ] 4819/5174 93% [========================================================= ] 4820/5174 93% [========================================================= ] 4821/5174 93% [========================================================= ] 4822/5174 93% [========================================================= ] 4823/5174 93% [========================================================= ] 4824/5174 93% [========================================================= ] 4825/5174 93% [========================================================= ] 4826/5174 93% [========================================================= ] 4827/5174 93% [========================================================= ] 4828/5174 93% [========================================================= ] 4829/5174 93% [========================================================= ] 4830/5174 93% [========================================================= ] 4831/5174 93% [========================================================= ] 4832/5174 93% [========================================================= ] 4833/5174 93% [========================================================= ] 4834/5174 93% [========================================================= ] 4835/5174 93% [========================================================= ] 4836/5174 93% [========================================================= ] 4837/5174 93% [========================================================= ] 4838/5174 93% [========================================================= ] 4839/5174 93% [========================================================= ] 4840/5174 93% [========================================================== ] 4841/5174 93% [========================================================== ] 4842/5174 93% [========================================================== ] 4843/5174 93% [========================================================== ] 4844/5174 93% [========================================================== ] 4845/5174 93% [========================================================== ] 4846/5174 93% [========================================================== ] 4847/5174 93% [========================================================== ] 4848/5174 93% [========================================================== ] 4849/5174 93% [========================================================== ] 4850/5174 93% [========================================================== ] 4851/5174 93% [========================================================== ] 4852/5174 93% [========================================================== ] 4853/5174 93% [========================================================== ] 4854/5174 93% [========================================================== ] 4855/5174 93% [========================================================== ] 4856/5174 93% [========================================================== ] 4857/5174 93% [========================================================== ] 4858/5174 93% [========================================================== ] 4859/5174 93% [========================================================== ] 4860/5174 93% [========================================================== ] 4861/5174 93% [========================================================== ] 4862/5174 93% [========================================================== ] 4863/5174 93% [========================================================== ] 4864/5174 94% [========================================================== ] 4865/5174 94% [========================================================== ] 4866/5174 94% [========================================================== ] 4867/5174 94% [========================================================== ] 4868/5174 94% [========================================================== ] 4869/5174 94% [========================================================== ] 4870/5174 94% [========================================================== ] 4871/5174 94% [========================================================== ] 4872/5174 94% [========================================================== ] 4873/5174 94% [========================================================== ] 4874/5174 94% [========================================================== ] 4875/5174 94% [========================================================== ] 4876/5174 94% [========================================================== ] 4877/5174 94% [========================================================== ] 4878/5174 94% [========================================================== ] 4879/5174 94% [========================================================== ] 4880/5174 94% [========================================================== ] 4881/5174 94% [========================================================== ] 4882/5174 94% [========================================================== ] 4883/5174 94% [========================================================== ] 4884/5174 94% [========================================================== ] 4885/5174 94% [========================================================== ] 4886/5174 94% [========================================================== ] 4887/5174 94% [========================================================== ] 4888/5174 94% [========================================================== ] 4889/5174 94% [========================================================== ] 4890/5174 94% [========================================================== ] 4891/5174 94% [========================================================== ] 4892/5174 94% [========================================================== ] 4893/5174 94% [========================================================== ] 4894/5174 94% [========================================================== ] 4895/5174 94% [========================================================== ] 4896/5174 94% [========================================================== ] 4897/5174 94% [========================================================== ] 4898/5174 94% [========================================================== ] 4899/5174 94% [========================================================== ] 4900/5174 94% [========================================================== ] 4901/5174 94% [========================================================== ] 4902/5174 94% [========================================================== ] 4903/5174 94% [========================================================== ] 4904/5174 94% [========================================================== ] 4905/5174 94% [========================================================== ] 4906/5174 94% [========================================================== ] 4907/5174 94% [========================================================== ] 4908/5174 94% [========================================================== ] 4909/5174 94% [========================================================== ] 4910/5174 94% [========================================================== ] 4911/5174 94% [========================================================== ] 4912/5174 94% [========================================================== ] 4913/5174 94% [========================================================== ] 4914/5174 94% [========================================================== ] 4915/5174 94% [========================================================== ] 4916/5174 95% [========================================================== ] 4917/5174 95% [========================================================== ] 4918/5174 95% [========================================================== ] 4919/5174 95% [========================================================== ] 4920/5174 95% [========================================================== ] 4921/5174 95% [========================================================== ] 4922/5174 95% [========================================================== ] 4923/5174 95% [=========================================================== ] 4924/5174 95% [=========================================================== ] 4925/5174 95% [=========================================================== ] 4926/5174 95% [=========================================================== ] 4927/5174 95% [=========================================================== ] 4928/5174 95% [=========================================================== ] 4929/5174 95% [=========================================================== ] 4930/5174 95% [=========================================================== ] 4931/5174 95% [=========================================================== ] 4932/5174 95% [=========================================================== ] 4933/5174 95% [=========================================================== ] 4934/5174 95% [=========================================================== ] 4935/5174 95% [=========================================================== ] 4936/5174 95% [=========================================================== ] 4937/5174 95% [=========================================================== ] 4938/5174 95% [=========================================================== ] 4939/5174 95% [=========================================================== ] 4940/5174 95% [=========================================================== ] 4941/5174 95% [=========================================================== ] 4942/5174 95% [=========================================================== ] 4943/5174 95% [=========================================================== ] 4944/5174 95% [=========================================================== ] 4945/5174 95% [=========================================================== ] 4946/5174 95% [=========================================================== ] 4947/5174 95% [=========================================================== ] 4948/5174 95% [=========================================================== ] 4949/5174 95% [=========================================================== ] 4950/5174 95% [=========================================================== ] 4951/5174 95% [=========================================================== ] 4952/5174 95% [=========================================================== ] 4953/5174 95% [=========================================================== ] 4954/5174 95% [=========================================================== ] 4955/5174 95% [=========================================================== ] 4956/5174 95% [=========================================================== ] 4957/5174 95% [=========================================================== ] 4958/5174 95% [=========================================================== ] 4959/5174 95% [=========================================================== ] 4960/5174 95% [=========================================================== ] 4961/5174 95% [=========================================================== ] 4962/5174 95% [=========================================================== ] 4963/5174 95% [=========================================================== ] 4964/5174 95% [=========================================================== ] 4965/5174 95% [=========================================================== ] 4966/5174 95% [=========================================================== ] 4967/5174 95% [=========================================================== ] 4968/5174 96% [=========================================================== ] 4969/5174 96% [=========================================================== ] 4970/5174 96% [=========================================================== ] 4971/5174 96% [=========================================================== ] 4972/5174 96% [=========================================================== ] 4973/5174 96% [=========================================================== ] 4974/5174 96% [=========================================================== ] 4975/5174 96% [=========================================================== ] 4976/5174 96% [=========================================================== ] 4977/5174 96% [=========================================================== ] 4978/5174 96% [=========================================================== ] 4979/5174 96% [=========================================================== ] 4980/5174 96% [=========================================================== ] 4981/5174 96% [=========================================================== ] 4982/5174 96% [=========================================================== ] 4983/5174 96% [=========================================================== ] 4984/5174 96% [=========================================================== ] 4985/5174 96% [=========================================================== ] 4986/5174 96% [=========================================================== ] 4987/5174 96% [=========================================================== ] 4988/5174 96% [=========================================================== ] 4989/5174 96% [=========================================================== ] 4990/5174 96% [=========================================================== ] 4991/5174 96% [=========================================================== ] 4992/5174 96% [=========================================================== ] 4993/5174 96% [=========================================================== ] 4994/5174 96% [=========================================================== ] 4995/5174 96% [=========================================================== ] 4996/5174 96% [=========================================================== ] 4997/5174 96% [=========================================================== ] 4998/5174 96% [=========================================================== ] 4999/5174 96% [=========================================================== ] 5000/5174 96% [=========================================================== ] 5001/5174 96% [=========================================================== ] 5002/5174 96% [=========================================================== ] 5003/5174 96% [=========================================================== ] 5004/5174 96% [=========================================================== ] 5005/5174 96% [=========================================================== ] 5006/5174 96% [=========================================================== ] 5007/5174 96% [============================================================ ] 5008/5174 96% [============================================================ ] 5009/5174 96% [============================================================ ] 5010/5174 96% [============================================================ ] 5011/5174 96% [============================================================ ] 5012/5174 96% [============================================================ ] 5013/5174 96% [============================================================ ] 5014/5174 96% [============================================================ ] 5015/5174 96% [============================================================ ] 5016/5174 96% [============================================================ ] 5017/5174 96% [============================================================ ] 5018/5174 96% [============================================================ ] 5019/5174 97% [============================================================ ] 5020/5174 97% [============================================================ ] 5021/5174 97% [============================================================ ] 5022/5174 97% [============================================================ ] 5023/5174 97% [============================================================ ] 5024/5174 97% [============================================================ ] 5025/5174 97% [============================================================ ] 5026/5174 97% [============================================================ ] 5027/5174 97% [============================================================ ] 5028/5174 97% [============================================================ ] 5029/5174 97% [============================================================ ] 5030/5174 97% [============================================================ ] 5031/5174 97% [============================================================ ] 5032/5174 97% [============================================================ ] 5033/5174 97% [============================================================ ] 5034/5174 97% [============================================================ ] 5035/5174 97% [============================================================ ] 5036/5174 97% [============================================================ ] 5037/5174 97% [============================================================ ] 5038/5174 97% [============================================================ ] 5039/5174 97% [============================================================ ] 5040/5174 97% [============================================================ ] 5041/5174 97% [============================================================ ] 5042/5174 97% [============================================================ ] 5043/5174 97% [============================================================ ] 5044/5174 97% [============================================================ ] 5045/5174 97% [============================================================ ] 5046/5174 97% [============================================================ ] 5047/5174 97% [============================================================ ] 5048/5174 97% [============================================================ ] 5049/5174 97% [============================================================ ] 5050/5174 97% [============================================================ ] 5051/5174 97% [============================================================ ] 5052/5174 97% [============================================================ ] 5053/5174 97% [============================================================ ] 5054/5174 97% [============================================================ ] 5055/5174 97% [============================================================ ] 5056/5174 97% [============================================================ ] 5057/5174 97% [============================================================ ] 5058/5174 97% [============================================================ ] 5059/5174 97% [============================================================ ] 5060/5174 97% [============================================================ ] 5061/5174 97% [============================================================ ] 5062/5174 97% [============================================================ ] 5063/5174 97% [============================================================ ] 5064/5174 97% [============================================================ ] 5065/5174 97% [============================================================ ] 5066/5174 97% [============================================================ ] 5067/5174 97% [============================================================ ] 5068/5174 97% [============================================================ ] 5069/5174 97% [============================================================ ] 5070/5174 97% [============================================================ ] 5071/5174 98% [============================================================ ] 5072/5174 98% [============================================================ ] 5073/5174 98% [============================================================ ] 5074/5174 98% [============================================================ ] 5075/5174 98% [============================================================ ] 5076/5174 98% [============================================================ ] 5077/5174 98% [============================================================ ] 5078/5174 98% [============================================================ ] 5079/5174 98% [============================================================ ] 5080/5174 98% [============================================================ ] 5081/5174 98% [============================================================ ] 5082/5174 98% [============================================================ ] 5083/5174 98% [============================================================ ] 5084/5174 98% [============================================================ ] 5085/5174 98% [============================================================ ] 5086/5174 98% [============================================================ ] 5087/5174 98% [============================================================ ] 5088/5174 98% [============================================================ ] 5089/5174 98% [============================================================ ] 5090/5174 98% [============================================================= ] 5091/5174 98% [============================================================= ] 5092/5174 98% [============================================================= ] 5093/5174 98% [============================================================= ] 5094/5174 98% [============================================================= ] 5095/5174 98% [============================================================= ] 5096/5174 98% [============================================================= ] 5097/5174 98% [============================================================= ] 5098/5174 98% [============================================================= ] 5099/5174 98% [============================================================= ] 5100/5174 98% [============================================================= ] 5101/5174 98% [============================================================= ] 5102/5174 98% [============================================================= ] 5103/5174 98% [============================================================= ] 5104/5174 98% [============================================================= ] 5105/5174 98% [============================================================= ] 5106/5174 98% [============================================================= ] 5107/5174 98% [============================================================= ] 5108/5174 98% [============================================================= ] 5109/5174 98% [============================================================= ] 5110/5174 98% [============================================================= ] 5111/5174 98% [============================================================= ] 5112/5174 98% [============================================================= ] 5113/5174 98% [============================================================= ] 5114/5174 98% [============================================================= ] 5115/5174 98% [============================================================= ] 5116/5174 98% [============================================================= ] 5117/5174 98% [============================================================= ] 5118/5174 98% [============================================================= ] 5119/5174 98% [============================================================= ] 5120/5174 98% [============================================================= ] 5121/5174 98% [============================================================= ] 5122/5174 98% [============================================================= ] 5123/5174 99% [============================================================= ] 5124/5174 99% [============================================================= ] 5125/5174 99% [============================================================= ] 5126/5174 99% [============================================================= ] 5127/5174 99% [============================================================= ] 5128/5174 99% [============================================================= ] 5129/5174 99% [============================================================= ] 5130/5174 99% [============================================================= ] 5131/5174 99% [============================================================= ] 5132/5174 99% [============================================================= ] 5133/5174 99% [============================================================= ] 5134/5174 99% [============================================================= ] 5135/5174 99% [============================================================= ] 5136/5174 99% [============================================================= ] 5137/5174 99% [============================================================= ] 5138/5174 99% [============================================================= ] 5139/5174 99% [============================================================= ] 5140/5174 99% [============================================================= ] 5141/5174 99% [============================================================= ] 5142/5174 99% [============================================================= ] 5143/5174 99% [============================================================= ] 5144/5174 99% [============================================================= ] 5145/5174 99% [============================================================= ] 5146/5174 99% [============================================================= ] 5147/5174 99% [============================================================= ] 5148/5174 99% [============================================================= ] 5149/5174 99% [============================================================= ] 5150/5174 99% [============================================================= ] 5151/5174 99% [============================================================= ] 5152/5174 99% [============================================================= ] 5153/5174 99% [============================================================= ] 5154/5174 99% [============================================================= ] 5155/5174 99% [============================================================= ] 5156/5174 99% [============================================================= ] 5157/5174 99% [============================================================= ] 5158/5174 99% [============================================================= ] 5159/5174 99% [============================================================= ] 5160/5174 99% [============================================================= ] 5161/5174 99% [============================================================= ] 5162/5174 99% [============================================================= ] 5163/5174 99% [============================================================= ] 5164/5174 99% [============================================================= ] 5165/5174 99% [============================================================= ] 5166/5174 99% [============================================================= ] 5167/5174 99% [============================================================= ] 5168/5174 99% [============================================================= ] 5169/5174 99% [============================================================= ] 5170/5174 99% [============================================================= ] 5171/5174 99% [============================================================= ] 5172/5174 99% [============================================================= ] 5173/5174 99% [==============================================================] 5174/5174 100% operation complete, 5174 objects in 100222 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/armeb-buildroot-linux-gnueabi/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2023.02.9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> glibc 2.36-118-g22955ad85186ee05834e47e665056148ca07699c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.72 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 >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> comix-cursors 0.9.1 Collecting legal info >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.36.3 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libclc 13.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 3c536c052db9afd997809e38785c9f2a9e54e2892330fa7c5b438e18a7413479) >>> host-clang 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: ebcd9bbf783a73d05c53ba4d586b8d5813dcdf3bbec50265860ccc885e606f47) >>> host-libxml2 2.11.6 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-llvm 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> host-spirv-llvm-translator v11.0.0-297-ga619b34bce55360d79fea9058a93ded04919f2b2 Collecting legal info LICENSE.TXT: OK (sha256: e3bc36440fc927c62d5cc24efeefe225a14d4e34ffeb0c92e430625cce9ee444) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libmicrohttpd 0.9.76 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> logrotate 3.20.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mbw 1.5 Collecting legal info mbw.spec: OK (sha256: 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-mxsldr 2793a657ab7a22487d21c1b020957806f8ae8383 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ndisc6 1.0.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> host-pahole 1.24 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> perl-class-method-modifiers 2.13 Collecting legal info LICENSE: OK (sha256: d17e5cba8d4039f6973d5873f73b0c8949c1cffb338fafe7a57e972767546561) >>> host-perl 5.36.3 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> perl-mojolicious-plugin-authentication 1.37 Collecting legal info LICENSE: OK (sha256: 37d219684a6c5f8754435fb0dd36a779121e416553fd6a75e22a7545039d1021) >>> perl-mojolicious 9.31 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-moo 2.005004 Collecting legal info LICENSE: OK (sha256: a8a1595c2347f7d10e896809d4f3dea85ccc10ac5644b8073111233cd120b14a) >>> perl-role-tiny 2.002004 Collecting legal info LICENSE: OK (sha256: a8a1595c2347f7d10e896809d4f3dea85ccc10ac5644b8073111233cd120b14a) >>> perl-sub-quote 2.006006 Collecting legal info LICENSE: OK (sha256: 88f4a8719c584d756dcfeebc7f35643066354188bfb57c672fbafcd44e044e9c) >>> perl-uri 5.17 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pinentry 1.2.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> udftools 2.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> vuejs 3.2.45 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> wilc-firmware wilc_linux_16_1 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'