>>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-14/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-14/output-1/host/lib/pkgconfig:/tmp/instance-14/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-14/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/tmp/instance-14/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:3: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/tmp/instance-14/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /tmp/instance-14/output-1/host/bin PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-14/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-14/output-1/host/lib/pkgconfig:/tmp/instance-14/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-14/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/tmp/instance-14/output-1/host/bin install make[1]: Entering directory '/tmp/instance-14/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /tmp/instance-14/output-1/host/bin make[1]: Leaving directory '/tmp/instance-14/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-14/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@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'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-14/output-1/host/bin/sparc64-linux-gcc%g" -e "s%@TARGET_CXX@%/tmp/instance-14/output-1/host/bin/sparc64-linux-g++%g" -e "s%@TARGET_AR@%/tmp/instance-14/output-1/host/bin/sparc64-linux-gcc-ar%g" -e "s%@TARGET_FC@%/tmp/instance-14/output-1/host/bin/sparc64-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc64%g" -e "s%@TARGET_CPU@%ultrasparc%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@%/tmp/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-14/output-1/host/sparc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-14/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-14/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-14/output-1/host/bin/sparc64-linux-gcc%g" -e "s%@TARGET_CXX@%/tmp/instance-14/output-1/host/bin/sparc64-linux-g++%g" -e "s%@TARGET_AR@%/tmp/instance-14/output-1/host/bin/sparc64-linux-gcc-ar%g" -e "s%@TARGET_FC@%/tmp/instance-14/output-1/host/bin/sparc64-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc64%g" -e "s%@TARGET_CPU@%ultrasparc%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'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-14/output-1/host/sparc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-14/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-14/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /tmp/instance-14/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-14/output-1/target/etc/shells rm -f /tmp/instance-14/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-14/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-14/output-1/host/bin/glib-compile-schemas /tmp/instance-14/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-14/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-14/output-1/target/etc echo "buildroot" > /tmp/instance-14/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-14/output-1/target/etc/hosts mkdir -p /tmp/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-14/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-14/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-14/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-14/output-1/target/etc/shells ln -sf dash /tmp/instance-14/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /tmp/instance-14/output-1/target/etc/passwd if [ -x /tmp/instance-14/output-1/target/sbin/swapon -a -x /tmp/instance-14/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-14/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-14/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-14/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-14/output-1/target/etc/inittab rm -rf /tmp/instance-14/output-1/target/usr/include /tmp/instance-14/output-1/target/usr/share/aclocal \ /tmp/instance-14/output-1/target/usr/lib/pkgconfig /tmp/instance-14/output-1/target/usr/share/pkgconfig \ /tmp/instance-14/output-1/target/usr/lib/cmake /tmp/instance-14/output-1/target/usr/share/cmake \ /tmp/instance-14/output-1/target/usr/lib/rpm /tmp/instance-14/output-1/target/usr/doc find /tmp/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-14/output-1/target/lib/ /tmp/instance-14/output-1/target/usr/lib/ /tmp/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-14/output-1/target/usr/share/gdb rm -rf /tmp/instance-14/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-14/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-14/output-1/target/usr/share/zsh rm -rf /tmp/instance-14/output-1/target/usr/man /tmp/instance-14/output-1/target/usr/share/man rm -rf /tmp/instance-14/output-1/target/usr/info /tmp/instance-14/output-1/target/usr/share/info rm -rf /tmp/instance-14/output-1/target/usr/doc /tmp/instance-14/output-1/target/usr/share/doc rm -rf /tmp/instance-14/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-14/output-1/target/lib/debug /tmp/instance-14/output-1/target/usr/lib/debug find /tmp/instance-14/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 /tmp/instance-14/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-14/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-14/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 /tmp/instance-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-93-gd3051892eb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /tmp/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-14/output-1/per-package /tmp/instance-14/buildroot/support/scripts/fix-rpath target touch /tmp/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-14/output-1/build/buildroot-fs mkdir -p /tmp/instance-14/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n pipewire -1 pipewire -1 * - - audio,video PipeWire System Daemon\n polkitd -1 polkitd -1 * - - - Polkit Daemon\n\n' >> /tmp/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n \n \n \n /var/lib/nginx d 755 33 33 - - - - -\n /etc/polkit-1/rules.d d 700 polkitd root - - - - -\n /usr/share/polkit-1/rules.d d 700 polkitd root - - - - -\n /usr/bin/pkexec f 4755 root root - - - - -\n /usr/lib/polkit-1/polkit-agent-helper-1 f 4755 root root - - - - -\n\n' > /tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /tmp/instance-14/output-1/images rm -rf /tmp/instance-14/output-1/build/buildroot-fs/jffs2 mkdir -p /tmp/instance-14/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-14/output-1/target/ /tmp/instance-14/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-14/output-1/build/buildroot-fs/jffs2/target" >> /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-14/buildroot/support/scripts/mkusers /tmp/instance-14/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-14/output-1/build/buildroot-fs/jffs2/target >> /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot echo "/tmp/instance-14/output-1/host/bin/makedevs -d /tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-14/output-1/build/buildroot-fs/jffs2/target" >> /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /tmp/instance-14/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-14/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /tmp/instance-14/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /tmp/instance-14/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /tmp/instance-14/output-1/host/sbin/mkfs.jffs2 -e 0x10000 --with-xattr -b -d /tmp/instance-14/output-1/build/buildroot-fs/jffs2/target -o /tmp/instance-14/output-1/images/rootfs.jffs2\n' >> /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-14/output-1/host/bin/fakeroot -- /tmp/instance-14/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/tmp/instance-14/output-1/build/buildroot-fs/jffs2/target table='/tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-14/output-1/images rm -rf /tmp/instance-14/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-14/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-14/output-1/target/ /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-14/buildroot/support/scripts/mkusers /tmp/instance-14/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-14/output-1/host/bin/makedevs -d /tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-14/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-14/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-14/output-1/host/bin/fakeroot -- /tmp/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-14/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-14/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 4306 objects. stage 2: creating image '/tmp/instance-14/output-1/images/rootfs.yaffs2' [ ] 1/4306 0% [ ] 2/4306 0% [ ] 3/4306 0% [ ] 4/4306 0% [ ] 5/4306 0% [ ] 6/4306 0% [ ] 7/4306 0% [ ] 8/4306 0% [ ] 9/4306 0% [ ] 10/4306 0% [ ] 11/4306 0% [ ] 12/4306 0% [ ] 13/4306 0% [ ] 14/4306 0% [ ] 15/4306 0% [ ] 16/4306 0% [ ] 17/4306 0% [ ] 18/4306 0% [ ] 19/4306 0% [ ] 20/4306 0% [ ] 21/4306 0% [ ] 22/4306 0% [ ] 23/4306 0% [ ] 24/4306 0% [ ] 25/4306 0% [ ] 26/4306 0% [ ] 27/4306 0% [ ] 28/4306 0% [ ] 29/4306 0% [ ] 30/4306 0% [ ] 31/4306 0% [ ] 32/4306 0% [ ] 33/4306 0% [ ] 34/4306 0% [ ] 35/4306 0% [ ] 36/4306 0% [ ] 37/4306 0% [ ] 38/4306 0% [ ] 39/4306 0% [ ] 40/4306 0% [ ] 41/4306 0% [ ] 42/4306 0% [ ] 43/4306 0% [ ] 44/4306 1% [ ] 45/4306 1% [ ] 46/4306 1% [ ] 47/4306 1% [ ] 48/4306 1% [ ] 49/4306 1% [ ] 50/4306 1% [ ] 51/4306 1% [ ] 52/4306 1% [ ] 53/4306 1% [ ] 54/4306 1% [ ] 55/4306 1% [ ] 56/4306 1% [ ] 57/4306 1% [ ] 58/4306 1% [ ] 59/4306 1% [ ] 60/4306 1% [ ] 61/4306 1% [ ] 62/4306 1% [ ] 63/4306 1% [ ] 64/4306 1% [ ] 65/4306 1% [ ] 66/4306 1% [ ] 67/4306 1% [ ] 68/4306 1% [ ] 69/4306 1% [= ] 70/4306 1% [= ] 71/4306 1% [= ] 72/4306 1% [= ] 73/4306 1% [= ] 74/4306 1% [= ] 75/4306 1% [= ] 76/4306 1% [= ] 77/4306 1% [= ] 78/4306 1% [= ] 79/4306 1% [= ] 80/4306 1% [= ] 81/4306 1% [= ] 82/4306 1% [= ] 83/4306 1% [= ] 84/4306 1% [= ] 85/4306 1% [= ] 86/4306 1% [= ] 87/4306 2% [= ] 88/4306 2% [= ] 89/4306 2% [= ] 90/4306 2% [= ] 91/4306 2% [= ] 92/4306 2% [= ] 93/4306 2% [= ] 94/4306 2% [= ] 95/4306 2% [= ] 96/4306 2% [= ] 97/4306 2% [= ] 98/4306 2% [= ] 99/4306 2% [= ] 100/4306 2% [= ] 101/4306 2% [= ] 102/4306 2% [= ] 103/4306 2% [= ] 104/4306 2% [= ] 105/4306 2% [= ] 106/4306 2% [= ] 107/4306 2% [= ] 108/4306 2% [= ] 109/4306 2% [= ] 110/4306 2% [= ] 111/4306 2% [= ] 112/4306 2% [= ] 113/4306 2% [= ] 114/4306 2% [= ] 115/4306 2% [= ] 116/4306 2% [= ] 117/4306 2% [= ] 118/4306 2% [= ] 119/4306 2% [= ] 120/4306 2% [= ] 121/4306 2% [= ] 122/4306 2% [= ] 123/4306 2% [= ] 124/4306 2% [= ] 125/4306 2% [= ] 126/4306 2% [= ] 127/4306 2% [= ] 128/4306 2% [= ] 129/4306 2% [= ] 130/4306 3% [= ] 131/4306 3% [= ] 132/4306 3% [= ] 133/4306 3% [= ] 134/4306 3% [= ] 135/4306 3% [= ] 136/4306 3% [= ] 137/4306 3% [= ] 138/4306 3% [== ] 139/4306 3% [== ] 140/4306 3% [== ] 141/4306 3% [== ] 142/4306 3% [== ] 143/4306 3% [== ] 144/4306 3% [== ] 145/4306 3% [== ] 146/4306 3% [== ] 147/4306 3% [== ] 148/4306 3% [== ] 149/4306 3% [== ] 150/4306 3% [== ] 151/4306 3% [== ] 152/4306 3% [== ] 153/4306 3% [== ] 154/4306 3% [== ] 155/4306 3% [== ] 156/4306 3% [== ] 157/4306 3% [== ] 158/4306 3% [== ] 159/4306 3% [== ] 160/4306 3% [== ] 161/4306 3% [== ] 162/4306 3% [== ] 163/4306 3% [== ] 164/4306 3% [== ] 165/4306 3% [== ] 166/4306 3% [== ] 167/4306 3% [== ] 168/4306 3% [== ] 169/4306 3% [== ] 170/4306 3% [== ] 171/4306 3% [== ] 172/4306 3% [== ] 173/4306 4% [== ] 174/4306 4% [== ] 175/4306 4% [== ] 176/4306 4% [== ] 177/4306 4% [== ] 178/4306 4% [== ] 179/4306 4% [== ] 180/4306 4% [== ] 181/4306 4% [== ] 182/4306 4% [== ] 183/4306 4% [== ] 184/4306 4% [== ] 185/4306 4% [== ] 186/4306 4% [== ] 187/4306 4% [== ] 188/4306 4% [== ] 189/4306 4% [== ] 190/4306 4% [== ] 191/4306 4% [== ] 192/4306 4% [== ] 193/4306 4% [== ] 194/4306 4% [== ] 195/4306 4% [== ] 196/4306 4% [== ] 197/4306 4% [== ] 198/4306 4% [== ] 199/4306 4% [== ] 200/4306 4% [== ] 201/4306 4% [== ] 202/4306 4% [== ] 203/4306 4% [== ] 204/4306 4% [== ] 205/4306 4% [== ] 206/4306 4% [== ] 207/4306 4% [== ] 208/4306 4% [=== ] 209/4306 4% [=== ] 210/4306 4% [=== ] 211/4306 4% [=== ] 212/4306 4% [=== ] 213/4306 4% [=== ] 214/4306 4% [=== ] 215/4306 4% [=== ] 216/4306 5% [=== ] 217/4306 5% [=== ] 218/4306 5% [=== ] 219/4306 5% [=== ] 220/4306 5% [=== ] 221/4306 5% [=== ] 222/4306 5% [=== ] 223/4306 5% [=== ] 224/4306 5% [=== ] 225/4306 5% [=== ] 226/4306 5% [=== ] 227/4306 5% [=== ] 228/4306 5% [=== ] 229/4306 5% [=== ] 230/4306 5% [=== ] 231/4306 5% [=== ] 232/4306 5% [=== ] 233/4306 5% [=== ] 234/4306 5% [=== ] 235/4306 5% [=== ] 236/4306 5% [=== ] 237/4306 5% [=== ] 238/4306 5% [=== ] 239/4306 5% [=== ] 240/4306 5% [=== ] 241/4306 5% [=== ] 242/4306 5% [=== ] 243/4306 5% [=== ] 244/4306 5% [=== ] 245/4306 5% [=== ] 246/4306 5% [=== ] 247/4306 5% [=== ] 248/4306 5% [=== ] 249/4306 5% [=== ] 250/4306 5% [=== ] 251/4306 5% [=== ] 252/4306 5% [=== ] 253/4306 5% [=== ] 254/4306 5% [=== ] 255/4306 5% [=== ] 256/4306 5% [=== ] 257/4306 5% [=== ] 258/4306 5% [=== ] 259/4306 6% [=== ] 260/4306 6% [=== ] 261/4306 6% [=== ] 262/4306 6% [=== ] 263/4306 6% [=== ] 264/4306 6% [=== ] 265/4306 6% [=== ] 266/4306 6% [=== ] 267/4306 6% [=== ] 268/4306 6% [=== ] 269/4306 6% [=== ] 270/4306 6% [=== ] 271/4306 6% [=== ] 272/4306 6% [=== ] 273/4306 6% [=== ] 274/4306 6% [=== ] 275/4306 6% [=== ] 276/4306 6% [=== ] 277/4306 6% [==== ] 278/4306 6% [==== ] 279/4306 6% [==== ] 280/4306 6% [==== ] 281/4306 6% [==== ] 282/4306 6% [==== ] 283/4306 6% [==== ] 284/4306 6% [==== ] 285/4306 6% [==== ] 286/4306 6% [==== ] 287/4306 6% [==== ] 288/4306 6% [==== ] 289/4306 6% [==== ] 290/4306 6% [==== ] 291/4306 6% [==== ] 292/4306 6% [==== ] 293/4306 6% [==== ] 294/4306 6% [==== ] 295/4306 6% [==== ] 296/4306 6% [==== ] 297/4306 6% [==== ] 298/4306 6% [==== ] 299/4306 6% [==== ] 300/4306 6% [==== ] 301/4306 6% [==== ] 302/4306 7% [==== ] 303/4306 7% [==== ] 304/4306 7% [==== ] 305/4306 7% [==== ] 306/4306 7% [==== ] 307/4306 7% [==== ] 308/4306 7% [==== ] 309/4306 7% [==== ] 310/4306 7% [==== ] 311/4306 7% [==== ] 312/4306 7% [==== ] 313/4306 7% [==== ] 314/4306 7% [==== ] 315/4306 7% [==== ] 316/4306 7% [==== ] 317/4306 7% [==== ] 318/4306 7% [==== ] 319/4306 7% [==== ] 320/4306 7% [==== ] 321/4306 7% [==== ] 322/4306 7% [==== ] 323/4306 7% [==== ] 324/4306 7% [==== ] 325/4306 7% [==== ] 326/4306 7% [==== ] 327/4306 7% [==== ] 328/4306 7% [==== ] 329/4306 7% [==== ] 330/4306 7% [==== ] 331/4306 7% [==== ] 332/4306 7% [==== ] 333/4306 7% [==== ] 334/4306 7% [==== ] 335/4306 7% [==== ] 336/4306 7% [==== ] 337/4306 7% [==== ] 338/4306 7% [==== ] 339/4306 7% [==== ] 340/4306 7% [==== ] 341/4306 7% [==== ] 342/4306 7% [==== ] 343/4306 7% [==== ] 344/4306 7% [==== ] 345/4306 8% [==== ] 346/4306 8% [==== ] 347/4306 8% [===== ] 348/4306 8% [===== ] 349/4306 8% [===== ] 350/4306 8% [===== ] 351/4306 8% [===== ] 352/4306 8% [===== ] 353/4306 8% [===== ] 354/4306 8% [===== ] 355/4306 8% [===== ] 356/4306 8% [===== ] 357/4306 8% [===== ] 358/4306 8% [===== ] 359/4306 8% [===== ] 360/4306 8% [===== ] 361/4306 8% [===== ] 362/4306 8% [===== ] 363/4306 8% [===== ] 364/4306 8% [===== ] 365/4306 8% [===== ] 366/4306 8% [===== ] 367/4306 8% [===== ] 368/4306 8% [===== ] 369/4306 8% [===== ] 370/4306 8% [===== ] 371/4306 8% [===== ] 372/4306 8% [===== ] 373/4306 8% [===== ] 374/4306 8% [===== ] 375/4306 8% [===== ] 376/4306 8% [===== ] 377/4306 8% [===== ] 378/4306 8% [===== ] 379/4306 8% [===== ] 380/4306 8% [===== ] 381/4306 8% [===== ] 382/4306 8% [===== ] 383/4306 8% [===== ] 384/4306 8% [===== ] 385/4306 8% [===== ] 386/4306 8% [===== ] 387/4306 8% [===== ] 388/4306 9% [===== ] 389/4306 9% [===== ] 390/4306 9% [===== ] 391/4306 9% [===== ] 392/4306 9% [===== ] 393/4306 9% [===== ] 394/4306 9% [===== ] 395/4306 9% [===== ] 396/4306 9% [===== ] 397/4306 9% [===== ] 398/4306 9% [===== ] 399/4306 9% [===== ] 400/4306 9% [===== ] 401/4306 9% [===== ] 402/4306 9% [===== ] 403/4306 9% [===== ] 404/4306 9% [===== ] 405/4306 9% [===== ] 406/4306 9% [===== ] 407/4306 9% [===== ] 408/4306 9% [===== ] 409/4306 9% [===== ] 410/4306 9% [===== ] 411/4306 9% [===== ] 412/4306 9% [===== ] 413/4306 9% [===== ] 414/4306 9% [===== ] 415/4306 9% [===== ] 416/4306 9% [====== ] 417/4306 9% [====== ] 418/4306 9% [====== ] 419/4306 9% [====== ] 420/4306 9% [====== ] 421/4306 9% [====== ] 422/4306 9% [====== ] 423/4306 9% [====== ] 424/4306 9% [====== ] 425/4306 9% [====== ] 426/4306 9% [====== ] 427/4306 9% [====== ] 428/4306 9% [====== ] 429/4306 9% [====== ] 430/4306 9% [====== ] 431/4306 10% [====== ] 432/4306 10% [====== ] 433/4306 10% [====== ] 434/4306 10% [====== ] 435/4306 10% [====== ] 436/4306 10% [====== ] 437/4306 10% [====== ] 438/4306 10% [====== ] 439/4306 10% [====== ] 440/4306 10% [====== ] 441/4306 10% [====== ] 442/4306 10% [====== ] 443/4306 10% [====== ] 444/4306 10% [====== ] 445/4306 10% [====== ] 446/4306 10% [====== ] 447/4306 10% [====== ] 448/4306 10% [====== ] 449/4306 10% [====== ] 450/4306 10% [====== ] 451/4306 10% [====== ] 452/4306 10% [====== ] 453/4306 10% [====== ] 454/4306 10% [====== ] 455/4306 10% [====== ] 456/4306 10% [====== ] 457/4306 10% [====== ] 458/4306 10% [====== ] 459/4306 10% [====== ] 460/4306 10% [====== ] 461/4306 10% [====== ] 462/4306 10% [====== ] 463/4306 10% [====== ] 464/4306 10% [====== ] 465/4306 10% [====== ] 466/4306 10% [====== ] 467/4306 10% [====== ] 468/4306 10% [====== ] 469/4306 10% [====== ] 470/4306 10% [====== ] 471/4306 10% [====== ] 472/4306 10% [====== ] 473/4306 10% [====== ] 474/4306 11% [====== ] 475/4306 11% [====== ] 476/4306 11% [====== ] 477/4306 11% [====== ] 478/4306 11% [====== ] 479/4306 11% [====== ] 480/4306 11% [====== ] 481/4306 11% [====== ] 482/4306 11% [====== ] 483/4306 11% [====== ] 484/4306 11% [====== ] 485/4306 11% [====== ] 486/4306 11% [======= ] 487/4306 11% [======= ] 488/4306 11% [======= ] 489/4306 11% [======= ] 490/4306 11% [======= ] 491/4306 11% [======= ] 492/4306 11% [======= ] 493/4306 11% [======= ] 494/4306 11% [======= ] 495/4306 11% [======= ] 496/4306 11% [======= ] 497/4306 11% [======= ] 498/4306 11% [======= ] 499/4306 11% [======= ] 500/4306 11% [======= ] 501/4306 11% [======= ] 502/4306 11% [======= ] 503/4306 11% [======= ] 504/4306 11% [======= ] 505/4306 11% [======= ] 506/4306 11% [======= ] 507/4306 11% [======= ] 508/4306 11% [======= ] 509/4306 11% [======= ] 510/4306 11% [======= ] 511/4306 11% [======= ] 512/4306 11% [======= ] 513/4306 11% [======= ] 514/4306 11% [======= ] 515/4306 11% [======= ] 516/4306 11% [======= ] 517/4306 12% [======= ] 518/4306 12% [======= ] 519/4306 12% [======= ] 520/4306 12% [======= ] 521/4306 12% [======= ] 522/4306 12% [======= ] 523/4306 12% [======= ] 524/4306 12% [======= ] 525/4306 12% [======= ] 526/4306 12% [======= ] 527/4306 12% [======= ] 528/4306 12% [======= ] 529/4306 12% [======= ] 530/4306 12% [======= ] 531/4306 12% [======= ] 532/4306 12% [======= ] 533/4306 12% [======= ] 534/4306 12% [======= ] 535/4306 12% [======= ] 536/4306 12% [======= ] 537/4306 12% [======= ] 538/4306 12% [======= ] 539/4306 12% [======= ] 540/4306 12% [======= ] 541/4306 12% [======= ] 542/4306 12% [======= ] 543/4306 12% [======= ] 544/4306 12% [======= ] 545/4306 12% [======= ] 546/4306 12% [======= ] 547/4306 12% [======= ] 548/4306 12% [======= ] 549/4306 12% [======= ] 550/4306 12% [======= ] 551/4306 12% [======= ] 552/4306 12% [======= ] 553/4306 12% [======= ] 554/4306 12% [======= ] 555/4306 12% [======== ] 556/4306 12% [======== ] 557/4306 12% [======== ] 558/4306 12% [======== ] 559/4306 12% [======== ] 560/4306 13% [======== ] 561/4306 13% [======== ] 562/4306 13% [======== ] 563/4306 13% [======== ] 564/4306 13% [======== ] 565/4306 13% [======== ] 566/4306 13% [======== ] 567/4306 13% [======== ] 568/4306 13% [======== ] 569/4306 13% [======== ] 570/4306 13% [======== ] 571/4306 13% [======== ] 572/4306 13% [======== ] 573/4306 13% [======== ] 574/4306 13% [======== ] 575/4306 13% [======== ] 576/4306 13% [======== ] 577/4306 13% [======== ] 578/4306 13% [======== ] 579/4306 13% [======== ] 580/4306 13% [======== ] 581/4306 13% [======== ] 582/4306 13% [======== ] 583/4306 13% [======== ] 584/4306 13% [======== ] 585/4306 13% [======== ] 586/4306 13% [======== ] 587/4306 13% [======== ] 588/4306 13% [======== ] 589/4306 13% [======== ] 590/4306 13% [======== ] 591/4306 13% [======== ] 592/4306 13% [======== ] 593/4306 13% [======== ] 594/4306 13% [======== ] 595/4306 13% [======== ] 596/4306 13% [======== ] 597/4306 13% [======== ] 598/4306 13% [======== ] 599/4306 13% [======== ] 600/4306 13% [======== ] 601/4306 13% [======== ] 602/4306 13% [======== ] 603/4306 14% [======== ] 604/4306 14% [======== ] 605/4306 14% [======== ] 606/4306 14% [======== ] 607/4306 14% [======== ] 608/4306 14% [======== ] 609/4306 14% [======== ] 610/4306 14% [======== ] 611/4306 14% [======== ] 612/4306 14% [======== ] 613/4306 14% [======== ] 614/4306 14% [======== ] 615/4306 14% [======== ] 616/4306 14% [======== ] 617/4306 14% [======== ] 618/4306 14% [======== ] 619/4306 14% [======== ] 620/4306 14% [======== ] 621/4306 14% [======== ] 622/4306 14% [======== ] 623/4306 14% [======== ] 624/4306 14% [======== ] 625/4306 14% [========= ] 626/4306 14% [========= ] 627/4306 14% [========= ] 628/4306 14% [========= ] 629/4306 14% [========= ] 630/4306 14% [========= ] 631/4306 14% [========= ] 632/4306 14% [========= ] 633/4306 14% [========= ] 634/4306 14% [========= ] 635/4306 14% [========= ] 636/4306 14% [========= ] 637/4306 14% [========= ] 638/4306 14% [========= ] 639/4306 14% [========= ] 640/4306 14% [========= ] 641/4306 14% [========= ] 642/4306 14% [========= ] 643/4306 14% [========= ] 644/4306 14% [========= ] 645/4306 14% [========= ] 646/4306 15% [========= ] 647/4306 15% [========= ] 648/4306 15% [========= ] 649/4306 15% [========= ] 650/4306 15% [========= ] 651/4306 15% [========= ] 652/4306 15% [========= ] 653/4306 15% [========= ] 654/4306 15% [========= ] 655/4306 15% [========= ] 656/4306 15% [========= ] 657/4306 15% [========= ] 658/4306 15% [========= ] 659/4306 15% [========= ] 660/4306 15% [========= ] 661/4306 15% [========= ] 662/4306 15% [========= ] 663/4306 15% [========= ] 664/4306 15% [========= ] 665/4306 15% [========= ] 666/4306 15% [========= ] 667/4306 15% [========= ] 668/4306 15% [========= ] 669/4306 15% [========= ] 670/4306 15% [========= ] 671/4306 15% [========= ] 672/4306 15% [========= ] 673/4306 15% [========= ] 674/4306 15% [========= ] 675/4306 15% [========= ] 676/4306 15% [========= ] 677/4306 15% [========= ] 678/4306 15% [========= ] 679/4306 15% [========= ] 680/4306 15% [========= ] 681/4306 15% [========= ] 682/4306 15% [========= ] 683/4306 15% [========= ] 684/4306 15% [========= ] 685/4306 15% [========= ] 686/4306 15% [========= ] 687/4306 15% [========= ] 688/4306 15% [========= ] 689/4306 16% [========= ] 690/4306 16% [========= ] 691/4306 16% [========= ] 692/4306 16% [========= ] 693/4306 16% [========= ] 694/4306 16% [========== ] 695/4306 16% [========== ] 696/4306 16% [========== ] 697/4306 16% [========== ] 698/4306 16% [========== ] 699/4306 16% [========== ] 700/4306 16% [========== ] 701/4306 16% [========== ] 702/4306 16% [========== ] 703/4306 16% [========== ] 704/4306 16% [========== ] 705/4306 16% [========== ] 706/4306 16% [========== ] 707/4306 16% [========== ] 708/4306 16% [========== ] 709/4306 16% [========== ] 710/4306 16% [========== ] 711/4306 16% [========== ] 712/4306 16% [========== ] 713/4306 16% [========== ] 714/4306 16% [========== ] 715/4306 16% [========== ] 716/4306 16% [========== ] 717/4306 16% [========== ] 718/4306 16% [========== ] 719/4306 16% [========== ] 720/4306 16% [========== ] 721/4306 16% [========== ] 722/4306 16% [========== ] 723/4306 16% [========== ] 724/4306 16% [========== ] 725/4306 16% [========== ] 726/4306 16% [========== ] 727/4306 16% [========== ] 728/4306 16% [========== ] 729/4306 16% [========== ] 730/4306 16% [========== ] 731/4306 16% [========== ] 732/4306 16% [========== ] 733/4306 17% [========== ] 734/4306 17% [========== ] 735/4306 17% [========== ] 736/4306 17% [========== ] 737/4306 17% [========== ] 738/4306 17% [========== ] 739/4306 17% [========== ] 740/4306 17% [========== ] 741/4306 17% [========== ] 742/4306 17% [========== ] 743/4306 17% [========== ] 744/4306 17% [========== ] 745/4306 17% [========== ] 746/4306 17% [========== ] 747/4306 17% [========== ] 748/4306 17% [========== ] 749/4306 17% [========== ] 750/4306 17% [========== ] 751/4306 17% [========== ] 752/4306 17% [========== ] 753/4306 17% [========== ] 754/4306 17% [========== ] 755/4306 17% [========== ] 756/4306 17% [========== ] 757/4306 17% [========== ] 758/4306 17% [========== ] 759/4306 17% [========== ] 760/4306 17% [========== ] 761/4306 17% [========== ] 762/4306 17% [========== ] 763/4306 17% [=========== ] 764/4306 17% [=========== ] 765/4306 17% [=========== ] 766/4306 17% [=========== ] 767/4306 17% [=========== ] 768/4306 17% [=========== ] 769/4306 17% [=========== ] 770/4306 17% [=========== ] 771/4306 17% [=========== ] 772/4306 17% [=========== ] 773/4306 17% [=========== ] 774/4306 17% [=========== ] 775/4306 17% [=========== ] 776/4306 18% [=========== ] 777/4306 18% [=========== ] 778/4306 18% [=========== ] 779/4306 18% [=========== ] 780/4306 18% [=========== ] 781/4306 18% [=========== ] 782/4306 18% [=========== ] 783/4306 18% [=========== ] 784/4306 18% [=========== ] 785/4306 18% [=========== ] 786/4306 18% [=========== ] 787/4306 18% [=========== ] 788/4306 18% [=========== ] 789/4306 18% [=========== ] 790/4306 18% [=========== ] 791/4306 18% [=========== ] 792/4306 18% [=========== ] 793/4306 18% [=========== ] 794/4306 18% [=========== ] 795/4306 18% [=========== ] 796/4306 18% [=========== ] 797/4306 18% [=========== ] 798/4306 18% [=========== ] 799/4306 18% [=========== ] 800/4306 18% [=========== ] 801/4306 18% [=========== ] 802/4306 18% [=========== ] 803/4306 18% [=========== ] 804/4306 18% [=========== ] 805/4306 18% [=========== ] 806/4306 18% [=========== ] 807/4306 18% [=========== ] 808/4306 18% [=========== ] 809/4306 18% [=========== ] 810/4306 18% [=========== ] 811/4306 18% [=========== ] 812/4306 18% [=========== ] 813/4306 18% [=========== ] 814/4306 18% [=========== ] 815/4306 18% [=========== ] 816/4306 18% [=========== ] 817/4306 18% [=========== ] 818/4306 18% [=========== ] 819/4306 19% [=========== ] 820/4306 19% [=========== ] 821/4306 19% [=========== ] 822/4306 19% [=========== ] 823/4306 19% [=========== ] 824/4306 19% [=========== ] 825/4306 19% [=========== ] 826/4306 19% [=========== ] 827/4306 19% [=========== ] 828/4306 19% [=========== ] 829/4306 19% [=========== ] 830/4306 19% [=========== ] 831/4306 19% [=========== ] 832/4306 19% [=========== ] 833/4306 19% [============ ] 834/4306 19% [============ ] 835/4306 19% [============ ] 836/4306 19% [============ ] 837/4306 19% [============ ] 838/4306 19% [============ ] 839/4306 19% [============ ] 840/4306 19% [============ ] 841/4306 19% [============ ] 842/4306 19% [============ ] 843/4306 19% [============ ] 844/4306 19% [============ ] 845/4306 19% [============ ] 846/4306 19% [============ ] 847/4306 19% [============ ] 848/4306 19% [============ ] 849/4306 19% [============ ] 850/4306 19% [============ ] 851/4306 19% [============ ] 852/4306 19% [============ ] 853/4306 19% [============ ] 854/4306 19% [============ ] 855/4306 19% [============ ] 856/4306 19% [============ ] 857/4306 19% [============ ] 858/4306 19% [============ ] 859/4306 19% [============ ] 860/4306 19% [============ ] 861/4306 19% [============ ] 862/4306 20% [============ ] 863/4306 20% [============ ] 864/4306 20% [============ ] 865/4306 20% [============ ] 866/4306 20% [============ ] 867/4306 20% [============ ] 868/4306 20% [============ ] 869/4306 20% [============ ] 870/4306 20% [============ ] 871/4306 20% [============ ] 872/4306 20% [============ ] 873/4306 20% [============ ] 874/4306 20% [============ ] 875/4306 20% [============ ] 876/4306 20% [============ ] 877/4306 20% [============ ] 878/4306 20% [============ ] 879/4306 20% [============ ] 880/4306 20% [============ ] 881/4306 20% [============ ] 882/4306 20% [============ ] 883/4306 20% [============ ] 884/4306 20% [============ ] 885/4306 20% [============ ] 886/4306 20% [============ ] 887/4306 20% [============ ] 888/4306 20% [============ ] 889/4306 20% [============ ] 890/4306 20% [============ ] 891/4306 20% [============ ] 892/4306 20% [============ ] 893/4306 20% [============ ] 894/4306 20% [============ ] 895/4306 20% [============ ] 896/4306 20% [============ ] 897/4306 20% [============ ] 898/4306 20% [============ ] 899/4306 20% [============ ] 900/4306 20% [============ ] 901/4306 20% [============ ] 902/4306 20% [============= ] 903/4306 20% [============= ] 904/4306 20% [============= ] 905/4306 21% [============= ] 906/4306 21% [============= ] 907/4306 21% [============= ] 908/4306 21% [============= ] 909/4306 21% [============= ] 910/4306 21% [============= ] 911/4306 21% [============= ] 912/4306 21% [============= ] 913/4306 21% [============= ] 914/4306 21% [============= ] 915/4306 21% [============= ] 916/4306 21% [============= ] 917/4306 21% [============= ] 918/4306 21% [============= ] 919/4306 21% [============= ] 920/4306 21% [============= ] 921/4306 21% [============= ] 922/4306 21% [============= ] 923/4306 21% [============= ] 924/4306 21% [============= ] 925/4306 21% [============= ] 926/4306 21% [============= ] 927/4306 21% [============= ] 928/4306 21% [============= ] 929/4306 21% [============= ] 930/4306 21% [============= ] 931/4306 21% [============= ] 932/4306 21% [============= ] 933/4306 21% [============= ] 934/4306 21% [============= ] 935/4306 21% [============= ] 936/4306 21% [============= ] 937/4306 21% [============= ] 938/4306 21% [============= ] 939/4306 21% [============= ] 940/4306 21% [============= ] 941/4306 21% [============= ] 942/4306 21% [============= ] 943/4306 21% [============= ] 944/4306 21% [============= ] 945/4306 21% [============= ] 946/4306 21% [============= ] 947/4306 21% [============= ] 948/4306 22% [============= ] 949/4306 22% [============= ] 950/4306 22% [============= ] 951/4306 22% [============= ] 952/4306 22% [============= ] 953/4306 22% [============= ] 954/4306 22% [============= ] 955/4306 22% [============= ] 956/4306 22% [============= ] 957/4306 22% [============= ] 958/4306 22% [============= ] 959/4306 22% [============= ] 960/4306 22% [============= ] 961/4306 22% [============= ] 962/4306 22% [============= ] 963/4306 22% [============= ] 964/4306 22% [============= ] 965/4306 22% [============= ] 966/4306 22% [============= ] 967/4306 22% [============= ] 968/4306 22% [============= ] 969/4306 22% [============= ] 970/4306 22% [============= ] 971/4306 22% [============= ] 972/4306 22% [============== ] 973/4306 22% [============== ] 974/4306 22% [============== ] 975/4306 22% [============== ] 976/4306 22% [============== ] 977/4306 22% [============== ] 978/4306 22% [============== ] 979/4306 22% [============== ] 980/4306 22% [============== ] 981/4306 22% [============== ] 982/4306 22% [============== ] 983/4306 22% [============== ] 984/4306 22% [============== ] 985/4306 22% [============== ] 986/4306 22% [============== ] 987/4306 22% [============== ] 988/4306 22% [============== ] 989/4306 22% [============== ] 990/4306 22% [============== ] 991/4306 23% [============== ] 992/4306 23% [============== ] 993/4306 23% [============== ] 994/4306 23% [============== ] 995/4306 23% [============== ] 996/4306 23% [============== ] 997/4306 23% [============== ] 998/4306 23% [============== ] 999/4306 23% [============== ] 1000/4306 23% [============== ] 1001/4306 23% [============== ] 1002/4306 23% [============== ] 1003/4306 23% [============== ] 1004/4306 23% [============== ] 1005/4306 23% [============== ] 1006/4306 23% [============== ] 1007/4306 23% [============== ] 1008/4306 23% [============== ] 1009/4306 23% [============== ] 1010/4306 23% [============== ] 1011/4306 23% [============== ] 1012/4306 23% [============== ] 1013/4306 23% [============== ] 1014/4306 23% [============== ] 1015/4306 23% [============== ] 1016/4306 23% [============== ] 1017/4306 23% [============== ] 1018/4306 23% [============== ] 1019/4306 23% [============== ] 1020/4306 23% [============== ] 1021/4306 23% [============== ] 1022/4306 23% [============== ] 1023/4306 23% [============== ] 1024/4306 23% [============== ] 1025/4306 23% [============== ] 1026/4306 23% [============== ] 1027/4306 23% [============== ] 1028/4306 23% [============== ] 1029/4306 23% [============== ] 1030/4306 23% [============== ] 1031/4306 23% [============== ] 1032/4306 23% [============== ] 1033/4306 23% [============== ] 1034/4306 24% [============== ] 1035/4306 24% [============== ] 1036/4306 24% [============== ] 1037/4306 24% [============== ] 1038/4306 24% [============== ] 1039/4306 24% [============== ] 1040/4306 24% [============== ] 1041/4306 24% [=============== ] 1042/4306 24% [=============== ] 1043/4306 24% [=============== ] 1044/4306 24% [=============== ] 1045/4306 24% [=============== ] 1046/4306 24% [=============== ] 1047/4306 24% [=============== ] 1048/4306 24% [=============== ] 1049/4306 24% [=============== ] 1050/4306 24% [=============== ] 1051/4306 24% [=============== ] 1052/4306 24% [=============== ] 1053/4306 24% [=============== ] 1054/4306 24% [=============== ] 1055/4306 24% [=============== ] 1056/4306 24% [=============== ] 1057/4306 24% [=============== ] 1058/4306 24% [=============== ] 1059/4306 24% [=============== ] 1060/4306 24% [=============== ] 1061/4306 24% [=============== ] 1062/4306 24% [=============== ] 1063/4306 24% [=============== ] 1064/4306 24% [=============== ] 1065/4306 24% [=============== ] 1066/4306 24% [=============== ] 1067/4306 24% [=============== ] 1068/4306 24% [=============== ] 1069/4306 24% [=============== ] 1070/4306 24% [=============== ] 1071/4306 24% [=============== ] 1072/4306 24% [=============== ] 1073/4306 24% [=============== ] 1074/4306 24% [=============== ] 1075/4306 24% [=============== ] 1076/4306 24% [=============== ] 1077/4306 25% [=============== ] 1078/4306 25% [=============== ] 1079/4306 25% [=============== ] 1080/4306 25% [=============== ] 1081/4306 25% [=============== ] 1082/4306 25% [=============== ] 1083/4306 25% [=============== ] 1084/4306 25% [=============== ] 1085/4306 25% [=============== ] 1086/4306 25% [=============== ] 1087/4306 25% [=============== ] 1088/4306 25% [=============== ] 1089/4306 25% [=============== ] 1090/4306 25% [=============== ] 1091/4306 25% [=============== ] 1092/4306 25% [=============== ] 1093/4306 25% [=============== ] 1094/4306 25% [=============== ] 1095/4306 25% [=============== ] 1096/4306 25% [=============== ] 1097/4306 25% [=============== ] 1098/4306 25% [=============== ] 1099/4306 25% [=============== ] 1100/4306 25% [=============== ] 1101/4306 25% [=============== ] 1102/4306 25% [=============== ] 1103/4306 25% [=============== ] 1104/4306 25% [=============== ] 1105/4306 25% [=============== ] 1106/4306 25% [=============== ] 1107/4306 25% [=============== ] 1108/4306 25% [=============== ] 1109/4306 25% [=============== ] 1110/4306 25% [=============== ] 1111/4306 25% [================ ] 1112/4306 25% [================ ] 1113/4306 25% [================ ] 1114/4306 25% [================ ] 1115/4306 25% [================ ] 1116/4306 25% [================ ] 1117/4306 25% [================ ] 1118/4306 25% [================ ] 1119/4306 25% [================ ] 1120/4306 26% [================ ] 1121/4306 26% [================ ] 1122/4306 26% [================ ] 1123/4306 26% [================ ] 1124/4306 26% [================ ] 1125/4306 26% [================ ] 1126/4306 26% [================ ] 1127/4306 26% [================ ] 1128/4306 26% [================ ] 1129/4306 26% [================ ] 1130/4306 26% [================ ] 1131/4306 26% [================ ] 1132/4306 26% [================ ] 1133/4306 26% [================ ] 1134/4306 26% [================ ] 1135/4306 26% [================ ] 1136/4306 26% [================ ] 1137/4306 26% [================ ] 1138/4306 26% [================ ] 1139/4306 26% [================ ] 1140/4306 26% [================ ] 1141/4306 26% [================ ] 1142/4306 26% [================ ] 1143/4306 26% [================ ] 1144/4306 26% [================ ] 1145/4306 26% [================ ] 1146/4306 26% [================ ] 1147/4306 26% [================ ] 1148/4306 26% [================ ] 1149/4306 26% [================ ] 1150/4306 26% [================ ] 1151/4306 26% [================ ] 1152/4306 26% [================ ] 1153/4306 26% [================ ] 1154/4306 26% [================ ] 1155/4306 26% [================ ] 1156/4306 26% [================ ] 1157/4306 26% [================ ] 1158/4306 26% [================ ] 1159/4306 26% [================ ] 1160/4306 26% [================ ] 1161/4306 26% [================ ] 1162/4306 26% [================ ] 1163/4306 27% [================ ] 1164/4306 27% [================ ] 1165/4306 27% [================ ] 1166/4306 27% [================ ] 1167/4306 27% [================ ] 1168/4306 27% [================ ] 1169/4306 27% [================ ] 1170/4306 27% [================ ] 1171/4306 27% [================ ] 1172/4306 27% [================ ] 1173/4306 27% [================ ] 1174/4306 27% [================ ] 1175/4306 27% [================ ] 1176/4306 27% [================ ] 1177/4306 27% [================ ] 1178/4306 27% [================ ] 1179/4306 27% [================ ] 1180/4306 27% [================= ] 1181/4306 27% [================= ] 1182/4306 27% [================= ] 1183/4306 27% [================= ] 1184/4306 27% [================= ] 1185/4306 27% [================= ] 1186/4306 27% [================= ] 1187/4306 27% [================= ] 1188/4306 27% [================= ] 1189/4306 27% [================= ] 1190/4306 27% [================= ] 1191/4306 27% [================= ] 1192/4306 27% [================= ] 1193/4306 27% [================= ] 1194/4306 27% [================= ] 1195/4306 27% [================= ] 1196/4306 27% [================= ] 1197/4306 27% [================= ] 1198/4306 27% [================= ] 1199/4306 27% [================= ] 1200/4306 27% [================= ] 1201/4306 27% [================= ] 1202/4306 27% [================= ] 1203/4306 27% [================= ] 1204/4306 27% [================= ] 1205/4306 27% [================= ] 1206/4306 28% [================= ] 1207/4306 28% [================= ] 1208/4306 28% [================= ] 1209/4306 28% [================= ] 1210/4306 28% [================= ] 1211/4306 28% [================= ] 1212/4306 28% [================= ] 1213/4306 28% [================= ] 1214/4306 28% [================= ] 1215/4306 28% [================= ] 1216/4306 28% [================= ] 1217/4306 28% [================= ] 1218/4306 28% [================= ] 1219/4306 28% [================= ] 1220/4306 28% [================= ] 1221/4306 28% [================= ] 1222/4306 28% [================= ] 1223/4306 28% [================= ] 1224/4306 28% [================= ] 1225/4306 28% [================= ] 1226/4306 28% [================= ] 1227/4306 28% [================= ] 1228/4306 28% [================= ] 1229/4306 28% [================= ] 1230/4306 28% [================= ] 1231/4306 28% [================= ] 1232/4306 28% [================= ] 1233/4306 28% [================= ] 1234/4306 28% [================= ] 1235/4306 28% [================= ] 1236/4306 28% [================= ] 1237/4306 28% [================= ] 1238/4306 28% [================= ] 1239/4306 28% [================= ] 1240/4306 28% [================= ] 1241/4306 28% [================= ] 1242/4306 28% [================= ] 1243/4306 28% [================= ] 1244/4306 28% [================= ] 1245/4306 28% [================= ] 1246/4306 28% [================= ] 1247/4306 28% [================= ] 1248/4306 28% [================= ] 1249/4306 29% [================= ] 1250/4306 29% [================== ] 1251/4306 29% [================== ] 1252/4306 29% [================== ] 1253/4306 29% [================== ] 1254/4306 29% [================== ] 1255/4306 29% [================== ] 1256/4306 29% [================== ] 1257/4306 29% [================== ] 1258/4306 29% [================== ] 1259/4306 29% [================== ] 1260/4306 29% [================== ] 1261/4306 29% [================== ] 1262/4306 29% [================== ] 1263/4306 29% [================== ] 1264/4306 29% [================== ] 1265/4306 29% [================== ] 1266/4306 29% [================== ] 1267/4306 29% [================== ] 1268/4306 29% [================== ] 1269/4306 29% [================== ] 1270/4306 29% [================== ] 1271/4306 29% [================== ] 1272/4306 29% [================== ] 1273/4306 29% [================== ] 1274/4306 29% [================== ] 1275/4306 29% [================== ] 1276/4306 29% [================== ] 1277/4306 29% [================== ] 1278/4306 29% [================== ] 1279/4306 29% [================== ] 1280/4306 29% [================== ] 1281/4306 29% [================== ] 1282/4306 29% [================== ] 1283/4306 29% [================== ] 1284/4306 29% [================== ] 1285/4306 29% [================== ] 1286/4306 29% [================== ] 1287/4306 29% [================== ] 1288/4306 29% [================== ] 1289/4306 29% [================== ] 1290/4306 29% [================== ] 1291/4306 29% [================== ] 1292/4306 30% [================== ] 1293/4306 30% [================== ] 1294/4306 30% [================== ] 1295/4306 30% [================== ] 1296/4306 30% [================== ] 1297/4306 30% [================== ] 1298/4306 30% [================== ] 1299/4306 30% [================== ] 1300/4306 30% [================== ] 1301/4306 30% [================== ] 1302/4306 30% [================== ] 1303/4306 30% [================== ] 1304/4306 30% [================== ] 1305/4306 30% [================== ] 1306/4306 30% [================== ] 1307/4306 30% [================== ] 1308/4306 30% [================== ] 1309/4306 30% [================== ] 1310/4306 30% [================== ] 1311/4306 30% [================== ] 1312/4306 30% [================== ] 1313/4306 30% [================== ] 1314/4306 30% [================== ] 1315/4306 30% [================== ] 1316/4306 30% [================== ] 1317/4306 30% [================== ] 1318/4306 30% [================== ] 1319/4306 30% [=================== ] 1320/4306 30% [=================== ] 1321/4306 30% [=================== ] 1322/4306 30% [=================== ] 1323/4306 30% [=================== ] 1324/4306 30% [=================== ] 1325/4306 30% [=================== ] 1326/4306 30% [=================== ] 1327/4306 30% [=================== ] 1328/4306 30% [=================== ] 1329/4306 30% [=================== ] 1330/4306 30% [=================== ] 1331/4306 30% [=================== ] 1332/4306 30% [=================== ] 1333/4306 30% [=================== ] 1334/4306 30% [=================== ] 1335/4306 31% [=================== ] 1336/4306 31% [=================== ] 1337/4306 31% [=================== ] 1338/4306 31% [=================== ] 1339/4306 31% [=================== ] 1340/4306 31% [=================== ] 1341/4306 31% [=================== ] 1342/4306 31% [=================== ] 1343/4306 31% [=================== ] 1344/4306 31% [=================== ] 1345/4306 31% [=================== ] 1346/4306 31% [=================== ] 1347/4306 31% [=================== ] 1348/4306 31% [=================== ] 1349/4306 31% [=================== ] 1350/4306 31% [=================== ] 1351/4306 31% [=================== ] 1352/4306 31% [=================== ] 1353/4306 31% [=================== ] 1354/4306 31% [=================== ] 1355/4306 31% [=================== ] 1356/4306 31% [=================== ] 1357/4306 31% [=================== ] 1358/4306 31% [=================== ] 1359/4306 31% [=================== ] 1360/4306 31% [=================== ] 1361/4306 31% [=================== ] 1362/4306 31% [=================== ] 1363/4306 31% [=================== ] 1364/4306 31% [=================== ] 1365/4306 31% [=================== ] 1366/4306 31% [=================== ] 1367/4306 31% [=================== ] 1368/4306 31% [=================== ] 1369/4306 31% [=================== ] 1370/4306 31% [=================== ] 1371/4306 31% [=================== ] 1372/4306 31% [=================== ] 1373/4306 31% [=================== ] 1374/4306 31% [=================== ] 1375/4306 31% [=================== ] 1376/4306 31% [=================== ] 1377/4306 31% [=================== ] 1378/4306 32% [=================== ] 1379/4306 32% [=================== ] 1380/4306 32% [=================== ] 1381/4306 32% [=================== ] 1382/4306 32% [=================== ] 1383/4306 32% [=================== ] 1384/4306 32% [=================== ] 1385/4306 32% [=================== ] 1386/4306 32% [=================== ] 1387/4306 32% [=================== ] 1388/4306 32% [=================== ] 1389/4306 32% [==================== ] 1390/4306 32% [==================== ] 1391/4306 32% [==================== ] 1392/4306 32% [==================== ] 1393/4306 32% [==================== ] 1394/4306 32% [==================== ] 1395/4306 32% [==================== ] 1396/4306 32% [==================== ] 1397/4306 32% [==================== ] 1398/4306 32% [==================== ] 1399/4306 32% [==================== ] 1400/4306 32% [==================== ] 1401/4306 32% [==================== ] 1402/4306 32% [==================== ] 1403/4306 32% [==================== ] 1404/4306 32% [==================== ] 1405/4306 32% [==================== ] 1406/4306 32% [==================== ] 1407/4306 32% [==================== ] 1408/4306 32% [==================== ] 1409/4306 32% [==================== ] 1410/4306 32% [==================== ] 1411/4306 32% [==================== ] 1412/4306 32% [==================== ] 1413/4306 32% [==================== ] 1414/4306 32% [==================== ] 1415/4306 32% [==================== ] 1416/4306 32% [==================== ] 1417/4306 32% [==================== ] 1418/4306 32% [==================== ] 1419/4306 32% [==================== ] 1420/4306 32% [==================== ] 1421/4306 33% [==================== ] 1422/4306 33% [==================== ] 1423/4306 33% [==================== ] 1424/4306 33% [==================== ] 1425/4306 33% [==================== ] 1426/4306 33% [==================== ] 1427/4306 33% [==================== ] 1428/4306 33% [==================== ] 1429/4306 33% [==================== ] 1430/4306 33% [==================== ] 1431/4306 33% [==================== ] 1432/4306 33% [==================== ] 1433/4306 33% [==================== ] 1434/4306 33% [==================== ] 1435/4306 33% [==================== ] 1436/4306 33% [==================== ] 1437/4306 33% [==================== ] 1438/4306 33% [==================== ] 1439/4306 33% [==================== ] 1440/4306 33% [==================== ] 1441/4306 33% [==================== ] 1442/4306 33% [==================== ] 1443/4306 33% [==================== ] 1444/4306 33% [==================== ] 1445/4306 33% [==================== ] 1446/4306 33% [==================== ] 1447/4306 33% [==================== ] 1448/4306 33% [==================== ] 1449/4306 33% [==================== ] 1450/4306 33% [==================== ] 1451/4306 33% [==================== ] 1452/4306 33% [==================== ] 1453/4306 33% [==================== ] 1454/4306 33% [==================== ] 1455/4306 33% [==================== ] 1456/4306 33% [==================== ] 1457/4306 33% [==================== ] 1458/4306 33% [===================== ] 1459/4306 33% [===================== ] 1460/4306 33% [===================== ] 1461/4306 33% [===================== ] 1462/4306 33% [===================== ] 1463/4306 33% [===================== ] 1464/4306 33% [===================== ] 1465/4306 34% [===================== ] 1466/4306 34% [===================== ] 1467/4306 34% [===================== ] 1468/4306 34% [===================== ] 1469/4306 34% [===================== ] 1470/4306 34% [===================== ] 1471/4306 34% [===================== ] 1472/4306 34% [===================== ] 1473/4306 34% [===================== ] 1474/4306 34% [===================== ] 1475/4306 34% [===================== ] 1476/4306 34% [===================== ] 1477/4306 34% [===================== ] 1478/4306 34% [===================== ] 1479/4306 34% [===================== ] 1480/4306 34% [===================== ] 1481/4306 34% [===================== ] 1482/4306 34% [===================== ] 1483/4306 34% [===================== ] 1484/4306 34% [===================== ] 1485/4306 34% [===================== ] 1486/4306 34% [===================== ] 1487/4306 34% [===================== ] 1488/4306 34% [===================== ] 1489/4306 34% [===================== ] 1490/4306 34% [===================== ] 1491/4306 34% [===================== ] 1492/4306 34% [===================== ] 1493/4306 34% [===================== ] 1494/4306 34% [===================== ] 1495/4306 34% [===================== ] 1496/4306 34% [===================== ] 1497/4306 34% [===================== ] 1498/4306 34% [===================== ] 1499/4306 34% [===================== ] 1500/4306 34% [===================== ] 1501/4306 34% [===================== ] 1502/4306 34% [===================== ] 1503/4306 34% [===================== ] 1504/4306 34% [===================== ] 1505/4306 34% [===================== ] 1506/4306 34% [===================== ] 1507/4306 34% [===================== ] 1508/4306 35% [===================== ] 1509/4306 35% [===================== ] 1510/4306 35% [===================== ] 1511/4306 35% [===================== ] 1512/4306 35% [===================== ] 1513/4306 35% [===================== ] 1514/4306 35% [===================== ] 1515/4306 35% [===================== ] 1516/4306 35% [===================== ] 1517/4306 35% [===================== ] 1518/4306 35% [===================== ] 1519/4306 35% [===================== ] 1520/4306 35% [===================== ] 1521/4306 35% [===================== ] 1522/4306 35% [===================== ] 1523/4306 35% [===================== ] 1524/4306 35% [===================== ] 1525/4306 35% [===================== ] 1526/4306 35% [===================== ] 1527/4306 35% [====================== ] 1528/4306 35% [====================== ] 1529/4306 35% [====================== ] 1530/4306 35% [====================== ] 1531/4306 35% [====================== ] 1532/4306 35% [====================== ] 1533/4306 35% [====================== ] 1534/4306 35% [====================== ] 1535/4306 35% [====================== ] 1536/4306 35% [====================== ] 1537/4306 35% [====================== ] 1538/4306 35% [====================== ] 1539/4306 35% [====================== ] 1540/4306 35% [====================== ] 1541/4306 35% [====================== ] 1542/4306 35% [====================== ] 1543/4306 35% [====================== ] 1544/4306 35% [====================== ] 1545/4306 35% [====================== ] 1546/4306 35% [====================== ] 1547/4306 35% [====================== ] 1548/4306 35% [====================== ] 1549/4306 35% [====================== ] 1550/4306 35% [====================== ] 1551/4306 36% [====================== ] 1552/4306 36% [====================== ] 1553/4306 36% [====================== ] 1554/4306 36% [====================== ] 1555/4306 36% [====================== ] 1556/4306 36% [====================== ] 1557/4306 36% [====================== ] 1558/4306 36% [====================== ] 1559/4306 36% [====================== ] 1560/4306 36% [====================== ] 1561/4306 36% [====================== ] 1562/4306 36% [====================== ] 1563/4306 36% [====================== ] 1564/4306 36% [====================== ] 1565/4306 36% [====================== ] 1566/4306 36% [====================== ] 1567/4306 36% [====================== ] 1568/4306 36% [====================== ] 1569/4306 36% [====================== ] 1570/4306 36% [====================== ] 1571/4306 36% [====================== ] 1572/4306 36% [====================== ] 1573/4306 36% [====================== ] 1574/4306 36% [====================== ] 1575/4306 36% [====================== ] 1576/4306 36% [====================== ] 1577/4306 36% [====================== ] 1578/4306 36% [====================== ] 1579/4306 36% [====================== ] 1580/4306 36% [====================== ] 1581/4306 36% [====================== ] 1582/4306 36% [====================== ] 1583/4306 36% [====================== ] 1584/4306 36% [====================== ] 1585/4306 36% [====================== ] 1586/4306 36% [====================== ] 1587/4306 36% [====================== ] 1588/4306 36% [====================== ] 1589/4306 36% [====================== ] 1590/4306 36% [====================== ] 1591/4306 36% [====================== ] 1592/4306 36% [====================== ] 1593/4306 36% [====================== ] 1594/4306 37% [====================== ] 1595/4306 37% [====================== ] 1596/4306 37% [====================== ] 1597/4306 37% [======================= ] 1598/4306 37% [======================= ] 1599/4306 37% [======================= ] 1600/4306 37% [======================= ] 1601/4306 37% [======================= ] 1602/4306 37% [======================= ] 1603/4306 37% [======================= ] 1604/4306 37% [======================= ] 1605/4306 37% [======================= ] 1606/4306 37% [======================= ] 1607/4306 37% [======================= ] 1608/4306 37% [======================= ] 1609/4306 37% [======================= ] 1610/4306 37% [======================= ] 1611/4306 37% [======================= ] 1612/4306 37% [======================= ] 1613/4306 37% [======================= ] 1614/4306 37% [======================= ] 1615/4306 37% [======================= ] 1616/4306 37% [======================= ] 1617/4306 37% [======================= ] 1618/4306 37% [======================= ] 1619/4306 37% [======================= ] 1620/4306 37% [======================= ] 1621/4306 37% [======================= ] 1622/4306 37% [======================= ] 1623/4306 37% [======================= ] 1624/4306 37% [======================= ] 1625/4306 37% [======================= ] 1626/4306 37% [======================= ] 1627/4306 37% [======================= ] 1628/4306 37% [======================= ] 1629/4306 37% [======================= ] 1630/4306 37% [======================= ] 1631/4306 37% [======================= ] 1632/4306 37% [======================= ] 1633/4306 37% [======================= ] 1634/4306 37% [======================= ] 1635/4306 37% [======================= ] 1636/4306 37% [======================= ] 1637/4306 38% [======================= ] 1638/4306 38% [======================= ] 1639/4306 38% [======================= ] 1640/4306 38% [======================= ] 1641/4306 38% [======================= ] 1642/4306 38% [======================= ] 1643/4306 38% [======================= ] 1644/4306 38% [======================= ] 1645/4306 38% [======================= ] 1646/4306 38% [======================= ] 1647/4306 38% [======================= ] 1648/4306 38% [======================= ] 1649/4306 38% [======================= ] 1650/4306 38% [======================= ] 1651/4306 38% [======================= ] 1652/4306 38% [======================= ] 1653/4306 38% [======================= ] 1654/4306 38% [======================= ] 1655/4306 38% [======================= ] 1656/4306 38% [======================= ] 1657/4306 38% [======================= ] 1658/4306 38% [======================= ] 1659/4306 38% [======================= ] 1660/4306 38% [======================= ] 1661/4306 38% [======================= ] 1662/4306 38% [======================= ] 1663/4306 38% [======================= ] 1664/4306 38% [======================= ] 1665/4306 38% [======================= ] 1666/4306 38% [======================== ] 1667/4306 38% [======================== ] 1668/4306 38% [======================== ] 1669/4306 38% [======================== ] 1670/4306 38% [======================== ] 1671/4306 38% [======================== ] 1672/4306 38% [======================== ] 1673/4306 38% [======================== ] 1674/4306 38% [======================== ] 1675/4306 38% [======================== ] 1676/4306 38% [======================== ] 1677/4306 38% [======================== ] 1678/4306 38% [======================== ] 1679/4306 38% [======================== ] 1680/4306 39% [======================== ] 1681/4306 39% [======================== ] 1682/4306 39% [======================== ] 1683/4306 39% [======================== ] 1684/4306 39% [======================== ] 1685/4306 39% [======================== ] 1686/4306 39% [======================== ] 1687/4306 39% [======================== ] 1688/4306 39% [======================== ] 1689/4306 39% [======================== ] 1690/4306 39% [======================== ] 1691/4306 39% [======================== ] 1692/4306 39% [======================== ] 1693/4306 39% [======================== ] 1694/4306 39% [======================== ] 1695/4306 39% [======================== ] 1696/4306 39% [======================== ] 1697/4306 39% [======================== ] 1698/4306 39% [======================== ] 1699/4306 39% [======================== ] 1700/4306 39% [======================== ] 1701/4306 39% [======================== ] 1702/4306 39% [======================== ] 1703/4306 39% [======================== ] 1704/4306 39% [======================== ] 1705/4306 39% [======================== ] 1706/4306 39% [======================== ] 1707/4306 39% [======================== ] 1708/4306 39% [======================== ] 1709/4306 39% [======================== ] 1710/4306 39% [======================== ] 1711/4306 39% [======================== ] 1712/4306 39% [======================== ] 1713/4306 39% [======================== ] 1714/4306 39% [======================== ] 1715/4306 39% [======================== ] 1716/4306 39% [======================== ] 1717/4306 39% [======================== ] 1718/4306 39% [======================== ] 1719/4306 39% [======================== ] 1720/4306 39% [======================== ] 1721/4306 39% [======================== ] 1722/4306 39% [======================== ] 1723/4306 40% [======================== ] 1724/4306 40% [======================== ] 1725/4306 40% [======================== ] 1726/4306 40% [======================== ] 1727/4306 40% [======================== ] 1728/4306 40% [======================== ] 1729/4306 40% [======================== ] 1730/4306 40% [======================== ] 1731/4306 40% [======================== ] 1732/4306 40% [======================== ] 1733/4306 40% [======================== ] 1734/4306 40% [======================== ] 1735/4306 40% [======================== ] 1736/4306 40% [========================= ] 1737/4306 40% [========================= ] 1738/4306 40% [========================= ] 1739/4306 40% [========================= ] 1740/4306 40% [========================= ] 1741/4306 40% [========================= ] 1742/4306 40% [========================= ] 1743/4306 40% [========================= ] 1744/4306 40% [========================= ] 1745/4306 40% [========================= ] 1746/4306 40% [========================= ] 1747/4306 40% [========================= ] 1748/4306 40% [========================= ] 1749/4306 40% [========================= ] 1750/4306 40% [========================= ] 1751/4306 40% [========================= ] 1752/4306 40% [========================= ] 1753/4306 40% [========================= ] 1754/4306 40% [========================= ] 1755/4306 40% [========================= ] 1756/4306 40% [========================= ] 1757/4306 40% [========================= ] 1758/4306 40% [========================= ] 1759/4306 40% [========================= ] 1760/4306 40% [========================= ] 1761/4306 40% [========================= ] 1762/4306 40% [========================= ] 1763/4306 40% [========================= ] 1764/4306 40% [========================= ] 1765/4306 40% [========================= ] 1766/4306 41% [========================= ] 1767/4306 41% [========================= ] 1768/4306 41% [========================= ] 1769/4306 41% [========================= ] 1770/4306 41% [========================= ] 1771/4306 41% [========================= ] 1772/4306 41% [========================= ] 1773/4306 41% [========================= ] 1774/4306 41% [========================= ] 1775/4306 41% [========================= ] 1776/4306 41% [========================= ] 1777/4306 41% [========================= ] 1778/4306 41% [========================= ] 1779/4306 41% [========================= ] 1780/4306 41% [========================= ] 1781/4306 41% [========================= ] 1782/4306 41% [========================= ] 1783/4306 41% [========================= ] 1784/4306 41% [========================= ] 1785/4306 41% [========================= ] 1786/4306 41% [========================= ] 1787/4306 41% [========================= ] 1788/4306 41% [========================= ] 1789/4306 41% [========================= ] 1790/4306 41% [========================= ] 1791/4306 41% [========================= ] 1792/4306 41% [========================= ] 1793/4306 41% [========================= ] 1794/4306 41% [========================= ] 1795/4306 41% [========================= ] 1796/4306 41% [========================= ] 1797/4306 41% [========================= ] 1798/4306 41% [========================= ] 1799/4306 41% [========================= ] 1800/4306 41% [========================= ] 1801/4306 41% [========================= ] 1802/4306 41% [========================= ] 1803/4306 41% [========================= ] 1804/4306 41% [========================= ] 1805/4306 41% [========================== ] 1806/4306 41% [========================== ] 1807/4306 41% [========================== ] 1808/4306 41% [========================== ] 1809/4306 42% [========================== ] 1810/4306 42% [========================== ] 1811/4306 42% [========================== ] 1812/4306 42% [========================== ] 1813/4306 42% [========================== ] 1814/4306 42% [========================== ] 1815/4306 42% [========================== ] 1816/4306 42% [========================== ] 1817/4306 42% [========================== ] 1818/4306 42% [========================== ] 1819/4306 42% [========================== ] 1820/4306 42% [========================== ] 1821/4306 42% [========================== ] 1822/4306 42% [========================== ] 1823/4306 42% [========================== ] 1824/4306 42% [========================== ] 1825/4306 42% [========================== ] 1826/4306 42% [========================== ] 1827/4306 42% [========================== ] 1828/4306 42% [========================== ] 1829/4306 42% [========================== ] 1830/4306 42% [========================== ] 1831/4306 42% [========================== ] 1832/4306 42% [========================== ] 1833/4306 42% [========================== ] 1834/4306 42% [========================== ] 1835/4306 42% [========================== ] 1836/4306 42% [========================== ] 1837/4306 42% [========================== ] 1838/4306 42% [========================== ] 1839/4306 42% [========================== ] 1840/4306 42% [========================== ] 1841/4306 42% [========================== ] 1842/4306 42% [========================== ] 1843/4306 42% [========================== ] 1844/4306 42% [========================== ] 1845/4306 42% [========================== ] 1846/4306 42% [========================== ] 1847/4306 42% [========================== ] 1848/4306 42% [========================== ] 1849/4306 42% [========================== ] 1850/4306 42% [========================== ] 1851/4306 42% [========================== ] 1852/4306 43% [========================== ] 1853/4306 43% [========================== ] 1854/4306 43% [========================== ] 1855/4306 43% [========================== ] 1856/4306 43% [========================== ] 1857/4306 43% [========================== ] 1858/4306 43% [========================== ] 1859/4306 43% [========================== ] 1860/4306 43% [========================== ] 1861/4306 43% [========================== ] 1862/4306 43% [========================== ] 1863/4306 43% [========================== ] 1864/4306 43% [========================== ] 1865/4306 43% [========================== ] 1866/4306 43% [========================== ] 1867/4306 43% [========================== ] 1868/4306 43% [========================== ] 1869/4306 43% [========================== ] 1870/4306 43% [========================== ] 1871/4306 43% [========================== ] 1872/4306 43% [========================== ] 1873/4306 43% [========================== ] 1874/4306 43% [========================== ] 1875/4306 43% [=========================== ] 1876/4306 43% [=========================== ] 1877/4306 43% [=========================== ] 1878/4306 43% [=========================== ] 1879/4306 43% [=========================== ] 1880/4306 43% [=========================== ] 1881/4306 43% [=========================== ] 1882/4306 43% [=========================== ] 1883/4306 43% [=========================== ] 1884/4306 43% [=========================== ] 1885/4306 43% [=========================== ] 1886/4306 43% [=========================== ] 1887/4306 43% [=========================== ] 1888/4306 43% [=========================== ] 1889/4306 43% [=========================== ] 1890/4306 43% [=========================== ] 1891/4306 43% [=========================== ] 1892/4306 43% [=========================== ] 1893/4306 43% [=========================== ] 1894/4306 43% [=========================== ] 1895/4306 44% [=========================== ] 1896/4306 44% [=========================== ] 1897/4306 44% [=========================== ] 1898/4306 44% [=========================== ] 1899/4306 44% [=========================== ] 1900/4306 44% [=========================== ] 1901/4306 44% [=========================== ] 1902/4306 44% [=========================== ] 1903/4306 44% [=========================== ] 1904/4306 44% [=========================== ] 1905/4306 44% [=========================== ] 1906/4306 44% [=========================== ] 1907/4306 44% [=========================== ] 1908/4306 44% [=========================== ] 1909/4306 44% [=========================== ] 1910/4306 44% [=========================== ] 1911/4306 44% [=========================== ] 1912/4306 44% [=========================== ] 1913/4306 44% [=========================== ] 1914/4306 44% [=========================== ] 1915/4306 44% [=========================== ] 1916/4306 44% [=========================== ] 1917/4306 44% [=========================== ] 1918/4306 44% [=========================== ] 1919/4306 44% [=========================== ] 1920/4306 44% [=========================== ] 1921/4306 44% [=========================== ] 1922/4306 44% [=========================== ] 1923/4306 44% [=========================== ] 1924/4306 44% [=========================== ] 1925/4306 44% [=========================== ] 1926/4306 44% [=========================== ] 1927/4306 44% [=========================== ] 1928/4306 44% [=========================== ] 1929/4306 44% [=========================== ] 1930/4306 44% [=========================== ] 1931/4306 44% [=========================== ] 1932/4306 44% [=========================== ] 1933/4306 44% [=========================== ] 1934/4306 44% [=========================== ] 1935/4306 44% [=========================== ] 1936/4306 44% [=========================== ] 1937/4306 44% [=========================== ] 1938/4306 45% [=========================== ] 1939/4306 45% [=========================== ] 1940/4306 45% [=========================== ] 1941/4306 45% [=========================== ] 1942/4306 45% [=========================== ] 1943/4306 45% [=========================== ] 1944/4306 45% [============================ ] 1945/4306 45% [============================ ] 1946/4306 45% [============================ ] 1947/4306 45% [============================ ] 1948/4306 45% [============================ ] 1949/4306 45% [============================ ] 1950/4306 45% [============================ ] 1951/4306 45% [============================ ] 1952/4306 45% [============================ ] 1953/4306 45% [============================ ] 1954/4306 45% [============================ ] 1955/4306 45% [============================ ] 1956/4306 45% [============================ ] 1957/4306 45% [============================ ] 1958/4306 45% [============================ ] 1959/4306 45% [============================ ] 1960/4306 45% [============================ ] 1961/4306 45% [============================ ] 1962/4306 45% [============================ ] 1963/4306 45% [============================ ] 1964/4306 45% [============================ ] 1965/4306 45% [============================ ] 1966/4306 45% [============================ ] 1967/4306 45% [============================ ] 1968/4306 45% [============================ ] 1969/4306 45% [============================ ] 1970/4306 45% [============================ ] 1971/4306 45% [============================ ] 1972/4306 45% [============================ ] 1973/4306 45% [============================ ] 1974/4306 45% [============================ ] 1975/4306 45% [============================ ] 1976/4306 45% [============================ ] 1977/4306 45% [============================ ] 1978/4306 45% [============================ ] 1979/4306 45% [============================ ] 1980/4306 45% [============================ ] 1981/4306 46% [============================ ] 1982/4306 46% [============================ ] 1983/4306 46% [============================ ] 1984/4306 46% [============================ ] 1985/4306 46% [============================ ] 1986/4306 46% [============================ ] 1987/4306 46% [============================ ] 1988/4306 46% [============================ ] 1989/4306 46% [============================ ] 1990/4306 46% [============================ ] 1991/4306 46% [============================ ] 1992/4306 46% [============================ ] 1993/4306 46% [============================ ] 1994/4306 46% [============================ ] 1995/4306 46% [============================ ] 1996/4306 46% [============================ ] 1997/4306 46% [============================ ] 1998/4306 46% [============================ ] 1999/4306 46% [============================ ] 2000/4306 46% [============================ ] 2001/4306 46% [============================ ] 2002/4306 46% [============================ ] 2003/4306 46% [============================ ] 2004/4306 46% [============================ ] 2005/4306 46% [============================ ] 2006/4306 46% [============================ ] 2007/4306 46% [============================ ] 2008/4306 46% [============================ ] 2009/4306 46% [============================ ] 2010/4306 46% [============================ ] 2011/4306 46% [============================ ] 2012/4306 46% [============================ ] 2013/4306 46% [============================ ] 2014/4306 46% [============================= ] 2015/4306 46% [============================= ] 2016/4306 46% [============================= ] 2017/4306 46% [============================= ] 2018/4306 46% [============================= ] 2019/4306 46% [============================= ] 2020/4306 46% [============================= ] 2021/4306 46% [============================= ] 2022/4306 46% [============================= ] 2023/4306 46% [============================= ] 2024/4306 47% [============================= ] 2025/4306 47% [============================= ] 2026/4306 47% [============================= ] 2027/4306 47% [============================= ] 2028/4306 47% [============================= ] 2029/4306 47% [============================= ] 2030/4306 47% [============================= ] 2031/4306 47% [============================= ] 2032/4306 47% [============================= ] 2033/4306 47% [============================= ] 2034/4306 47% [============================= ] 2035/4306 47% [============================= ] 2036/4306 47% [============================= ] 2037/4306 47% [============================= ] 2038/4306 47% [============================= ] 2039/4306 47% [============================= ] 2040/4306 47% [============================= ] 2041/4306 47% [============================= ] 2042/4306 47% [============================= ] 2043/4306 47% [============================= ] 2044/4306 47% [============================= ] 2045/4306 47% [============================= ] 2046/4306 47% [============================= ] 2047/4306 47% [============================= ] 2048/4306 47% [============================= ] 2049/4306 47% [============================= ] 2050/4306 47% [============================= ] 2051/4306 47% [============================= ] 2052/4306 47% [============================= ] 2053/4306 47% [============================= ] 2054/4306 47% [============================= ] 2055/4306 47% [============================= ] 2056/4306 47% [============================= ] 2057/4306 47% [============================= ] 2058/4306 47% [============================= ] 2059/4306 47% [============================= ] 2060/4306 47% [============================= ] 2061/4306 47% [============================= ] 2062/4306 47% [============================= ] 2063/4306 47% [============================= ] 2064/4306 47% [============================= ] 2065/4306 47% [============================= ] 2066/4306 47% [============================= ] 2067/4306 48% [============================= ] 2068/4306 48% [============================= ] 2069/4306 48% [============================= ] 2070/4306 48% [============================= ] 2071/4306 48% [============================= ] 2072/4306 48% [============================= ] 2073/4306 48% [============================= ] 2074/4306 48% [============================= ] 2075/4306 48% [============================= ] 2076/4306 48% [============================= ] 2077/4306 48% [============================= ] 2078/4306 48% [============================= ] 2079/4306 48% [============================= ] 2080/4306 48% [============================= ] 2081/4306 48% [============================= ] 2082/4306 48% [============================= ] 2083/4306 48% [============================== ] 2084/4306 48% [============================== ] 2085/4306 48% [============================== ] 2086/4306 48% [============================== ] 2087/4306 48% [============================== ] 2088/4306 48% [============================== ] 2089/4306 48% [============================== ] 2090/4306 48% [============================== ] 2091/4306 48% [============================== ] 2092/4306 48% [============================== ] 2093/4306 48% [============================== ] 2094/4306 48% [============================== ] 2095/4306 48% [============================== ] 2096/4306 48% [============================== ] 2097/4306 48% [============================== ] 2098/4306 48% [============================== ] 2099/4306 48% [============================== ] 2100/4306 48% [============================== ] 2101/4306 48% [============================== ] 2102/4306 48% [============================== ] 2103/4306 48% [============================== ] 2104/4306 48% [============================== ] 2105/4306 48% [============================== ] 2106/4306 48% [============================== ] 2107/4306 48% [============================== ] 2108/4306 48% [============================== ] 2109/4306 48% [============================== ] 2110/4306 49% [============================== ] 2111/4306 49% [============================== ] 2112/4306 49% [============================== ] 2113/4306 49% [============================== ] 2114/4306 49% [============================== ] 2115/4306 49% [============================== ] 2116/4306 49% [============================== ] 2117/4306 49% [============================== ] 2118/4306 49% [============================== ] 2119/4306 49% [============================== ] 2120/4306 49% [============================== ] 2121/4306 49% [============================== ] 2122/4306 49% [============================== ] 2123/4306 49% [============================== ] 2124/4306 49% [============================== ] 2125/4306 49% [============================== ] 2126/4306 49% [============================== ] 2127/4306 49% [============================== ] 2128/4306 49% [============================== ] 2129/4306 49% [============================== ] 2130/4306 49% [============================== ] 2131/4306 49% [============================== ] 2132/4306 49% [============================== ] 2133/4306 49% [============================== ] 2134/4306 49% [============================== ] 2135/4306 49% [============================== ] 2136/4306 49% [============================== ] 2137/4306 49% [============================== ] 2138/4306 49% [============================== ] 2139/4306 49% [============================== ] 2140/4306 49% [============================== ] 2141/4306 49% [============================== ] 2142/4306 49% [============================== ] 2143/4306 49% [============================== ] 2144/4306 49% [============================== ] 2145/4306 49% [============================== ] 2146/4306 49% [============================== ] 2147/4306 49% [============================== ] 2148/4306 49% [============================== ] 2149/4306 49% [============================== ] 2150/4306 49% [============================== ] 2151/4306 49% [============================== ] 2152/4306 49% [=============================== ] 2153/4306 50% [=============================== ] 2154/4306 50% [=============================== ] 2155/4306 50% [=============================== ] 2156/4306 50% [=============================== ] 2157/4306 50% [=============================== ] 2158/4306 50% [=============================== ] 2159/4306 50% [=============================== ] 2160/4306 50% [=============================== ] 2161/4306 50% [=============================== ] 2162/4306 50% [=============================== ] 2163/4306 50% [=============================== ] 2164/4306 50% [=============================== ] 2165/4306 50% [=============================== ] 2166/4306 50% [=============================== ] 2167/4306 50% [=============================== ] 2168/4306 50% [=============================== ] 2169/4306 50% [=============================== ] 2170/4306 50% [=============================== ] 2171/4306 50% [=============================== ] 2172/4306 50% [=============================== ] 2173/4306 50% [=============================== ] 2174/4306 50% [=============================== ] 2175/4306 50% [=============================== ] 2176/4306 50% [=============================== ] 2177/4306 50% [=============================== ] 2178/4306 50% [=============================== ] 2179/4306 50% [=============================== ] 2180/4306 50% [=============================== ] 2181/4306 50% [=============================== ] 2182/4306 50% [=============================== ] 2183/4306 50% [=============================== ] 2184/4306 50% [=============================== ] 2185/4306 50% [=============================== ] 2186/4306 50% [=============================== ] 2187/4306 50% [=============================== ] 2188/4306 50% [=============================== ] 2189/4306 50% [=============================== ] 2190/4306 50% [=============================== ] 2191/4306 50% [=============================== ] 2192/4306 50% [=============================== ] 2193/4306 50% [=============================== ] 2194/4306 50% [=============================== ] 2195/4306 50% [=============================== ] 2196/4306 50% [=============================== ] 2197/4306 51% [=============================== ] 2198/4306 51% [=============================== ] 2199/4306 51% [=============================== ] 2200/4306 51% [=============================== ] 2201/4306 51% [=============================== ] 2202/4306 51% [=============================== ] 2203/4306 51% [=============================== ] 2204/4306 51% [=============================== ] 2205/4306 51% [=============================== ] 2206/4306 51% [=============================== ] 2207/4306 51% [=============================== ] 2208/4306 51% [=============================== ] 2209/4306 51% [=============================== ] 2210/4306 51% [=============================== ] 2211/4306 51% [=============================== ] 2212/4306 51% [=============================== ] 2213/4306 51% [=============================== ] 2214/4306 51% [=============================== ] 2215/4306 51% [=============================== ] 2216/4306 51% [=============================== ] 2217/4306 51% [=============================== ] 2218/4306 51% [=============================== ] 2219/4306 51% [=============================== ] 2220/4306 51% [=============================== ] 2221/4306 51% [=============================== ] 2222/4306 51% [================================ ] 2223/4306 51% [================================ ] 2224/4306 51% [================================ ] 2225/4306 51% [================================ ] 2226/4306 51% [================================ ] 2227/4306 51% [================================ ] 2228/4306 51% [================================ ] 2229/4306 51% [================================ ] 2230/4306 51% [================================ ] 2231/4306 51% [================================ ] 2232/4306 51% [================================ ] 2233/4306 51% [================================ ] 2234/4306 51% [================================ ] 2235/4306 51% [================================ ] 2236/4306 51% [================================ ] 2237/4306 51% [================================ ] 2238/4306 51% [================================ ] 2239/4306 51% [================================ ] 2240/4306 52% [================================ ] 2241/4306 52% [================================ ] 2242/4306 52% [================================ ] 2243/4306 52% [================================ ] 2244/4306 52% [================================ ] 2245/4306 52% [================================ ] 2246/4306 52% [================================ ] 2247/4306 52% [================================ ] 2248/4306 52% [================================ ] 2249/4306 52% [================================ ] 2250/4306 52% [================================ ] 2251/4306 52% [================================ ] 2252/4306 52% [================================ ] 2253/4306 52% [================================ ] 2254/4306 52% [================================ ] 2255/4306 52% [================================ ] 2256/4306 52% [================================ ] 2257/4306 52% [================================ ] 2258/4306 52% [================================ ] 2259/4306 52% [================================ ] 2260/4306 52% [================================ ] 2261/4306 52% [================================ ] 2262/4306 52% [================================ ] 2263/4306 52% [================================ ] 2264/4306 52% [================================ ] 2265/4306 52% [================================ ] 2266/4306 52% [================================ ] 2267/4306 52% [================================ ] 2268/4306 52% [================================ ] 2269/4306 52% [================================ ] 2270/4306 52% [================================ ] 2271/4306 52% [================================ ] 2272/4306 52% [================================ ] 2273/4306 52% [================================ ] 2274/4306 52% [================================ ] 2275/4306 52% [================================ ] 2276/4306 52% [================================ ] 2277/4306 52% [================================ ] 2278/4306 52% [================================ ] 2279/4306 52% [================================ ] 2280/4306 52% [================================ ] 2281/4306 52% [================================ ] 2282/4306 52% [================================ ] 2283/4306 53% [================================ ] 2284/4306 53% [================================ ] 2285/4306 53% [================================ ] 2286/4306 53% [================================ ] 2287/4306 53% [================================ ] 2288/4306 53% [================================ ] 2289/4306 53% [================================ ] 2290/4306 53% [================================ ] 2291/4306 53% [================================= ] 2292/4306 53% [================================= ] 2293/4306 53% [================================= ] 2294/4306 53% [================================= ] 2295/4306 53% [================================= ] 2296/4306 53% [================================= ] 2297/4306 53% [================================= ] 2298/4306 53% [================================= ] 2299/4306 53% [================================= ] 2300/4306 53% [================================= ] 2301/4306 53% [================================= ] 2302/4306 53% [================================= ] 2303/4306 53% [================================= ] 2304/4306 53% [================================= ] 2305/4306 53% [================================= ] 2306/4306 53% [================================= ] 2307/4306 53% [================================= ] 2308/4306 53% [================================= ] 2309/4306 53% [================================= ] 2310/4306 53% [================================= ] 2311/4306 53% [================================= ] 2312/4306 53% [================================= ] 2313/4306 53% [================================= ] 2314/4306 53% [================================= ] 2315/4306 53% [================================= ] 2316/4306 53% [================================= ] 2317/4306 53% [================================= ] 2318/4306 53% [================================= ] 2319/4306 53% [================================= ] 2320/4306 53% [================================= ] 2321/4306 53% [================================= ] 2322/4306 53% [================================= ] 2323/4306 53% [================================= ] 2324/4306 53% [================================= ] 2325/4306 53% [================================= ] 2326/4306 54% [================================= ] 2327/4306 54% [================================= ] 2328/4306 54% [================================= ] 2329/4306 54% [================================= ] 2330/4306 54% [================================= ] 2331/4306 54% [================================= ] 2332/4306 54% [================================= ] 2333/4306 54% [================================= ] 2334/4306 54% [================================= ] 2335/4306 54% [================================= ] 2336/4306 54% [================================= ] 2337/4306 54% [================================= ] 2338/4306 54% [================================= ] 2339/4306 54% [================================= ] 2340/4306 54% [================================= ] 2341/4306 54% [================================= ] 2342/4306 54% [================================= ] 2343/4306 54% [================================= ] 2344/4306 54% [================================= ] 2345/4306 54% [================================= ] 2346/4306 54% [================================= ] 2347/4306 54% [================================= ] 2348/4306 54% [================================= ] 2349/4306 54% [================================= ] 2350/4306 54% [================================= ] 2351/4306 54% [================================= ] 2352/4306 54% [================================= ] 2353/4306 54% [================================= ] 2354/4306 54% [================================= ] 2355/4306 54% [================================= ] 2356/4306 54% [================================= ] 2357/4306 54% [================================= ] 2358/4306 54% [================================= ] 2359/4306 54% [================================= ] 2360/4306 54% [================================= ] 2361/4306 54% [================================== ] 2362/4306 54% [================================== ] 2363/4306 54% [================================== ] 2364/4306 54% [================================== ] 2365/4306 54% [================================== ] 2366/4306 54% [================================== ] 2367/4306 54% [================================== ] 2368/4306 54% [================================== ] 2369/4306 55% [================================== ] 2370/4306 55% [================================== ] 2371/4306 55% [================================== ] 2372/4306 55% [================================== ] 2373/4306 55% [================================== ] 2374/4306 55% [================================== ] 2375/4306 55% [================================== ] 2376/4306 55% [================================== ] 2377/4306 55% [================================== ] 2378/4306 55% [================================== ] 2379/4306 55% [================================== ] 2380/4306 55% [================================== ] 2381/4306 55% [================================== ] 2382/4306 55% [================================== ] 2383/4306 55% [================================== ] 2384/4306 55% [================================== ] 2385/4306 55% [================================== ] 2386/4306 55% [================================== ] 2387/4306 55% [================================== ] 2388/4306 55% [================================== ] 2389/4306 55% [================================== ] 2390/4306 55% [================================== ] 2391/4306 55% [================================== ] 2392/4306 55% [================================== ] 2393/4306 55% [================================== ] 2394/4306 55% [================================== ] 2395/4306 55% [================================== ] 2396/4306 55% [================================== ] 2397/4306 55% [================================== ] 2398/4306 55% [================================== ] 2399/4306 55% [================================== ] 2400/4306 55% [================================== ] 2401/4306 55% [================================== ] 2402/4306 55% [================================== ] 2403/4306 55% [================================== ] 2404/4306 55% [================================== ] 2405/4306 55% [================================== ] 2406/4306 55% [================================== ] 2407/4306 55% [================================== ] 2408/4306 55% [================================== ] 2409/4306 55% [================================== ] 2410/4306 55% [================================== ] 2411/4306 55% [================================== ] 2412/4306 56% [================================== ] 2413/4306 56% [================================== ] 2414/4306 56% [================================== ] 2415/4306 56% [================================== ] 2416/4306 56% [================================== ] 2417/4306 56% [================================== ] 2418/4306 56% [================================== ] 2419/4306 56% [================================== ] 2420/4306 56% [================================== ] 2421/4306 56% [================================== ] 2422/4306 56% [================================== ] 2423/4306 56% [================================== ] 2424/4306 56% [================================== ] 2425/4306 56% [================================== ] 2426/4306 56% [================================== ] 2427/4306 56% [================================== ] 2428/4306 56% [================================== ] 2429/4306 56% [================================== ] 2430/4306 56% [=================================== ] 2431/4306 56% [=================================== ] 2432/4306 56% [=================================== ] 2433/4306 56% [=================================== ] 2434/4306 56% [=================================== ] 2435/4306 56% [=================================== ] 2436/4306 56% [=================================== ] 2437/4306 56% [=================================== ] 2438/4306 56% [=================================== ] 2439/4306 56% [=================================== ] 2440/4306 56% [=================================== ] 2441/4306 56% [=================================== ] 2442/4306 56% [=================================== ] 2443/4306 56% [=================================== ] 2444/4306 56% [=================================== ] 2445/4306 56% [=================================== ] 2446/4306 56% [=================================== ] 2447/4306 56% [=================================== ] 2448/4306 56% [=================================== ] 2449/4306 56% [=================================== ] 2450/4306 56% [=================================== ] 2451/4306 56% [=================================== ] 2452/4306 56% [=================================== ] 2453/4306 56% [=================================== ] 2454/4306 56% [=================================== ] 2455/4306 57% [=================================== ] 2456/4306 57% [=================================== ] 2457/4306 57% [=================================== ] 2458/4306 57% [=================================== ] 2459/4306 57% [=================================== ] 2460/4306 57% [=================================== ] 2461/4306 57% [=================================== ] 2462/4306 57% [=================================== ] 2463/4306 57% [=================================== ] 2464/4306 57% [=================================== ] 2465/4306 57% [=================================== ] 2466/4306 57% [=================================== ] 2467/4306 57% [=================================== ] 2468/4306 57% [=================================== ] 2469/4306 57% [=================================== ] 2470/4306 57% [=================================== ] 2471/4306 57% [=================================== ] 2472/4306 57% [=================================== ] 2473/4306 57% [=================================== ] 2474/4306 57% [=================================== ] 2475/4306 57% [=================================== ] 2476/4306 57% [=================================== ] 2477/4306 57% [=================================== ] 2478/4306 57% [=================================== ] 2479/4306 57% [=================================== ] 2480/4306 57% [=================================== ] 2481/4306 57% [=================================== ] 2482/4306 57% [=================================== ] 2483/4306 57% [=================================== ] 2484/4306 57% [=================================== ] 2485/4306 57% [=================================== ] 2486/4306 57% [=================================== ] 2487/4306 57% [=================================== ] 2488/4306 57% [=================================== ] 2489/4306 57% [=================================== ] 2490/4306 57% [=================================== ] 2491/4306 57% [=================================== ] 2492/4306 57% [=================================== ] 2493/4306 57% [=================================== ] 2494/4306 57% [=================================== ] 2495/4306 57% [=================================== ] 2496/4306 57% [=================================== ] 2497/4306 57% [=================================== ] 2498/4306 58% [=================================== ] 2499/4306 58% [=================================== ] 2500/4306 58% [==================================== ] 2501/4306 58% [==================================== ] 2502/4306 58% [==================================== ] 2503/4306 58% [==================================== ] 2504/4306 58% [==================================== ] 2505/4306 58% [==================================== ] 2506/4306 58% [==================================== ] 2507/4306 58% [==================================== ] 2508/4306 58% [==================================== ] 2509/4306 58% [==================================== ] 2510/4306 58% [==================================== ] 2511/4306 58% [==================================== ] 2512/4306 58% [==================================== ] 2513/4306 58% [==================================== ] 2514/4306 58% [==================================== ] 2515/4306 58% [==================================== ] 2516/4306 58% [==================================== ] 2517/4306 58% [==================================== ] 2518/4306 58% [==================================== ] 2519/4306 58% [==================================== ] 2520/4306 58% [==================================== ] 2521/4306 58% [==================================== ] 2522/4306 58% [==================================== ] 2523/4306 58% [==================================== ] 2524/4306 58% [==================================== ] 2525/4306 58% [==================================== ] 2526/4306 58% [==================================== ] 2527/4306 58% [==================================== ] 2528/4306 58% [==================================== ] 2529/4306 58% [==================================== ] 2530/4306 58% [==================================== ] 2531/4306 58% [==================================== ] 2532/4306 58% [==================================== ] 2533/4306 58% [==================================== ] 2534/4306 58% [==================================== ] 2535/4306 58% [==================================== ] 2536/4306 58% [==================================== ] 2537/4306 58% [==================================== ] 2538/4306 58% [==================================== ] 2539/4306 58% [==================================== ] 2540/4306 58% [==================================== ] 2541/4306 59% [==================================== ] 2542/4306 59% [==================================== ] 2543/4306 59% [==================================== ] 2544/4306 59% [==================================== ] 2545/4306 59% [==================================== ] 2546/4306 59% [==================================== ] 2547/4306 59% [==================================== ] 2548/4306 59% [==================================== ] 2549/4306 59% [==================================== ] 2550/4306 59% [==================================== ] 2551/4306 59% [==================================== ] 2552/4306 59% [==================================== ] 2553/4306 59% [==================================== ] 2554/4306 59% [==================================== ] 2555/4306 59% [==================================== ] 2556/4306 59% [==================================== ] 2557/4306 59% [==================================== ] 2558/4306 59% [==================================== ] 2559/4306 59% [==================================== ] 2560/4306 59% [==================================== ] 2561/4306 59% [==================================== ] 2562/4306 59% [==================================== ] 2563/4306 59% [==================================== ] 2564/4306 59% [==================================== ] 2565/4306 59% [==================================== ] 2566/4306 59% [==================================== ] 2567/4306 59% [==================================== ] 2568/4306 59% [==================================== ] 2569/4306 59% [===================================== ] 2570/4306 59% [===================================== ] 2571/4306 59% [===================================== ] 2572/4306 59% [===================================== ] 2573/4306 59% [===================================== ] 2574/4306 59% [===================================== ] 2575/4306 59% [===================================== ] 2576/4306 59% [===================================== ] 2577/4306 59% [===================================== ] 2578/4306 59% [===================================== ] 2579/4306 59% [===================================== ] 2580/4306 59% [===================================== ] 2581/4306 59% [===================================== ] 2582/4306 59% [===================================== ] 2583/4306 59% [===================================== ] 2584/4306 60% [===================================== ] 2585/4306 60% [===================================== ] 2586/4306 60% [===================================== ] 2587/4306 60% [===================================== ] 2588/4306 60% [===================================== ] 2589/4306 60% [===================================== ] 2590/4306 60% [===================================== ] 2591/4306 60% [===================================== ] 2592/4306 60% [===================================== ] 2593/4306 60% [===================================== ] 2594/4306 60% [===================================== ] 2595/4306 60% [===================================== ] 2596/4306 60% [===================================== ] 2597/4306 60% [===================================== ] 2598/4306 60% [===================================== ] 2599/4306 60% [===================================== ] 2600/4306 60% [===================================== ] 2601/4306 60% [===================================== ] 2602/4306 60% [===================================== ] 2603/4306 60% [===================================== ] 2604/4306 60% [===================================== ] 2605/4306 60% [===================================== ] 2606/4306 60% [===================================== ] 2607/4306 60% [===================================== ] 2608/4306 60% [===================================== ] 2609/4306 60% [===================================== ] 2610/4306 60% [===================================== ] 2611/4306 60% [===================================== ] 2612/4306 60% [===================================== ] 2613/4306 60% [===================================== ] 2614/4306 60% [===================================== ] 2615/4306 60% [===================================== ] 2616/4306 60% [===================================== ] 2617/4306 60% [===================================== ] 2618/4306 60% [===================================== ] 2619/4306 60% [===================================== ] 2620/4306 60% [===================================== ] 2621/4306 60% [===================================== ] 2622/4306 60% [===================================== ] 2623/4306 60% [===================================== ] 2624/4306 60% [===================================== ] 2625/4306 60% [===================================== ] 2626/4306 60% [===================================== ] 2627/4306 61% [===================================== ] 2628/4306 61% [===================================== ] 2629/4306 61% [===================================== ] 2630/4306 61% [===================================== ] 2631/4306 61% [===================================== ] 2632/4306 61% [===================================== ] 2633/4306 61% [===================================== ] 2634/4306 61% [===================================== ] 2635/4306 61% [===================================== ] 2636/4306 61% [===================================== ] 2637/4306 61% [===================================== ] 2638/4306 61% [===================================== ] 2639/4306 61% [====================================== ] 2640/4306 61% [====================================== ] 2641/4306 61% [====================================== ] 2642/4306 61% [====================================== ] 2643/4306 61% [====================================== ] 2644/4306 61% [====================================== ] 2645/4306 61% [====================================== ] 2646/4306 61% [====================================== ] 2647/4306 61% [====================================== ] 2648/4306 61% [====================================== ] 2649/4306 61% [====================================== ] 2650/4306 61% [====================================== ] 2651/4306 61% [====================================== ] 2652/4306 61% [====================================== ] 2653/4306 61% [====================================== ] 2654/4306 61% [====================================== ] 2655/4306 61% [====================================== ] 2656/4306 61% [====================================== ] 2657/4306 61% [====================================== ] 2658/4306 61% [====================================== ] 2659/4306 61% [====================================== ] 2660/4306 61% [====================================== ] 2661/4306 61% [====================================== ] 2662/4306 61% [====================================== ] 2663/4306 61% [====================================== ] 2664/4306 61% [====================================== ] 2665/4306 61% [====================================== ] 2666/4306 61% [====================================== ] 2667/4306 61% [====================================== ] 2668/4306 61% [====================================== ] 2669/4306 61% [====================================== ] 2670/4306 62% [====================================== ] 2671/4306 62% [====================================== ] 2672/4306 62% [====================================== ] 2673/4306 62% [====================================== ] 2674/4306 62% [====================================== ] 2675/4306 62% [====================================== ] 2676/4306 62% [====================================== ] 2677/4306 62% [====================================== ] 2678/4306 62% [====================================== ] 2679/4306 62% [====================================== ] 2680/4306 62% [====================================== ] 2681/4306 62% [====================================== ] 2682/4306 62% [====================================== ] 2683/4306 62% [====================================== ] 2684/4306 62% [====================================== ] 2685/4306 62% [====================================== ] 2686/4306 62% [====================================== ] 2687/4306 62% [====================================== ] 2688/4306 62% [====================================== ] 2689/4306 62% [====================================== ] 2690/4306 62% [====================================== ] 2691/4306 62% [====================================== ] 2692/4306 62% [====================================== ] 2693/4306 62% [====================================== ] 2694/4306 62% [====================================== ] 2695/4306 62% [====================================== ] 2696/4306 62% [====================================== ] 2697/4306 62% [====================================== ] 2698/4306 62% [====================================== ] 2699/4306 62% [====================================== ] 2700/4306 62% [====================================== ] 2701/4306 62% [====================================== ] 2702/4306 62% [====================================== ] 2703/4306 62% [====================================== ] 2704/4306 62% [====================================== ] 2705/4306 62% [====================================== ] 2706/4306 62% [====================================== ] 2707/4306 62% [====================================== ] 2708/4306 62% [======================================= ] 2709/4306 62% [======================================= ] 2710/4306 62% [======================================= ] 2711/4306 62% [======================================= ] 2712/4306 62% [======================================= ] 2713/4306 63% [======================================= ] 2714/4306 63% [======================================= ] 2715/4306 63% [======================================= ] 2716/4306 63% [======================================= ] 2717/4306 63% [======================================= ] 2718/4306 63% [======================================= ] 2719/4306 63% [======================================= ] 2720/4306 63% [======================================= ] 2721/4306 63% [======================================= ] 2722/4306 63% [======================================= ] 2723/4306 63% [======================================= ] 2724/4306 63% [======================================= ] 2725/4306 63% [======================================= ] 2726/4306 63% [======================================= ] 2727/4306 63% [======================================= ] 2728/4306 63% [======================================= ] 2729/4306 63% [======================================= ] 2730/4306 63% [======================================= ] 2731/4306 63% [======================================= ] 2732/4306 63% [======================================= ] 2733/4306 63% [======================================= ] 2734/4306 63% [======================================= ] 2735/4306 63% [======================================= ] 2736/4306 63% [======================================= ] 2737/4306 63% [======================================= ] 2738/4306 63% [======================================= ] 2739/4306 63% [======================================= ] 2740/4306 63% [======================================= ] 2741/4306 63% [======================================= ] 2742/4306 63% [======================================= ] 2743/4306 63% [======================================= ] 2744/4306 63% [======================================= ] 2745/4306 63% [======================================= ] 2746/4306 63% [======================================= ] 2747/4306 63% [======================================= ] 2748/4306 63% [======================================= ] 2749/4306 63% [======================================= ] 2750/4306 63% [======================================= ] 2751/4306 63% [======================================= ] 2752/4306 63% [======================================= ] 2753/4306 63% [======================================= ] 2754/4306 63% [======================================= ] 2755/4306 63% [======================================= ] 2756/4306 64% [======================================= ] 2757/4306 64% [======================================= ] 2758/4306 64% [======================================= ] 2759/4306 64% [======================================= ] 2760/4306 64% [======================================= ] 2761/4306 64% [======================================= ] 2762/4306 64% [======================================= ] 2763/4306 64% [======================================= ] 2764/4306 64% [======================================= ] 2765/4306 64% [======================================= ] 2766/4306 64% [======================================= ] 2767/4306 64% [======================================= ] 2768/4306 64% [======================================= ] 2769/4306 64% [======================================= ] 2770/4306 64% [======================================= ] 2771/4306 64% [======================================= ] 2772/4306 64% [======================================= ] 2773/4306 64% [======================================= ] 2774/4306 64% [======================================= ] 2775/4306 64% [======================================= ] 2776/4306 64% [======================================= ] 2777/4306 64% [======================================= ] 2778/4306 64% [======================================== ] 2779/4306 64% [======================================== ] 2780/4306 64% [======================================== ] 2781/4306 64% [======================================== ] 2782/4306 64% [======================================== ] 2783/4306 64% [======================================== ] 2784/4306 64% [======================================== ] 2785/4306 64% [======================================== ] 2786/4306 64% [======================================== ] 2787/4306 64% [======================================== ] 2788/4306 64% [======================================== ] 2789/4306 64% [======================================== ] 2790/4306 64% [======================================== ] 2791/4306 64% [======================================== ] 2792/4306 64% [======================================== ] 2793/4306 64% [======================================== ] 2794/4306 64% [======================================== ] 2795/4306 64% [======================================== ] 2796/4306 64% [======================================== ] 2797/4306 64% [======================================== ] 2798/4306 64% [======================================== ] 2799/4306 65% [======================================== ] 2800/4306 65% [======================================== ] 2801/4306 65% [======================================== ] 2802/4306 65% [======================================== ] 2803/4306 65% [======================================== ] 2804/4306 65% [======================================== ] 2805/4306 65% [======================================== ] 2806/4306 65% [======================================== ] 2807/4306 65% [======================================== ] 2808/4306 65% [======================================== ] 2809/4306 65% [======================================== ] 2810/4306 65% [======================================== ] 2811/4306 65% [======================================== ] 2812/4306 65% [======================================== ] 2813/4306 65% [======================================== ] 2814/4306 65% [======================================== ] 2815/4306 65% [======================================== ] 2816/4306 65% [======================================== ] 2817/4306 65% [======================================== ] 2818/4306 65% [======================================== ] 2819/4306 65% [======================================== ] 2820/4306 65% [======================================== ] 2821/4306 65% [======================================== ] 2822/4306 65% [======================================== ] 2823/4306 65% [======================================== ] 2824/4306 65% [======================================== ] 2825/4306 65% [======================================== ] 2826/4306 65% [======================================== ] 2827/4306 65% [======================================== ] 2828/4306 65% [======================================== ] 2829/4306 65% [======================================== ] 2830/4306 65% [======================================== ] 2831/4306 65% [======================================== ] 2832/4306 65% [======================================== ] 2833/4306 65% [======================================== ] 2834/4306 65% [======================================== ] 2835/4306 65% [======================================== ] 2836/4306 65% [======================================== ] 2837/4306 65% [======================================== ] 2838/4306 65% [======================================== ] 2839/4306 65% [======================================== ] 2840/4306 65% [======================================== ] 2841/4306 65% [======================================== ] 2842/4306 66% [======================================== ] 2843/4306 66% [======================================== ] 2844/4306 66% [======================================== ] 2845/4306 66% [======================================== ] 2846/4306 66% [======================================== ] 2847/4306 66% [========================================= ] 2848/4306 66% [========================================= ] 2849/4306 66% [========================================= ] 2850/4306 66% [========================================= ] 2851/4306 66% [========================================= ] 2852/4306 66% [========================================= ] 2853/4306 66% [========================================= ] 2854/4306 66% [========================================= ] 2855/4306 66% [========================================= ] 2856/4306 66% [========================================= ] 2857/4306 66% [========================================= ] 2858/4306 66% [========================================= ] 2859/4306 66% [========================================= ] 2860/4306 66% [========================================= ] 2861/4306 66% [========================================= ] 2862/4306 66% [========================================= ] 2863/4306 66% [========================================= ] 2864/4306 66% [========================================= ] 2865/4306 66% [========================================= ] 2866/4306 66% [========================================= ] 2867/4306 66% [========================================= ] 2868/4306 66% [========================================= ] 2869/4306 66% [========================================= ] 2870/4306 66% [========================================= ] 2871/4306 66% [========================================= ] 2872/4306 66% [========================================= ] 2873/4306 66% [========================================= ] 2874/4306 66% [========================================= ] 2875/4306 66% [========================================= ] 2876/4306 66% [========================================= ] 2877/4306 66% [========================================= ] 2878/4306 66% [========================================= ] 2879/4306 66% [========================================= ] 2880/4306 66% [========================================= ] 2881/4306 66% [========================================= ] 2882/4306 66% [========================================= ] 2883/4306 66% [========================================= ] 2884/4306 66% [========================================= ] 2885/4306 66% [========================================= ] 2886/4306 67% [========================================= ] 2887/4306 67% [========================================= ] 2888/4306 67% [========================================= ] 2889/4306 67% [========================================= ] 2890/4306 67% [========================================= ] 2891/4306 67% [========================================= ] 2892/4306 67% [========================================= ] 2893/4306 67% [========================================= ] 2894/4306 67% [========================================= ] 2895/4306 67% [========================================= ] 2896/4306 67% [========================================= ] 2897/4306 67% [========================================= ] 2898/4306 67% [========================================= ] 2899/4306 67% [========================================= ] 2900/4306 67% [========================================= ] 2901/4306 67% [========================================= ] 2902/4306 67% [========================================= ] 2903/4306 67% [========================================= ] 2904/4306 67% [========================================= ] 2905/4306 67% [========================================= ] 2906/4306 67% [========================================= ] 2907/4306 67% [========================================= ] 2908/4306 67% [========================================= ] 2909/4306 67% [========================================= ] 2910/4306 67% [========================================= ] 2911/4306 67% [========================================= ] 2912/4306 67% [========================================= ] 2913/4306 67% [========================================= ] 2914/4306 67% [========================================= ] 2915/4306 67% [========================================= ] 2916/4306 67% [========================================== ] 2917/4306 67% [========================================== ] 2918/4306 67% [========================================== ] 2919/4306 67% [========================================== ] 2920/4306 67% [========================================== ] 2921/4306 67% [========================================== ] 2922/4306 67% [========================================== ] 2923/4306 67% [========================================== ] 2924/4306 67% [========================================== ] 2925/4306 67% [========================================== ] 2926/4306 67% [========================================== ] 2927/4306 67% [========================================== ] 2928/4306 67% [========================================== ] 2929/4306 68% [========================================== ] 2930/4306 68% [========================================== ] 2931/4306 68% [========================================== ] 2932/4306 68% [========================================== ] 2933/4306 68% [========================================== ] 2934/4306 68% [========================================== ] 2935/4306 68% [========================================== ] 2936/4306 68% [========================================== ] 2937/4306 68% [========================================== ] 2938/4306 68% [========================================== ] 2939/4306 68% [========================================== ] 2940/4306 68% [========================================== ] 2941/4306 68% [========================================== ] 2942/4306 68% [========================================== ] 2943/4306 68% [========================================== ] 2944/4306 68% [========================================== ] 2945/4306 68% [========================================== ] 2946/4306 68% [========================================== ] 2947/4306 68% [========================================== ] 2948/4306 68% [========================================== ] 2949/4306 68% [========================================== ] 2950/4306 68% [========================================== ] 2951/4306 68% [========================================== ] 2952/4306 68% [========================================== ] 2953/4306 68% [========================================== ] 2954/4306 68% [========================================== ] 2955/4306 68% [========================================== ] 2956/4306 68% [========================================== ] 2957/4306 68% [========================================== ] 2958/4306 68% [========================================== ] 2959/4306 68% [========================================== ] 2960/4306 68% [========================================== ] 2961/4306 68% [========================================== ] 2962/4306 68% [========================================== ] 2963/4306 68% [========================================== ] 2964/4306 68% [========================================== ] 2965/4306 68% [========================================== ] 2966/4306 68% [========================================== ] 2967/4306 68% [========================================== ] 2968/4306 68% [========================================== ] 2969/4306 68% [========================================== ] 2970/4306 68% [========================================== ] 2971/4306 68% [========================================== ] 2972/4306 69% [========================================== ] 2973/4306 69% [========================================== ] 2974/4306 69% [========================================== ] 2975/4306 69% [========================================== ] 2976/4306 69% [========================================== ] 2977/4306 69% [========================================== ] 2978/4306 69% [========================================== ] 2979/4306 69% [========================================== ] 2980/4306 69% [========================================== ] 2981/4306 69% [========================================== ] 2982/4306 69% [========================================== ] 2983/4306 69% [========================================== ] 2984/4306 69% [========================================== ] 2985/4306 69% [========================================== ] 2986/4306 69% [=========================================== ] 2987/4306 69% [=========================================== ] 2988/4306 69% [=========================================== ] 2989/4306 69% [=========================================== ] 2990/4306 69% [=========================================== ] 2991/4306 69% [=========================================== ] 2992/4306 69% [=========================================== ] 2993/4306 69% [=========================================== ] 2994/4306 69% [=========================================== ] 2995/4306 69% [=========================================== ] 2996/4306 69% [=========================================== ] 2997/4306 69% [=========================================== ] 2998/4306 69% [=========================================== ] 2999/4306 69% [=========================================== ] 3000/4306 69% [=========================================== ] 3001/4306 69% [=========================================== ] 3002/4306 69% [=========================================== ] 3003/4306 69% [=========================================== ] 3004/4306 69% [=========================================== ] 3005/4306 69% [=========================================== ] 3006/4306 69% [=========================================== ] 3007/4306 69% [=========================================== ] 3008/4306 69% [=========================================== ] 3009/4306 69% [=========================================== ] 3010/4306 69% [=========================================== ] 3011/4306 69% [=========================================== ] 3012/4306 69% [=========================================== ] 3013/4306 69% [=========================================== ] 3014/4306 69% [=========================================== ] 3015/4306 70% [=========================================== ] 3016/4306 70% [=========================================== ] 3017/4306 70% [=========================================== ] 3018/4306 70% [=========================================== ] 3019/4306 70% [=========================================== ] 3020/4306 70% [=========================================== ] 3021/4306 70% [=========================================== ] 3022/4306 70% [=========================================== ] 3023/4306 70% [=========================================== ] 3024/4306 70% [=========================================== ] 3025/4306 70% [=========================================== ] 3026/4306 70% [=========================================== ] 3027/4306 70% [=========================================== ] 3028/4306 70% [=========================================== ] 3029/4306 70% [=========================================== ] 3030/4306 70% [=========================================== ] 3031/4306 70% [=========================================== ] 3032/4306 70% [=========================================== ] 3033/4306 70% [=========================================== ] 3034/4306 70% [=========================================== ] 3035/4306 70% [=========================================== ] 3036/4306 70% [=========================================== ] 3037/4306 70% [=========================================== ] 3038/4306 70% [=========================================== ] 3039/4306 70% [=========================================== ] 3040/4306 70% [=========================================== ] 3041/4306 70% [=========================================== ] 3042/4306 70% [=========================================== ] 3043/4306 70% [=========================================== ] 3044/4306 70% [=========================================== ] 3045/4306 70% [=========================================== ] 3046/4306 70% [=========================================== ] 3047/4306 70% [=========================================== ] 3048/4306 70% [=========================================== ] 3049/4306 70% [=========================================== ] 3050/4306 70% [=========================================== ] 3051/4306 70% [=========================================== ] 3052/4306 70% [=========================================== ] 3053/4306 70% [=========================================== ] 3054/4306 70% [=========================================== ] 3055/4306 70% [============================================ ] 3056/4306 70% [============================================ ] 3057/4306 70% [============================================ ] 3058/4306 71% [============================================ ] 3059/4306 71% [============================================ ] 3060/4306 71% [============================================ ] 3061/4306 71% [============================================ ] 3062/4306 71% [============================================ ] 3063/4306 71% [============================================ ] 3064/4306 71% [============================================ ] 3065/4306 71% [============================================ ] 3066/4306 71% [============================================ ] 3067/4306 71% [============================================ ] 3068/4306 71% [============================================ ] 3069/4306 71% [============================================ ] 3070/4306 71% [============================================ ] 3071/4306 71% [============================================ ] 3072/4306 71% [============================================ ] 3073/4306 71% [============================================ ] 3074/4306 71% [============================================ ] 3075/4306 71% [============================================ ] 3076/4306 71% [============================================ ] 3077/4306 71% [============================================ ] 3078/4306 71% [============================================ ] 3079/4306 71% [============================================ ] 3080/4306 71% [============================================ ] 3081/4306 71% [============================================ ] 3082/4306 71% [============================================ ] 3083/4306 71% [============================================ ] 3084/4306 71% [============================================ ] 3085/4306 71% [============================================ ] 3086/4306 71% [============================================ ] 3087/4306 71% [============================================ ] 3088/4306 71% [============================================ ] 3089/4306 71% [============================================ ] 3090/4306 71% [============================================ ] 3091/4306 71% [============================================ ] 3092/4306 71% [============================================ ] 3093/4306 71% [============================================ ] 3094/4306 71% [============================================ ] 3095/4306 71% [============================================ ] 3096/4306 71% [============================================ ] 3097/4306 71% [============================================ ] 3098/4306 71% [============================================ ] 3099/4306 71% [============================================ ] 3100/4306 71% [============================================ ] 3101/4306 72% [============================================ ] 3102/4306 72% [============================================ ] 3103/4306 72% [============================================ ] 3104/4306 72% [============================================ ] 3105/4306 72% [============================================ ] 3106/4306 72% [============================================ ] 3107/4306 72% [============================================ ] 3108/4306 72% [============================================ ] 3109/4306 72% [============================================ ] 3110/4306 72% [============================================ ] 3111/4306 72% [============================================ ] 3112/4306 72% [============================================ ] 3113/4306 72% [============================================ ] 3114/4306 72% [============================================ ] 3115/4306 72% [============================================ ] 3116/4306 72% [============================================ ] 3117/4306 72% [============================================ ] 3118/4306 72% [============================================ ] 3119/4306 72% [============================================ ] 3120/4306 72% [============================================ ] 3121/4306 72% [============================================ ] 3122/4306 72% [============================================ ] 3123/4306 72% [============================================ ] 3124/4306 72% [============================================ ] 3125/4306 72% [============================================= ] 3126/4306 72% [============================================= ] 3127/4306 72% [============================================= ] 3128/4306 72% [============================================= ] 3129/4306 72% [============================================= ] 3130/4306 72% [============================================= ] 3131/4306 72% [============================================= ] 3132/4306 72% [============================================= ] 3133/4306 72% [============================================= ] 3134/4306 72% [============================================= ] 3135/4306 72% [============================================= ] 3136/4306 72% [============================================= ] 3137/4306 72% [============================================= ] 3138/4306 72% [============================================= ] 3139/4306 72% [============================================= ] 3140/4306 72% [============================================= ] 3141/4306 72% [============================================= ] 3142/4306 72% [============================================= ] 3143/4306 72% [============================================= ] 3144/4306 73% [============================================= ] 3145/4306 73% [============================================= ] 3146/4306 73% [============================================= ] 3147/4306 73% [============================================= ] 3148/4306 73% [============================================= ] 3149/4306 73% [============================================= ] 3150/4306 73% [============================================= ] 3151/4306 73% [============================================= ] 3152/4306 73% [============================================= ] 3153/4306 73% [============================================= ] 3154/4306 73% [============================================= ] 3155/4306 73% [============================================= ] 3156/4306 73% [============================================= ] 3157/4306 73% [============================================= ] 3158/4306 73% [============================================= ] 3159/4306 73% [============================================= ] 3160/4306 73% [============================================= ] 3161/4306 73% [============================================= ] 3162/4306 73% [============================================= ] 3163/4306 73% [============================================= ] 3164/4306 73% [============================================= ] 3165/4306 73% [============================================= ] 3166/4306 73% [============================================= ] 3167/4306 73% [============================================= ] 3168/4306 73% [============================================= ] 3169/4306 73% [============================================= ] 3170/4306 73% [============================================= ] 3171/4306 73% [============================================= ] 3172/4306 73% [============================================= ] 3173/4306 73% [============================================= ] 3174/4306 73% [============================================= ] 3175/4306 73% [============================================= ] 3176/4306 73% [============================================= ] 3177/4306 73% [============================================= ] 3178/4306 73% [============================================= ] 3179/4306 73% [============================================= ] 3180/4306 73% [============================================= ] 3181/4306 73% [============================================= ] 3182/4306 73% [============================================= ] 3183/4306 73% [============================================= ] 3184/4306 73% [============================================= ] 3185/4306 73% [============================================= ] 3186/4306 73% [============================================= ] 3187/4306 74% [============================================= ] 3188/4306 74% [============================================= ] 3189/4306 74% [============================================= ] 3190/4306 74% [============================================= ] 3191/4306 74% [============================================= ] 3192/4306 74% [============================================= ] 3193/4306 74% [============================================= ] 3194/4306 74% [============================================== ] 3195/4306 74% [============================================== ] 3196/4306 74% [============================================== ] 3197/4306 74% [============================================== ] 3198/4306 74% [============================================== ] 3199/4306 74% [============================================== ] 3200/4306 74% [============================================== ] 3201/4306 74% [============================================== ] 3202/4306 74% [============================================== ] 3203/4306 74% [============================================== ] 3204/4306 74% [============================================== ] 3205/4306 74% [============================================== ] 3206/4306 74% [============================================== ] 3207/4306 74% [============================================== ] 3208/4306 74% [============================================== ] 3209/4306 74% [============================================== ] 3210/4306 74% [============================================== ] 3211/4306 74% [============================================== ] 3212/4306 74% [============================================== ] 3213/4306 74% [============================================== ] 3214/4306 74% [============================================== ] 3215/4306 74% [============================================== ] 3216/4306 74% [============================================== ] 3217/4306 74% [============================================== ] 3218/4306 74% [============================================== ] 3219/4306 74% [============================================== ] 3220/4306 74% [============================================== ] 3221/4306 74% [============================================== ] 3222/4306 74% [============================================== ] 3223/4306 74% [============================================== ] 3224/4306 74% [============================================== ] 3225/4306 74% [============================================== ] 3226/4306 74% [============================================== ] 3227/4306 74% [============================================== ] 3228/4306 74% [============================================== ] 3229/4306 74% [============================================== ] 3230/4306 75% [============================================== ] 3231/4306 75% [============================================== ] 3232/4306 75% [============================================== ] 3233/4306 75% [============================================== ] 3234/4306 75% [============================================== ] 3235/4306 75% [============================================== ] 3236/4306 75% [============================================== ] 3237/4306 75% [============================================== ] 3238/4306 75% [============================================== ] 3239/4306 75% [============================================== ] 3240/4306 75% [============================================== ] 3241/4306 75% [============================================== ] 3242/4306 75% [============================================== ] 3243/4306 75% [============================================== ] 3244/4306 75% [============================================== ] 3245/4306 75% [============================================== ] 3246/4306 75% [============================================== ] 3247/4306 75% [============================================== ] 3248/4306 75% [============================================== ] 3249/4306 75% [============================================== ] 3250/4306 75% [============================================== ] 3251/4306 75% [============================================== ] 3252/4306 75% [============================================== ] 3253/4306 75% [============================================== ] 3254/4306 75% [============================================== ] 3255/4306 75% [============================================== ] 3256/4306 75% [============================================== ] 3257/4306 75% [============================================== ] 3258/4306 75% [============================================== ] 3259/4306 75% [============================================== ] 3260/4306 75% [============================================== ] 3261/4306 75% [============================================== ] 3262/4306 75% [============================================== ] 3263/4306 75% [============================================== ] 3264/4306 75% [=============================================== ] 3265/4306 75% [=============================================== ] 3266/4306 75% [=============================================== ] 3267/4306 75% [=============================================== ] 3268/4306 75% [=============================================== ] 3269/4306 75% [=============================================== ] 3270/4306 75% [=============================================== ] 3271/4306 75% [=============================================== ] 3272/4306 75% [=============================================== ] 3273/4306 76% [=============================================== ] 3274/4306 76% [=============================================== ] 3275/4306 76% [=============================================== ] 3276/4306 76% [=============================================== ] 3277/4306 76% [=============================================== ] 3278/4306 76% [=============================================== ] 3279/4306 76% [=============================================== ] 3280/4306 76% [=============================================== ] 3281/4306 76% [=============================================== ] 3282/4306 76% [=============================================== ] 3283/4306 76% [=============================================== ] 3284/4306 76% [=============================================== ] 3285/4306 76% [=============================================== ] 3286/4306 76% [=============================================== ] 3287/4306 76% [=============================================== ] 3288/4306 76% [=============================================== ] 3289/4306 76% [=============================================== ] 3290/4306 76% [=============================================== ] 3291/4306 76% [=============================================== ] 3292/4306 76% [=============================================== ] 3293/4306 76% [=============================================== ] 3294/4306 76% [=============================================== ] 3295/4306 76% [=============================================== ] 3296/4306 76% [=============================================== ] 3297/4306 76% [=============================================== ] 3298/4306 76% [=============================================== ] 3299/4306 76% [=============================================== ] 3300/4306 76% [=============================================== ] 3301/4306 76% [=============================================== ] 3302/4306 76% [=============================================== ] 3303/4306 76% [=============================================== ] 3304/4306 76% [=============================================== ] 3305/4306 76% [=============================================== ] 3306/4306 76% [=============================================== ] 3307/4306 76% [=============================================== ] 3308/4306 76% [=============================================== ] 3309/4306 76% [=============================================== ] 3310/4306 76% [=============================================== ] 3311/4306 76% [=============================================== ] 3312/4306 76% [=============================================== ] 3313/4306 76% [=============================================== ] 3314/4306 76% [=============================================== ] 3315/4306 76% [=============================================== ] 3316/4306 77% [=============================================== ] 3317/4306 77% [=============================================== ] 3318/4306 77% [=============================================== ] 3319/4306 77% [=============================================== ] 3320/4306 77% [=============================================== ] 3321/4306 77% [=============================================== ] 3322/4306 77% [=============================================== ] 3323/4306 77% [=============================================== ] 3324/4306 77% [=============================================== ] 3325/4306 77% [=============================================== ] 3326/4306 77% [=============================================== ] 3327/4306 77% [=============================================== ] 3328/4306 77% [=============================================== ] 3329/4306 77% [=============================================== ] 3330/4306 77% [=============================================== ] 3331/4306 77% [=============================================== ] 3332/4306 77% [=============================================== ] 3333/4306 77% [================================================ ] 3334/4306 77% [================================================ ] 3335/4306 77% [================================================ ] 3336/4306 77% [================================================ ] 3337/4306 77% [================================================ ] 3338/4306 77% [================================================ ] 3339/4306 77% [================================================ ] 3340/4306 77% [================================================ ] 3341/4306 77% [================================================ ] 3342/4306 77% [================================================ ] 3343/4306 77% [================================================ ] 3344/4306 77% [================================================ ] 3345/4306 77% [================================================ ] 3346/4306 77% [================================================ ] 3347/4306 77% [================================================ ] 3348/4306 77% [================================================ ] 3349/4306 77% [================================================ ] 3350/4306 77% [================================================ ] 3351/4306 77% [================================================ ] 3352/4306 77% [================================================ ] 3353/4306 77% [================================================ ] 3354/4306 77% [================================================ ] 3355/4306 77% [================================================ ] 3356/4306 77% [================================================ ] 3357/4306 77% [================================================ ] 3358/4306 77% [================================================ ] 3359/4306 78% [================================================ ] 3360/4306 78% [================================================ ] 3361/4306 78% [================================================ ] 3362/4306 78% [================================================ ] 3363/4306 78% [================================================ ] 3364/4306 78% [================================================ ] 3365/4306 78% [================================================ ] 3366/4306 78% [================================================ ] 3367/4306 78% [================================================ ] 3368/4306 78% [================================================ ] 3369/4306 78% [================================================ ] 3370/4306 78% [================================================ ] 3371/4306 78% [================================================ ] 3372/4306 78% [================================================ ] 3373/4306 78% [================================================ ] 3374/4306 78% [================================================ ] 3375/4306 78% [================================================ ] 3376/4306 78% [================================================ ] 3377/4306 78% [================================================ ] 3378/4306 78% [================================================ ] 3379/4306 78% [================================================ ] 3380/4306 78% [================================================ ] 3381/4306 78% [================================================ ] 3382/4306 78% [================================================ ] 3383/4306 78% [================================================ ] 3384/4306 78% [================================================ ] 3385/4306 78% [================================================ ] 3386/4306 78% [================================================ ] 3387/4306 78% [================================================ ] 3388/4306 78% [================================================ ] 3389/4306 78% [================================================ ] 3390/4306 78% [================================================ ] 3391/4306 78% [================================================ ] 3392/4306 78% [================================================ ] 3393/4306 78% [================================================ ] 3394/4306 78% [================================================ ] 3395/4306 78% [================================================ ] 3396/4306 78% [================================================ ] 3397/4306 78% [================================================ ] 3398/4306 78% [================================================ ] 3399/4306 78% [================================================ ] 3400/4306 78% [================================================ ] 3401/4306 78% [================================================ ] 3402/4306 79% [================================================ ] 3403/4306 79% [================================================= ] 3404/4306 79% [================================================= ] 3405/4306 79% [================================================= ] 3406/4306 79% [================================================= ] 3407/4306 79% [================================================= ] 3408/4306 79% [================================================= ] 3409/4306 79% [================================================= ] 3410/4306 79% [================================================= ] 3411/4306 79% [================================================= ] 3412/4306 79% [================================================= ] 3413/4306 79% [================================================= ] 3414/4306 79% [================================================= ] 3415/4306 79% [================================================= ] 3416/4306 79% [================================================= ] 3417/4306 79% [================================================= ] 3418/4306 79% [================================================= ] 3419/4306 79% [================================================= ] 3420/4306 79% [================================================= ] 3421/4306 79% [================================================= ] 3422/4306 79% [================================================= ] 3423/4306 79% [================================================= ] 3424/4306 79% [================================================= ] 3425/4306 79% [================================================= ] 3426/4306 79% [================================================= ] 3427/4306 79% [================================================= ] 3428/4306 79% [================================================= ] 3429/4306 79% [================================================= ] 3430/4306 79% [================================================= ] 3431/4306 79% [================================================= ] 3432/4306 79% [================================================= ] 3433/4306 79% [================================================= ] 3434/4306 79% [================================================= ] 3435/4306 79% [================================================= ] 3436/4306 79% [================================================= ] 3437/4306 79% [================================================= ] 3438/4306 79% [================================================= ] 3439/4306 79% [================================================= ] 3440/4306 79% [================================================= ] 3441/4306 79% [================================================= ] 3442/4306 79% [================================================= ] 3443/4306 79% [================================================= ] 3444/4306 79% [================================================= ] 3445/4306 80% [================================================= ] 3446/4306 80% [================================================= ] 3447/4306 80% [================================================= ] 3448/4306 80% [================================================= ] 3449/4306 80% [================================================= ] 3450/4306 80% [================================================= ] 3451/4306 80% [================================================= ] 3452/4306 80% [================================================= ] 3453/4306 80% [================================================= ] 3454/4306 80% [================================================= ] 3455/4306 80% [================================================= ] 3456/4306 80% [================================================= ] 3457/4306 80% [================================================= ] 3458/4306 80% [================================================= ] 3459/4306 80% [================================================= ] 3460/4306 80% [================================================= ] 3461/4306 80% [================================================= ] 3462/4306 80% [================================================= ] 3463/4306 80% [================================================= ] 3464/4306 80% [================================================= ] 3465/4306 80% [================================================= ] 3466/4306 80% [================================================= ] 3467/4306 80% [================================================= ] 3468/4306 80% [================================================= ] 3469/4306 80% [================================================= ] 3470/4306 80% [================================================= ] 3471/4306 80% [================================================= ] 3472/4306 80% [================================================== ] 3473/4306 80% [================================================== ] 3474/4306 80% [================================================== ] 3475/4306 80% [================================================== ] 3476/4306 80% [================================================== ] 3477/4306 80% [================================================== ] 3478/4306 80% [================================================== ] 3479/4306 80% [================================================== ] 3480/4306 80% [================================================== ] 3481/4306 80% [================================================== ] 3482/4306 80% [================================================== ] 3483/4306 80% [================================================== ] 3484/4306 80% [================================================== ] 3485/4306 80% [================================================== ] 3486/4306 80% [================================================== ] 3487/4306 80% [================================================== ] 3488/4306 81% [================================================== ] 3489/4306 81% [================================================== ] 3490/4306 81% [================================================== ] 3491/4306 81% [================================================== ] 3492/4306 81% [================================================== ] 3493/4306 81% [================================================== ] 3494/4306 81% [================================================== ] 3495/4306 81% [================================================== ] 3496/4306 81% [================================================== ] 3497/4306 81% [================================================== ] 3498/4306 81% [================================================== ] 3499/4306 81% [================================================== ] 3500/4306 81% [================================================== ] 3501/4306 81% [================================================== ] 3502/4306 81% [================================================== ] 3503/4306 81% [================================================== ] 3504/4306 81% [================================================== ] 3505/4306 81% [================================================== ] 3506/4306 81% [================================================== ] 3507/4306 81% [================================================== ] 3508/4306 81% [================================================== ] 3509/4306 81% [================================================== ] 3510/4306 81% [================================================== ] 3511/4306 81% [================================================== ] 3512/4306 81% [================================================== ] 3513/4306 81% [================================================== ] 3514/4306 81% [================================================== ] 3515/4306 81% [================================================== ] 3516/4306 81% [================================================== ] 3517/4306 81% [================================================== ] 3518/4306 81% [================================================== ] 3519/4306 81% [================================================== ] 3520/4306 81% [================================================== ] 3521/4306 81% [================================================== ] 3522/4306 81% [================================================== ] 3523/4306 81% [================================================== ] 3524/4306 81% [================================================== ] 3525/4306 81% [================================================== ] 3526/4306 81% [================================================== ] 3527/4306 81% [================================================== ] 3528/4306 81% [================================================== ] 3529/4306 81% [================================================== ] 3530/4306 81% [================================================== ] 3531/4306 82% [================================================== ] 3532/4306 82% [================================================== ] 3533/4306 82% [================================================== ] 3534/4306 82% [================================================== ] 3535/4306 82% [================================================== ] 3536/4306 82% [================================================== ] 3537/4306 82% [================================================== ] 3538/4306 82% [================================================== ] 3539/4306 82% [================================================== ] 3540/4306 82% [================================================== ] 3541/4306 82% [================================================== ] 3542/4306 82% [=================================================== ] 3543/4306 82% [=================================================== ] 3544/4306 82% [=================================================== ] 3545/4306 82% [=================================================== ] 3546/4306 82% [=================================================== ] 3547/4306 82% [=================================================== ] 3548/4306 82% [=================================================== ] 3549/4306 82% [=================================================== ] 3550/4306 82% [=================================================== ] 3551/4306 82% [=================================================== ] 3552/4306 82% [=================================================== ] 3553/4306 82% [=================================================== ] 3554/4306 82% [=================================================== ] 3555/4306 82% [=================================================== ] 3556/4306 82% [=================================================== ] 3557/4306 82% [=================================================== ] 3558/4306 82% [=================================================== ] 3559/4306 82% [=================================================== ] 3560/4306 82% [=================================================== ] 3561/4306 82% [=================================================== ] 3562/4306 82% [=================================================== ] 3563/4306 82% [=================================================== ] 3564/4306 82% [=================================================== ] 3565/4306 82% [=================================================== ] 3566/4306 82% [=================================================== ] 3567/4306 82% [=================================================== ] 3568/4306 82% [=================================================== ] 3569/4306 82% [=================================================== ] 3570/4306 82% [=================================================== ] 3571/4306 82% [=================================================== ] 3572/4306 82% [=================================================== ] 3573/4306 82% [=================================================== ] 3574/4306 83% [=================================================== ] 3575/4306 83% [=================================================== ] 3576/4306 83% [=================================================== ] 3577/4306 83% [=================================================== ] 3578/4306 83% [=================================================== ] 3579/4306 83% [=================================================== ] 3580/4306 83% [=================================================== ] 3581/4306 83% [=================================================== ] 3582/4306 83% [=================================================== ] 3583/4306 83% [=================================================== ] 3584/4306 83% [=================================================== ] 3585/4306 83% [=================================================== ] 3586/4306 83% [=================================================== ] 3587/4306 83% [=================================================== ] 3588/4306 83% [=================================================== ] 3589/4306 83% [=================================================== ] 3590/4306 83% [=================================================== ] 3591/4306 83% [=================================================== ] 3592/4306 83% [=================================================== ] 3593/4306 83% [=================================================== ] 3594/4306 83% [=================================================== ] 3595/4306 83% [=================================================== ] 3596/4306 83% [=================================================== ] 3597/4306 83% [=================================================== ] 3598/4306 83% [=================================================== ] 3599/4306 83% [=================================================== ] 3600/4306 83% [=================================================== ] 3601/4306 83% [=================================================== ] 3602/4306 83% [=================================================== ] 3603/4306 83% [=================================================== ] 3604/4306 83% [=================================================== ] 3605/4306 83% [=================================================== ] 3606/4306 83% [=================================================== ] 3607/4306 83% [=================================================== ] 3608/4306 83% [=================================================== ] 3609/4306 83% [=================================================== ] 3610/4306 83% [=================================================== ] 3611/4306 83% [==================================================== ] 3612/4306 83% [==================================================== ] 3613/4306 83% [==================================================== ] 3614/4306 83% [==================================================== ] 3615/4306 83% [==================================================== ] 3616/4306 83% [==================================================== ] 3617/4306 83% [==================================================== ] 3618/4306 84% [==================================================== ] 3619/4306 84% [==================================================== ] 3620/4306 84% [==================================================== ] 3621/4306 84% [==================================================== ] 3622/4306 84% [==================================================== ] 3623/4306 84% [==================================================== ] 3624/4306 84% [==================================================== ] 3625/4306 84% [==================================================== ] 3626/4306 84% [==================================================== ] 3627/4306 84% [==================================================== ] 3628/4306 84% [==================================================== ] 3629/4306 84% [==================================================== ] 3630/4306 84% [==================================================== ] 3631/4306 84% [==================================================== ] 3632/4306 84% [==================================================== ] 3633/4306 84% [==================================================== ] 3634/4306 84% [==================================================== ] 3635/4306 84% [==================================================== ] 3636/4306 84% [==================================================== ] 3637/4306 84% [==================================================== ] 3638/4306 84% [==================================================== ] 3639/4306 84% [==================================================== ] 3640/4306 84% [==================================================== ] 3641/4306 84% [==================================================== ] 3642/4306 84% [==================================================== ] 3643/4306 84% [==================================================== ] 3644/4306 84% [==================================================== ] 3645/4306 84% [==================================================== ] 3646/4306 84% [==================================================== ] 3647/4306 84% [==================================================== ] 3648/4306 84% [==================================================== ] 3649/4306 84% [==================================================== ] 3650/4306 84% [==================================================== ] 3651/4306 84% [==================================================== ] 3652/4306 84% [==================================================== ] 3653/4306 84% [==================================================== ] 3654/4306 84% [==================================================== ] 3655/4306 84% [==================================================== ] 3656/4306 84% [==================================================== ] 3657/4306 84% [==================================================== ] 3658/4306 84% [==================================================== ] 3659/4306 84% [==================================================== ] 3660/4306 84% [==================================================== ] 3661/4306 85% [==================================================== ] 3662/4306 85% [==================================================== ] 3663/4306 85% [==================================================== ] 3664/4306 85% [==================================================== ] 3665/4306 85% [==================================================== ] 3666/4306 85% [==================================================== ] 3667/4306 85% [==================================================== ] 3668/4306 85% [==================================================== ] 3669/4306 85% [==================================================== ] 3670/4306 85% [==================================================== ] 3671/4306 85% [==================================================== ] 3672/4306 85% [==================================================== ] 3673/4306 85% [==================================================== ] 3674/4306 85% [==================================================== ] 3675/4306 85% [==================================================== ] 3676/4306 85% [==================================================== ] 3677/4306 85% [==================================================== ] 3678/4306 85% [==================================================== ] 3679/4306 85% [==================================================== ] 3680/4306 85% [===================================================== ] 3681/4306 85% [===================================================== ] 3682/4306 85% [===================================================== ] 3683/4306 85% [===================================================== ] 3684/4306 85% [===================================================== ] 3685/4306 85% [===================================================== ] 3686/4306 85% [===================================================== ] 3687/4306 85% [===================================================== ] 3688/4306 85% [===================================================== ] 3689/4306 85% [===================================================== ] 3690/4306 85% [===================================================== ] 3691/4306 85% [===================================================== ] 3692/4306 85% [===================================================== ] 3693/4306 85% [===================================================== ] 3694/4306 85% [===================================================== ] 3695/4306 85% [===================================================== ] 3696/4306 85% [===================================================== ] 3697/4306 85% [===================================================== ] 3698/4306 85% [===================================================== ] 3699/4306 85% [===================================================== ] 3700/4306 85% [===================================================== ] 3701/4306 85% [===================================================== ] 3702/4306 85% [===================================================== ] 3703/4306 85% [===================================================== ] 3704/4306 86% [===================================================== ] 3705/4306 86% [===================================================== ] 3706/4306 86% [===================================================== ] 3707/4306 86% [===================================================== ] 3708/4306 86% [===================================================== ] 3709/4306 86% [===================================================== ] 3710/4306 86% [===================================================== ] 3711/4306 86% [===================================================== ] 3712/4306 86% [===================================================== ] 3713/4306 86% [===================================================== ] 3714/4306 86% [===================================================== ] 3715/4306 86% [===================================================== ] 3716/4306 86% [===================================================== ] 3717/4306 86% [===================================================== ] 3718/4306 86% [===================================================== ] 3719/4306 86% [===================================================== ] 3720/4306 86% [===================================================== ] 3721/4306 86% [===================================================== ] 3722/4306 86% [===================================================== ] 3723/4306 86% [===================================================== ] 3724/4306 86% [===================================================== ] 3725/4306 86% [===================================================== ] 3726/4306 86% [===================================================== ] 3727/4306 86% [===================================================== ] 3728/4306 86% [===================================================== ] 3729/4306 86% [===================================================== ] 3730/4306 86% [===================================================== ] 3731/4306 86% [===================================================== ] 3732/4306 86% [===================================================== ] 3733/4306 86% [===================================================== ] 3734/4306 86% [===================================================== ] 3735/4306 86% [===================================================== ] 3736/4306 86% [===================================================== ] 3737/4306 86% [===================================================== ] 3738/4306 86% [===================================================== ] 3739/4306 86% [===================================================== ] 3740/4306 86% [===================================================== ] 3741/4306 86% [===================================================== ] 3742/4306 86% [===================================================== ] 3743/4306 86% [===================================================== ] 3744/4306 86% [===================================================== ] 3745/4306 86% [===================================================== ] 3746/4306 86% [===================================================== ] 3747/4306 87% [===================================================== ] 3748/4306 87% [===================================================== ] 3749/4306 87% [===================================================== ] 3750/4306 87% [====================================================== ] 3751/4306 87% [====================================================== ] 3752/4306 87% [====================================================== ] 3753/4306 87% [====================================================== ] 3754/4306 87% [====================================================== ] 3755/4306 87% [====================================================== ] 3756/4306 87% [====================================================== ] 3757/4306 87% [====================================================== ] 3758/4306 87% [====================================================== ] 3759/4306 87% [====================================================== ] 3760/4306 87% [====================================================== ] 3761/4306 87% [====================================================== ] 3762/4306 87% [====================================================== ] 3763/4306 87% [====================================================== ] 3764/4306 87% [====================================================== ] 3765/4306 87% [====================================================== ] 3766/4306 87% [====================================================== ] 3767/4306 87% [====================================================== ] 3768/4306 87% [====================================================== ] 3769/4306 87% [====================================================== ] 3770/4306 87% [====================================================== ] 3771/4306 87% [====================================================== ] 3772/4306 87% [====================================================== ] 3773/4306 87% [====================================================== ] 3774/4306 87% [====================================================== ] 3775/4306 87% [====================================================== ] 3776/4306 87% [====================================================== ] 3777/4306 87% [====================================================== ] 3778/4306 87% [====================================================== ] 3779/4306 87% [====================================================== ] 3780/4306 87% [====================================================== ] 3781/4306 87% [====================================================== ] 3782/4306 87% [====================================================== ] 3783/4306 87% [====================================================== ] 3784/4306 87% [====================================================== ] 3785/4306 87% [====================================================== ] 3786/4306 87% [====================================================== ] 3787/4306 87% [====================================================== ] 3788/4306 87% [====================================================== ] 3789/4306 87% [====================================================== ] 3790/4306 88% [====================================================== ] 3791/4306 88% [====================================================== ] 3792/4306 88% [====================================================== ] 3793/4306 88% [====================================================== ] 3794/4306 88% [====================================================== ] 3795/4306 88% [====================================================== ] 3796/4306 88% [====================================================== ] 3797/4306 88% [====================================================== ] 3798/4306 88% [====================================================== ] 3799/4306 88% [====================================================== ] 3800/4306 88% [====================================================== ] 3801/4306 88% [====================================================== ] 3802/4306 88% [====================================================== ] 3803/4306 88% [====================================================== ] 3804/4306 88% [====================================================== ] 3805/4306 88% [====================================================== ] 3806/4306 88% [====================================================== ] 3807/4306 88% [====================================================== ] 3808/4306 88% [====================================================== ] 3809/4306 88% [====================================================== ] 3810/4306 88% [====================================================== ] 3811/4306 88% [====================================================== ] 3812/4306 88% [====================================================== ] 3813/4306 88% [====================================================== ] 3814/4306 88% [====================================================== ] 3815/4306 88% [====================================================== ] 3816/4306 88% [====================================================== ] 3817/4306 88% [====================================================== ] 3818/4306 88% [====================================================== ] 3819/4306 88% [======================================================= ] 3820/4306 88% [======================================================= ] 3821/4306 88% [======================================================= ] 3822/4306 88% [======================================================= ] 3823/4306 88% [======================================================= ] 3824/4306 88% [======================================================= ] 3825/4306 88% [======================================================= ] 3826/4306 88% [======================================================= ] 3827/4306 88% [======================================================= ] 3828/4306 88% [======================================================= ] 3829/4306 88% [======================================================= ] 3830/4306 88% [======================================================= ] 3831/4306 88% [======================================================= ] 3832/4306 88% [======================================================= ] 3833/4306 89% [======================================================= ] 3834/4306 89% [======================================================= ] 3835/4306 89% [======================================================= ] 3836/4306 89% [======================================================= ] 3837/4306 89% [======================================================= ] 3838/4306 89% [======================================================= ] 3839/4306 89% [======================================================= ] 3840/4306 89% [======================================================= ] 3841/4306 89% [======================================================= ] 3842/4306 89% [======================================================= ] 3843/4306 89% [======================================================= ] 3844/4306 89% [======================================================= ] 3845/4306 89% [======================================================= ] 3846/4306 89% [======================================================= ] 3847/4306 89% [======================================================= ] 3848/4306 89% [======================================================= ] 3849/4306 89% [======================================================= ] 3850/4306 89% [======================================================= ] 3851/4306 89% [======================================================= ] 3852/4306 89% [======================================================= ] 3853/4306 89% [======================================================= ] 3854/4306 89% [======================================================= ] 3855/4306 89% [======================================================= ] 3856/4306 89% [======================================================= ] 3857/4306 89% [======================================================= ] 3858/4306 89% [======================================================= ] 3859/4306 89% [======================================================= ] 3860/4306 89% [======================================================= ] 3861/4306 89% [======================================================= ] 3862/4306 89% [======================================================= ] 3863/4306 89% [======================================================= ] 3864/4306 89% [======================================================= ] 3865/4306 89% [======================================================= ] 3866/4306 89% [======================================================= ] 3867/4306 89% [======================================================= ] 3868/4306 89% [======================================================= ] 3869/4306 89% [======================================================= ] 3870/4306 89% [======================================================= ] 3871/4306 89% [======================================================= ] 3872/4306 89% [======================================================= ] 3873/4306 89% [======================================================= ] 3874/4306 89% [======================================================= ] 3875/4306 89% [======================================================= ] 3876/4306 90% [======================================================= ] 3877/4306 90% [======================================================= ] 3878/4306 90% [======================================================= ] 3879/4306 90% [======================================================= ] 3880/4306 90% [======================================================= ] 3881/4306 90% [======================================================= ] 3882/4306 90% [======================================================= ] 3883/4306 90% [======================================================= ] 3884/4306 90% [======================================================= ] 3885/4306 90% [======================================================= ] 3886/4306 90% [======================================================= ] 3887/4306 90% [======================================================= ] 3888/4306 90% [======================================================= ] 3889/4306 90% [======================================================== ] 3890/4306 90% [======================================================== ] 3891/4306 90% [======================================================== ] 3892/4306 90% [======================================================== ] 3893/4306 90% [======================================================== ] 3894/4306 90% [======================================================== ] 3895/4306 90% [======================================================== ] 3896/4306 90% [======================================================== ] 3897/4306 90% [======================================================== ] 3898/4306 90% [======================================================== ] 3899/4306 90% [======================================================== ] 3900/4306 90% [======================================================== ] 3901/4306 90% [======================================================== ] 3902/4306 90% [======================================================== ] 3903/4306 90% [======================================================== ] 3904/4306 90% [======================================================== ] 3905/4306 90% [======================================================== ] 3906/4306 90% [======================================================== ] 3907/4306 90% [======================================================== ] 3908/4306 90% [======================================================== ] 3909/4306 90% [======================================================== ] 3910/4306 90% [======================================================== ] 3911/4306 90% [======================================================== ] 3912/4306 90% [======================================================== ] 3913/4306 90% [======================================================== ] 3914/4306 90% [======================================================== ] 3915/4306 90% [======================================================== ] 3916/4306 90% [======================================================== ] 3917/4306 90% [======================================================== ] 3918/4306 90% [======================================================== ] 3919/4306 91% [======================================================== ] 3920/4306 91% [======================================================== ] 3921/4306 91% [======================================================== ] 3922/4306 91% [======================================================== ] 3923/4306 91% [======================================================== ] 3924/4306 91% [======================================================== ] 3925/4306 91% [======================================================== ] 3926/4306 91% [======================================================== ] 3927/4306 91% [======================================================== ] 3928/4306 91% [======================================================== ] 3929/4306 91% [======================================================== ] 3930/4306 91% [======================================================== ] 3931/4306 91% [======================================================== ] 3932/4306 91% [======================================================== ] 3933/4306 91% [======================================================== ] 3934/4306 91% [======================================================== ] 3935/4306 91% [======================================================== ] 3936/4306 91% [======================================================== ] 3937/4306 91% [======================================================== ] 3938/4306 91% [======================================================== ] 3939/4306 91% [======================================================== ] 3940/4306 91% [======================================================== ] 3941/4306 91% [======================================================== ] 3942/4306 91% [======================================================== ] 3943/4306 91% [======================================================== ] 3944/4306 91% [======================================================== ] 3945/4306 91% [======================================================== ] 3946/4306 91% [======================================================== ] 3947/4306 91% [======================================================== ] 3948/4306 91% [======================================================== ] 3949/4306 91% [======================================================== ] 3950/4306 91% [======================================================== ] 3951/4306 91% [======================================================== ] 3952/4306 91% [======================================================== ] 3953/4306 91% [======================================================== ] 3954/4306 91% [======================================================== ] 3955/4306 91% [======================================================== ] 3956/4306 91% [======================================================== ] 3957/4306 91% [======================================================== ] 3958/4306 91% [========================================================= ] 3959/4306 91% [========================================================= ] 3960/4306 91% [========================================================= ] 3961/4306 91% [========================================================= ] 3962/4306 92% [========================================================= ] 3963/4306 92% [========================================================= ] 3964/4306 92% [========================================================= ] 3965/4306 92% [========================================================= ] 3966/4306 92% [========================================================= ] 3967/4306 92% [========================================================= ] 3968/4306 92% [========================================================= ] 3969/4306 92% [========================================================= ] 3970/4306 92% [========================================================= ] 3971/4306 92% [========================================================= ] 3972/4306 92% [========================================================= ] 3973/4306 92% [========================================================= ] 3974/4306 92% [========================================================= ] 3975/4306 92% [========================================================= ] 3976/4306 92% [========================================================= ] 3977/4306 92% [========================================================= ] 3978/4306 92% [========================================================= ] 3979/4306 92% [========================================================= ] 3980/4306 92% [========================================================= ] 3981/4306 92% [========================================================= ] 3982/4306 92% [========================================================= ] 3983/4306 92% [========================================================= ] 3984/4306 92% [========================================================= ] 3985/4306 92% [========================================================= ] 3986/4306 92% [========================================================= ] 3987/4306 92% [========================================================= ] 3988/4306 92% [========================================================= ] 3989/4306 92% [========================================================= ] 3990/4306 92% [========================================================= ] 3991/4306 92% [========================================================= ] 3992/4306 92% [========================================================= ] 3993/4306 92% [========================================================= ] 3994/4306 92% [========================================================= ] 3995/4306 92% [========================================================= ] 3996/4306 92% [========================================================= ] 3997/4306 92% [========================================================= ] 3998/4306 92% [========================================================= ] 3999/4306 92% [========================================================= ] 4000/4306 92% [========================================================= ] 4001/4306 92% [========================================================= ] 4002/4306 92% [========================================================= ] 4003/4306 92% [========================================================= ] 4004/4306 92% [========================================================= ] 4005/4306 93% [========================================================= ] 4006/4306 93% [========================================================= ] 4007/4306 93% [========================================================= ] 4008/4306 93% [========================================================= ] 4009/4306 93% [========================================================= ] 4010/4306 93% [========================================================= ] 4011/4306 93% [========================================================= ] 4012/4306 93% [========================================================= ] 4013/4306 93% [========================================================= ] 4014/4306 93% [========================================================= ] 4015/4306 93% [========================================================= ] 4016/4306 93% [========================================================= ] 4017/4306 93% [========================================================= ] 4018/4306 93% [========================================================= ] 4019/4306 93% [========================================================= ] 4020/4306 93% [========================================================= ] 4021/4306 93% [========================================================= ] 4022/4306 93% [========================================================= ] 4023/4306 93% [========================================================= ] 4024/4306 93% [========================================================= ] 4025/4306 93% [========================================================= ] 4026/4306 93% [========================================================= ] 4027/4306 93% [========================================================= ] 4028/4306 93% [========================================================== ] 4029/4306 93% [========================================================== ] 4030/4306 93% [========================================================== ] 4031/4306 93% [========================================================== ] 4032/4306 93% [========================================================== ] 4033/4306 93% [========================================================== ] 4034/4306 93% [========================================================== ] 4035/4306 93% [========================================================== ] 4036/4306 93% [========================================================== ] 4037/4306 93% [========================================================== ] 4038/4306 93% [========================================================== ] 4039/4306 93% [========================================================== ] 4040/4306 93% [========================================================== ] 4041/4306 93% [========================================================== ] 4042/4306 93% [========================================================== ] 4043/4306 93% [========================================================== ] 4044/4306 93% [========================================================== ] 4045/4306 93% [========================================================== ] 4046/4306 93% [========================================================== ] 4047/4306 93% [========================================================== ] 4048/4306 94% [========================================================== ] 4049/4306 94% [========================================================== ] 4050/4306 94% [========================================================== ] 4051/4306 94% [========================================================== ] 4052/4306 94% [========================================================== ] 4053/4306 94% [========================================================== ] 4054/4306 94% [========================================================== ] 4055/4306 94% [========================================================== ] 4056/4306 94% [========================================================== ] 4057/4306 94% [========================================================== ] 4058/4306 94% [========================================================== ] 4059/4306 94% [========================================================== ] 4060/4306 94% [========================================================== ] 4061/4306 94% [========================================================== ] 4062/4306 94% [========================================================== ] 4063/4306 94% [========================================================== ] 4064/4306 94% [========================================================== ] 4065/4306 94% [========================================================== ] 4066/4306 94% [========================================================== ] 4067/4306 94% [========================================================== ] 4068/4306 94% [========================================================== ] 4069/4306 94% [========================================================== ] 4070/4306 94% [========================================================== ] 4071/4306 94% [========================================================== ] 4072/4306 94% [========================================================== ] 4073/4306 94% [========================================================== ] 4074/4306 94% [========================================================== ] 4075/4306 94% [========================================================== ] 4076/4306 94% [========================================================== ] 4077/4306 94% [========================================================== ] 4078/4306 94% [========================================================== ] 4079/4306 94% [========================================================== ] 4080/4306 94% [========================================================== ] 4081/4306 94% [========================================================== ] 4082/4306 94% [========================================================== ] 4083/4306 94% [========================================================== ] 4084/4306 94% [========================================================== ] 4085/4306 94% [========================================================== ] 4086/4306 94% [========================================================== ] 4087/4306 94% [========================================================== ] 4088/4306 94% [========================================================== ] 4089/4306 94% [========================================================== ] 4090/4306 94% [========================================================== ] 4091/4306 95% [========================================================== ] 4092/4306 95% [========================================================== ] 4093/4306 95% [========================================================== ] 4094/4306 95% [========================================================== ] 4095/4306 95% [========================================================== ] 4096/4306 95% [========================================================== ] 4097/4306 95% [=========================================================== ] 4098/4306 95% [=========================================================== ] 4099/4306 95% [=========================================================== ] 4100/4306 95% [=========================================================== ] 4101/4306 95% [=========================================================== ] 4102/4306 95% [=========================================================== ] 4103/4306 95% [=========================================================== ] 4104/4306 95% [=========================================================== ] 4105/4306 95% [=========================================================== ] 4106/4306 95% [=========================================================== ] 4107/4306 95% [=========================================================== ] 4108/4306 95% [=========================================================== ] 4109/4306 95% [=========================================================== ] 4110/4306 95% [=========================================================== ] 4111/4306 95% [=========================================================== ] 4112/4306 95% [=========================================================== ] 4113/4306 95% [=========================================================== ] 4114/4306 95% [=========================================================== ] 4115/4306 95% [=========================================================== ] 4116/4306 95% [=========================================================== ] 4117/4306 95% [=========================================================== ] 4118/4306 95% [=========================================================== ] 4119/4306 95% [=========================================================== ] 4120/4306 95% [=========================================================== ] 4121/4306 95% [=========================================================== ] 4122/4306 95% [=========================================================== ] 4123/4306 95% [=========================================================== ] 4124/4306 95% [=========================================================== ] 4125/4306 95% [=========================================================== ] 4126/4306 95% [=========================================================== ] 4127/4306 95% [=========================================================== ] 4128/4306 95% [=========================================================== ] 4129/4306 95% [=========================================================== ] 4130/4306 95% [=========================================================== ] 4131/4306 95% [=========================================================== ] 4132/4306 95% [=========================================================== ] 4133/4306 95% [=========================================================== ] 4134/4306 96% [=========================================================== ] 4135/4306 96% [=========================================================== ] 4136/4306 96% [=========================================================== ] 4137/4306 96% [=========================================================== ] 4138/4306 96% [=========================================================== ] 4139/4306 96% [=========================================================== ] 4140/4306 96% [=========================================================== ] 4141/4306 96% [=========================================================== ] 4142/4306 96% [=========================================================== ] 4143/4306 96% [=========================================================== ] 4144/4306 96% [=========================================================== ] 4145/4306 96% [=========================================================== ] 4146/4306 96% [=========================================================== ] 4147/4306 96% [=========================================================== ] 4148/4306 96% [=========================================================== ] 4149/4306 96% [=========================================================== ] 4150/4306 96% [=========================================================== ] 4151/4306 96% [=========================================================== ] 4152/4306 96% [=========================================================== ] 4153/4306 96% [=========================================================== ] 4154/4306 96% [=========================================================== ] 4155/4306 96% [=========================================================== ] 4156/4306 96% [=========================================================== ] 4157/4306 96% [=========================================================== ] 4158/4306 96% [=========================================================== ] 4159/4306 96% [=========================================================== ] 4160/4306 96% [=========================================================== ] 4161/4306 96% [=========================================================== ] 4162/4306 96% [=========================================================== ] 4163/4306 96% [=========================================================== ] 4164/4306 96% [=========================================================== ] 4165/4306 96% [=========================================================== ] 4166/4306 96% [=========================================================== ] 4167/4306 96% [============================================================ ] 4168/4306 96% [============================================================ ] 4169/4306 96% [============================================================ ] 4170/4306 96% [============================================================ ] 4171/4306 96% [============================================================ ] 4172/4306 96% [============================================================ ] 4173/4306 96% [============================================================ ] 4174/4306 96% [============================================================ ] 4175/4306 96% [============================================================ ] 4176/4306 96% [============================================================ ] 4177/4306 97% [============================================================ ] 4178/4306 97% [============================================================ ] 4179/4306 97% [============================================================ ] 4180/4306 97% [============================================================ ] 4181/4306 97% [============================================================ ] 4182/4306 97% [============================================================ ] 4183/4306 97% [============================================================ ] 4184/4306 97% [============================================================ ] 4185/4306 97% [============================================================ ] 4186/4306 97% [============================================================ ] 4187/4306 97% [============================================================ ] 4188/4306 97% [============================================================ ] 4189/4306 97% [============================================================ ] 4190/4306 97% [============================================================ ] 4191/4306 97% [============================================================ ] 4192/4306 97% [============================================================ ] 4193/4306 97% [============================================================ ] 4194/4306 97% [============================================================ ] 4195/4306 97% [============================================================ ] 4196/4306 97% [============================================================ ] 4197/4306 97% [============================================================ ] 4198/4306 97% [============================================================ ] 4199/4306 97% [============================================================ ] 4200/4306 97% [============================================================ ] 4201/4306 97% [============================================================ ] 4202/4306 97% [============================================================ ] 4203/4306 97% [============================================================ ] 4204/4306 97% [============================================================ ] 4205/4306 97% [============================================================ ] 4206/4306 97% [============================================================ ] 4207/4306 97% [============================================================ ] 4208/4306 97% [============================================================ ] 4209/4306 97% [============================================================ ] 4210/4306 97% [============================================================ ] 4211/4306 97% [============================================================ ] 4212/4306 97% [============================================================ ] 4213/4306 97% [============================================================ ] 4214/4306 97% [============================================================ ] 4215/4306 97% [============================================================ ] 4216/4306 97% [============================================================ ] 4217/4306 97% [============================================================ ] 4218/4306 97% [============================================================ ] 4219/4306 97% [============================================================ ] 4220/4306 98% [============================================================ ] 4221/4306 98% [============================================================ ] 4222/4306 98% [============================================================ ] 4223/4306 98% [============================================================ ] 4224/4306 98% [============================================================ ] 4225/4306 98% [============================================================ ] 4226/4306 98% [============================================================ ] 4227/4306 98% [============================================================ ] 4228/4306 98% [============================================================ ] 4229/4306 98% [============================================================ ] 4230/4306 98% [============================================================ ] 4231/4306 98% [============================================================ ] 4232/4306 98% [============================================================ ] 4233/4306 98% [============================================================ ] 4234/4306 98% [============================================================ ] 4235/4306 98% [============================================================ ] 4236/4306 98% [============================================================= ] 4237/4306 98% [============================================================= ] 4238/4306 98% [============================================================= ] 4239/4306 98% [============================================================= ] 4240/4306 98% [============================================================= ] 4241/4306 98% [============================================================= ] 4242/4306 98% [============================================================= ] 4243/4306 98% [============================================================= ] 4244/4306 98% [============================================================= ] 4245/4306 98% [============================================================= ] 4246/4306 98% [============================================================= ] 4247/4306 98% [============================================================= ] 4248/4306 98% [============================================================= ] 4249/4306 98% [============================================================= ] 4250/4306 98% [============================================================= ] 4251/4306 98% [============================================================= ] 4252/4306 98% [============================================================= ] 4253/4306 98% [============================================================= ] 4254/4306 98% [============================================================= ] 4255/4306 98% [============================================================= ] 4256/4306 98% [============================================================= ] 4257/4306 98% [============================================================= ] 4258/4306 98% [============================================================= ] 4259/4306 98% [============================================================= ] 4260/4306 98% [============================================================= ] 4261/4306 98% [============================================================= ] 4262/4306 98% [============================================================= ] 4263/4306 99% [============================================================= ] 4264/4306 99% [============================================================= ] 4265/4306 99% [============================================================= ] 4266/4306 99% [============================================================= ] 4267/4306 99% [============================================================= ] 4268/4306 99% [============================================================= ] 4269/4306 99% [============================================================= ] 4270/4306 99% [============================================================= ] 4271/4306 99% [============================================================= ] 4272/4306 99% [============================================================= ] 4273/4306 99% [============================================================= ] 4274/4306 99% [============================================================= ] 4275/4306 99% [============================================================= ] 4276/4306 99% [============================================================= ] 4277/4306 99% [============================================================= ] 4278/4306 99% [============================================================= ] 4279/4306 99% [============================================================= ] 4280/4306 99% [============================================================= ] 4281/4306 99% [============================================================= ] 4282/4306 99% [============================================================= ] 4283/4306 99% [============================================================= ] 4284/4306 99% [============================================================= ] 4285/4306 99% [============================================================= ] 4286/4306 99% [============================================================= ] 4287/4306 99% [============================================================= ] 4288/4306 99% [============================================================= ] 4289/4306 99% [============================================================= ] 4290/4306 99% [============================================================= ] 4291/4306 99% [============================================================= ] 4292/4306 99% [============================================================= ] 4293/4306 99% [============================================================= ] 4294/4306 99% [============================================================= ] 4295/4306 99% [============================================================= ] 4296/4306 99% [============================================================= ] 4297/4306 99% [============================================================= ] 4298/4306 99% [============================================================= ] 4299/4306 99% [============================================================= ] 4300/4306 99% [============================================================= ] 4301/4306 99% [============================================================= ] 4302/4306 99% [============================================================= ] 4303/4306 99% [============================================================= ] 4304/4306 99% [============================================================= ] 4305/4306 99% [==============================================================] 4306/4306 100% operation complete, 4306 objects in 602769 NAND pages. ln -snf /tmp/instance-14/output-1/host/sparc64-buildroot-linux-gnu/sysroot /tmp/instance-14/output-1/staging make: Leaving directory '/tmp/instance-14/buildroot' make: Entering directory '/tmp/instance-14/buildroot' >>> Buildroot 2023.02-93-gd3051892eb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2022.08-1 Collecting legal info >>> toolchain Collecting legal info >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> batctl 2021.0 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> bctoolbox 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> belle-sip 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> belr 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> clamav 0.103.8 Collecting legal info COPYING: OK (sha256: 0c4fd2fa9733fc9122503797648710851e4ee6d9e4969dd33fcbd8c63cd2f584) COPYING.bzip2: OK (sha256: d72a145c90918184a05ef65a04c9e6f7466faa59bc1b82c8f6a8ddc7ddcb9bed) COPYING.file: OK (sha256: dfb818a0d41411c6fb1c193c68b73018ceadd1994bda41ad541cbff292894bc6) COPYING.getopt: OK (sha256: 6dce638b76399e7521ad8e182d3e33e4496c85b3b69b6ff434b53017101e82ad) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.llvm: OK (sha256: e3a9b913515a42f8ff3ef1551c3a2cdba383c39ed959729e0e2911219496ad74) COPYING.lzma: OK (sha256: d96d71b66aa32c4a2d1619b9ca3347dafa9460bcf0fb5ac2408916067ad31dfc) COPYING.pcre: OK (sha256: accdcf2455c07b99abea59016b3663eaef926a92092d103bfaa25fed27cf6b24) COPYING.regex: OK (sha256: e2c1395a3d9fea6d5d25847c9d783db6e2cc8b085b4025861f459139c5dfd90b) COPYING.unrar: OK (sha256: 1faccc6b5c7b958fb807a3f573d5be9bf7889fe898f7e0617c544b05a81bfd00) COPYING.zlib: OK (sha256: c2f77553f8d870c5635b0dace0519253233f172b33ce1fdf6578610706294eee) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> cpulimit 0.2 Collecting legal info LICENSE: OK (sha256: 920489ca9da706d842870701155e70a101315ba0783cff39765d7e15e0916a4a) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dieharder 3.31.1.4 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> dust 0.8.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-rustc Collecting legal info >>> host-rust-bin 1.67.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> freerdp 2.10.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnutls 3.7.8 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gst1-plugins-base 1.22.0 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> gstreamer1 1.22.0 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> hans 1.1 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> htop 3.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> iputils 20221126 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmodplug d1b97ed Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libteam 1.31 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> linphone 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> mediastreamer 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> ortp 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> modplugtools 0.5.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> netdata 1.33.1 Collecting legal info LICENSE: OK (sha256: 0e5fd9d833efe9b79f784d1903281554af82d1b4261af67d35455728e5572aa6) >>> nginx 1.22.1 Collecting legal info LICENSE: OK (sha256: ececed0b0e7243a4766cbc62b26df4bd3513b41de3a07425da1679c836d06320) >>> nload 0.7.4 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> open62541 v1.3.4 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pipewire 0.3.65 Collecting legal info COPYING: OK (sha256: 8909c319a7e27dbb33a15b9035f89ab3b7b2f6a12f8bcddc755206a8db1ada44) LICENSE: OK (sha256: be4be5d77424833edf31f53fc1f1cecb6996b9e2d747d9e6fb8f878362ebc92b) >>> polkit 122 Collecting legal info COPYING: OK (sha256: d2e2aa973e29c75e1b492e67ea7b7da9de2d501d49a934657971fd74f9a0b0a8) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> qt5base 2ffb7ad8a1079a0444b9c72affe3d19b089b60de Collecting legal info LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE.GPL3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE.GPL3-EXCEPT: OK (sha256: 0dbe024961f6ab5c52689cbd036c977975d0d0f6a67ff97762d96cb819dd5652) LICENSE.LGPLv3: OK (sha256: 88ec689407cf2df9b2eb5c45952564d51ce73c129a3bdffb15c0d2d161ad7558) LICENSE.FDL: OK (sha256: ed8742a95cb9db653a09b050e27ccff5e67ba69c14aa2c3137f2a4e1892f6c0d) >>> host-perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> qt5coap 5.15.2 Collecting legal info LICENSE.GPL3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE.FDL: OK (sha256: f827ad079686ba92cc94811e35492d0e8966f704008b6da9eeda0b659fb58a8d) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> rpcbind 1.2.6 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> ser2net 4.3.8 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> stress-ng 0.15.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> taskd 1.1.0 Collecting legal info COPYING: OK (sha256: 84d1a8c2e6e306864ff350857a36b6c74756e61e2eae6822cf2fa88212720f68) >>> tinyxml2 9.0.0 Collecting legal info LICENSE.txt: OK (sha256: 9332252e9b9e46db8285d4a3f0bf25f139bf1dca6781b956d57f2302efca6432) >>> tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> uclibc-ng-test 6790eafe897b3a8c19a2caf50a5ecccf06647adf Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> vnstat 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> xerces 3.2.4 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> xml-security-c 2.0.4 Collecting legal info LICENSE.txt: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> znc 1.8.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2022.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /tmp/instance-14/output-1/legal-info make: Leaving directory '/tmp/instance-14/buildroot'