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 '/home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-7/output-1/host/bin PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/autobuild/autobuild/instance-7/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-7/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-7/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-7/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-7/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-7/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@%/home/autobuild/autobuild/instance-7/output-1/host/bin/microblaze-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-7/output-1/host/bin/microblaze-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-7/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-7/output-1/host/microblaze-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-7/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-7/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-7/output-1/host/bin/microblaze-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-7/output-1/host/bin/microblaze-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%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@%/home/autobuild/autobuild/instance-7/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-7/output-1/host/microblaze-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-7/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-7/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-7/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-7/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells; fi rm -f /home/autobuild/autobuild/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/autobuild/autobuild/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/autobuild/autobuild/instance-7/output-1/host/bin/glib-compile-schemas /home/autobuild/autobuild/instance-7/output-1/host/microblaze-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/autobuild/autobuild/instance-7/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/perl5/5.34.1/pod rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/perl5/5.34.1/microblaze-linux/CORE find /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/autobuild/autobuild/instance-7/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-7/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-7/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-7/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-7/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-7/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/include /home/autobuild/autobuild/instance-7/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-7/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-7/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-7/output-1/target/usr/doc find /home/autobuild/autobuild/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-7/output-1/target/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-7/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/man /home/autobuild/autobuild/instance-7/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/info /home/autobuild/autobuild/instance-7/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/doc /home/autobuild/autobuild/instance-7/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-7/output-1/target/lib/debug /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-7/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-7/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-7/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-7/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-516-g470ce5d85c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-7/output-1/per-package /home/autobuild/autobuild/instance-7/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-7/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /home/autobuild/autobuild/instance-7/output-1/images/rootfs.cpio\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cpio/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-7/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-7/output-1/images/rootfs.cpio > /home/autobuild/autobuild/instance-7/output-1/images/rootfs.cpio.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 5161 objects. stage 2: creating image '/home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2' [ ] 1/5161 0% [ ] 2/5161 0% [ ] 3/5161 0% [ ] 4/5161 0% [ ] 5/5161 0% [ ] 6/5161 0% [ ] 7/5161 0% [ ] 8/5161 0% [ ] 9/5161 0% [ ] 10/5161 0% [ ] 11/5161 0% [ ] 12/5161 0% [ ] 13/5161 0% [ ] 14/5161 0% [ ] 15/5161 0% [ ] 16/5161 0% [ ] 17/5161 0% [ ] 18/5161 0% [ ] 19/5161 0% [ ] 20/5161 0% [ ] 21/5161 0% [ ] 22/5161 0% [ ] 23/5161 0% [ ] 24/5161 0% [ ] 25/5161 0% [ ] 26/5161 0% [ ] 27/5161 0% [ ] 28/5161 0% [ ] 29/5161 0% [ ] 30/5161 0% [ ] 31/5161 0% [ ] 32/5161 0% [ ] 33/5161 0% [ ] 34/5161 0% [ ] 35/5161 0% [ ] 36/5161 0% [ ] 37/5161 0% [ ] 38/5161 0% [ ] 39/5161 0% [ ] 40/5161 0% [ ] 41/5161 0% [ ] 42/5161 0% [ ] 43/5161 0% [ ] 44/5161 0% [ ] 45/5161 0% [ ] 46/5161 0% [ ] 47/5161 0% [ ] 48/5161 0% [ ] 49/5161 0% [ ] 50/5161 0% [ ] 51/5161 0% [ ] 52/5161 1% [ ] 53/5161 1% [ ] 54/5161 1% [ ] 55/5161 1% [ ] 56/5161 1% [ ] 57/5161 1% [ ] 58/5161 1% [ ] 59/5161 1% [ ] 60/5161 1% [ ] 61/5161 1% [ ] 62/5161 1% [ ] 63/5161 1% [ ] 64/5161 1% [ ] 65/5161 1% [ ] 66/5161 1% [ ] 67/5161 1% [ ] 68/5161 1% [ ] 69/5161 1% [ ] 70/5161 1% [ ] 71/5161 1% [ ] 72/5161 1% [ ] 73/5161 1% [ ] 74/5161 1% [ ] 75/5161 1% [ ] 76/5161 1% [ ] 77/5161 1% [ ] 78/5161 1% [ ] 79/5161 1% [ ] 80/5161 1% [ ] 81/5161 1% [ ] 82/5161 1% [ ] 83/5161 1% [= ] 84/5161 1% [= ] 85/5161 1% [= ] 86/5161 1% [= ] 87/5161 1% [= ] 88/5161 1% [= ] 89/5161 1% [= ] 90/5161 1% [= ] 91/5161 1% [= ] 92/5161 1% [= ] 93/5161 1% [= ] 94/5161 1% [= ] 95/5161 1% [= ] 96/5161 1% [= ] 97/5161 1% [= ] 98/5161 1% [= ] 99/5161 1% [= ] 100/5161 1% [= ] 101/5161 1% [= ] 102/5161 1% [= ] 103/5161 1% [= ] 104/5161 2% [= ] 105/5161 2% [= ] 106/5161 2% [= ] 107/5161 2% [= ] 108/5161 2% [= ] 109/5161 2% [= ] 110/5161 2% [= ] 111/5161 2% [= ] 112/5161 2% [= ] 113/5161 2% [= ] 114/5161 2% [= ] 115/5161 2% [= ] 116/5161 2% [= ] 117/5161 2% [= ] 118/5161 2% [= ] 119/5161 2% [= ] 120/5161 2% [= ] 121/5161 2% [= ] 122/5161 2% [= ] 123/5161 2% [= ] 124/5161 2% [= ] 125/5161 2% [= ] 126/5161 2% [= ] 127/5161 2% [= ] 128/5161 2% [= ] 129/5161 2% [= ] 130/5161 2% [= ] 131/5161 2% [= ] 132/5161 2% [= ] 133/5161 2% [= ] 134/5161 2% [= ] 135/5161 2% [= ] 136/5161 2% [= ] 137/5161 2% [= ] 138/5161 2% [= ] 139/5161 2% [= ] 140/5161 2% [= ] 141/5161 2% [= ] 142/5161 2% [= ] 143/5161 2% [= ] 144/5161 2% [= ] 145/5161 2% [= ] 146/5161 2% [= ] 147/5161 2% [= ] 148/5161 2% [= ] 149/5161 2% [= ] 150/5161 2% [= ] 151/5161 2% [= ] 152/5161 2% [= ] 153/5161 2% [= ] 154/5161 2% [= ] 155/5161 3% [= ] 156/5161 3% [= ] 157/5161 3% [= ] 158/5161 3% [= ] 159/5161 3% [= ] 160/5161 3% [= ] 161/5161 3% [= ] 162/5161 3% [= ] 163/5161 3% [= ] 164/5161 3% [= ] 165/5161 3% [= ] 166/5161 3% [== ] 167/5161 3% [== ] 168/5161 3% [== ] 169/5161 3% [== ] 170/5161 3% [== ] 171/5161 3% [== ] 172/5161 3% [== ] 173/5161 3% [== ] 174/5161 3% [== ] 175/5161 3% [== ] 176/5161 3% [== ] 177/5161 3% [== ] 178/5161 3% [== ] 179/5161 3% [== ] 180/5161 3% [== ] 181/5161 3% [== ] 182/5161 3% [== ] 183/5161 3% [== ] 184/5161 3% [== ] 185/5161 3% [== ] 186/5161 3% [== ] 187/5161 3% [== ] 188/5161 3% [== ] 189/5161 3% [== ] 190/5161 3% [== ] 191/5161 3% [== ] 192/5161 3% [== ] 193/5161 3% [== ] 194/5161 3% [== ] 195/5161 3% [== ] 196/5161 3% [== ] 197/5161 3% [== ] 198/5161 3% [== ] 199/5161 3% [== ] 200/5161 3% [== ] 201/5161 3% [== ] 202/5161 3% [== ] 203/5161 3% [== ] 204/5161 3% [== ] 205/5161 3% [== ] 206/5161 3% [== ] 207/5161 4% [== ] 208/5161 4% [== ] 209/5161 4% [== ] 210/5161 4% [== ] 211/5161 4% [== ] 212/5161 4% [== ] 213/5161 4% [== ] 214/5161 4% [== ] 215/5161 4% [== ] 216/5161 4% [== ] 217/5161 4% [== ] 218/5161 4% [== ] 219/5161 4% [== ] 220/5161 4% [== ] 221/5161 4% [== ] 222/5161 4% [== ] 223/5161 4% [== ] 224/5161 4% [== ] 225/5161 4% [== ] 226/5161 4% [== ] 227/5161 4% [== ] 228/5161 4% [== ] 229/5161 4% [== ] 230/5161 4% [== ] 231/5161 4% [== ] 232/5161 4% [== ] 233/5161 4% [== ] 234/5161 4% [== ] 235/5161 4% [== ] 236/5161 4% [== ] 237/5161 4% [== ] 238/5161 4% [== ] 239/5161 4% [== ] 240/5161 4% [== ] 241/5161 4% [== ] 242/5161 4% [== ] 243/5161 4% [== ] 244/5161 4% [== ] 245/5161 4% [== ] 246/5161 4% [== ] 247/5161 4% [== ] 248/5161 4% [== ] 249/5161 4% [=== ] 250/5161 4% [=== ] 251/5161 4% [=== ] 252/5161 4% [=== ] 253/5161 4% [=== ] 254/5161 4% [=== ] 255/5161 4% [=== ] 256/5161 4% [=== ] 257/5161 4% [=== ] 258/5161 4% [=== ] 259/5161 5% [=== ] 260/5161 5% [=== ] 261/5161 5% [=== ] 262/5161 5% [=== ] 263/5161 5% [=== ] 264/5161 5% [=== ] 265/5161 5% [=== ] 266/5161 5% [=== ] 267/5161 5% [=== ] 268/5161 5% [=== ] 269/5161 5% [=== ] 270/5161 5% [=== ] 271/5161 5% [=== ] 272/5161 5% [=== ] 273/5161 5% [=== ] 274/5161 5% [=== ] 275/5161 5% [=== ] 276/5161 5% [=== ] 277/5161 5% [=== ] 278/5161 5% [=== ] 279/5161 5% [=== ] 280/5161 5% [=== ] 281/5161 5% [=== ] 282/5161 5% [=== ] 283/5161 5% [=== ] 284/5161 5% [=== ] 285/5161 5% [=== ] 286/5161 5% [=== ] 287/5161 5% [=== ] 288/5161 5% [=== ] 289/5161 5% [=== ] 290/5161 5% [=== ] 291/5161 5% [=== ] 292/5161 5% [=== ] 293/5161 5% [=== ] 294/5161 5% [=== ] 295/5161 5% [=== ] 296/5161 5% [=== ] 297/5161 5% [=== ] 298/5161 5% [=== ] 299/5161 5% [=== ] 300/5161 5% [=== ] 301/5161 5% [=== ] 302/5161 5% [=== ] 303/5161 5% [=== ] 304/5161 5% [=== ] 305/5161 5% [=== ] 306/5161 5% [=== ] 307/5161 5% [=== ] 308/5161 5% [=== ] 309/5161 5% [=== ] 310/5161 6% [=== ] 311/5161 6% [=== ] 312/5161 6% [=== ] 313/5161 6% [=== ] 314/5161 6% [=== ] 315/5161 6% [=== ] 316/5161 6% [=== ] 317/5161 6% [=== ] 318/5161 6% [=== ] 319/5161 6% [=== ] 320/5161 6% [=== ] 321/5161 6% [=== ] 322/5161 6% [=== ] 323/5161 6% [=== ] 324/5161 6% [=== ] 325/5161 6% [=== ] 326/5161 6% [=== ] 327/5161 6% [=== ] 328/5161 6% [=== ] 329/5161 6% [=== ] 330/5161 6% [=== ] 331/5161 6% [=== ] 332/5161 6% [==== ] 333/5161 6% [==== ] 334/5161 6% [==== ] 335/5161 6% [==== ] 336/5161 6% [==== ] 337/5161 6% [==== ] 338/5161 6% [==== ] 339/5161 6% [==== ] 340/5161 6% [==== ] 341/5161 6% [==== ] 342/5161 6% [==== ] 343/5161 6% [==== ] 344/5161 6% [==== ] 345/5161 6% [==== ] 346/5161 6% [==== ] 347/5161 6% [==== ] 348/5161 6% [==== ] 349/5161 6% [==== ] 350/5161 6% [==== ] 351/5161 6% [==== ] 352/5161 6% [==== ] 353/5161 6% [==== ] 354/5161 6% [==== ] 355/5161 6% [==== ] 356/5161 6% [==== ] 357/5161 6% [==== ] 358/5161 6% [==== ] 359/5161 6% [==== ] 360/5161 6% [==== ] 361/5161 6% [==== ] 362/5161 7% [==== ] 363/5161 7% [==== ] 364/5161 7% [==== ] 365/5161 7% [==== ] 366/5161 7% [==== ] 367/5161 7% [==== ] 368/5161 7% [==== ] 369/5161 7% [==== ] 370/5161 7% [==== ] 371/5161 7% [==== ] 372/5161 7% [==== ] 373/5161 7% [==== ] 374/5161 7% [==== ] 375/5161 7% [==== ] 376/5161 7% [==== ] 377/5161 7% [==== ] 378/5161 7% [==== ] 379/5161 7% [==== ] 380/5161 7% [==== ] 381/5161 7% [==== ] 382/5161 7% [==== ] 383/5161 7% [==== ] 384/5161 7% [==== ] 385/5161 7% [==== ] 386/5161 7% [==== ] 387/5161 7% [==== ] 388/5161 7% [==== ] 389/5161 7% [==== ] 390/5161 7% [==== ] 391/5161 7% [==== ] 392/5161 7% [==== ] 393/5161 7% [==== ] 394/5161 7% [==== ] 395/5161 7% [==== ] 396/5161 7% [==== ] 397/5161 7% [==== ] 398/5161 7% [==== ] 399/5161 7% [==== ] 400/5161 7% [==== ] 401/5161 7% [==== ] 402/5161 7% [==== ] 403/5161 7% [==== ] 404/5161 7% [==== ] 405/5161 7% [==== ] 406/5161 7% [==== ] 407/5161 7% [==== ] 408/5161 7% [==== ] 409/5161 7% [==== ] 410/5161 7% [==== ] 411/5161 7% [==== ] 412/5161 7% [==== ] 413/5161 8% [==== ] 414/5161 8% [==== ] 415/5161 8% [==== ] 416/5161 8% [===== ] 417/5161 8% [===== ] 418/5161 8% [===== ] 419/5161 8% [===== ] 420/5161 8% [===== ] 421/5161 8% [===== ] 422/5161 8% [===== ] 423/5161 8% [===== ] 424/5161 8% [===== ] 425/5161 8% [===== ] 426/5161 8% [===== ] 427/5161 8% [===== ] 428/5161 8% [===== ] 429/5161 8% [===== ] 430/5161 8% [===== ] 431/5161 8% [===== ] 432/5161 8% [===== ] 433/5161 8% [===== ] 434/5161 8% [===== ] 435/5161 8% [===== ] 436/5161 8% [===== ] 437/5161 8% [===== ] 438/5161 8% [===== ] 439/5161 8% [===== ] 440/5161 8% [===== ] 441/5161 8% [===== ] 442/5161 8% [===== ] 443/5161 8% [===== ] 444/5161 8% [===== ] 445/5161 8% [===== ] 446/5161 8% [===== ] 447/5161 8% [===== ] 448/5161 8% [===== ] 449/5161 8% [===== ] 450/5161 8% [===== ] 451/5161 8% [===== ] 452/5161 8% [===== ] 453/5161 8% [===== ] 454/5161 8% [===== ] 455/5161 8% [===== ] 456/5161 8% [===== ] 457/5161 8% [===== ] 458/5161 8% [===== ] 459/5161 8% [===== ] 460/5161 8% [===== ] 461/5161 8% [===== ] 462/5161 8% [===== ] 463/5161 8% [===== ] 464/5161 8% [===== ] 465/5161 9% [===== ] 466/5161 9% [===== ] 467/5161 9% [===== ] 468/5161 9% [===== ] 469/5161 9% [===== ] 470/5161 9% [===== ] 471/5161 9% [===== ] 472/5161 9% [===== ] 473/5161 9% [===== ] 474/5161 9% [===== ] 475/5161 9% [===== ] 476/5161 9% [===== ] 477/5161 9% [===== ] 478/5161 9% [===== ] 479/5161 9% [===== ] 480/5161 9% [===== ] 481/5161 9% [===== ] 482/5161 9% [===== ] 483/5161 9% [===== ] 484/5161 9% [===== ] 485/5161 9% [===== ] 486/5161 9% [===== ] 487/5161 9% [===== ] 488/5161 9% [===== ] 489/5161 9% [===== ] 490/5161 9% [===== ] 491/5161 9% [===== ] 492/5161 9% [===== ] 493/5161 9% [===== ] 494/5161 9% [===== ] 495/5161 9% [===== ] 496/5161 9% [===== ] 497/5161 9% [===== ] 498/5161 9% [===== ] 499/5161 9% [====== ] 500/5161 9% [====== ] 501/5161 9% [====== ] 502/5161 9% [====== ] 503/5161 9% [====== ] 504/5161 9% [====== ] 505/5161 9% [====== ] 506/5161 9% [====== ] 507/5161 9% [====== ] 508/5161 9% [====== ] 509/5161 9% [====== ] 510/5161 9% [====== ] 511/5161 9% [====== ] 512/5161 9% [====== ] 513/5161 9% [====== ] 514/5161 9% [====== ] 515/5161 9% [====== ] 516/5161 9% [====== ] 517/5161 10% [====== ] 518/5161 10% [====== ] 519/5161 10% [====== ] 520/5161 10% [====== ] 521/5161 10% [====== ] 522/5161 10% [====== ] 523/5161 10% [====== ] 524/5161 10% [====== ] 525/5161 10% [====== ] 526/5161 10% [====== ] 527/5161 10% [====== ] 528/5161 10% [====== ] 529/5161 10% [====== ] 530/5161 10% [====== ] 531/5161 10% [====== ] 532/5161 10% [====== ] 533/5161 10% [====== ] 534/5161 10% [====== ] 535/5161 10% [====== ] 536/5161 10% [====== ] 537/5161 10% [====== ] 538/5161 10% [====== ] 539/5161 10% [====== ] 540/5161 10% [====== ] 541/5161 10% [====== ] 542/5161 10% [====== ] 543/5161 10% [====== ] 544/5161 10% [====== ] 545/5161 10% [====== ] 546/5161 10% [====== ] 547/5161 10% [====== ] 548/5161 10% [====== ] 549/5161 10% [====== ] 550/5161 10% [====== ] 551/5161 10% [====== ] 552/5161 10% [====== ] 553/5161 10% [====== ] 554/5161 10% [====== ] 555/5161 10% [====== ] 556/5161 10% [====== ] 557/5161 10% [====== ] 558/5161 10% [====== ] 559/5161 10% [====== ] 560/5161 10% [====== ] 561/5161 10% [====== ] 562/5161 10% [====== ] 563/5161 10% [====== ] 564/5161 10% [====== ] 565/5161 10% [====== ] 566/5161 10% [====== ] 567/5161 10% [====== ] 568/5161 11% [====== ] 569/5161 11% [====== ] 570/5161 11% [====== ] 571/5161 11% [====== ] 572/5161 11% [====== ] 573/5161 11% [====== ] 574/5161 11% [====== ] 575/5161 11% [====== ] 576/5161 11% [====== ] 577/5161 11% [====== ] 578/5161 11% [====== ] 579/5161 11% [====== ] 580/5161 11% [====== ] 581/5161 11% [====== ] 582/5161 11% [======= ] 583/5161 11% [======= ] 584/5161 11% [======= ] 585/5161 11% [======= ] 586/5161 11% [======= ] 587/5161 11% [======= ] 588/5161 11% [======= ] 589/5161 11% [======= ] 590/5161 11% [======= ] 591/5161 11% [======= ] 592/5161 11% [======= ] 593/5161 11% [======= ] 594/5161 11% [======= ] 595/5161 11% [======= ] 596/5161 11% [======= ] 597/5161 11% [======= ] 598/5161 11% [======= ] 599/5161 11% [======= ] 600/5161 11% [======= ] 601/5161 11% [======= ] 602/5161 11% [======= ] 603/5161 11% [======= ] 604/5161 11% [======= ] 605/5161 11% [======= ] 606/5161 11% [======= ] 607/5161 11% [======= ] 608/5161 11% [======= ] 609/5161 11% [======= ] 610/5161 11% [======= ] 611/5161 11% [======= ] 612/5161 11% [======= ] 613/5161 11% [======= ] 614/5161 11% [======= ] 615/5161 11% [======= ] 616/5161 11% [======= ] 617/5161 11% [======= ] 618/5161 11% [======= ] 619/5161 11% [======= ] 620/5161 12% [======= ] 621/5161 12% [======= ] 622/5161 12% [======= ] 623/5161 12% [======= ] 624/5161 12% [======= ] 625/5161 12% [======= ] 626/5161 12% [======= ] 627/5161 12% [======= ] 628/5161 12% [======= ] 629/5161 12% [======= ] 630/5161 12% [======= ] 631/5161 12% [======= ] 632/5161 12% [======= ] 633/5161 12% [======= ] 634/5161 12% [======= ] 635/5161 12% [======= ] 636/5161 12% [======= ] 637/5161 12% [======= ] 638/5161 12% [======= ] 639/5161 12% [======= ] 640/5161 12% [======= ] 641/5161 12% [======= ] 642/5161 12% [======= ] 643/5161 12% [======= ] 644/5161 12% [======= ] 645/5161 12% [======= ] 646/5161 12% [======= ] 647/5161 12% [======= ] 648/5161 12% [======= ] 649/5161 12% [======= ] 650/5161 12% [======= ] 651/5161 12% [======= ] 652/5161 12% [======= ] 653/5161 12% [======= ] 654/5161 12% [======= ] 655/5161 12% [======= ] 656/5161 12% [======= ] 657/5161 12% [======= ] 658/5161 12% [======= ] 659/5161 12% [======= ] 660/5161 12% [======= ] 661/5161 12% [======= ] 662/5161 12% [======= ] 663/5161 12% [======= ] 664/5161 12% [======= ] 665/5161 12% [======== ] 666/5161 12% [======== ] 667/5161 12% [======== ] 668/5161 12% [======== ] 669/5161 12% [======== ] 670/5161 12% [======== ] 671/5161 13% [======== ] 672/5161 13% [======== ] 673/5161 13% [======== ] 674/5161 13% [======== ] 675/5161 13% [======== ] 676/5161 13% [======== ] 677/5161 13% [======== ] 678/5161 13% [======== ] 679/5161 13% [======== ] 680/5161 13% [======== ] 681/5161 13% [======== ] 682/5161 13% [======== ] 683/5161 13% [======== ] 684/5161 13% [======== ] 685/5161 13% [======== ] 686/5161 13% [======== ] 687/5161 13% [======== ] 688/5161 13% [======== ] 689/5161 13% [======== ] 690/5161 13% [======== ] 691/5161 13% [======== ] 692/5161 13% [======== ] 693/5161 13% [======== ] 694/5161 13% [======== ] 695/5161 13% [======== ] 696/5161 13% [======== ] 697/5161 13% [======== ] 698/5161 13% [======== ] 699/5161 13% [======== ] 700/5161 13% [======== ] 701/5161 13% [======== ] 702/5161 13% [======== ] 703/5161 13% [======== ] 704/5161 13% [======== ] 705/5161 13% [======== ] 706/5161 13% [======== ] 707/5161 13% [======== ] 708/5161 13% [======== ] 709/5161 13% [======== ] 710/5161 13% [======== ] 711/5161 13% [======== ] 712/5161 13% [======== ] 713/5161 13% [======== ] 714/5161 13% [======== ] 715/5161 13% [======== ] 716/5161 13% [======== ] 717/5161 13% [======== ] 718/5161 13% [======== ] 719/5161 13% [======== ] 720/5161 13% [======== ] 721/5161 13% [======== ] 722/5161 13% [======== ] 723/5161 14% [======== ] 724/5161 14% [======== ] 725/5161 14% [======== ] 726/5161 14% [======== ] 727/5161 14% [======== ] 728/5161 14% [======== ] 729/5161 14% [======== ] 730/5161 14% [======== ] 731/5161 14% [======== ] 732/5161 14% [======== ] 733/5161 14% [======== ] 734/5161 14% [======== ] 735/5161 14% [======== ] 736/5161 14% [======== ] 737/5161 14% [======== ] 738/5161 14% [======== ] 739/5161 14% [======== ] 740/5161 14% [======== ] 741/5161 14% [======== ] 742/5161 14% [======== ] 743/5161 14% [======== ] 744/5161 14% [======== ] 745/5161 14% [======== ] 746/5161 14% [======== ] 747/5161 14% [======== ] 748/5161 14% [======== ] 749/5161 14% [========= ] 750/5161 14% [========= ] 751/5161 14% [========= ] 752/5161 14% [========= ] 753/5161 14% [========= ] 754/5161 14% [========= ] 755/5161 14% [========= ] 756/5161 14% [========= ] 757/5161 14% [========= ] 758/5161 14% [========= ] 759/5161 14% [========= ] 760/5161 14% [========= ] 761/5161 14% [========= ] 762/5161 14% [========= ] 763/5161 14% [========= ] 764/5161 14% [========= ] 765/5161 14% [========= ] 766/5161 14% [========= ] 767/5161 14% [========= ] 768/5161 14% [========= ] 769/5161 14% [========= ] 770/5161 14% [========= ] 771/5161 14% [========= ] 772/5161 14% [========= ] 773/5161 14% [========= ] 774/5161 14% [========= ] 775/5161 15% [========= ] 776/5161 15% [========= ] 777/5161 15% [========= ] 778/5161 15% [========= ] 779/5161 15% [========= ] 780/5161 15% [========= ] 781/5161 15% [========= ] 782/5161 15% [========= ] 783/5161 15% [========= ] 784/5161 15% [========= ] 785/5161 15% [========= ] 786/5161 15% [========= ] 787/5161 15% [========= ] 788/5161 15% [========= ] 789/5161 15% [========= ] 790/5161 15% [========= ] 791/5161 15% [========= ] 792/5161 15% [========= ] 793/5161 15% [========= ] 794/5161 15% [========= ] 795/5161 15% [========= ] 796/5161 15% [========= ] 797/5161 15% [========= ] 798/5161 15% [========= ] 799/5161 15% [========= ] 800/5161 15% [========= ] 801/5161 15% [========= ] 802/5161 15% [========= ] 803/5161 15% [========= ] 804/5161 15% [========= ] 805/5161 15% [========= ] 806/5161 15% [========= ] 807/5161 15% [========= ] 808/5161 15% [========= ] 809/5161 15% [========= ] 810/5161 15% [========= ] 811/5161 15% [========= ] 812/5161 15% [========= ] 813/5161 15% [========= ] 814/5161 15% [========= ] 815/5161 15% [========= ] 816/5161 15% [========= ] 817/5161 15% [========= ] 818/5161 15% [========= ] 819/5161 15% [========= ] 820/5161 15% [========= ] 821/5161 15% [========= ] 822/5161 15% [========= ] 823/5161 15% [========= ] 824/5161 15% [========= ] 825/5161 15% [========= ] 826/5161 16% [========= ] 827/5161 16% [========= ] 828/5161 16% [========= ] 829/5161 16% [========= ] 830/5161 16% [========= ] 831/5161 16% [========= ] 832/5161 16% [========== ] 833/5161 16% [========== ] 834/5161 16% [========== ] 835/5161 16% [========== ] 836/5161 16% [========== ] 837/5161 16% [========== ] 838/5161 16% [========== ] 839/5161 16% [========== ] 840/5161 16% [========== ] 841/5161 16% [========== ] 842/5161 16% [========== ] 843/5161 16% [========== ] 844/5161 16% [========== ] 845/5161 16% [========== ] 846/5161 16% [========== ] 847/5161 16% [========== ] 848/5161 16% [========== ] 849/5161 16% [========== ] 850/5161 16% [========== ] 851/5161 16% [========== ] 852/5161 16% [========== ] 853/5161 16% [========== ] 854/5161 16% [========== ] 855/5161 16% [========== ] 856/5161 16% [========== ] 857/5161 16% [========== ] 858/5161 16% [========== ] 859/5161 16% [========== ] 860/5161 16% [========== ] 861/5161 16% [========== ] 862/5161 16% [========== ] 863/5161 16% [========== ] 864/5161 16% [========== ] 865/5161 16% [========== ] 866/5161 16% [========== ] 867/5161 16% [========== ] 868/5161 16% [========== ] 869/5161 16% [========== ] 870/5161 16% [========== ] 871/5161 16% [========== ] 872/5161 16% [========== ] 873/5161 16% [========== ] 874/5161 16% [========== ] 875/5161 16% [========== ] 876/5161 16% [========== ] 877/5161 16% [========== ] 878/5161 17% [========== ] 879/5161 17% [========== ] 880/5161 17% [========== ] 881/5161 17% [========== ] 882/5161 17% [========== ] 883/5161 17% [========== ] 884/5161 17% [========== ] 885/5161 17% [========== ] 886/5161 17% [========== ] 887/5161 17% [========== ] 888/5161 17% [========== ] 889/5161 17% [========== ] 890/5161 17% [========== ] 891/5161 17% [========== ] 892/5161 17% [========== ] 893/5161 17% [========== ] 894/5161 17% [========== ] 895/5161 17% [========== ] 896/5161 17% [========== ] 897/5161 17% [========== ] 898/5161 17% [========== ] 899/5161 17% [========== ] 900/5161 17% [========== ] 901/5161 17% [========== ] 902/5161 17% [========== ] 903/5161 17% [========== ] 904/5161 17% [========== ] 905/5161 17% [========== ] 906/5161 17% [========== ] 907/5161 17% [========== ] 908/5161 17% [========== ] 909/5161 17% [========== ] 910/5161 17% [========== ] 911/5161 17% [========== ] 912/5161 17% [========== ] 913/5161 17% [========== ] 914/5161 17% [========== ] 915/5161 17% [=========== ] 916/5161 17% [=========== ] 917/5161 17% [=========== ] 918/5161 17% [=========== ] 919/5161 17% [=========== ] 920/5161 17% [=========== ] 921/5161 17% [=========== ] 922/5161 17% [=========== ] 923/5161 17% [=========== ] 924/5161 17% [=========== ] 925/5161 17% [=========== ] 926/5161 17% [=========== ] 927/5161 17% [=========== ] 928/5161 17% [=========== ] 929/5161 18% [=========== ] 930/5161 18% [=========== ] 931/5161 18% [=========== ] 932/5161 18% [=========== ] 933/5161 18% [=========== ] 934/5161 18% [=========== ] 935/5161 18% [=========== ] 936/5161 18% [=========== ] 937/5161 18% [=========== ] 938/5161 18% [=========== ] 939/5161 18% [=========== ] 940/5161 18% [=========== ] 941/5161 18% [=========== ] 942/5161 18% [=========== ] 943/5161 18% [=========== ] 944/5161 18% [=========== ] 945/5161 18% [=========== ] 946/5161 18% [=========== ] 947/5161 18% [=========== ] 948/5161 18% [=========== ] 949/5161 18% [=========== ] 950/5161 18% [=========== ] 951/5161 18% [=========== ] 952/5161 18% [=========== ] 953/5161 18% [=========== ] 954/5161 18% [=========== ] 955/5161 18% [=========== ] 956/5161 18% [=========== ] 957/5161 18% [=========== ] 958/5161 18% [=========== ] 959/5161 18% [=========== ] 960/5161 18% [=========== ] 961/5161 18% [=========== ] 962/5161 18% [=========== ] 963/5161 18% [=========== ] 964/5161 18% [=========== ] 965/5161 18% [=========== ] 966/5161 18% [=========== ] 967/5161 18% [=========== ] 968/5161 18% [=========== ] 969/5161 18% [=========== ] 970/5161 18% [=========== ] 971/5161 18% [=========== ] 972/5161 18% [=========== ] 973/5161 18% [=========== ] 974/5161 18% [=========== ] 975/5161 18% [=========== ] 976/5161 18% [=========== ] 977/5161 18% [=========== ] 978/5161 18% [=========== ] 979/5161 18% [=========== ] 980/5161 18% [=========== ] 981/5161 19% [=========== ] 982/5161 19% [=========== ] 983/5161 19% [=========== ] 984/5161 19% [=========== ] 985/5161 19% [=========== ] 986/5161 19% [=========== ] 987/5161 19% [=========== ] 988/5161 19% [=========== ] 989/5161 19% [=========== ] 990/5161 19% [=========== ] 991/5161 19% [=========== ] 992/5161 19% [=========== ] 993/5161 19% [=========== ] 994/5161 19% [=========== ] 995/5161 19% [=========== ] 996/5161 19% [=========== ] 997/5161 19% [=========== ] 998/5161 19% [============ ] 999/5161 19% [============ ] 1000/5161 19% [============ ] 1001/5161 19% [============ ] 1002/5161 19% [============ ] 1003/5161 19% [============ ] 1004/5161 19% [============ ] 1005/5161 19% [============ ] 1006/5161 19% [============ ] 1007/5161 19% [============ ] 1008/5161 19% [============ ] 1009/5161 19% [============ ] 1010/5161 19% [============ ] 1011/5161 19% [============ ] 1012/5161 19% [============ ] 1013/5161 19% [============ ] 1014/5161 19% [============ ] 1015/5161 19% [============ ] 1016/5161 19% [============ ] 1017/5161 19% [============ ] 1018/5161 19% [============ ] 1019/5161 19% [============ ] 1020/5161 19% [============ ] 1021/5161 19% [============ ] 1022/5161 19% [============ ] 1023/5161 19% [============ ] 1024/5161 19% [============ ] 1025/5161 19% [============ ] 1026/5161 19% [============ ] 1027/5161 19% [============ ] 1028/5161 19% [============ ] 1029/5161 19% [============ ] 1030/5161 19% [============ ] 1031/5161 19% [============ ] 1032/5161 19% [============ ] 1033/5161 20% [============ ] 1034/5161 20% [============ ] 1035/5161 20% [============ ] 1036/5161 20% [============ ] 1037/5161 20% [============ ] 1038/5161 20% [============ ] 1039/5161 20% [============ ] 1040/5161 20% [============ ] 1041/5161 20% [============ ] 1042/5161 20% [============ ] 1043/5161 20% [============ ] 1044/5161 20% [============ ] 1045/5161 20% [============ ] 1046/5161 20% [============ ] 1047/5161 20% [============ ] 1048/5161 20% [============ ] 1049/5161 20% [============ ] 1050/5161 20% [============ ] 1051/5161 20% [============ ] 1052/5161 20% [============ ] 1053/5161 20% [============ ] 1054/5161 20% [============ ] 1055/5161 20% [============ ] 1056/5161 20% [============ ] 1057/5161 20% [============ ] 1058/5161 20% [============ ] 1059/5161 20% [============ ] 1060/5161 20% [============ ] 1061/5161 20% [============ ] 1062/5161 20% [============ ] 1063/5161 20% [============ ] 1064/5161 20% [============ ] 1065/5161 20% [============ ] 1066/5161 20% [============ ] 1067/5161 20% [============ ] 1068/5161 20% [============ ] 1069/5161 20% [============ ] 1070/5161 20% [============ ] 1071/5161 20% [============ ] 1072/5161 20% [============ ] 1073/5161 20% [============ ] 1074/5161 20% [============ ] 1075/5161 20% [============ ] 1076/5161 20% [============ ] 1077/5161 20% [============ ] 1078/5161 20% [============ ] 1079/5161 20% [============ ] 1080/5161 20% [============ ] 1081/5161 20% [============ ] 1082/5161 20% [============= ] 1083/5161 20% [============= ] 1084/5161 21% [============= ] 1085/5161 21% [============= ] 1086/5161 21% [============= ] 1087/5161 21% [============= ] 1088/5161 21% [============= ] 1089/5161 21% [============= ] 1090/5161 21% [============= ] 1091/5161 21% [============= ] 1092/5161 21% [============= ] 1093/5161 21% [============= ] 1094/5161 21% [============= ] 1095/5161 21% [============= ] 1096/5161 21% [============= ] 1097/5161 21% [============= ] 1098/5161 21% [============= ] 1099/5161 21% [============= ] 1100/5161 21% [============= ] 1101/5161 21% [============= ] 1102/5161 21% [============= ] 1103/5161 21% [============= ] 1104/5161 21% [============= ] 1105/5161 21% [============= ] 1106/5161 21% [============= ] 1107/5161 21% [============= ] 1108/5161 21% [============= ] 1109/5161 21% [============= ] 1110/5161 21% [============= ] 1111/5161 21% [============= ] 1112/5161 21% [============= ] 1113/5161 21% [============= ] 1114/5161 21% [============= ] 1115/5161 21% [============= ] 1116/5161 21% [============= ] 1117/5161 21% [============= ] 1118/5161 21% [============= ] 1119/5161 21% [============= ] 1120/5161 21% [============= ] 1121/5161 21% [============= ] 1122/5161 21% [============= ] 1123/5161 21% [============= ] 1124/5161 21% [============= ] 1125/5161 21% [============= ] 1126/5161 21% [============= ] 1127/5161 21% [============= ] 1128/5161 21% [============= ] 1129/5161 21% [============= ] 1130/5161 21% [============= ] 1131/5161 21% [============= ] 1132/5161 21% [============= ] 1133/5161 21% [============= ] 1134/5161 21% [============= ] 1135/5161 21% [============= ] 1136/5161 22% [============= ] 1137/5161 22% [============= ] 1138/5161 22% [============= ] 1139/5161 22% [============= ] 1140/5161 22% [============= ] 1141/5161 22% [============= ] 1142/5161 22% [============= ] 1143/5161 22% [============= ] 1144/5161 22% [============= ] 1145/5161 22% [============= ] 1146/5161 22% [============= ] 1147/5161 22% [============= ] 1148/5161 22% [============= ] 1149/5161 22% [============= ] 1150/5161 22% [============= ] 1151/5161 22% [============= ] 1152/5161 22% [============= ] 1153/5161 22% [============= ] 1154/5161 22% [============= ] 1155/5161 22% [============= ] 1156/5161 22% [============= ] 1157/5161 22% [============= ] 1158/5161 22% [============= ] 1159/5161 22% [============= ] 1160/5161 22% [============= ] 1161/5161 22% [============= ] 1162/5161 22% [============= ] 1163/5161 22% [============= ] 1164/5161 22% [============= ] 1165/5161 22% [============== ] 1166/5161 22% [============== ] 1167/5161 22% [============== ] 1168/5161 22% [============== ] 1169/5161 22% [============== ] 1170/5161 22% [============== ] 1171/5161 22% [============== ] 1172/5161 22% [============== ] 1173/5161 22% [============== ] 1174/5161 22% [============== ] 1175/5161 22% [============== ] 1176/5161 22% [============== ] 1177/5161 22% [============== ] 1178/5161 22% [============== ] 1179/5161 22% [============== ] 1180/5161 22% [============== ] 1181/5161 22% [============== ] 1182/5161 22% [============== ] 1183/5161 22% [============== ] 1184/5161 22% [============== ] 1185/5161 22% [============== ] 1186/5161 22% [============== ] 1187/5161 22% [============== ] 1188/5161 23% [============== ] 1189/5161 23% [============== ] 1190/5161 23% [============== ] 1191/5161 23% [============== ] 1192/5161 23% [============== ] 1193/5161 23% [============== ] 1194/5161 23% [============== ] 1195/5161 23% [============== ] 1196/5161 23% [============== ] 1197/5161 23% [============== ] 1198/5161 23% [============== ] 1199/5161 23% [============== ] 1200/5161 23% [============== ] 1201/5161 23% [============== ] 1202/5161 23% [============== ] 1203/5161 23% [============== ] 1204/5161 23% [============== ] 1205/5161 23% [============== ] 1206/5161 23% [============== ] 1207/5161 23% [============== ] 1208/5161 23% [============== ] 1209/5161 23% [============== ] 1210/5161 23% [============== ] 1211/5161 23% [============== ] 1212/5161 23% [============== ] 1213/5161 23% [============== ] 1214/5161 23% [============== ] 1215/5161 23% [============== ] 1216/5161 23% [============== ] 1217/5161 23% [============== ] 1218/5161 23% [============== ] 1219/5161 23% [============== ] 1220/5161 23% [============== ] 1221/5161 23% [============== ] 1222/5161 23% [============== ] 1223/5161 23% [============== ] 1224/5161 23% [============== ] 1225/5161 23% [============== ] 1226/5161 23% [============== ] 1227/5161 23% [============== ] 1228/5161 23% [============== ] 1229/5161 23% [============== ] 1230/5161 23% [============== ] 1231/5161 23% [============== ] 1232/5161 23% [============== ] 1233/5161 23% [============== ] 1234/5161 23% [============== ] 1235/5161 23% [============== ] 1236/5161 23% [============== ] 1237/5161 23% [============== ] 1238/5161 23% [============== ] 1239/5161 24% [============== ] 1240/5161 24% [============== ] 1241/5161 24% [============== ] 1242/5161 24% [============== ] 1243/5161 24% [============== ] 1244/5161 24% [============== ] 1245/5161 24% [============== ] 1246/5161 24% [============== ] 1247/5161 24% [============== ] 1248/5161 24% [=============== ] 1249/5161 24% [=============== ] 1250/5161 24% [=============== ] 1251/5161 24% [=============== ] 1252/5161 24% [=============== ] 1253/5161 24% [=============== ] 1254/5161 24% [=============== ] 1255/5161 24% [=============== ] 1256/5161 24% [=============== ] 1257/5161 24% [=============== ] 1258/5161 24% [=============== ] 1259/5161 24% [=============== ] 1260/5161 24% [=============== ] 1261/5161 24% [=============== ] 1262/5161 24% [=============== ] 1263/5161 24% [=============== ] 1264/5161 24% [=============== ] 1265/5161 24% [=============== ] 1266/5161 24% [=============== ] 1267/5161 24% [=============== ] 1268/5161 24% [=============== ] 1269/5161 24% [=============== ] 1270/5161 24% [=============== ] 1271/5161 24% [=============== ] 1272/5161 24% [=============== ] 1273/5161 24% [=============== ] 1274/5161 24% [=============== ] 1275/5161 24% [=============== ] 1276/5161 24% [=============== ] 1277/5161 24% [=============== ] 1278/5161 24% [=============== ] 1279/5161 24% [=============== ] 1280/5161 24% [=============== ] 1281/5161 24% [=============== ] 1282/5161 24% [=============== ] 1283/5161 24% [=============== ] 1284/5161 24% [=============== ] 1285/5161 24% [=============== ] 1286/5161 24% [=============== ] 1287/5161 24% [=============== ] 1288/5161 24% [=============== ] 1289/5161 24% [=============== ] 1290/5161 24% [=============== ] 1291/5161 25% [=============== ] 1292/5161 25% [=============== ] 1293/5161 25% [=============== ] 1294/5161 25% [=============== ] 1295/5161 25% [=============== ] 1296/5161 25% [=============== ] 1297/5161 25% [=============== ] 1298/5161 25% [=============== ] 1299/5161 25% [=============== ] 1300/5161 25% [=============== ] 1301/5161 25% [=============== ] 1302/5161 25% [=============== ] 1303/5161 25% [=============== ] 1304/5161 25% [=============== ] 1305/5161 25% [=============== ] 1306/5161 25% [=============== ] 1307/5161 25% [=============== ] 1308/5161 25% [=============== ] 1309/5161 25% [=============== ] 1310/5161 25% [=============== ] 1311/5161 25% [=============== ] 1312/5161 25% [=============== ] 1313/5161 25% [=============== ] 1314/5161 25% [=============== ] 1315/5161 25% [=============== ] 1316/5161 25% [=============== ] 1317/5161 25% [=============== ] 1318/5161 25% [=============== ] 1319/5161 25% [=============== ] 1320/5161 25% [=============== ] 1321/5161 25% [=============== ] 1322/5161 25% [=============== ] 1323/5161 25% [=============== ] 1324/5161 25% [=============== ] 1325/5161 25% [=============== ] 1326/5161 25% [=============== ] 1327/5161 25% [=============== ] 1328/5161 25% [=============== ] 1329/5161 25% [=============== ] 1330/5161 25% [=============== ] 1331/5161 25% [================ ] 1332/5161 25% [================ ] 1333/5161 25% [================ ] 1334/5161 25% [================ ] 1335/5161 25% [================ ] 1336/5161 25% [================ ] 1337/5161 25% [================ ] 1338/5161 25% [================ ] 1339/5161 25% [================ ] 1340/5161 25% [================ ] 1341/5161 25% [================ ] 1342/5161 26% [================ ] 1343/5161 26% [================ ] 1344/5161 26% [================ ] 1345/5161 26% [================ ] 1346/5161 26% [================ ] 1347/5161 26% [================ ] 1348/5161 26% [================ ] 1349/5161 26% [================ ] 1350/5161 26% [================ ] 1351/5161 26% [================ ] 1352/5161 26% [================ ] 1353/5161 26% [================ ] 1354/5161 26% [================ ] 1355/5161 26% [================ ] 1356/5161 26% [================ ] 1357/5161 26% [================ ] 1358/5161 26% [================ ] 1359/5161 26% [================ ] 1360/5161 26% [================ ] 1361/5161 26% [================ ] 1362/5161 26% [================ ] 1363/5161 26% [================ ] 1364/5161 26% [================ ] 1365/5161 26% [================ ] 1366/5161 26% [================ ] 1367/5161 26% [================ ] 1368/5161 26% [================ ] 1369/5161 26% [================ ] 1370/5161 26% [================ ] 1371/5161 26% [================ ] 1372/5161 26% [================ ] 1373/5161 26% [================ ] 1374/5161 26% [================ ] 1375/5161 26% [================ ] 1376/5161 26% [================ ] 1377/5161 26% [================ ] 1378/5161 26% [================ ] 1379/5161 26% [================ ] 1380/5161 26% [================ ] 1381/5161 26% [================ ] 1382/5161 26% [================ ] 1383/5161 26% [================ ] 1384/5161 26% [================ ] 1385/5161 26% [================ ] 1386/5161 26% [================ ] 1387/5161 26% [================ ] 1388/5161 26% [================ ] 1389/5161 26% [================ ] 1390/5161 26% [================ ] 1391/5161 26% [================ ] 1392/5161 26% [================ ] 1393/5161 26% [================ ] 1394/5161 27% [================ ] 1395/5161 27% [================ ] 1396/5161 27% [================ ] 1397/5161 27% [================ ] 1398/5161 27% [================ ] 1399/5161 27% [================ ] 1400/5161 27% [================ ] 1401/5161 27% [================ ] 1402/5161 27% [================ ] 1403/5161 27% [================ ] 1404/5161 27% [================ ] 1405/5161 27% [================ ] 1406/5161 27% [================ ] 1407/5161 27% [================ ] 1408/5161 27% [================ ] 1409/5161 27% [================ ] 1410/5161 27% [================ ] 1411/5161 27% [================ ] 1412/5161 27% [================ ] 1413/5161 27% [================ ] 1414/5161 27% [================ ] 1415/5161 27% [================= ] 1416/5161 27% [================= ] 1417/5161 27% [================= ] 1418/5161 27% [================= ] 1419/5161 27% [================= ] 1420/5161 27% [================= ] 1421/5161 27% [================= ] 1422/5161 27% [================= ] 1423/5161 27% [================= ] 1424/5161 27% [================= ] 1425/5161 27% [================= ] 1426/5161 27% [================= ] 1427/5161 27% [================= ] 1428/5161 27% [================= ] 1429/5161 27% [================= ] 1430/5161 27% [================= ] 1431/5161 27% [================= ] 1432/5161 27% [================= ] 1433/5161 27% [================= ] 1434/5161 27% [================= ] 1435/5161 27% [================= ] 1436/5161 27% [================= ] 1437/5161 27% [================= ] 1438/5161 27% [================= ] 1439/5161 27% [================= ] 1440/5161 27% [================= ] 1441/5161 27% [================= ] 1442/5161 27% [================= ] 1443/5161 27% [================= ] 1444/5161 27% [================= ] 1445/5161 27% [================= ] 1446/5161 28% [================= ] 1447/5161 28% [================= ] 1448/5161 28% [================= ] 1449/5161 28% [================= ] 1450/5161 28% [================= ] 1451/5161 28% [================= ] 1452/5161 28% [================= ] 1453/5161 28% [================= ] 1454/5161 28% [================= ] 1455/5161 28% [================= ] 1456/5161 28% [================= ] 1457/5161 28% [================= ] 1458/5161 28% [================= ] 1459/5161 28% [================= ] 1460/5161 28% [================= ] 1461/5161 28% [================= ] 1462/5161 28% [================= ] 1463/5161 28% [================= ] 1464/5161 28% [================= ] 1465/5161 28% [================= ] 1466/5161 28% [================= ] 1467/5161 28% [================= ] 1468/5161 28% [================= ] 1469/5161 28% [================= ] 1470/5161 28% [================= ] 1471/5161 28% [================= ] 1472/5161 28% [================= ] 1473/5161 28% [================= ] 1474/5161 28% [================= ] 1475/5161 28% [================= ] 1476/5161 28% [================= ] 1477/5161 28% [================= ] 1478/5161 28% [================= ] 1479/5161 28% [================= ] 1480/5161 28% [================= ] 1481/5161 28% [================= ] 1482/5161 28% [================= ] 1483/5161 28% [================= ] 1484/5161 28% [================= ] 1485/5161 28% [================= ] 1486/5161 28% [================= ] 1487/5161 28% [================= ] 1488/5161 28% [================= ] 1489/5161 28% [================= ] 1490/5161 28% [================= ] 1491/5161 28% [================= ] 1492/5161 28% [================= ] 1493/5161 28% [================= ] 1494/5161 28% [================= ] 1495/5161 28% [================= ] 1496/5161 28% [================= ] 1497/5161 29% [================= ] 1498/5161 29% [================== ] 1499/5161 29% [================== ] 1500/5161 29% [================== ] 1501/5161 29% [================== ] 1502/5161 29% [================== ] 1503/5161 29% [================== ] 1504/5161 29% [================== ] 1505/5161 29% [================== ] 1506/5161 29% [================== ] 1507/5161 29% [================== ] 1508/5161 29% [================== ] 1509/5161 29% [================== ] 1510/5161 29% [================== ] 1511/5161 29% [================== ] 1512/5161 29% [================== ] 1513/5161 29% [================== ] 1514/5161 29% [================== ] 1515/5161 29% [================== ] 1516/5161 29% [================== ] 1517/5161 29% [================== ] 1518/5161 29% [================== ] 1519/5161 29% [================== ] 1520/5161 29% [================== ] 1521/5161 29% [================== ] 1522/5161 29% [================== ] 1523/5161 29% [================== ] 1524/5161 29% [================== ] 1525/5161 29% [================== ] 1526/5161 29% [================== ] 1527/5161 29% [================== ] 1528/5161 29% [================== ] 1529/5161 29% [================== ] 1530/5161 29% [================== ] 1531/5161 29% [================== ] 1532/5161 29% [================== ] 1533/5161 29% [================== ] 1534/5161 29% [================== ] 1535/5161 29% [================== ] 1536/5161 29% [================== ] 1537/5161 29% [================== ] 1538/5161 29% [================== ] 1539/5161 29% [================== ] 1540/5161 29% [================== ] 1541/5161 29% [================== ] 1542/5161 29% [================== ] 1543/5161 29% [================== ] 1544/5161 29% [================== ] 1545/5161 29% [================== ] 1546/5161 29% [================== ] 1547/5161 29% [================== ] 1548/5161 29% [================== ] 1549/5161 30% [================== ] 1550/5161 30% [================== ] 1551/5161 30% [================== ] 1552/5161 30% [================== ] 1553/5161 30% [================== ] 1554/5161 30% [================== ] 1555/5161 30% [================== ] 1556/5161 30% [================== ] 1557/5161 30% [================== ] 1558/5161 30% [================== ] 1559/5161 30% [================== ] 1560/5161 30% [================== ] 1561/5161 30% [================== ] 1562/5161 30% [================== ] 1563/5161 30% [================== ] 1564/5161 30% [================== ] 1565/5161 30% [================== ] 1566/5161 30% [================== ] 1567/5161 30% [================== ] 1568/5161 30% [================== ] 1569/5161 30% [================== ] 1570/5161 30% [================== ] 1571/5161 30% [================== ] 1572/5161 30% [================== ] 1573/5161 30% [================== ] 1574/5161 30% [================== ] 1575/5161 30% [================== ] 1576/5161 30% [================== ] 1577/5161 30% [================== ] 1578/5161 30% [================== ] 1579/5161 30% [================== ] 1580/5161 30% [================== ] 1581/5161 30% [=================== ] 1582/5161 30% [=================== ] 1583/5161 30% [=================== ] 1584/5161 30% [=================== ] 1585/5161 30% [=================== ] 1586/5161 30% [=================== ] 1587/5161 30% [=================== ] 1588/5161 30% [=================== ] 1589/5161 30% [=================== ] 1590/5161 30% [=================== ] 1591/5161 30% [=================== ] 1592/5161 30% [=================== ] 1593/5161 30% [=================== ] 1594/5161 30% [=================== ] 1595/5161 30% [=================== ] 1596/5161 30% [=================== ] 1597/5161 30% [=================== ] 1598/5161 30% [=================== ] 1599/5161 30% [=================== ] 1600/5161 31% [=================== ] 1601/5161 31% [=================== ] 1602/5161 31% [=================== ] 1603/5161 31% [=================== ] 1604/5161 31% [=================== ] 1605/5161 31% [=================== ] 1606/5161 31% [=================== ] 1607/5161 31% [=================== ] 1608/5161 31% [=================== ] 1609/5161 31% [=================== ] 1610/5161 31% [=================== ] 1611/5161 31% [=================== ] 1612/5161 31% [=================== ] 1613/5161 31% [=================== ] 1614/5161 31% [=================== ] 1615/5161 31% [=================== ] 1616/5161 31% [=================== ] 1617/5161 31% [=================== ] 1618/5161 31% [=================== ] 1619/5161 31% [=================== ] 1620/5161 31% [=================== ] 1621/5161 31% [=================== ] 1622/5161 31% [=================== ] 1623/5161 31% [=================== ] 1624/5161 31% [=================== ] 1625/5161 31% [=================== ] 1626/5161 31% [=================== ] 1627/5161 31% [=================== ] 1628/5161 31% [=================== ] 1629/5161 31% [=================== ] 1630/5161 31% [=================== ] 1631/5161 31% [=================== ] 1632/5161 31% [=================== ] 1633/5161 31% [=================== ] 1634/5161 31% [=================== ] 1635/5161 31% [=================== ] 1636/5161 31% [=================== ] 1637/5161 31% [=================== ] 1638/5161 31% [=================== ] 1639/5161 31% [=================== ] 1640/5161 31% [=================== ] 1641/5161 31% [=================== ] 1642/5161 31% [=================== ] 1643/5161 31% [=================== ] 1644/5161 31% [=================== ] 1645/5161 31% [=================== ] 1646/5161 31% [=================== ] 1647/5161 31% [=================== ] 1648/5161 31% [=================== ] 1649/5161 31% [=================== ] 1650/5161 31% [=================== ] 1651/5161 31% [=================== ] 1652/5161 32% [=================== ] 1653/5161 32% [=================== ] 1654/5161 32% [=================== ] 1655/5161 32% [=================== ] 1656/5161 32% [=================== ] 1657/5161 32% [=================== ] 1658/5161 32% [=================== ] 1659/5161 32% [=================== ] 1660/5161 32% [=================== ] 1661/5161 32% [=================== ] 1662/5161 32% [=================== ] 1663/5161 32% [=================== ] 1664/5161 32% [==================== ] 1665/5161 32% [==================== ] 1666/5161 32% [==================== ] 1667/5161 32% [==================== ] 1668/5161 32% [==================== ] 1669/5161 32% [==================== ] 1670/5161 32% [==================== ] 1671/5161 32% [==================== ] 1672/5161 32% [==================== ] 1673/5161 32% [==================== ] 1674/5161 32% [==================== ] 1675/5161 32% [==================== ] 1676/5161 32% [==================== ] 1677/5161 32% [==================== ] 1678/5161 32% [==================== ] 1679/5161 32% [==================== ] 1680/5161 32% [==================== ] 1681/5161 32% [==================== ] 1682/5161 32% [==================== ] 1683/5161 32% [==================== ] 1684/5161 32% [==================== ] 1685/5161 32% [==================== ] 1686/5161 32% [==================== ] 1687/5161 32% [==================== ] 1688/5161 32% [==================== ] 1689/5161 32% [==================== ] 1690/5161 32% [==================== ] 1691/5161 32% [==================== ] 1692/5161 32% [==================== ] 1693/5161 32% [==================== ] 1694/5161 32% [==================== ] 1695/5161 32% [==================== ] 1696/5161 32% [==================== ] 1697/5161 32% [==================== ] 1698/5161 32% [==================== ] 1699/5161 32% [==================== ] 1700/5161 32% [==================== ] 1701/5161 32% [==================== ] 1702/5161 32% [==================== ] 1703/5161 32% [==================== ] 1704/5161 33% [==================== ] 1705/5161 33% [==================== ] 1706/5161 33% [==================== ] 1707/5161 33% [==================== ] 1708/5161 33% [==================== ] 1709/5161 33% [==================== ] 1710/5161 33% [==================== ] 1711/5161 33% [==================== ] 1712/5161 33% [==================== ] 1713/5161 33% [==================== ] 1714/5161 33% [==================== ] 1715/5161 33% [==================== ] 1716/5161 33% [==================== ] 1717/5161 33% [==================== ] 1718/5161 33% [==================== ] 1719/5161 33% [==================== ] 1720/5161 33% [==================== ] 1721/5161 33% [==================== ] 1722/5161 33% [==================== ] 1723/5161 33% [==================== ] 1724/5161 33% [==================== ] 1725/5161 33% [==================== ] 1726/5161 33% [==================== ] 1727/5161 33% [==================== ] 1728/5161 33% [==================== ] 1729/5161 33% [==================== ] 1730/5161 33% [==================== ] 1731/5161 33% [==================== ] 1732/5161 33% [==================== ] 1733/5161 33% [==================== ] 1734/5161 33% [==================== ] 1735/5161 33% [==================== ] 1736/5161 33% [==================== ] 1737/5161 33% [==================== ] 1738/5161 33% [==================== ] 1739/5161 33% [==================== ] 1740/5161 33% [==================== ] 1741/5161 33% [==================== ] 1742/5161 33% [==================== ] 1743/5161 33% [==================== ] 1744/5161 33% [==================== ] 1745/5161 33% [==================== ] 1746/5161 33% [==================== ] 1747/5161 33% [==================== ] 1748/5161 33% [===================== ] 1749/5161 33% [===================== ] 1750/5161 33% [===================== ] 1751/5161 33% [===================== ] 1752/5161 33% [===================== ] 1753/5161 33% [===================== ] 1754/5161 33% [===================== ] 1755/5161 34% [===================== ] 1756/5161 34% [===================== ] 1757/5161 34% [===================== ] 1758/5161 34% [===================== ] 1759/5161 34% [===================== ] 1760/5161 34% [===================== ] 1761/5161 34% [===================== ] 1762/5161 34% [===================== ] 1763/5161 34% [===================== ] 1764/5161 34% [===================== ] 1765/5161 34% [===================== ] 1766/5161 34% [===================== ] 1767/5161 34% [===================== ] 1768/5161 34% [===================== ] 1769/5161 34% [===================== ] 1770/5161 34% [===================== ] 1771/5161 34% [===================== ] 1772/5161 34% [===================== ] 1773/5161 34% [===================== ] 1774/5161 34% [===================== ] 1775/5161 34% [===================== ] 1776/5161 34% [===================== ] 1777/5161 34% [===================== ] 1778/5161 34% [===================== ] 1779/5161 34% [===================== ] 1780/5161 34% [===================== ] 1781/5161 34% [===================== ] 1782/5161 34% [===================== ] 1783/5161 34% [===================== ] 1784/5161 34% [===================== ] 1785/5161 34% [===================== ] 1786/5161 34% [===================== ] 1787/5161 34% [===================== ] 1788/5161 34% [===================== ] 1789/5161 34% [===================== ] 1790/5161 34% [===================== ] 1791/5161 34% [===================== ] 1792/5161 34% [===================== ] 1793/5161 34% [===================== ] 1794/5161 34% [===================== ] 1795/5161 34% [===================== ] 1796/5161 34% [===================== ] 1797/5161 34% [===================== ] 1798/5161 34% [===================== ] 1799/5161 34% [===================== ] 1800/5161 34% [===================== ] 1801/5161 34% [===================== ] 1802/5161 34% [===================== ] 1803/5161 34% [===================== ] 1804/5161 34% [===================== ] 1805/5161 34% [===================== ] 1806/5161 34% [===================== ] 1807/5161 35% [===================== ] 1808/5161 35% [===================== ] 1809/5161 35% [===================== ] 1810/5161 35% [===================== ] 1811/5161 35% [===================== ] 1812/5161 35% [===================== ] 1813/5161 35% [===================== ] 1814/5161 35% [===================== ] 1815/5161 35% [===================== ] 1816/5161 35% [===================== ] 1817/5161 35% [===================== ] 1818/5161 35% [===================== ] 1819/5161 35% [===================== ] 1820/5161 35% [===================== ] 1821/5161 35% [===================== ] 1822/5161 35% [===================== ] 1823/5161 35% [===================== ] 1824/5161 35% [===================== ] 1825/5161 35% [===================== ] 1826/5161 35% [===================== ] 1827/5161 35% [===================== ] 1828/5161 35% [===================== ] 1829/5161 35% [===================== ] 1830/5161 35% [===================== ] 1831/5161 35% [====================== ] 1832/5161 35% [====================== ] 1833/5161 35% [====================== ] 1834/5161 35% [====================== ] 1835/5161 35% [====================== ] 1836/5161 35% [====================== ] 1837/5161 35% [====================== ] 1838/5161 35% [====================== ] 1839/5161 35% [====================== ] 1840/5161 35% [====================== ] 1841/5161 35% [====================== ] 1842/5161 35% [====================== ] 1843/5161 35% [====================== ] 1844/5161 35% [====================== ] 1845/5161 35% [====================== ] 1846/5161 35% [====================== ] 1847/5161 35% [====================== ] 1848/5161 35% [====================== ] 1849/5161 35% [====================== ] 1850/5161 35% [====================== ] 1851/5161 35% [====================== ] 1852/5161 35% [====================== ] 1853/5161 35% [====================== ] 1854/5161 35% [====================== ] 1855/5161 35% [====================== ] 1856/5161 35% [====================== ] 1857/5161 35% [====================== ] 1858/5161 36% [====================== ] 1859/5161 36% [====================== ] 1860/5161 36% [====================== ] 1861/5161 36% [====================== ] 1862/5161 36% [====================== ] 1863/5161 36% [====================== ] 1864/5161 36% [====================== ] 1865/5161 36% [====================== ] 1866/5161 36% [====================== ] 1867/5161 36% [====================== ] 1868/5161 36% [====================== ] 1869/5161 36% [====================== ] 1870/5161 36% [====================== ] 1871/5161 36% [====================== ] 1872/5161 36% [====================== ] 1873/5161 36% [====================== ] 1874/5161 36% [====================== ] 1875/5161 36% [====================== ] 1876/5161 36% [====================== ] 1877/5161 36% [====================== ] 1878/5161 36% [====================== ] 1879/5161 36% [====================== ] 1880/5161 36% [====================== ] 1881/5161 36% [====================== ] 1882/5161 36% [====================== ] 1883/5161 36% [====================== ] 1884/5161 36% [====================== ] 1885/5161 36% [====================== ] 1886/5161 36% [====================== ] 1887/5161 36% [====================== ] 1888/5161 36% [====================== ] 1889/5161 36% [====================== ] 1890/5161 36% [====================== ] 1891/5161 36% [====================== ] 1892/5161 36% [====================== ] 1893/5161 36% [====================== ] 1894/5161 36% [====================== ] 1895/5161 36% [====================== ] 1896/5161 36% [====================== ] 1897/5161 36% [====================== ] 1898/5161 36% [====================== ] 1899/5161 36% [====================== ] 1900/5161 36% [====================== ] 1901/5161 36% [====================== ] 1902/5161 36% [====================== ] 1903/5161 36% [====================== ] 1904/5161 36% [====================== ] 1905/5161 36% [====================== ] 1906/5161 36% [====================== ] 1907/5161 36% [====================== ] 1908/5161 36% [====================== ] 1909/5161 36% [====================== ] 1910/5161 37% [====================== ] 1911/5161 37% [====================== ] 1912/5161 37% [====================== ] 1913/5161 37% [====================== ] 1914/5161 37% [======================= ] 1915/5161 37% [======================= ] 1916/5161 37% [======================= ] 1917/5161 37% [======================= ] 1918/5161 37% [======================= ] 1919/5161 37% [======================= ] 1920/5161 37% [======================= ] 1921/5161 37% [======================= ] 1922/5161 37% [======================= ] 1923/5161 37% [======================= ] 1924/5161 37% [======================= ] 1925/5161 37% [======================= ] 1926/5161 37% [======================= ] 1927/5161 37% [======================= ] 1928/5161 37% [======================= ] 1929/5161 37% [======================= ] 1930/5161 37% [======================= ] 1931/5161 37% [======================= ] 1932/5161 37% [======================= ] 1933/5161 37% [======================= ] 1934/5161 37% [======================= ] 1935/5161 37% [======================= ] 1936/5161 37% [======================= ] 1937/5161 37% [======================= ] 1938/5161 37% [======================= ] 1939/5161 37% [======================= ] 1940/5161 37% [======================= ] 1941/5161 37% [======================= ] 1942/5161 37% [======================= ] 1943/5161 37% [======================= ] 1944/5161 37% [======================= ] 1945/5161 37% [======================= ] 1946/5161 37% [======================= ] 1947/5161 37% [======================= ] 1948/5161 37% [======================= ] 1949/5161 37% [======================= ] 1950/5161 37% [======================= ] 1951/5161 37% [======================= ] 1952/5161 37% [======================= ] 1953/5161 37% [======================= ] 1954/5161 37% [======================= ] 1955/5161 37% [======================= ] 1956/5161 37% [======================= ] 1957/5161 37% [======================= ] 1958/5161 37% [======================= ] 1959/5161 37% [======================= ] 1960/5161 37% [======================= ] 1961/5161 37% [======================= ] 1962/5161 38% [======================= ] 1963/5161 38% [======================= ] 1964/5161 38% [======================= ] 1965/5161 38% [======================= ] 1966/5161 38% [======================= ] 1967/5161 38% [======================= ] 1968/5161 38% [======================= ] 1969/5161 38% [======================= ] 1970/5161 38% [======================= ] 1971/5161 38% [======================= ] 1972/5161 38% [======================= ] 1973/5161 38% [======================= ] 1974/5161 38% [======================= ] 1975/5161 38% [======================= ] 1976/5161 38% [======================= ] 1977/5161 38% [======================= ] 1978/5161 38% [======================= ] 1979/5161 38% [======================= ] 1980/5161 38% [======================= ] 1981/5161 38% [======================= ] 1982/5161 38% [======================= ] 1983/5161 38% [======================= ] 1984/5161 38% [======================= ] 1985/5161 38% [======================= ] 1986/5161 38% [======================= ] 1987/5161 38% [======================= ] 1988/5161 38% [======================= ] 1989/5161 38% [======================= ] 1990/5161 38% [======================= ] 1991/5161 38% [======================= ] 1992/5161 38% [======================= ] 1993/5161 38% [======================= ] 1994/5161 38% [======================= ] 1995/5161 38% [======================= ] 1996/5161 38% [======================= ] 1997/5161 38% [======================== ] 1998/5161 38% [======================== ] 1999/5161 38% [======================== ] 2000/5161 38% [======================== ] 2001/5161 38% [======================== ] 2002/5161 38% [======================== ] 2003/5161 38% [======================== ] 2004/5161 38% [======================== ] 2005/5161 38% [======================== ] 2006/5161 38% [======================== ] 2007/5161 38% [======================== ] 2008/5161 38% [======================== ] 2009/5161 38% [======================== ] 2010/5161 38% [======================== ] 2011/5161 38% [======================== ] 2012/5161 38% [======================== ] 2013/5161 39% [======================== ] 2014/5161 39% [======================== ] 2015/5161 39% [======================== ] 2016/5161 39% [======================== ] 2017/5161 39% [======================== ] 2018/5161 39% [======================== ] 2019/5161 39% [======================== ] 2020/5161 39% [======================== ] 2021/5161 39% [======================== ] 2022/5161 39% [======================== ] 2023/5161 39% [======================== ] 2024/5161 39% [======================== ] 2025/5161 39% [======================== ] 2026/5161 39% [======================== ] 2027/5161 39% [======================== ] 2028/5161 39% [======================== ] 2029/5161 39% [======================== ] 2030/5161 39% [======================== ] 2031/5161 39% [======================== ] 2032/5161 39% [======================== ] 2033/5161 39% [======================== ] 2034/5161 39% [======================== ] 2035/5161 39% [======================== ] 2036/5161 39% [======================== ] 2037/5161 39% [======================== ] 2038/5161 39% [======================== ] 2039/5161 39% [======================== ] 2040/5161 39% [======================== ] 2041/5161 39% [======================== ] 2042/5161 39% [======================== ] 2043/5161 39% [======================== ] 2044/5161 39% [======================== ] 2045/5161 39% [======================== ] 2046/5161 39% [======================== ] 2047/5161 39% [======================== ] 2048/5161 39% [======================== ] 2049/5161 39% [======================== ] 2050/5161 39% [======================== ] 2051/5161 39% [======================== ] 2052/5161 39% [======================== ] 2053/5161 39% [======================== ] 2054/5161 39% [======================== ] 2055/5161 39% [======================== ] 2056/5161 39% [======================== ] 2057/5161 39% [======================== ] 2058/5161 39% [======================== ] 2059/5161 39% [======================== ] 2060/5161 39% [======================== ] 2061/5161 39% [======================== ] 2062/5161 39% [======================== ] 2063/5161 39% [======================== ] 2064/5161 39% [======================== ] 2065/5161 40% [======================== ] 2066/5161 40% [======================== ] 2067/5161 40% [======================== ] 2068/5161 40% [======================== ] 2069/5161 40% [======================== ] 2070/5161 40% [======================== ] 2071/5161 40% [======================== ] 2072/5161 40% [======================== ] 2073/5161 40% [======================== ] 2074/5161 40% [======================== ] 2075/5161 40% [======================== ] 2076/5161 40% [======================== ] 2077/5161 40% [======================== ] 2078/5161 40% [======================== ] 2079/5161 40% [======================== ] 2080/5161 40% [======================== ] 2081/5161 40% [========================= ] 2082/5161 40% [========================= ] 2083/5161 40% [========================= ] 2084/5161 40% [========================= ] 2085/5161 40% [========================= ] 2086/5161 40% [========================= ] 2087/5161 40% [========================= ] 2088/5161 40% [========================= ] 2089/5161 40% [========================= ] 2090/5161 40% [========================= ] 2091/5161 40% [========================= ] 2092/5161 40% [========================= ] 2093/5161 40% [========================= ] 2094/5161 40% [========================= ] 2095/5161 40% [========================= ] 2096/5161 40% [========================= ] 2097/5161 40% [========================= ] 2098/5161 40% [========================= ] 2099/5161 40% [========================= ] 2100/5161 40% [========================= ] 2101/5161 40% [========================= ] 2102/5161 40% [========================= ] 2103/5161 40% [========================= ] 2104/5161 40% [========================= ] 2105/5161 40% [========================= ] 2106/5161 40% [========================= ] 2107/5161 40% [========================= ] 2108/5161 40% [========================= ] 2109/5161 40% [========================= ] 2110/5161 40% [========================= ] 2111/5161 40% [========================= ] 2112/5161 40% [========================= ] 2113/5161 40% [========================= ] 2114/5161 40% [========================= ] 2115/5161 40% [========================= ] 2116/5161 40% [========================= ] 2117/5161 41% [========================= ] 2118/5161 41% [========================= ] 2119/5161 41% [========================= ] 2120/5161 41% [========================= ] 2121/5161 41% [========================= ] 2122/5161 41% [========================= ] 2123/5161 41% [========================= ] 2124/5161 41% [========================= ] 2125/5161 41% [========================= ] 2126/5161 41% [========================= ] 2127/5161 41% [========================= ] 2128/5161 41% [========================= ] 2129/5161 41% [========================= ] 2130/5161 41% [========================= ] 2131/5161 41% [========================= ] 2132/5161 41% [========================= ] 2133/5161 41% [========================= ] 2134/5161 41% [========================= ] 2135/5161 41% [========================= ] 2136/5161 41% [========================= ] 2137/5161 41% [========================= ] 2138/5161 41% [========================= ] 2139/5161 41% [========================= ] 2140/5161 41% [========================= ] 2141/5161 41% [========================= ] 2142/5161 41% [========================= ] 2143/5161 41% [========================= ] 2144/5161 41% [========================= ] 2145/5161 41% [========================= ] 2146/5161 41% [========================= ] 2147/5161 41% [========================= ] 2148/5161 41% [========================= ] 2149/5161 41% [========================= ] 2150/5161 41% [========================= ] 2151/5161 41% [========================= ] 2152/5161 41% [========================= ] 2153/5161 41% [========================= ] 2154/5161 41% [========================= ] 2155/5161 41% [========================= ] 2156/5161 41% [========================= ] 2157/5161 41% [========================= ] 2158/5161 41% [========================= ] 2159/5161 41% [========================= ] 2160/5161 41% [========================= ] 2161/5161 41% [========================= ] 2162/5161 41% [========================= ] 2163/5161 41% [========================= ] 2164/5161 41% [========================== ] 2165/5161 41% [========================== ] 2166/5161 41% [========================== ] 2167/5161 41% [========================== ] 2168/5161 42% [========================== ] 2169/5161 42% [========================== ] 2170/5161 42% [========================== ] 2171/5161 42% [========================== ] 2172/5161 42% [========================== ] 2173/5161 42% [========================== ] 2174/5161 42% [========================== ] 2175/5161 42% [========================== ] 2176/5161 42% [========================== ] 2177/5161 42% [========================== ] 2178/5161 42% [========================== ] 2179/5161 42% [========================== ] 2180/5161 42% [========================== ] 2181/5161 42% [========================== ] 2182/5161 42% [========================== ] 2183/5161 42% [========================== ] 2184/5161 42% [========================== ] 2185/5161 42% [========================== ] 2186/5161 42% [========================== ] 2187/5161 42% [========================== ] 2188/5161 42% [========================== ] 2189/5161 42% [========================== ] 2190/5161 42% [========================== ] 2191/5161 42% [========================== ] 2192/5161 42% [========================== ] 2193/5161 42% [========================== ] 2194/5161 42% [========================== ] 2195/5161 42% [========================== ] 2196/5161 42% [========================== ] 2197/5161 42% [========================== ] 2198/5161 42% [========================== ] 2199/5161 42% [========================== ] 2200/5161 42% [========================== ] 2201/5161 42% [========================== ] 2202/5161 42% [========================== ] 2203/5161 42% [========================== ] 2204/5161 42% [========================== ] 2205/5161 42% [========================== ] 2206/5161 42% [========================== ] 2207/5161 42% [========================== ] 2208/5161 42% [========================== ] 2209/5161 42% [========================== ] 2210/5161 42% [========================== ] 2211/5161 42% [========================== ] 2212/5161 42% [========================== ] 2213/5161 42% [========================== ] 2214/5161 42% [========================== ] 2215/5161 42% [========================== ] 2216/5161 42% [========================== ] 2217/5161 42% [========================== ] 2218/5161 42% [========================== ] 2219/5161 42% [========================== ] 2220/5161 43% [========================== ] 2221/5161 43% [========================== ] 2222/5161 43% [========================== ] 2223/5161 43% [========================== ] 2224/5161 43% [========================== ] 2225/5161 43% [========================== ] 2226/5161 43% [========================== ] 2227/5161 43% [========================== ] 2228/5161 43% [========================== ] 2229/5161 43% [========================== ] 2230/5161 43% [========================== ] 2231/5161 43% [========================== ] 2232/5161 43% [========================== ] 2233/5161 43% [========================== ] 2234/5161 43% [========================== ] 2235/5161 43% [========================== ] 2236/5161 43% [========================== ] 2237/5161 43% [========================== ] 2238/5161 43% [========================== ] 2239/5161 43% [========================== ] 2240/5161 43% [========================== ] 2241/5161 43% [========================== ] 2242/5161 43% [========================== ] 2243/5161 43% [========================== ] 2244/5161 43% [========================== ] 2245/5161 43% [========================== ] 2246/5161 43% [========================== ] 2247/5161 43% [=========================== ] 2248/5161 43% [=========================== ] 2249/5161 43% [=========================== ] 2250/5161 43% [=========================== ] 2251/5161 43% [=========================== ] 2252/5161 43% [=========================== ] 2253/5161 43% [=========================== ] 2254/5161 43% [=========================== ] 2255/5161 43% [=========================== ] 2256/5161 43% [=========================== ] 2257/5161 43% [=========================== ] 2258/5161 43% [=========================== ] 2259/5161 43% [=========================== ] 2260/5161 43% [=========================== ] 2261/5161 43% [=========================== ] 2262/5161 43% [=========================== ] 2263/5161 43% [=========================== ] 2264/5161 43% [=========================== ] 2265/5161 43% [=========================== ] 2266/5161 43% [=========================== ] 2267/5161 43% [=========================== ] 2268/5161 43% [=========================== ] 2269/5161 43% [=========================== ] 2270/5161 43% [=========================== ] 2271/5161 44% [=========================== ] 2272/5161 44% [=========================== ] 2273/5161 44% [=========================== ] 2274/5161 44% [=========================== ] 2275/5161 44% [=========================== ] 2276/5161 44% [=========================== ] 2277/5161 44% [=========================== ] 2278/5161 44% [=========================== ] 2279/5161 44% [=========================== ] 2280/5161 44% [=========================== ] 2281/5161 44% [=========================== ] 2282/5161 44% [=========================== ] 2283/5161 44% [=========================== ] 2284/5161 44% [=========================== ] 2285/5161 44% [=========================== ] 2286/5161 44% [=========================== ] 2287/5161 44% [=========================== ] 2288/5161 44% [=========================== ] 2289/5161 44% [=========================== ] 2290/5161 44% [=========================== ] 2291/5161 44% [=========================== ] 2292/5161 44% [=========================== ] 2293/5161 44% [=========================== ] 2294/5161 44% [=========================== ] 2295/5161 44% [=========================== ] 2296/5161 44% [=========================== ] 2297/5161 44% [=========================== ] 2298/5161 44% [=========================== ] 2299/5161 44% [=========================== ] 2300/5161 44% [=========================== ] 2301/5161 44% [=========================== ] 2302/5161 44% [=========================== ] 2303/5161 44% [=========================== ] 2304/5161 44% [=========================== ] 2305/5161 44% [=========================== ] 2306/5161 44% [=========================== ] 2307/5161 44% [=========================== ] 2308/5161 44% [=========================== ] 2309/5161 44% [=========================== ] 2310/5161 44% [=========================== ] 2311/5161 44% [=========================== ] 2312/5161 44% [=========================== ] 2313/5161 44% [=========================== ] 2314/5161 44% [=========================== ] 2315/5161 44% [=========================== ] 2316/5161 44% [=========================== ] 2317/5161 44% [=========================== ] 2318/5161 44% [=========================== ] 2319/5161 44% [=========================== ] 2320/5161 44% [=========================== ] 2321/5161 44% [=========================== ] 2322/5161 44% [=========================== ] 2323/5161 45% [=========================== ] 2324/5161 45% [=========================== ] 2325/5161 45% [=========================== ] 2326/5161 45% [=========================== ] 2327/5161 45% [=========================== ] 2328/5161 45% [=========================== ] 2329/5161 45% [=========================== ] 2330/5161 45% [============================ ] 2331/5161 45% [============================ ] 2332/5161 45% [============================ ] 2333/5161 45% [============================ ] 2334/5161 45% [============================ ] 2335/5161 45% [============================ ] 2336/5161 45% [============================ ] 2337/5161 45% [============================ ] 2338/5161 45% [============================ ] 2339/5161 45% [============================ ] 2340/5161 45% [============================ ] 2341/5161 45% [============================ ] 2342/5161 45% [============================ ] 2343/5161 45% [============================ ] 2344/5161 45% [============================ ] 2345/5161 45% [============================ ] 2346/5161 45% [============================ ] 2347/5161 45% [============================ ] 2348/5161 45% [============================ ] 2349/5161 45% [============================ ] 2350/5161 45% [============================ ] 2351/5161 45% [============================ ] 2352/5161 45% [============================ ] 2353/5161 45% [============================ ] 2354/5161 45% [============================ ] 2355/5161 45% [============================ ] 2356/5161 45% [============================ ] 2357/5161 45% [============================ ] 2358/5161 45% [============================ ] 2359/5161 45% [============================ ] 2360/5161 45% [============================ ] 2361/5161 45% [============================ ] 2362/5161 45% [============================ ] 2363/5161 45% [============================ ] 2364/5161 45% [============================ ] 2365/5161 45% [============================ ] 2366/5161 45% [============================ ] 2367/5161 45% [============================ ] 2368/5161 45% [============================ ] 2369/5161 45% [============================ ] 2370/5161 45% [============================ ] 2371/5161 45% [============================ ] 2372/5161 45% [============================ ] 2373/5161 45% [============================ ] 2374/5161 45% [============================ ] 2375/5161 46% [============================ ] 2376/5161 46% [============================ ] 2377/5161 46% [============================ ] 2378/5161 46% [============================ ] 2379/5161 46% [============================ ] 2380/5161 46% [============================ ] 2381/5161 46% [============================ ] 2382/5161 46% [============================ ] 2383/5161 46% [============================ ] 2384/5161 46% [============================ ] 2385/5161 46% [============================ ] 2386/5161 46% [============================ ] 2387/5161 46% [============================ ] 2388/5161 46% [============================ ] 2389/5161 46% [============================ ] 2390/5161 46% [============================ ] 2391/5161 46% [============================ ] 2392/5161 46% [============================ ] 2393/5161 46% [============================ ] 2394/5161 46% [============================ ] 2395/5161 46% [============================ ] 2396/5161 46% [============================ ] 2397/5161 46% [============================ ] 2398/5161 46% [============================ ] 2399/5161 46% [============================ ] 2400/5161 46% [============================ ] 2401/5161 46% [============================ ] 2402/5161 46% [============================ ] 2403/5161 46% [============================ ] 2404/5161 46% [============================ ] 2405/5161 46% [============================ ] 2406/5161 46% [============================ ] 2407/5161 46% [============================ ] 2408/5161 46% [============================ ] 2409/5161 46% [============================ ] 2410/5161 46% [============================ ] 2411/5161 46% [============================ ] 2412/5161 46% [============================ ] 2413/5161 46% [============================ ] 2414/5161 46% [============================= ] 2415/5161 46% [============================= ] 2416/5161 46% [============================= ] 2417/5161 46% [============================= ] 2418/5161 46% [============================= ] 2419/5161 46% [============================= ] 2420/5161 46% [============================= ] 2421/5161 46% [============================= ] 2422/5161 46% [============================= ] 2423/5161 46% [============================= ] 2424/5161 46% [============================= ] 2425/5161 46% [============================= ] 2426/5161 47% [============================= ] 2427/5161 47% [============================= ] 2428/5161 47% [============================= ] 2429/5161 47% [============================= ] 2430/5161 47% [============================= ] 2431/5161 47% [============================= ] 2432/5161 47% [============================= ] 2433/5161 47% [============================= ] 2434/5161 47% [============================= ] 2435/5161 47% [============================= ] 2436/5161 47% [============================= ] 2437/5161 47% [============================= ] 2438/5161 47% [============================= ] 2439/5161 47% [============================= ] 2440/5161 47% [============================= ] 2441/5161 47% [============================= ] 2442/5161 47% [============================= ] 2443/5161 47% [============================= ] 2444/5161 47% [============================= ] 2445/5161 47% [============================= ] 2446/5161 47% [============================= ] 2447/5161 47% [============================= ] 2448/5161 47% [============================= ] 2449/5161 47% [============================= ] 2450/5161 47% [============================= ] 2451/5161 47% [============================= ] 2452/5161 47% [============================= ] 2453/5161 47% [============================= ] 2454/5161 47% [============================= ] 2455/5161 47% [============================= ] 2456/5161 47% [============================= ] 2457/5161 47% [============================= ] 2458/5161 47% [============================= ] 2459/5161 47% [============================= ] 2460/5161 47% [============================= ] 2461/5161 47% [============================= ] 2462/5161 47% [============================= ] 2463/5161 47% [============================= ] 2464/5161 47% [============================= ] 2465/5161 47% [============================= ] 2466/5161 47% [============================= ] 2467/5161 47% [============================= ] 2468/5161 47% [============================= ] 2469/5161 47% [============================= ] 2470/5161 47% [============================= ] 2471/5161 47% [============================= ] 2472/5161 47% [============================= ] 2473/5161 47% [============================= ] 2474/5161 47% [============================= ] 2475/5161 47% [============================= ] 2476/5161 47% [============================= ] 2477/5161 47% [============================= ] 2478/5161 48% [============================= ] 2479/5161 48% [============================= ] 2480/5161 48% [============================= ] 2481/5161 48% [============================= ] 2482/5161 48% [============================= ] 2483/5161 48% [============================= ] 2484/5161 48% [============================= ] 2485/5161 48% [============================= ] 2486/5161 48% [============================= ] 2487/5161 48% [============================= ] 2488/5161 48% [============================= ] 2489/5161 48% [============================= ] 2490/5161 48% [============================= ] 2491/5161 48% [============================= ] 2492/5161 48% [============================= ] 2493/5161 48% [============================= ] 2494/5161 48% [============================= ] 2495/5161 48% [============================= ] 2496/5161 48% [============================= ] 2497/5161 48% [============================== ] 2498/5161 48% [============================== ] 2499/5161 48% [============================== ] 2500/5161 48% [============================== ] 2501/5161 48% [============================== ] 2502/5161 48% [============================== ] 2503/5161 48% [============================== ] 2504/5161 48% [============================== ] 2505/5161 48% [============================== ] 2506/5161 48% [============================== ] 2507/5161 48% [============================== ] 2508/5161 48% [============================== ] 2509/5161 48% [============================== ] 2510/5161 48% [============================== ] 2511/5161 48% [============================== ] 2512/5161 48% [============================== ] 2513/5161 48% [============================== ] 2514/5161 48% [============================== ] 2515/5161 48% [============================== ] 2516/5161 48% [============================== ] 2517/5161 48% [============================== ] 2518/5161 48% [============================== ] 2519/5161 48% [============================== ] 2520/5161 48% [============================== ] 2521/5161 48% [============================== ] 2522/5161 48% [============================== ] 2523/5161 48% [============================== ] 2524/5161 48% [============================== ] 2525/5161 48% [============================== ] 2526/5161 48% [============================== ] 2527/5161 48% [============================== ] 2528/5161 48% [============================== ] 2529/5161 49% [============================== ] 2530/5161 49% [============================== ] 2531/5161 49% [============================== ] 2532/5161 49% [============================== ] 2533/5161 49% [============================== ] 2534/5161 49% [============================== ] 2535/5161 49% [============================== ] 2536/5161 49% [============================== ] 2537/5161 49% [============================== ] 2538/5161 49% [============================== ] 2539/5161 49% [============================== ] 2540/5161 49% [============================== ] 2541/5161 49% [============================== ] 2542/5161 49% [============================== ] 2543/5161 49% [============================== ] 2544/5161 49% [============================== ] 2545/5161 49% [============================== ] 2546/5161 49% [============================== ] 2547/5161 49% [============================== ] 2548/5161 49% [============================== ] 2549/5161 49% [============================== ] 2550/5161 49% [============================== ] 2551/5161 49% [============================== ] 2552/5161 49% [============================== ] 2553/5161 49% [============================== ] 2554/5161 49% [============================== ] 2555/5161 49% [============================== ] 2556/5161 49% [============================== ] 2557/5161 49% [============================== ] 2558/5161 49% [============================== ] 2559/5161 49% [============================== ] 2560/5161 49% [============================== ] 2561/5161 49% [============================== ] 2562/5161 49% [============================== ] 2563/5161 49% [============================== ] 2564/5161 49% [============================== ] 2565/5161 49% [============================== ] 2566/5161 49% [============================== ] 2567/5161 49% [============================== ] 2568/5161 49% [============================== ] 2569/5161 49% [============================== ] 2570/5161 49% [============================== ] 2571/5161 49% [============================== ] 2572/5161 49% [============================== ] 2573/5161 49% [============================== ] 2574/5161 49% [============================== ] 2575/5161 49% [============================== ] 2576/5161 49% [============================== ] 2577/5161 49% [============================== ] 2578/5161 49% [============================== ] 2579/5161 49% [============================== ] 2580/5161 49% [=============================== ] 2581/5161 50% [=============================== ] 2582/5161 50% [=============================== ] 2583/5161 50% [=============================== ] 2584/5161 50% [=============================== ] 2585/5161 50% [=============================== ] 2586/5161 50% [=============================== ] 2587/5161 50% [=============================== ] 2588/5161 50% [=============================== ] 2589/5161 50% [=============================== ] 2590/5161 50% [=============================== ] 2591/5161 50% [=============================== ] 2592/5161 50% [=============================== ] 2593/5161 50% [=============================== ] 2594/5161 50% [=============================== ] 2595/5161 50% [=============================== ] 2596/5161 50% [=============================== ] 2597/5161 50% [=============================== ] 2598/5161 50% [=============================== ] 2599/5161 50% [=============================== ] 2600/5161 50% [=============================== ] 2601/5161 50% [=============================== ] 2602/5161 50% [=============================== ] 2603/5161 50% [=============================== ] 2604/5161 50% [=============================== ] 2605/5161 50% [=============================== ] 2606/5161 50% [=============================== ] 2607/5161 50% [=============================== ] 2608/5161 50% [=============================== ] 2609/5161 50% [=============================== ] 2610/5161 50% [=============================== ] 2611/5161 50% [=============================== ] 2612/5161 50% [=============================== ] 2613/5161 50% [=============================== ] 2614/5161 50% [=============================== ] 2615/5161 50% [=============================== ] 2616/5161 50% [=============================== ] 2617/5161 50% [=============================== ] 2618/5161 50% [=============================== ] 2619/5161 50% [=============================== ] 2620/5161 50% [=============================== ] 2621/5161 50% [=============================== ] 2622/5161 50% [=============================== ] 2623/5161 50% [=============================== ] 2624/5161 50% [=============================== ] 2625/5161 50% [=============================== ] 2626/5161 50% [=============================== ] 2627/5161 50% [=============================== ] 2628/5161 50% [=============================== ] 2629/5161 50% [=============================== ] 2630/5161 50% [=============================== ] 2631/5161 50% [=============================== ] 2632/5161 50% [=============================== ] 2633/5161 51% [=============================== ] 2634/5161 51% [=============================== ] 2635/5161 51% [=============================== ] 2636/5161 51% [=============================== ] 2637/5161 51% [=============================== ] 2638/5161 51% [=============================== ] 2639/5161 51% [=============================== ] 2640/5161 51% [=============================== ] 2641/5161 51% [=============================== ] 2642/5161 51% [=============================== ] 2643/5161 51% [=============================== ] 2644/5161 51% [=============================== ] 2645/5161 51% [=============================== ] 2646/5161 51% [=============================== ] 2647/5161 51% [=============================== ] 2648/5161 51% [=============================== ] 2649/5161 51% [=============================== ] 2650/5161 51% [=============================== ] 2651/5161 51% [=============================== ] 2652/5161 51% [=============================== ] 2653/5161 51% [=============================== ] 2654/5161 51% [=============================== ] 2655/5161 51% [=============================== ] 2656/5161 51% [=============================== ] 2657/5161 51% [=============================== ] 2658/5161 51% [=============================== ] 2659/5161 51% [=============================== ] 2660/5161 51% [=============================== ] 2661/5161 51% [=============================== ] 2662/5161 51% [=============================== ] 2663/5161 51% [================================ ] 2664/5161 51% [================================ ] 2665/5161 51% [================================ ] 2666/5161 51% [================================ ] 2667/5161 51% [================================ ] 2668/5161 51% [================================ ] 2669/5161 51% [================================ ] 2670/5161 51% [================================ ] 2671/5161 51% [================================ ] 2672/5161 51% [================================ ] 2673/5161 51% [================================ ] 2674/5161 51% [================================ ] 2675/5161 51% [================================ ] 2676/5161 51% [================================ ] 2677/5161 51% [================================ ] 2678/5161 51% [================================ ] 2679/5161 51% [================================ ] 2680/5161 51% [================================ ] 2681/5161 51% [================================ ] 2682/5161 51% [================================ ] 2683/5161 51% [================================ ] 2684/5161 52% [================================ ] 2685/5161 52% [================================ ] 2686/5161 52% [================================ ] 2687/5161 52% [================================ ] 2688/5161 52% [================================ ] 2689/5161 52% [================================ ] 2690/5161 52% [================================ ] 2691/5161 52% [================================ ] 2692/5161 52% [================================ ] 2693/5161 52% [================================ ] 2694/5161 52% [================================ ] 2695/5161 52% [================================ ] 2696/5161 52% [================================ ] 2697/5161 52% [================================ ] 2698/5161 52% [================================ ] 2699/5161 52% [================================ ] 2700/5161 52% [================================ ] 2701/5161 52% [================================ ] 2702/5161 52% [================================ ] 2703/5161 52% [================================ ] 2704/5161 52% [================================ ] 2705/5161 52% [================================ ] 2706/5161 52% [================================ ] 2707/5161 52% [================================ ] 2708/5161 52% [================================ ] 2709/5161 52% [================================ ] 2710/5161 52% [================================ ] 2711/5161 52% [================================ ] 2712/5161 52% [================================ ] 2713/5161 52% [================================ ] 2714/5161 52% [================================ ] 2715/5161 52% [================================ ] 2716/5161 52% [================================ ] 2717/5161 52% [================================ ] 2718/5161 52% [================================ ] 2719/5161 52% [================================ ] 2720/5161 52% [================================ ] 2721/5161 52% [================================ ] 2722/5161 52% [================================ ] 2723/5161 52% [================================ ] 2724/5161 52% [================================ ] 2725/5161 52% [================================ ] 2726/5161 52% [================================ ] 2727/5161 52% [================================ ] 2728/5161 52% [================================ ] 2729/5161 52% [================================ ] 2730/5161 52% [================================ ] 2731/5161 52% [================================ ] 2732/5161 52% [================================ ] 2733/5161 52% [================================ ] 2734/5161 52% [================================ ] 2735/5161 52% [================================ ] 2736/5161 53% [================================ ] 2737/5161 53% [================================ ] 2738/5161 53% [================================ ] 2739/5161 53% [================================ ] 2740/5161 53% [================================ ] 2741/5161 53% [================================ ] 2742/5161 53% [================================ ] 2743/5161 53% [================================ ] 2744/5161 53% [================================ ] 2745/5161 53% [================================ ] 2746/5161 53% [================================= ] 2747/5161 53% [================================= ] 2748/5161 53% [================================= ] 2749/5161 53% [================================= ] 2750/5161 53% [================================= ] 2751/5161 53% [================================= ] 2752/5161 53% [================================= ] 2753/5161 53% [================================= ] 2754/5161 53% [================================= ] 2755/5161 53% [================================= ] 2756/5161 53% [================================= ] 2757/5161 53% [================================= ] 2758/5161 53% [================================= ] 2759/5161 53% [================================= ] 2760/5161 53% [================================= ] 2761/5161 53% [================================= ] 2762/5161 53% [================================= ] 2763/5161 53% [================================= ] 2764/5161 53% [================================= ] 2765/5161 53% [================================= ] 2766/5161 53% [================================= ] 2767/5161 53% [================================= ] 2768/5161 53% [================================= ] 2769/5161 53% [================================= ] 2770/5161 53% [================================= ] 2771/5161 53% [================================= ] 2772/5161 53% [================================= ] 2773/5161 53% [================================= ] 2774/5161 53% [================================= ] 2775/5161 53% [================================= ] 2776/5161 53% [================================= ] 2777/5161 53% [================================= ] 2778/5161 53% [================================= ] 2779/5161 53% [================================= ] 2780/5161 53% [================================= ] 2781/5161 53% [================================= ] 2782/5161 53% [================================= ] 2783/5161 53% [================================= ] 2784/5161 53% [================================= ] 2785/5161 53% [================================= ] 2786/5161 53% [================================= ] 2787/5161 54% [================================= ] 2788/5161 54% [================================= ] 2789/5161 54% [================================= ] 2790/5161 54% [================================= ] 2791/5161 54% [================================= ] 2792/5161 54% [================================= ] 2793/5161 54% [================================= ] 2794/5161 54% [================================= ] 2795/5161 54% [================================= ] 2796/5161 54% [================================= ] 2797/5161 54% [================================= ] 2798/5161 54% [================================= ] 2799/5161 54% [================================= ] 2800/5161 54% [================================= ] 2801/5161 54% [================================= ] 2802/5161 54% [================================= ] 2803/5161 54% [================================= ] 2804/5161 54% [================================= ] 2805/5161 54% [================================= ] 2806/5161 54% [================================= ] 2807/5161 54% [================================= ] 2808/5161 54% [================================= ] 2809/5161 54% [================================= ] 2810/5161 54% [================================= ] 2811/5161 54% [================================= ] 2812/5161 54% [================================= ] 2813/5161 54% [================================= ] 2814/5161 54% [================================= ] 2815/5161 54% [================================= ] 2816/5161 54% [================================= ] 2817/5161 54% [================================= ] 2818/5161 54% [================================= ] 2819/5161 54% [================================= ] 2820/5161 54% [================================= ] 2821/5161 54% [================================= ] 2822/5161 54% [================================= ] 2823/5161 54% [================================= ] 2824/5161 54% [================================= ] 2825/5161 54% [================================= ] 2826/5161 54% [================================= ] 2827/5161 54% [================================= ] 2828/5161 54% [================================= ] 2829/5161 54% [================================= ] 2830/5161 54% [================================== ] 2831/5161 54% [================================== ] 2832/5161 54% [================================== ] 2833/5161 54% [================================== ] 2834/5161 54% [================================== ] 2835/5161 54% [================================== ] 2836/5161 54% [================================== ] 2837/5161 54% [================================== ] 2838/5161 54% [================================== ] 2839/5161 55% [================================== ] 2840/5161 55% [================================== ] 2841/5161 55% [================================== ] 2842/5161 55% [================================== ] 2843/5161 55% [================================== ] 2844/5161 55% [================================== ] 2845/5161 55% [================================== ] 2846/5161 55% [================================== ] 2847/5161 55% [================================== ] 2848/5161 55% [================================== ] 2849/5161 55% [================================== ] 2850/5161 55% [================================== ] 2851/5161 55% [================================== ] 2852/5161 55% [================================== ] 2853/5161 55% [================================== ] 2854/5161 55% [================================== ] 2855/5161 55% [================================== ] 2856/5161 55% [================================== ] 2857/5161 55% [================================== ] 2858/5161 55% [================================== ] 2859/5161 55% [================================== ] 2860/5161 55% [================================== ] 2861/5161 55% [================================== ] 2862/5161 55% [================================== ] 2863/5161 55% [================================== ] 2864/5161 55% [================================== ] 2865/5161 55% [================================== ] 2866/5161 55% [================================== ] 2867/5161 55% [================================== ] 2868/5161 55% [================================== ] 2869/5161 55% [================================== ] 2870/5161 55% [================================== ] 2871/5161 55% [================================== ] 2872/5161 55% [================================== ] 2873/5161 55% [================================== ] 2874/5161 55% [================================== ] 2875/5161 55% [================================== ] 2876/5161 55% [================================== ] 2877/5161 55% [================================== ] 2878/5161 55% [================================== ] 2879/5161 55% [================================== ] 2880/5161 55% [================================== ] 2881/5161 55% [================================== ] 2882/5161 55% [================================== ] 2883/5161 55% [================================== ] 2884/5161 55% [================================== ] 2885/5161 55% [================================== ] 2886/5161 55% [================================== ] 2887/5161 55% [================================== ] 2888/5161 55% [================================== ] 2889/5161 55% [================================== ] 2890/5161 55% [================================== ] 2891/5161 56% [================================== ] 2892/5161 56% [================================== ] 2893/5161 56% [================================== ] 2894/5161 56% [================================== ] 2895/5161 56% [================================== ] 2896/5161 56% [================================== ] 2897/5161 56% [================================== ] 2898/5161 56% [================================== ] 2899/5161 56% [================================== ] 2900/5161 56% [================================== ] 2901/5161 56% [================================== ] 2902/5161 56% [================================== ] 2903/5161 56% [================================== ] 2904/5161 56% [================================== ] 2905/5161 56% [================================== ] 2906/5161 56% [================================== ] 2907/5161 56% [================================== ] 2908/5161 56% [================================== ] 2909/5161 56% [================================== ] 2910/5161 56% [================================== ] 2911/5161 56% [================================== ] 2912/5161 56% [================================== ] 2913/5161 56% [=================================== ] 2914/5161 56% [=================================== ] 2915/5161 56% [=================================== ] 2916/5161 56% [=================================== ] 2917/5161 56% [=================================== ] 2918/5161 56% [=================================== ] 2919/5161 56% [=================================== ] 2920/5161 56% [=================================== ] 2921/5161 56% [=================================== ] 2922/5161 56% [=================================== ] 2923/5161 56% [=================================== ] 2924/5161 56% [=================================== ] 2925/5161 56% [=================================== ] 2926/5161 56% [=================================== ] 2927/5161 56% [=================================== ] 2928/5161 56% [=================================== ] 2929/5161 56% [=================================== ] 2930/5161 56% [=================================== ] 2931/5161 56% [=================================== ] 2932/5161 56% [=================================== ] 2933/5161 56% [=================================== ] 2934/5161 56% [=================================== ] 2935/5161 56% [=================================== ] 2936/5161 56% [=================================== ] 2937/5161 56% [=================================== ] 2938/5161 56% [=================================== ] 2939/5161 56% [=================================== ] 2940/5161 56% [=================================== ] 2941/5161 56% [=================================== ] 2942/5161 57% [=================================== ] 2943/5161 57% [=================================== ] 2944/5161 57% [=================================== ] 2945/5161 57% [=================================== ] 2946/5161 57% [=================================== ] 2947/5161 57% [=================================== ] 2948/5161 57% [=================================== ] 2949/5161 57% [=================================== ] 2950/5161 57% [=================================== ] 2951/5161 57% [=================================== ] 2952/5161 57% [=================================== ] 2953/5161 57% [=================================== ] 2954/5161 57% [=================================== ] 2955/5161 57% [=================================== ] 2956/5161 57% [=================================== ] 2957/5161 57% [=================================== ] 2958/5161 57% [=================================== ] 2959/5161 57% [=================================== ] 2960/5161 57% [=================================== ] 2961/5161 57% [=================================== ] 2962/5161 57% [=================================== ] 2963/5161 57% [=================================== ] 2964/5161 57% [=================================== ] 2965/5161 57% [=================================== ] 2966/5161 57% [=================================== ] 2967/5161 57% [=================================== ] 2968/5161 57% [=================================== ] 2969/5161 57% [=================================== ] 2970/5161 57% [=================================== ] 2971/5161 57% [=================================== ] 2972/5161 57% [=================================== ] 2973/5161 57% [=================================== ] 2974/5161 57% [=================================== ] 2975/5161 57% [=================================== ] 2976/5161 57% [=================================== ] 2977/5161 57% [=================================== ] 2978/5161 57% [=================================== ] 2979/5161 57% [=================================== ] 2980/5161 57% [=================================== ] 2981/5161 57% [=================================== ] 2982/5161 57% [=================================== ] 2983/5161 57% [=================================== ] 2984/5161 57% [=================================== ] 2985/5161 57% [=================================== ] 2986/5161 57% [=================================== ] 2987/5161 57% [=================================== ] 2988/5161 57% [=================================== ] 2989/5161 57% [=================================== ] 2990/5161 57% [=================================== ] 2991/5161 57% [=================================== ] 2992/5161 57% [=================================== ] 2993/5161 57% [=================================== ] 2994/5161 58% [=================================== ] 2995/5161 58% [=================================== ] 2996/5161 58% [==================================== ] 2997/5161 58% [==================================== ] 2998/5161 58% [==================================== ] 2999/5161 58% [==================================== ] 3000/5161 58% [==================================== ] 3001/5161 58% [==================================== ] 3002/5161 58% [==================================== ] 3003/5161 58% [==================================== ] 3004/5161 58% [==================================== ] 3005/5161 58% [==================================== ] 3006/5161 58% [==================================== ] 3007/5161 58% [==================================== ] 3008/5161 58% [==================================== ] 3009/5161 58% [==================================== ] 3010/5161 58% [==================================== ] 3011/5161 58% [==================================== ] 3012/5161 58% [==================================== ] 3013/5161 58% [==================================== ] 3014/5161 58% [==================================== ] 3015/5161 58% [==================================== ] 3016/5161 58% [==================================== ] 3017/5161 58% [==================================== ] 3018/5161 58% [==================================== ] 3019/5161 58% [==================================== ] 3020/5161 58% [==================================== ] 3021/5161 58% [==================================== ] 3022/5161 58% [==================================== ] 3023/5161 58% [==================================== ] 3024/5161 58% [==================================== ] 3025/5161 58% [==================================== ] 3026/5161 58% [==================================== ] 3027/5161 58% [==================================== ] 3028/5161 58% [==================================== ] 3029/5161 58% [==================================== ] 3030/5161 58% [==================================== ] 3031/5161 58% [==================================== ] 3032/5161 58% [==================================== ] 3033/5161 58% [==================================== ] 3034/5161 58% [==================================== ] 3035/5161 58% [==================================== ] 3036/5161 58% [==================================== ] 3037/5161 58% [==================================== ] 3038/5161 58% [==================================== ] 3039/5161 58% [==================================== ] 3040/5161 58% [==================================== ] 3041/5161 58% [==================================== ] 3042/5161 58% [==================================== ] 3043/5161 58% [==================================== ] 3044/5161 58% [==================================== ] 3045/5161 59% [==================================== ] 3046/5161 59% [==================================== ] 3047/5161 59% [==================================== ] 3048/5161 59% [==================================== ] 3049/5161 59% [==================================== ] 3050/5161 59% [==================================== ] 3051/5161 59% [==================================== ] 3052/5161 59% [==================================== ] 3053/5161 59% [==================================== ] 3054/5161 59% [==================================== ] 3055/5161 59% [==================================== ] 3056/5161 59% [==================================== ] 3057/5161 59% [==================================== ] 3058/5161 59% [==================================== ] 3059/5161 59% [==================================== ] 3060/5161 59% [==================================== ] 3061/5161 59% [==================================== ] 3062/5161 59% [==================================== ] 3063/5161 59% [==================================== ] 3064/5161 59% [==================================== ] 3065/5161 59% [==================================== ] 3066/5161 59% [==================================== ] 3067/5161 59% [==================================== ] 3068/5161 59% [==================================== ] 3069/5161 59% [==================================== ] 3070/5161 59% [==================================== ] 3071/5161 59% [==================================== ] 3072/5161 59% [==================================== ] 3073/5161 59% [==================================== ] 3074/5161 59% [==================================== ] 3075/5161 59% [==================================== ] 3076/5161 59% [==================================== ] 3077/5161 59% [==================================== ] 3078/5161 59% [==================================== ] 3079/5161 59% [===================================== ] 3080/5161 59% [===================================== ] 3081/5161 59% [===================================== ] 3082/5161 59% [===================================== ] 3083/5161 59% [===================================== ] 3084/5161 59% [===================================== ] 3085/5161 59% [===================================== ] 3086/5161 59% [===================================== ] 3087/5161 59% [===================================== ] 3088/5161 59% [===================================== ] 3089/5161 59% [===================================== ] 3090/5161 59% [===================================== ] 3091/5161 59% [===================================== ] 3092/5161 59% [===================================== ] 3093/5161 59% [===================================== ] 3094/5161 59% [===================================== ] 3095/5161 59% [===================================== ] 3096/5161 59% [===================================== ] 3097/5161 60% [===================================== ] 3098/5161 60% [===================================== ] 3099/5161 60% [===================================== ] 3100/5161 60% [===================================== ] 3101/5161 60% [===================================== ] 3102/5161 60% [===================================== ] 3103/5161 60% [===================================== ] 3104/5161 60% [===================================== ] 3105/5161 60% [===================================== ] 3106/5161 60% [===================================== ] 3107/5161 60% [===================================== ] 3108/5161 60% [===================================== ] 3109/5161 60% [===================================== ] 3110/5161 60% [===================================== ] 3111/5161 60% [===================================== ] 3112/5161 60% [===================================== ] 3113/5161 60% [===================================== ] 3114/5161 60% [===================================== ] 3115/5161 60% [===================================== ] 3116/5161 60% [===================================== ] 3117/5161 60% [===================================== ] 3118/5161 60% [===================================== ] 3119/5161 60% [===================================== ] 3120/5161 60% [===================================== ] 3121/5161 60% [===================================== ] 3122/5161 60% [===================================== ] 3123/5161 60% [===================================== ] 3124/5161 60% [===================================== ] 3125/5161 60% [===================================== ] 3126/5161 60% [===================================== ] 3127/5161 60% [===================================== ] 3128/5161 60% [===================================== ] 3129/5161 60% [===================================== ] 3130/5161 60% [===================================== ] 3131/5161 60% [===================================== ] 3132/5161 60% [===================================== ] 3133/5161 60% [===================================== ] 3134/5161 60% [===================================== ] 3135/5161 60% [===================================== ] 3136/5161 60% [===================================== ] 3137/5161 60% [===================================== ] 3138/5161 60% [===================================== ] 3139/5161 60% [===================================== ] 3140/5161 60% [===================================== ] 3141/5161 60% [===================================== ] 3142/5161 60% [===================================== ] 3143/5161 60% [===================================== ] 3144/5161 60% [===================================== ] 3145/5161 60% [===================================== ] 3146/5161 60% [===================================== ] 3147/5161 60% [===================================== ] 3148/5161 60% [===================================== ] 3149/5161 61% [===================================== ] 3150/5161 61% [===================================== ] 3151/5161 61% [===================================== ] 3152/5161 61% [===================================== ] 3153/5161 61% [===================================== ] 3154/5161 61% [===================================== ] 3155/5161 61% [===================================== ] 3156/5161 61% [===================================== ] 3157/5161 61% [===================================== ] 3158/5161 61% [===================================== ] 3159/5161 61% [===================================== ] 3160/5161 61% [===================================== ] 3161/5161 61% [===================================== ] 3162/5161 61% [===================================== ] 3163/5161 61% [====================================== ] 3164/5161 61% [====================================== ] 3165/5161 61% [====================================== ] 3166/5161 61% [====================================== ] 3167/5161 61% [====================================== ] 3168/5161 61% [====================================== ] 3169/5161 61% [====================================== ] 3170/5161 61% [====================================== ] 3171/5161 61% [====================================== ] 3172/5161 61% [====================================== ] 3173/5161 61% [====================================== ] 3174/5161 61% [====================================== ] 3175/5161 61% [====================================== ] 3176/5161 61% [====================================== ] 3177/5161 61% [====================================== ] 3178/5161 61% [====================================== ] 3179/5161 61% [====================================== ] 3180/5161 61% [====================================== ] 3181/5161 61% [====================================== ] 3182/5161 61% [====================================== ] 3183/5161 61% [====================================== ] 3184/5161 61% [====================================== ] 3185/5161 61% [====================================== ] 3186/5161 61% [====================================== ] 3187/5161 61% [====================================== ] 3188/5161 61% [====================================== ] 3189/5161 61% [====================================== ] 3190/5161 61% [====================================== ] 3191/5161 61% [====================================== ] 3192/5161 61% [====================================== ] 3193/5161 61% [====================================== ] 3194/5161 61% [====================================== ] 3195/5161 61% [====================================== ] 3196/5161 61% [====================================== ] 3197/5161 61% [====================================== ] 3198/5161 61% [====================================== ] 3199/5161 61% [====================================== ] 3200/5161 62% [====================================== ] 3201/5161 62% [====================================== ] 3202/5161 62% [====================================== ] 3203/5161 62% [====================================== ] 3204/5161 62% [====================================== ] 3205/5161 62% [====================================== ] 3206/5161 62% [====================================== ] 3207/5161 62% [====================================== ] 3208/5161 62% [====================================== ] 3209/5161 62% [====================================== ] 3210/5161 62% [====================================== ] 3211/5161 62% [====================================== ] 3212/5161 62% [====================================== ] 3213/5161 62% [====================================== ] 3214/5161 62% [====================================== ] 3215/5161 62% [====================================== ] 3216/5161 62% [====================================== ] 3217/5161 62% [====================================== ] 3218/5161 62% [====================================== ] 3219/5161 62% [====================================== ] 3220/5161 62% [====================================== ] 3221/5161 62% [====================================== ] 3222/5161 62% [====================================== ] 3223/5161 62% [====================================== ] 3224/5161 62% [====================================== ] 3225/5161 62% [====================================== ] 3226/5161 62% [====================================== ] 3227/5161 62% [====================================== ] 3228/5161 62% [====================================== ] 3229/5161 62% [====================================== ] 3230/5161 62% [====================================== ] 3231/5161 62% [====================================== ] 3232/5161 62% [====================================== ] 3233/5161 62% [====================================== ] 3234/5161 62% [====================================== ] 3235/5161 62% [====================================== ] 3236/5161 62% [====================================== ] 3237/5161 62% [====================================== ] 3238/5161 62% [====================================== ] 3239/5161 62% [====================================== ] 3240/5161 62% [====================================== ] 3241/5161 62% [====================================== ] 3242/5161 62% [====================================== ] 3243/5161 62% [====================================== ] 3244/5161 62% [====================================== ] 3245/5161 62% [====================================== ] 3246/5161 62% [======================================= ] 3247/5161 62% [======================================= ] 3248/5161 62% [======================================= ] 3249/5161 62% [======================================= ] 3250/5161 62% [======================================= ] 3251/5161 62% [======================================= ] 3252/5161 63% [======================================= ] 3253/5161 63% [======================================= ] 3254/5161 63% [======================================= ] 3255/5161 63% [======================================= ] 3256/5161 63% [======================================= ] 3257/5161 63% [======================================= ] 3258/5161 63% [======================================= ] 3259/5161 63% [======================================= ] 3260/5161 63% [======================================= ] 3261/5161 63% [======================================= ] 3262/5161 63% [======================================= ] 3263/5161 63% [======================================= ] 3264/5161 63% [======================================= ] 3265/5161 63% [======================================= ] 3266/5161 63% [======================================= ] 3267/5161 63% [======================================= ] 3268/5161 63% [======================================= ] 3269/5161 63% [======================================= ] 3270/5161 63% [======================================= ] 3271/5161 63% [======================================= ] 3272/5161 63% [======================================= ] 3273/5161 63% [======================================= ] 3274/5161 63% [======================================= ] 3275/5161 63% [======================================= ] 3276/5161 63% [======================================= ] 3277/5161 63% [======================================= ] 3278/5161 63% [======================================= ] 3279/5161 63% [======================================= ] 3280/5161 63% [======================================= ] 3281/5161 63% [======================================= ] 3282/5161 63% [======================================= ] 3283/5161 63% [======================================= ] 3284/5161 63% [======================================= ] 3285/5161 63% [======================================= ] 3286/5161 63% [======================================= ] 3287/5161 63% [======================================= ] 3288/5161 63% [======================================= ] 3289/5161 63% [======================================= ] 3290/5161 63% [======================================= ] 3291/5161 63% [======================================= ] 3292/5161 63% [======================================= ] 3293/5161 63% [======================================= ] 3294/5161 63% [======================================= ] 3295/5161 63% [======================================= ] 3296/5161 63% [======================================= ] 3297/5161 63% [======================================= ] 3298/5161 63% [======================================= ] 3299/5161 63% [======================================= ] 3300/5161 63% [======================================= ] 3301/5161 63% [======================================= ] 3302/5161 63% [======================================= ] 3303/5161 63% [======================================= ] 3304/5161 64% [======================================= ] 3305/5161 64% [======================================= ] 3306/5161 64% [======================================= ] 3307/5161 64% [======================================= ] 3308/5161 64% [======================================= ] 3309/5161 64% [======================================= ] 3310/5161 64% [======================================= ] 3311/5161 64% [======================================= ] 3312/5161 64% [======================================= ] 3313/5161 64% [======================================= ] 3314/5161 64% [======================================= ] 3315/5161 64% [======================================= ] 3316/5161 64% [======================================= ] 3317/5161 64% [======================================= ] 3318/5161 64% [======================================= ] 3319/5161 64% [======================================= ] 3320/5161 64% [======================================= ] 3321/5161 64% [======================================= ] 3322/5161 64% [======================================= ] 3323/5161 64% [======================================= ] 3324/5161 64% [======================================= ] 3325/5161 64% [======================================= ] 3326/5161 64% [======================================= ] 3327/5161 64% [======================================= ] 3328/5161 64% [======================================= ] 3329/5161 64% [======================================== ] 3330/5161 64% [======================================== ] 3331/5161 64% [======================================== ] 3332/5161 64% [======================================== ] 3333/5161 64% [======================================== ] 3334/5161 64% [======================================== ] 3335/5161 64% [======================================== ] 3336/5161 64% [======================================== ] 3337/5161 64% [======================================== ] 3338/5161 64% [======================================== ] 3339/5161 64% [======================================== ] 3340/5161 64% [======================================== ] 3341/5161 64% [======================================== ] 3342/5161 64% [======================================== ] 3343/5161 64% [======================================== ] 3344/5161 64% [======================================== ] 3345/5161 64% [======================================== ] 3346/5161 64% [======================================== ] 3347/5161 64% [======================================== ] 3348/5161 64% [======================================== ] 3349/5161 64% [======================================== ] 3350/5161 64% [======================================== ] 3351/5161 64% [======================================== ] 3352/5161 64% [======================================== ] 3353/5161 64% [======================================== ] 3354/5161 64% [======================================== ] 3355/5161 65% [======================================== ] 3356/5161 65% [======================================== ] 3357/5161 65% [======================================== ] 3358/5161 65% [======================================== ] 3359/5161 65% [======================================== ] 3360/5161 65% [======================================== ] 3361/5161 65% [======================================== ] 3362/5161 65% [======================================== ] 3363/5161 65% [======================================== ] 3364/5161 65% [======================================== ] 3365/5161 65% [======================================== ] 3366/5161 65% [======================================== ] 3367/5161 65% [======================================== ] 3368/5161 65% [======================================== ] 3369/5161 65% [======================================== ] 3370/5161 65% [======================================== ] 3371/5161 65% [======================================== ] 3372/5161 65% [======================================== ] 3373/5161 65% [======================================== ] 3374/5161 65% [======================================== ] 3375/5161 65% [======================================== ] 3376/5161 65% [======================================== ] 3377/5161 65% [======================================== ] 3378/5161 65% [======================================== ] 3379/5161 65% [======================================== ] 3380/5161 65% [======================================== ] 3381/5161 65% [======================================== ] 3382/5161 65% [======================================== ] 3383/5161 65% [======================================== ] 3384/5161 65% [======================================== ] 3385/5161 65% [======================================== ] 3386/5161 65% [======================================== ] 3387/5161 65% [======================================== ] 3388/5161 65% [======================================== ] 3389/5161 65% [======================================== ] 3390/5161 65% [======================================== ] 3391/5161 65% [======================================== ] 3392/5161 65% [======================================== ] 3393/5161 65% [======================================== ] 3394/5161 65% [======================================== ] 3395/5161 65% [======================================== ] 3396/5161 65% [======================================== ] 3397/5161 65% [======================================== ] 3398/5161 65% [======================================== ] 3399/5161 65% [======================================== ] 3400/5161 65% [======================================== ] 3401/5161 65% [======================================== ] 3402/5161 65% [======================================== ] 3403/5161 65% [======================================== ] 3404/5161 65% [======================================== ] 3405/5161 65% [======================================== ] 3406/5161 65% [======================================== ] 3407/5161 66% [======================================== ] 3408/5161 66% [======================================== ] 3409/5161 66% [======================================== ] 3410/5161 66% [======================================== ] 3411/5161 66% [======================================== ] 3412/5161 66% [========================================= ] 3413/5161 66% [========================================= ] 3414/5161 66% [========================================= ] 3415/5161 66% [========================================= ] 3416/5161 66% [========================================= ] 3417/5161 66% [========================================= ] 3418/5161 66% [========================================= ] 3419/5161 66% [========================================= ] 3420/5161 66% [========================================= ] 3421/5161 66% [========================================= ] 3422/5161 66% [========================================= ] 3423/5161 66% [========================================= ] 3424/5161 66% [========================================= ] 3425/5161 66% [========================================= ] 3426/5161 66% [========================================= ] 3427/5161 66% [========================================= ] 3428/5161 66% [========================================= ] 3429/5161 66% [========================================= ] 3430/5161 66% [========================================= ] 3431/5161 66% [========================================= ] 3432/5161 66% [========================================= ] 3433/5161 66% [========================================= ] 3434/5161 66% [========================================= ] 3435/5161 66% [========================================= ] 3436/5161 66% [========================================= ] 3437/5161 66% [========================================= ] 3438/5161 66% [========================================= ] 3439/5161 66% [========================================= ] 3440/5161 66% [========================================= ] 3441/5161 66% [========================================= ] 3442/5161 66% [========================================= ] 3443/5161 66% [========================================= ] 3444/5161 66% [========================================= ] 3445/5161 66% [========================================= ] 3446/5161 66% [========================================= ] 3447/5161 66% [========================================= ] 3448/5161 66% [========================================= ] 3449/5161 66% [========================================= ] 3450/5161 66% [========================================= ] 3451/5161 66% [========================================= ] 3452/5161 66% [========================================= ] 3453/5161 66% [========================================= ] 3454/5161 66% [========================================= ] 3455/5161 66% [========================================= ] 3456/5161 66% [========================================= ] 3457/5161 66% [========================================= ] 3458/5161 67% [========================================= ] 3459/5161 67% [========================================= ] 3460/5161 67% [========================================= ] 3461/5161 67% [========================================= ] 3462/5161 67% [========================================= ] 3463/5161 67% [========================================= ] 3464/5161 67% [========================================= ] 3465/5161 67% [========================================= ] 3466/5161 67% [========================================= ] 3467/5161 67% [========================================= ] 3468/5161 67% [========================================= ] 3469/5161 67% [========================================= ] 3470/5161 67% [========================================= ] 3471/5161 67% [========================================= ] 3472/5161 67% [========================================= ] 3473/5161 67% [========================================= ] 3474/5161 67% [========================================= ] 3475/5161 67% [========================================= ] 3476/5161 67% [========================================= ] 3477/5161 67% [========================================= ] 3478/5161 67% [========================================= ] 3479/5161 67% [========================================= ] 3480/5161 67% [========================================= ] 3481/5161 67% [========================================= ] 3482/5161 67% [========================================= ] 3483/5161 67% [========================================= ] 3484/5161 67% [========================================= ] 3485/5161 67% [========================================= ] 3486/5161 67% [========================================= ] 3487/5161 67% [========================================= ] 3488/5161 67% [========================================= ] 3489/5161 67% [========================================= ] 3490/5161 67% [========================================= ] 3491/5161 67% [========================================= ] 3492/5161 67% [========================================= ] 3493/5161 67% [========================================= ] 3494/5161 67% [========================================= ] 3495/5161 67% [========================================= ] 3496/5161 67% [========================================== ] 3497/5161 67% [========================================== ] 3498/5161 67% [========================================== ] 3499/5161 67% [========================================== ] 3500/5161 67% [========================================== ] 3501/5161 67% [========================================== ] 3502/5161 67% [========================================== ] 3503/5161 67% [========================================== ] 3504/5161 67% [========================================== ] 3505/5161 67% [========================================== ] 3506/5161 67% [========================================== ] 3507/5161 67% [========================================== ] 3508/5161 67% [========================================== ] 3509/5161 67% [========================================== ] 3510/5161 68% [========================================== ] 3511/5161 68% [========================================== ] 3512/5161 68% [========================================== ] 3513/5161 68% [========================================== ] 3514/5161 68% [========================================== ] 3515/5161 68% [========================================== ] 3516/5161 68% [========================================== ] 3517/5161 68% [========================================== ] 3518/5161 68% [========================================== ] 3519/5161 68% [========================================== ] 3520/5161 68% [========================================== ] 3521/5161 68% [========================================== ] 3522/5161 68% [========================================== ] 3523/5161 68% [========================================== ] 3524/5161 68% [========================================== ] 3525/5161 68% [========================================== ] 3526/5161 68% [========================================== ] 3527/5161 68% [========================================== ] 3528/5161 68% [========================================== ] 3529/5161 68% [========================================== ] 3530/5161 68% [========================================== ] 3531/5161 68% [========================================== ] 3532/5161 68% [========================================== ] 3533/5161 68% [========================================== ] 3534/5161 68% [========================================== ] 3535/5161 68% [========================================== ] 3536/5161 68% [========================================== ] 3537/5161 68% [========================================== ] 3538/5161 68% [========================================== ] 3539/5161 68% [========================================== ] 3540/5161 68% [========================================== ] 3541/5161 68% [========================================== ] 3542/5161 68% [========================================== ] 3543/5161 68% [========================================== ] 3544/5161 68% [========================================== ] 3545/5161 68% [========================================== ] 3546/5161 68% [========================================== ] 3547/5161 68% [========================================== ] 3548/5161 68% [========================================== ] 3549/5161 68% [========================================== ] 3550/5161 68% [========================================== ] 3551/5161 68% [========================================== ] 3552/5161 68% [========================================== ] 3553/5161 68% [========================================== ] 3554/5161 68% [========================================== ] 3555/5161 68% [========================================== ] 3556/5161 68% [========================================== ] 3557/5161 68% [========================================== ] 3558/5161 68% [========================================== ] 3559/5161 68% [========================================== ] 3560/5161 68% [========================================== ] 3561/5161 68% [========================================== ] 3562/5161 69% [========================================== ] 3563/5161 69% [========================================== ] 3564/5161 69% [========================================== ] 3565/5161 69% [========================================== ] 3566/5161 69% [========================================== ] 3567/5161 69% [========================================== ] 3568/5161 69% [========================================== ] 3569/5161 69% [========================================== ] 3570/5161 69% [========================================== ] 3571/5161 69% [========================================== ] 3572/5161 69% [========================================== ] 3573/5161 69% [========================================== ] 3574/5161 69% [========================================== ] 3575/5161 69% [========================================== ] 3576/5161 69% [========================================== ] 3577/5161 69% [========================================== ] 3578/5161 69% [========================================== ] 3579/5161 69% [=========================================== ] 3580/5161 69% [=========================================== ] 3581/5161 69% [=========================================== ] 3582/5161 69% [=========================================== ] 3583/5161 69% [=========================================== ] 3584/5161 69% [=========================================== ] 3585/5161 69% [=========================================== ] 3586/5161 69% [=========================================== ] 3587/5161 69% [=========================================== ] 3588/5161 69% [=========================================== ] 3589/5161 69% [=========================================== ] 3590/5161 69% [=========================================== ] 3591/5161 69% [=========================================== ] 3592/5161 69% [=========================================== ] 3593/5161 69% [=========================================== ] 3594/5161 69% [=========================================== ] 3595/5161 69% [=========================================== ] 3596/5161 69% [=========================================== ] 3597/5161 69% [=========================================== ] 3598/5161 69% [=========================================== ] 3599/5161 69% [=========================================== ] 3600/5161 69% [=========================================== ] 3601/5161 69% [=========================================== ] 3602/5161 69% [=========================================== ] 3603/5161 69% [=========================================== ] 3604/5161 69% [=========================================== ] 3605/5161 69% [=========================================== ] 3606/5161 69% [=========================================== ] 3607/5161 69% [=========================================== ] 3608/5161 69% [=========================================== ] 3609/5161 69% [=========================================== ] 3610/5161 69% [=========================================== ] 3611/5161 69% [=========================================== ] 3612/5161 69% [=========================================== ] 3613/5161 70% [=========================================== ] 3614/5161 70% [=========================================== ] 3615/5161 70% [=========================================== ] 3616/5161 70% [=========================================== ] 3617/5161 70% [=========================================== ] 3618/5161 70% [=========================================== ] 3619/5161 70% [=========================================== ] 3620/5161 70% [=========================================== ] 3621/5161 70% [=========================================== ] 3622/5161 70% [=========================================== ] 3623/5161 70% [=========================================== ] 3624/5161 70% [=========================================== ] 3625/5161 70% [=========================================== ] 3626/5161 70% [=========================================== ] 3627/5161 70% [=========================================== ] 3628/5161 70% [=========================================== ] 3629/5161 70% [=========================================== ] 3630/5161 70% [=========================================== ] 3631/5161 70% [=========================================== ] 3632/5161 70% [=========================================== ] 3633/5161 70% [=========================================== ] 3634/5161 70% [=========================================== ] 3635/5161 70% [=========================================== ] 3636/5161 70% [=========================================== ] 3637/5161 70% [=========================================== ] 3638/5161 70% [=========================================== ] 3639/5161 70% [=========================================== ] 3640/5161 70% [=========================================== ] 3641/5161 70% [=========================================== ] 3642/5161 70% [=========================================== ] 3643/5161 70% [=========================================== ] 3644/5161 70% [=========================================== ] 3645/5161 70% [=========================================== ] 3646/5161 70% [=========================================== ] 3647/5161 70% [=========================================== ] 3648/5161 70% [=========================================== ] 3649/5161 70% [=========================================== ] 3650/5161 70% [=========================================== ] 3651/5161 70% [=========================================== ] 3652/5161 70% [=========================================== ] 3653/5161 70% [=========================================== ] 3654/5161 70% [=========================================== ] 3655/5161 70% [=========================================== ] 3656/5161 70% [=========================================== ] 3657/5161 70% [=========================================== ] 3658/5161 70% [=========================================== ] 3659/5161 70% [=========================================== ] 3660/5161 70% [=========================================== ] 3661/5161 70% [=========================================== ] 3662/5161 70% [============================================ ] 3663/5161 70% [============================================ ] 3664/5161 70% [============================================ ] 3665/5161 71% [============================================ ] 3666/5161 71% [============================================ ] 3667/5161 71% [============================================ ] 3668/5161 71% [============================================ ] 3669/5161 71% [============================================ ] 3670/5161 71% [============================================ ] 3671/5161 71% [============================================ ] 3672/5161 71% [============================================ ] 3673/5161 71% [============================================ ] 3674/5161 71% [============================================ ] 3675/5161 71% [============================================ ] 3676/5161 71% [============================================ ] 3677/5161 71% [============================================ ] 3678/5161 71% [============================================ ] 3679/5161 71% [============================================ ] 3680/5161 71% [============================================ ] 3681/5161 71% [============================================ ] 3682/5161 71% [============================================ ] 3683/5161 71% [============================================ ] 3684/5161 71% [============================================ ] 3685/5161 71% [============================================ ] 3686/5161 71% [============================================ ] 3687/5161 71% [============================================ ] 3688/5161 71% [============================================ ] 3689/5161 71% [============================================ ] 3690/5161 71% [============================================ ] 3691/5161 71% [============================================ ] 3692/5161 71% [============================================ ] 3693/5161 71% [============================================ ] 3694/5161 71% [============================================ ] 3695/5161 71% [============================================ ] 3696/5161 71% [============================================ ] 3697/5161 71% [============================================ ] 3698/5161 71% [============================================ ] 3699/5161 71% [============================================ ] 3700/5161 71% [============================================ ] 3701/5161 71% [============================================ ] 3702/5161 71% [============================================ ] 3703/5161 71% [============================================ ] 3704/5161 71% [============================================ ] 3705/5161 71% [============================================ ] 3706/5161 71% [============================================ ] 3707/5161 71% [============================================ ] 3708/5161 71% [============================================ ] 3709/5161 71% [============================================ ] 3710/5161 71% [============================================ ] 3711/5161 71% [============================================ ] 3712/5161 71% [============================================ ] 3713/5161 71% [============================================ ] 3714/5161 71% [============================================ ] 3715/5161 71% [============================================ ] 3716/5161 72% [============================================ ] 3717/5161 72% [============================================ ] 3718/5161 72% [============================================ ] 3719/5161 72% [============================================ ] 3720/5161 72% [============================================ ] 3721/5161 72% [============================================ ] 3722/5161 72% [============================================ ] 3723/5161 72% [============================================ ] 3724/5161 72% [============================================ ] 3725/5161 72% [============================================ ] 3726/5161 72% [============================================ ] 3727/5161 72% [============================================ ] 3728/5161 72% [============================================ ] 3729/5161 72% [============================================ ] 3730/5161 72% [============================================ ] 3731/5161 72% [============================================ ] 3732/5161 72% [============================================ ] 3733/5161 72% [============================================ ] 3734/5161 72% [============================================ ] 3735/5161 72% [============================================ ] 3736/5161 72% [============================================ ] 3737/5161 72% [============================================ ] 3738/5161 72% [============================================ ] 3739/5161 72% [============================================ ] 3740/5161 72% [============================================ ] 3741/5161 72% [============================================ ] 3742/5161 72% [============================================ ] 3743/5161 72% [============================================ ] 3744/5161 72% [============================================ ] 3745/5161 72% [============================================= ] 3746/5161 72% [============================================= ] 3747/5161 72% [============================================= ] 3748/5161 72% [============================================= ] 3749/5161 72% [============================================= ] 3750/5161 72% [============================================= ] 3751/5161 72% [============================================= ] 3752/5161 72% [============================================= ] 3753/5161 72% [============================================= ] 3754/5161 72% [============================================= ] 3755/5161 72% [============================================= ] 3756/5161 72% [============================================= ] 3757/5161 72% [============================================= ] 3758/5161 72% [============================================= ] 3759/5161 72% [============================================= ] 3760/5161 72% [============================================= ] 3761/5161 72% [============================================= ] 3762/5161 72% [============================================= ] 3763/5161 72% [============================================= ] 3764/5161 72% [============================================= ] 3765/5161 72% [============================================= ] 3766/5161 72% [============================================= ] 3767/5161 72% [============================================= ] 3768/5161 73% [============================================= ] 3769/5161 73% [============================================= ] 3770/5161 73% [============================================= ] 3771/5161 73% [============================================= ] 3772/5161 73% [============================================= ] 3773/5161 73% [============================================= ] 3774/5161 73% [============================================= ] 3775/5161 73% [============================================= ] 3776/5161 73% [============================================= ] 3777/5161 73% [============================================= ] 3778/5161 73% [============================================= ] 3779/5161 73% [============================================= ] 3780/5161 73% [============================================= ] 3781/5161 73% [============================================= ] 3782/5161 73% [============================================= ] 3783/5161 73% [============================================= ] 3784/5161 73% [============================================= ] 3785/5161 73% [============================================= ] 3786/5161 73% [============================================= ] 3787/5161 73% [============================================= ] 3788/5161 73% [============================================= ] 3789/5161 73% [============================================= ] 3790/5161 73% [============================================= ] 3791/5161 73% [============================================= ] 3792/5161 73% [============================================= ] 3793/5161 73% [============================================= ] 3794/5161 73% [============================================= ] 3795/5161 73% [============================================= ] 3796/5161 73% [============================================= ] 3797/5161 73% [============================================= ] 3798/5161 73% [============================================= ] 3799/5161 73% [============================================= ] 3800/5161 73% [============================================= ] 3801/5161 73% [============================================= ] 3802/5161 73% [============================================= ] 3803/5161 73% [============================================= ] 3804/5161 73% [============================================= ] 3805/5161 73% [============================================= ] 3806/5161 73% [============================================= ] 3807/5161 73% [============================================= ] 3808/5161 73% [============================================= ] 3809/5161 73% [============================================= ] 3810/5161 73% [============================================= ] 3811/5161 73% [============================================= ] 3812/5161 73% [============================================= ] 3813/5161 73% [============================================= ] 3814/5161 73% [============================================= ] 3815/5161 73% [============================================= ] 3816/5161 73% [============================================= ] 3817/5161 73% [============================================= ] 3818/5161 73% [============================================= ] 3819/5161 73% [============================================= ] 3820/5161 74% [============================================= ] 3821/5161 74% [============================================= ] 3822/5161 74% [============================================= ] 3823/5161 74% [============================================= ] 3824/5161 74% [============================================= ] 3825/5161 74% [============================================= ] 3826/5161 74% [============================================= ] 3827/5161 74% [============================================= ] 3828/5161 74% [============================================= ] 3829/5161 74% [============================================== ] 3830/5161 74% [============================================== ] 3831/5161 74% [============================================== ] 3832/5161 74% [============================================== ] 3833/5161 74% [============================================== ] 3834/5161 74% [============================================== ] 3835/5161 74% [============================================== ] 3836/5161 74% [============================================== ] 3837/5161 74% [============================================== ] 3838/5161 74% [============================================== ] 3839/5161 74% [============================================== ] 3840/5161 74% [============================================== ] 3841/5161 74% [============================================== ] 3842/5161 74% [============================================== ] 3843/5161 74% [============================================== ] 3844/5161 74% [============================================== ] 3845/5161 74% [============================================== ] 3846/5161 74% [============================================== ] 3847/5161 74% [============================================== ] 3848/5161 74% [============================================== ] 3849/5161 74% [============================================== ] 3850/5161 74% [============================================== ] 3851/5161 74% [============================================== ] 3852/5161 74% [============================================== ] 3853/5161 74% [============================================== ] 3854/5161 74% [============================================== ] 3855/5161 74% [============================================== ] 3856/5161 74% [============================================== ] 3857/5161 74% [============================================== ] 3858/5161 74% [============================================== ] 3859/5161 74% [============================================== ] 3860/5161 74% [============================================== ] 3861/5161 74% [============================================== ] 3862/5161 74% [============================================== ] 3863/5161 74% [============================================== ] 3864/5161 74% [============================================== ] 3865/5161 74% [============================================== ] 3866/5161 74% [============================================== ] 3867/5161 74% [============================================== ] 3868/5161 74% [============================================== ] 3869/5161 74% [============================================== ] 3870/5161 74% [============================================== ] 3871/5161 75% [============================================== ] 3872/5161 75% [============================================== ] 3873/5161 75% [============================================== ] 3874/5161 75% [============================================== ] 3875/5161 75% [============================================== ] 3876/5161 75% [============================================== ] 3877/5161 75% [============================================== ] 3878/5161 75% [============================================== ] 3879/5161 75% [============================================== ] 3880/5161 75% [============================================== ] 3881/5161 75% [============================================== ] 3882/5161 75% [============================================== ] 3883/5161 75% [============================================== ] 3884/5161 75% [============================================== ] 3885/5161 75% [============================================== ] 3886/5161 75% [============================================== ] 3887/5161 75% [============================================== ] 3888/5161 75% [============================================== ] 3889/5161 75% [============================================== ] 3890/5161 75% [============================================== ] 3891/5161 75% [============================================== ] 3892/5161 75% [============================================== ] 3893/5161 75% [============================================== ] 3894/5161 75% [============================================== ] 3895/5161 75% [============================================== ] 3896/5161 75% [============================================== ] 3897/5161 75% [============================================== ] 3898/5161 75% [============================================== ] 3899/5161 75% [============================================== ] 3900/5161 75% [============================================== ] 3901/5161 75% [============================================== ] 3902/5161 75% [============================================== ] 3903/5161 75% [============================================== ] 3904/5161 75% [============================================== ] 3905/5161 75% [============================================== ] 3906/5161 75% [============================================== ] 3907/5161 75% [============================================== ] 3908/5161 75% [============================================== ] 3909/5161 75% [============================================== ] 3910/5161 75% [============================================== ] 3911/5161 75% [============================================== ] 3912/5161 75% [=============================================== ] 3913/5161 75% [=============================================== ] 3914/5161 75% [=============================================== ] 3915/5161 75% [=============================================== ] 3916/5161 75% [=============================================== ] 3917/5161 75% [=============================================== ] 3918/5161 75% [=============================================== ] 3919/5161 75% [=============================================== ] 3920/5161 75% [=============================================== ] 3921/5161 75% [=============================================== ] 3922/5161 75% [=============================================== ] 3923/5161 76% [=============================================== ] 3924/5161 76% [=============================================== ] 3925/5161 76% [=============================================== ] 3926/5161 76% [=============================================== ] 3927/5161 76% [=============================================== ] 3928/5161 76% [=============================================== ] 3929/5161 76% [=============================================== ] 3930/5161 76% [=============================================== ] 3931/5161 76% [=============================================== ] 3932/5161 76% [=============================================== ] 3933/5161 76% [=============================================== ] 3934/5161 76% [=============================================== ] 3935/5161 76% [=============================================== ] 3936/5161 76% [=============================================== ] 3937/5161 76% [=============================================== ] 3938/5161 76% [=============================================== ] 3939/5161 76% [=============================================== ] 3940/5161 76% [=============================================== ] 3941/5161 76% [=============================================== ] 3942/5161 76% [=============================================== ] 3943/5161 76% [=============================================== ] 3944/5161 76% [=============================================== ] 3945/5161 76% [=============================================== ] 3946/5161 76% [=============================================== ] 3947/5161 76% [=============================================== ] 3948/5161 76% [=============================================== ] 3949/5161 76% [=============================================== ] 3950/5161 76% [=============================================== ] 3951/5161 76% [=============================================== ] 3952/5161 76% [=============================================== ] 3953/5161 76% [=============================================== ] 3954/5161 76% [=============================================== ] 3955/5161 76% [=============================================== ] 3956/5161 76% [=============================================== ] 3957/5161 76% [=============================================== ] 3958/5161 76% [=============================================== ] 3959/5161 76% [=============================================== ] 3960/5161 76% [=============================================== ] 3961/5161 76% [=============================================== ] 3962/5161 76% [=============================================== ] 3963/5161 76% [=============================================== ] 3964/5161 76% [=============================================== ] 3965/5161 76% [=============================================== ] 3966/5161 76% [=============================================== ] 3967/5161 76% [=============================================== ] 3968/5161 76% [=============================================== ] 3969/5161 76% [=============================================== ] 3970/5161 76% [=============================================== ] 3971/5161 76% [=============================================== ] 3972/5161 76% [=============================================== ] 3973/5161 76% [=============================================== ] 3974/5161 77% [=============================================== ] 3975/5161 77% [=============================================== ] 3976/5161 77% [=============================================== ] 3977/5161 77% [=============================================== ] 3978/5161 77% [=============================================== ] 3979/5161 77% [=============================================== ] 3980/5161 77% [=============================================== ] 3981/5161 77% [=============================================== ] 3982/5161 77% [=============================================== ] 3983/5161 77% [=============================================== ] 3984/5161 77% [=============================================== ] 3985/5161 77% [=============================================== ] 3986/5161 77% [=============================================== ] 3987/5161 77% [=============================================== ] 3988/5161 77% [=============================================== ] 3989/5161 77% [=============================================== ] 3990/5161 77% [=============================================== ] 3991/5161 77% [=============================================== ] 3992/5161 77% [=============================================== ] 3993/5161 77% [=============================================== ] 3994/5161 77% [=============================================== ] 3995/5161 77% [================================================ ] 3996/5161 77% [================================================ ] 3997/5161 77% [================================================ ] 3998/5161 77% [================================================ ] 3999/5161 77% [================================================ ] 4000/5161 77% [================================================ ] 4001/5161 77% [================================================ ] 4002/5161 77% [================================================ ] 4003/5161 77% [================================================ ] 4004/5161 77% [================================================ ] 4005/5161 77% [================================================ ] 4006/5161 77% [================================================ ] 4007/5161 77% [================================================ ] 4008/5161 77% [================================================ ] 4009/5161 77% [================================================ ] 4010/5161 77% [================================================ ] 4011/5161 77% [================================================ ] 4012/5161 77% [================================================ ] 4013/5161 77% [================================================ ] 4014/5161 77% [================================================ ] 4015/5161 77% [================================================ ] 4016/5161 77% [================================================ ] 4017/5161 77% [================================================ ] 4018/5161 77% [================================================ ] 4019/5161 77% [================================================ ] 4020/5161 77% [================================================ ] 4021/5161 77% [================================================ ] 4022/5161 77% [================================================ ] 4023/5161 77% [================================================ ] 4024/5161 77% [================================================ ] 4025/5161 77% [================================================ ] 4026/5161 78% [================================================ ] 4027/5161 78% [================================================ ] 4028/5161 78% [================================================ ] 4029/5161 78% [================================================ ] 4030/5161 78% [================================================ ] 4031/5161 78% [================================================ ] 4032/5161 78% [================================================ ] 4033/5161 78% [================================================ ] 4034/5161 78% [================================================ ] 4035/5161 78% [================================================ ] 4036/5161 78% [================================================ ] 4037/5161 78% [================================================ ] 4038/5161 78% [================================================ ] 4039/5161 78% [================================================ ] 4040/5161 78% [================================================ ] 4041/5161 78% [================================================ ] 4042/5161 78% [================================================ ] 4043/5161 78% [================================================ ] 4044/5161 78% [================================================ ] 4045/5161 78% [================================================ ] 4046/5161 78% [================================================ ] 4047/5161 78% [================================================ ] 4048/5161 78% [================================================ ] 4049/5161 78% [================================================ ] 4050/5161 78% [================================================ ] 4051/5161 78% [================================================ ] 4052/5161 78% [================================================ ] 4053/5161 78% [================================================ ] 4054/5161 78% [================================================ ] 4055/5161 78% [================================================ ] 4056/5161 78% [================================================ ] 4057/5161 78% [================================================ ] 4058/5161 78% [================================================ ] 4059/5161 78% [================================================ ] 4060/5161 78% [================================================ ] 4061/5161 78% [================================================ ] 4062/5161 78% [================================================ ] 4063/5161 78% [================================================ ] 4064/5161 78% [================================================ ] 4065/5161 78% [================================================ ] 4066/5161 78% [================================================ ] 4067/5161 78% [================================================ ] 4068/5161 78% [================================================ ] 4069/5161 78% [================================================ ] 4070/5161 78% [================================================ ] 4071/5161 78% [================================================ ] 4072/5161 78% [================================================ ] 4073/5161 78% [================================================ ] 4074/5161 78% [================================================ ] 4075/5161 78% [================================================ ] 4076/5161 78% [================================================ ] 4077/5161 78% [================================================ ] 4078/5161 79% [================================================= ] 4079/5161 79% [================================================= ] 4080/5161 79% [================================================= ] 4081/5161 79% [================================================= ] 4082/5161 79% [================================================= ] 4083/5161 79% [================================================= ] 4084/5161 79% [================================================= ] 4085/5161 79% [================================================= ] 4086/5161 79% [================================================= ] 4087/5161 79% [================================================= ] 4088/5161 79% [================================================= ] 4089/5161 79% [================================================= ] 4090/5161 79% [================================================= ] 4091/5161 79% [================================================= ] 4092/5161 79% [================================================= ] 4093/5161 79% [================================================= ] 4094/5161 79% [================================================= ] 4095/5161 79% [================================================= ] 4096/5161 79% [================================================= ] 4097/5161 79% [================================================= ] 4098/5161 79% [================================================= ] 4099/5161 79% [================================================= ] 4100/5161 79% [================================================= ] 4101/5161 79% [================================================= ] 4102/5161 79% [================================================= ] 4103/5161 79% [================================================= ] 4104/5161 79% [================================================= ] 4105/5161 79% [================================================= ] 4106/5161 79% [================================================= ] 4107/5161 79% [================================================= ] 4108/5161 79% [================================================= ] 4109/5161 79% [================================================= ] 4110/5161 79% [================================================= ] 4111/5161 79% [================================================= ] 4112/5161 79% [================================================= ] 4113/5161 79% [================================================= ] 4114/5161 79% [================================================= ] 4115/5161 79% [================================================= ] 4116/5161 79% [================================================= ] 4117/5161 79% [================================================= ] 4118/5161 79% [================================================= ] 4119/5161 79% [================================================= ] 4120/5161 79% [================================================= ] 4121/5161 79% [================================================= ] 4122/5161 79% [================================================= ] 4123/5161 79% [================================================= ] 4124/5161 79% [================================================= ] 4125/5161 79% [================================================= ] 4126/5161 79% [================================================= ] 4127/5161 79% [================================================= ] 4128/5161 79% [================================================= ] 4129/5161 80% [================================================= ] 4130/5161 80% [================================================= ] 4131/5161 80% [================================================= ] 4132/5161 80% [================================================= ] 4133/5161 80% [================================================= ] 4134/5161 80% [================================================= ] 4135/5161 80% [================================================= ] 4136/5161 80% [================================================= ] 4137/5161 80% [================================================= ] 4138/5161 80% [================================================= ] 4139/5161 80% [================================================= ] 4140/5161 80% [================================================= ] 4141/5161 80% [================================================= ] 4142/5161 80% [================================================= ] 4143/5161 80% [================================================= ] 4144/5161 80% [================================================= ] 4145/5161 80% [================================================= ] 4146/5161 80% [================================================= ] 4147/5161 80% [================================================= ] 4148/5161 80% [================================================= ] 4149/5161 80% [================================================= ] 4150/5161 80% [================================================= ] 4151/5161 80% [================================================= ] 4152/5161 80% [================================================= ] 4153/5161 80% [================================================= ] 4154/5161 80% [================================================= ] 4155/5161 80% [================================================= ] 4156/5161 80% [================================================= ] 4157/5161 80% [================================================= ] 4158/5161 80% [================================================= ] 4159/5161 80% [================================================= ] 4160/5161 80% [================================================= ] 4161/5161 80% [================================================= ] 4162/5161 80% [================================================== ] 4163/5161 80% [================================================== ] 4164/5161 80% [================================================== ] 4165/5161 80% [================================================== ] 4166/5161 80% [================================================== ] 4167/5161 80% [================================================== ] 4168/5161 80% [================================================== ] 4169/5161 80% [================================================== ] 4170/5161 80% [================================================== ] 4171/5161 80% [================================================== ] 4172/5161 80% [================================================== ] 4173/5161 80% [================================================== ] 4174/5161 80% [================================================== ] 4175/5161 80% [================================================== ] 4176/5161 80% [================================================== ] 4177/5161 80% [================================================== ] 4178/5161 80% [================================================== ] 4179/5161 80% [================================================== ] 4180/5161 80% [================================================== ] 4181/5161 81% [================================================== ] 4182/5161 81% [================================================== ] 4183/5161 81% [================================================== ] 4184/5161 81% [================================================== ] 4185/5161 81% [================================================== ] 4186/5161 81% [================================================== ] 4187/5161 81% [================================================== ] 4188/5161 81% [================================================== ] 4189/5161 81% [================================================== ] 4190/5161 81% [================================================== ] 4191/5161 81% [================================================== ] 4192/5161 81% [================================================== ] 4193/5161 81% [================================================== ] 4194/5161 81% [================================================== ] 4195/5161 81% [================================================== ] 4196/5161 81% [================================================== ] 4197/5161 81% [================================================== ] 4198/5161 81% [================================================== ] 4199/5161 81% [================================================== ] 4200/5161 81% [================================================== ] 4201/5161 81% [================================================== ] 4202/5161 81% [================================================== ] 4203/5161 81% [================================================== ] 4204/5161 81% [================================================== ] 4205/5161 81% [================================================== ] 4206/5161 81% [================================================== ] 4207/5161 81% [================================================== ] 4208/5161 81% [================================================== ] 4209/5161 81% [================================================== ] 4210/5161 81% [================================================== ] 4211/5161 81% [================================================== ] 4212/5161 81% [================================================== ] 4213/5161 81% [================================================== ] 4214/5161 81% [================================================== ] 4215/5161 81% [================================================== ] 4216/5161 81% [================================================== ] 4217/5161 81% [================================================== ] 4218/5161 81% [================================================== ] 4219/5161 81% [================================================== ] 4220/5161 81% [================================================== ] 4221/5161 81% [================================================== ] 4222/5161 81% [================================================== ] 4223/5161 81% [================================================== ] 4224/5161 81% [================================================== ] 4225/5161 81% [================================================== ] 4226/5161 81% [================================================== ] 4227/5161 81% [================================================== ] 4228/5161 81% [================================================== ] 4229/5161 81% [================================================== ] 4230/5161 81% [================================================== ] 4231/5161 81% [================================================== ] 4232/5161 81% [================================================== ] 4233/5161 82% [================================================== ] 4234/5161 82% [================================================== ] 4235/5161 82% [================================================== ] 4236/5161 82% [================================================== ] 4237/5161 82% [================================================== ] 4238/5161 82% [================================================== ] 4239/5161 82% [================================================== ] 4240/5161 82% [================================================== ] 4241/5161 82% [================================================== ] 4242/5161 82% [================================================== ] 4243/5161 82% [================================================== ] 4244/5161 82% [================================================== ] 4245/5161 82% [=================================================== ] 4246/5161 82% [=================================================== ] 4247/5161 82% [=================================================== ] 4248/5161 82% [=================================================== ] 4249/5161 82% [=================================================== ] 4250/5161 82% [=================================================== ] 4251/5161 82% [=================================================== ] 4252/5161 82% [=================================================== ] 4253/5161 82% [=================================================== ] 4254/5161 82% [=================================================== ] 4255/5161 82% [=================================================== ] 4256/5161 82% [=================================================== ] 4257/5161 82% [=================================================== ] 4258/5161 82% [=================================================== ] 4259/5161 82% [=================================================== ] 4260/5161 82% [=================================================== ] 4261/5161 82% [=================================================== ] 4262/5161 82% [=================================================== ] 4263/5161 82% [=================================================== ] 4264/5161 82% [=================================================== ] 4265/5161 82% [=================================================== ] 4266/5161 82% [=================================================== ] 4267/5161 82% [=================================================== ] 4268/5161 82% [=================================================== ] 4269/5161 82% [=================================================== ] 4270/5161 82% [=================================================== ] 4271/5161 82% [=================================================== ] 4272/5161 82% [=================================================== ] 4273/5161 82% [=================================================== ] 4274/5161 82% [=================================================== ] 4275/5161 82% [=================================================== ] 4276/5161 82% [=================================================== ] 4277/5161 82% [=================================================== ] 4278/5161 82% [=================================================== ] 4279/5161 82% [=================================================== ] 4280/5161 82% [=================================================== ] 4281/5161 82% [=================================================== ] 4282/5161 82% [=================================================== ] 4283/5161 82% [=================================================== ] 4284/5161 83% [=================================================== ] 4285/5161 83% [=================================================== ] 4286/5161 83% [=================================================== ] 4287/5161 83% [=================================================== ] 4288/5161 83% [=================================================== ] 4289/5161 83% [=================================================== ] 4290/5161 83% [=================================================== ] 4291/5161 83% [=================================================== ] 4292/5161 83% [=================================================== ] 4293/5161 83% [=================================================== ] 4294/5161 83% [=================================================== ] 4295/5161 83% [=================================================== ] 4296/5161 83% [=================================================== ] 4297/5161 83% [=================================================== ] 4298/5161 83% [=================================================== ] 4299/5161 83% [=================================================== ] 4300/5161 83% [=================================================== ] 4301/5161 83% [=================================================== ] 4302/5161 83% [=================================================== ] 4303/5161 83% [=================================================== ] 4304/5161 83% [=================================================== ] 4305/5161 83% [=================================================== ] 4306/5161 83% [=================================================== ] 4307/5161 83% [=================================================== ] 4308/5161 83% [=================================================== ] 4309/5161 83% [=================================================== ] 4310/5161 83% [=================================================== ] 4311/5161 83% [=================================================== ] 4312/5161 83% [=================================================== ] 4313/5161 83% [=================================================== ] 4314/5161 83% [=================================================== ] 4315/5161 83% [=================================================== ] 4316/5161 83% [=================================================== ] 4317/5161 83% [=================================================== ] 4318/5161 83% [=================================================== ] 4319/5161 83% [=================================================== ] 4320/5161 83% [=================================================== ] 4321/5161 83% [=================================================== ] 4322/5161 83% [=================================================== ] 4323/5161 83% [=================================================== ] 4324/5161 83% [=================================================== ] 4325/5161 83% [=================================================== ] 4326/5161 83% [=================================================== ] 4327/5161 83% [=================================================== ] 4328/5161 83% [==================================================== ] 4329/5161 83% [==================================================== ] 4330/5161 83% [==================================================== ] 4331/5161 83% [==================================================== ] 4332/5161 83% [==================================================== ] 4333/5161 83% [==================================================== ] 4334/5161 83% [==================================================== ] 4335/5161 83% [==================================================== ] 4336/5161 84% [==================================================== ] 4337/5161 84% [==================================================== ] 4338/5161 84% [==================================================== ] 4339/5161 84% [==================================================== ] 4340/5161 84% [==================================================== ] 4341/5161 84% [==================================================== ] 4342/5161 84% [==================================================== ] 4343/5161 84% [==================================================== ] 4344/5161 84% [==================================================== ] 4345/5161 84% [==================================================== ] 4346/5161 84% [==================================================== ] 4347/5161 84% [==================================================== ] 4348/5161 84% [==================================================== ] 4349/5161 84% [==================================================== ] 4350/5161 84% [==================================================== ] 4351/5161 84% [==================================================== ] 4352/5161 84% [==================================================== ] 4353/5161 84% [==================================================== ] 4354/5161 84% [==================================================== ] 4355/5161 84% [==================================================== ] 4356/5161 84% [==================================================== ] 4357/5161 84% [==================================================== ] 4358/5161 84% [==================================================== ] 4359/5161 84% [==================================================== ] 4360/5161 84% [==================================================== ] 4361/5161 84% [==================================================== ] 4362/5161 84% [==================================================== ] 4363/5161 84% [==================================================== ] 4364/5161 84% [==================================================== ] 4365/5161 84% [==================================================== ] 4366/5161 84% [==================================================== ] 4367/5161 84% [==================================================== ] 4368/5161 84% [==================================================== ] 4369/5161 84% [==================================================== ] 4370/5161 84% [==================================================== ] 4371/5161 84% [==================================================== ] 4372/5161 84% [==================================================== ] 4373/5161 84% [==================================================== ] 4374/5161 84% [==================================================== ] 4375/5161 84% [==================================================== ] 4376/5161 84% [==================================================== ] 4377/5161 84% [==================================================== ] 4378/5161 84% [==================================================== ] 4379/5161 84% [==================================================== ] 4380/5161 84% [==================================================== ] 4381/5161 84% [==================================================== ] 4382/5161 84% [==================================================== ] 4383/5161 84% [==================================================== ] 4384/5161 84% [==================================================== ] 4385/5161 84% [==================================================== ] 4386/5161 84% [==================================================== ] 4387/5161 85% [==================================================== ] 4388/5161 85% [==================================================== ] 4389/5161 85% [==================================================== ] 4390/5161 85% [==================================================== ] 4391/5161 85% [==================================================== ] 4392/5161 85% [==================================================== ] 4393/5161 85% [==================================================== ] 4394/5161 85% [==================================================== ] 4395/5161 85% [==================================================== ] 4396/5161 85% [==================================================== ] 4397/5161 85% [==================================================== ] 4398/5161 85% [==================================================== ] 4399/5161 85% [==================================================== ] 4400/5161 85% [==================================================== ] 4401/5161 85% [==================================================== ] 4402/5161 85% [==================================================== ] 4403/5161 85% [==================================================== ] 4404/5161 85% [==================================================== ] 4405/5161 85% [==================================================== ] 4406/5161 85% [==================================================== ] 4407/5161 85% [==================================================== ] 4408/5161 85% [==================================================== ] 4409/5161 85% [==================================================== ] 4410/5161 85% [==================================================== ] 4411/5161 85% [===================================================== ] 4412/5161 85% [===================================================== ] 4413/5161 85% [===================================================== ] 4414/5161 85% [===================================================== ] 4415/5161 85% [===================================================== ] 4416/5161 85% [===================================================== ] 4417/5161 85% [===================================================== ] 4418/5161 85% [===================================================== ] 4419/5161 85% [===================================================== ] 4420/5161 85% [===================================================== ] 4421/5161 85% [===================================================== ] 4422/5161 85% [===================================================== ] 4423/5161 85% [===================================================== ] 4424/5161 85% [===================================================== ] 4425/5161 85% [===================================================== ] 4426/5161 85% [===================================================== ] 4427/5161 85% [===================================================== ] 4428/5161 85% [===================================================== ] 4429/5161 85% [===================================================== ] 4430/5161 85% [===================================================== ] 4431/5161 85% [===================================================== ] 4432/5161 85% [===================================================== ] 4433/5161 85% [===================================================== ] 4434/5161 85% [===================================================== ] 4435/5161 85% [===================================================== ] 4436/5161 85% [===================================================== ] 4437/5161 85% [===================================================== ] 4438/5161 85% [===================================================== ] 4439/5161 86% [===================================================== ] 4440/5161 86% [===================================================== ] 4441/5161 86% [===================================================== ] 4442/5161 86% [===================================================== ] 4443/5161 86% [===================================================== ] 4444/5161 86% [===================================================== ] 4445/5161 86% [===================================================== ] 4446/5161 86% [===================================================== ] 4447/5161 86% [===================================================== ] 4448/5161 86% [===================================================== ] 4449/5161 86% [===================================================== ] 4450/5161 86% [===================================================== ] 4451/5161 86% [===================================================== ] 4452/5161 86% [===================================================== ] 4453/5161 86% [===================================================== ] 4454/5161 86% [===================================================== ] 4455/5161 86% [===================================================== ] 4456/5161 86% [===================================================== ] 4457/5161 86% [===================================================== ] 4458/5161 86% [===================================================== ] 4459/5161 86% [===================================================== ] 4460/5161 86% [===================================================== ] 4461/5161 86% [===================================================== ] 4462/5161 86% [===================================================== ] 4463/5161 86% [===================================================== ] 4464/5161 86% [===================================================== ] 4465/5161 86% [===================================================== ] 4466/5161 86% [===================================================== ] 4467/5161 86% [===================================================== ] 4468/5161 86% [===================================================== ] 4469/5161 86% [===================================================== ] 4470/5161 86% [===================================================== ] 4471/5161 86% [===================================================== ] 4472/5161 86% [===================================================== ] 4473/5161 86% [===================================================== ] 4474/5161 86% [===================================================== ] 4475/5161 86% [===================================================== ] 4476/5161 86% [===================================================== ] 4477/5161 86% [===================================================== ] 4478/5161 86% [===================================================== ] 4479/5161 86% [===================================================== ] 4480/5161 86% [===================================================== ] 4481/5161 86% [===================================================== ] 4482/5161 86% [===================================================== ] 4483/5161 86% [===================================================== ] 4484/5161 86% [===================================================== ] 4485/5161 86% [===================================================== ] 4486/5161 86% [===================================================== ] 4487/5161 86% [===================================================== ] 4488/5161 86% [===================================================== ] 4489/5161 86% [===================================================== ] 4490/5161 86% [===================================================== ] 4491/5161 87% [===================================================== ] 4492/5161 87% [===================================================== ] 4493/5161 87% [===================================================== ] 4494/5161 87% [===================================================== ] 4495/5161 87% [====================================================== ] 4496/5161 87% [====================================================== ] 4497/5161 87% [====================================================== ] 4498/5161 87% [====================================================== ] 4499/5161 87% [====================================================== ] 4500/5161 87% [====================================================== ] 4501/5161 87% [====================================================== ] 4502/5161 87% [====================================================== ] 4503/5161 87% [====================================================== ] 4504/5161 87% [====================================================== ] 4505/5161 87% [====================================================== ] 4506/5161 87% [====================================================== ] 4507/5161 87% [====================================================== ] 4508/5161 87% [====================================================== ] 4509/5161 87% [====================================================== ] 4510/5161 87% [====================================================== ] 4511/5161 87% [====================================================== ] 4512/5161 87% [====================================================== ] 4513/5161 87% [====================================================== ] 4514/5161 87% [====================================================== ] 4515/5161 87% [====================================================== ] 4516/5161 87% [====================================================== ] 4517/5161 87% [====================================================== ] 4518/5161 87% [====================================================== ] 4519/5161 87% [====================================================== ] 4520/5161 87% [====================================================== ] 4521/5161 87% [====================================================== ] 4522/5161 87% [====================================================== ] 4523/5161 87% [====================================================== ] 4524/5161 87% [====================================================== ] 4525/5161 87% [====================================================== ] 4526/5161 87% [====================================================== ] 4527/5161 87% [====================================================== ] 4528/5161 87% [====================================================== ] 4529/5161 87% [====================================================== ] 4530/5161 87% [====================================================== ] 4531/5161 87% [====================================================== ] 4532/5161 87% [====================================================== ] 4533/5161 87% [====================================================== ] 4534/5161 87% [====================================================== ] 4535/5161 87% [====================================================== ] 4536/5161 87% [====================================================== ] 4537/5161 87% [====================================================== ] 4538/5161 87% [====================================================== ] 4539/5161 87% [====================================================== ] 4540/5161 87% [====================================================== ] 4541/5161 87% [====================================================== ] 4542/5161 88% [====================================================== ] 4543/5161 88% [====================================================== ] 4544/5161 88% [====================================================== ] 4545/5161 88% [====================================================== ] 4546/5161 88% [====================================================== ] 4547/5161 88% [====================================================== ] 4548/5161 88% [====================================================== ] 4549/5161 88% [====================================================== ] 4550/5161 88% [====================================================== ] 4551/5161 88% [====================================================== ] 4552/5161 88% [====================================================== ] 4553/5161 88% [====================================================== ] 4554/5161 88% [====================================================== ] 4555/5161 88% [====================================================== ] 4556/5161 88% [====================================================== ] 4557/5161 88% [====================================================== ] 4558/5161 88% [====================================================== ] 4559/5161 88% [====================================================== ] 4560/5161 88% [====================================================== ] 4561/5161 88% [====================================================== ] 4562/5161 88% [====================================================== ] 4563/5161 88% [====================================================== ] 4564/5161 88% [====================================================== ] 4565/5161 88% [====================================================== ] 4566/5161 88% [====================================================== ] 4567/5161 88% [====================================================== ] 4568/5161 88% [====================================================== ] 4569/5161 88% [====================================================== ] 4570/5161 88% [====================================================== ] 4571/5161 88% [====================================================== ] 4572/5161 88% [====================================================== ] 4573/5161 88% [====================================================== ] 4574/5161 88% [====================================================== ] 4575/5161 88% [====================================================== ] 4576/5161 88% [====================================================== ] 4577/5161 88% [====================================================== ] 4578/5161 88% [======================================================= ] 4579/5161 88% [======================================================= ] 4580/5161 88% [======================================================= ] 4581/5161 88% [======================================================= ] 4582/5161 88% [======================================================= ] 4583/5161 88% [======================================================= ] 4584/5161 88% [======================================================= ] 4585/5161 88% [======================================================= ] 4586/5161 88% [======================================================= ] 4587/5161 88% [======================================================= ] 4588/5161 88% [======================================================= ] 4589/5161 88% [======================================================= ] 4590/5161 88% [======================================================= ] 4591/5161 88% [======================================================= ] 4592/5161 88% [======================================================= ] 4593/5161 88% [======================================================= ] 4594/5161 89% [======================================================= ] 4595/5161 89% [======================================================= ] 4596/5161 89% [======================================================= ] 4597/5161 89% [======================================================= ] 4598/5161 89% [======================================================= ] 4599/5161 89% [======================================================= ] 4600/5161 89% [======================================================= ] 4601/5161 89% [======================================================= ] 4602/5161 89% [======================================================= ] 4603/5161 89% [======================================================= ] 4604/5161 89% [======================================================= ] 4605/5161 89% [======================================================= ] 4606/5161 89% [======================================================= ] 4607/5161 89% [======================================================= ] 4608/5161 89% [======================================================= ] 4609/5161 89% [======================================================= ] 4610/5161 89% [======================================================= ] 4611/5161 89% [======================================================= ] 4612/5161 89% [======================================================= ] 4613/5161 89% [======================================================= ] 4614/5161 89% [======================================================= ] 4615/5161 89% [======================================================= ] 4616/5161 89% [======================================================= ] 4617/5161 89% [======================================================= ] 4618/5161 89% [======================================================= ] 4619/5161 89% [======================================================= ] 4620/5161 89% [======================================================= ] 4621/5161 89% [======================================================= ] 4622/5161 89% [======================================================= ] 4623/5161 89% [======================================================= ] 4624/5161 89% [======================================================= ] 4625/5161 89% [======================================================= ] 4626/5161 89% [======================================================= ] 4627/5161 89% [======================================================= ] 4628/5161 89% [======================================================= ] 4629/5161 89% [======================================================= ] 4630/5161 89% [======================================================= ] 4631/5161 89% [======================================================= ] 4632/5161 89% [======================================================= ] 4633/5161 89% [======================================================= ] 4634/5161 89% [======================================================= ] 4635/5161 89% [======================================================= ] 4636/5161 89% [======================================================= ] 4637/5161 89% [======================================================= ] 4638/5161 89% [======================================================= ] 4639/5161 89% [======================================================= ] 4640/5161 89% [======================================================= ] 4641/5161 89% [======================================================= ] 4642/5161 89% [======================================================= ] 4643/5161 89% [======================================================= ] 4644/5161 89% [======================================================= ] 4645/5161 90% [======================================================= ] 4646/5161 90% [======================================================= ] 4647/5161 90% [======================================================= ] 4648/5161 90% [======================================================= ] 4649/5161 90% [======================================================= ] 4650/5161 90% [======================================================= ] 4651/5161 90% [======================================================= ] 4652/5161 90% [======================================================= ] 4653/5161 90% [======================================================= ] 4654/5161 90% [======================================================= ] 4655/5161 90% [======================================================= ] 4656/5161 90% [======================================================= ] 4657/5161 90% [======================================================= ] 4658/5161 90% [======================================================= ] 4659/5161 90% [======================================================= ] 4660/5161 90% [======================================================= ] 4661/5161 90% [======================================================== ] 4662/5161 90% [======================================================== ] 4663/5161 90% [======================================================== ] 4664/5161 90% [======================================================== ] 4665/5161 90% [======================================================== ] 4666/5161 90% [======================================================== ] 4667/5161 90% [======================================================== ] 4668/5161 90% [======================================================== ] 4669/5161 90% [======================================================== ] 4670/5161 90% [======================================================== ] 4671/5161 90% [======================================================== ] 4672/5161 90% [======================================================== ] 4673/5161 90% [======================================================== ] 4674/5161 90% [======================================================== ] 4675/5161 90% [======================================================== ] 4676/5161 90% [======================================================== ] 4677/5161 90% [======================================================== ] 4678/5161 90% [======================================================== ] 4679/5161 90% [======================================================== ] 4680/5161 90% [======================================================== ] 4681/5161 90% [======================================================== ] 4682/5161 90% [======================================================== ] 4683/5161 90% [======================================================== ] 4684/5161 90% [======================================================== ] 4685/5161 90% [======================================================== ] 4686/5161 90% [======================================================== ] 4687/5161 90% [======================================================== ] 4688/5161 90% [======================================================== ] 4689/5161 90% [======================================================== ] 4690/5161 90% [======================================================== ] 4691/5161 90% [======================================================== ] 4692/5161 90% [======================================================== ] 4693/5161 90% [======================================================== ] 4694/5161 90% [======================================================== ] 4695/5161 90% [======================================================== ] 4696/5161 90% [======================================================== ] 4697/5161 91% [======================================================== ] 4698/5161 91% [======================================================== ] 4699/5161 91% [======================================================== ] 4700/5161 91% [======================================================== ] 4701/5161 91% [======================================================== ] 4702/5161 91% [======================================================== ] 4703/5161 91% [======================================================== ] 4704/5161 91% [======================================================== ] 4705/5161 91% [======================================================== ] 4706/5161 91% [======================================================== ] 4707/5161 91% [======================================================== ] 4708/5161 91% [======================================================== ] 4709/5161 91% [======================================================== ] 4710/5161 91% [======================================================== ] 4711/5161 91% [======================================================== ] 4712/5161 91% [======================================================== ] 4713/5161 91% [======================================================== ] 4714/5161 91% [======================================================== ] 4715/5161 91% [======================================================== ] 4716/5161 91% [======================================================== ] 4717/5161 91% [======================================================== ] 4718/5161 91% [======================================================== ] 4719/5161 91% [======================================================== ] 4720/5161 91% [======================================================== ] 4721/5161 91% [======================================================== ] 4722/5161 91% [======================================================== ] 4723/5161 91% [======================================================== ] 4724/5161 91% [======================================================== ] 4725/5161 91% [======================================================== ] 4726/5161 91% [======================================================== ] 4727/5161 91% [======================================================== ] 4728/5161 91% [======================================================== ] 4729/5161 91% [======================================================== ] 4730/5161 91% [======================================================== ] 4731/5161 91% [======================================================== ] 4732/5161 91% [======================================================== ] 4733/5161 91% [======================================================== ] 4734/5161 91% [======================================================== ] 4735/5161 91% [======================================================== ] 4736/5161 91% [======================================================== ] 4737/5161 91% [======================================================== ] 4738/5161 91% [======================================================== ] 4739/5161 91% [======================================================== ] 4740/5161 91% [======================================================== ] 4741/5161 91% [======================================================== ] 4742/5161 91% [======================================================== ] 4743/5161 91% [======================================================== ] 4744/5161 91% [========================================================= ] 4745/5161 91% [========================================================= ] 4746/5161 91% [========================================================= ] 4747/5161 91% [========================================================= ] 4748/5161 91% [========================================================= ] 4749/5161 92% [========================================================= ] 4750/5161 92% [========================================================= ] 4751/5161 92% [========================================================= ] 4752/5161 92% [========================================================= ] 4753/5161 92% [========================================================= ] 4754/5161 92% [========================================================= ] 4755/5161 92% [========================================================= ] 4756/5161 92% [========================================================= ] 4757/5161 92% [========================================================= ] 4758/5161 92% [========================================================= ] 4759/5161 92% [========================================================= ] 4760/5161 92% [========================================================= ] 4761/5161 92% [========================================================= ] 4762/5161 92% [========================================================= ] 4763/5161 92% [========================================================= ] 4764/5161 92% [========================================================= ] 4765/5161 92% [========================================================= ] 4766/5161 92% [========================================================= ] 4767/5161 92% [========================================================= ] 4768/5161 92% [========================================================= ] 4769/5161 92% [========================================================= ] 4770/5161 92% [========================================================= ] 4771/5161 92% [========================================================= ] 4772/5161 92% [========================================================= ] 4773/5161 92% [========================================================= ] 4774/5161 92% [========================================================= ] 4775/5161 92% [========================================================= ] 4776/5161 92% [========================================================= ] 4777/5161 92% [========================================================= ] 4778/5161 92% [========================================================= ] 4779/5161 92% [========================================================= ] 4780/5161 92% [========================================================= ] 4781/5161 92% [========================================================= ] 4782/5161 92% [========================================================= ] 4783/5161 92% [========================================================= ] 4784/5161 92% [========================================================= ] 4785/5161 92% [========================================================= ] 4786/5161 92% [========================================================= ] 4787/5161 92% [========================================================= ] 4788/5161 92% [========================================================= ] 4789/5161 92% [========================================================= ] 4790/5161 92% [========================================================= ] 4791/5161 92% [========================================================= ] 4792/5161 92% [========================================================= ] 4793/5161 92% [========================================================= ] 4794/5161 92% [========================================================= ] 4795/5161 92% [========================================================= ] 4796/5161 92% [========================================================= ] 4797/5161 92% [========================================================= ] 4798/5161 92% [========================================================= ] 4799/5161 92% [========================================================= ] 4800/5161 93% [========================================================= ] 4801/5161 93% [========================================================= ] 4802/5161 93% [========================================================= ] 4803/5161 93% [========================================================= ] 4804/5161 93% [========================================================= ] 4805/5161 93% [========================================================= ] 4806/5161 93% [========================================================= ] 4807/5161 93% [========================================================= ] 4808/5161 93% [========================================================= ] 4809/5161 93% [========================================================= ] 4810/5161 93% [========================================================= ] 4811/5161 93% [========================================================= ] 4812/5161 93% [========================================================= ] 4813/5161 93% [========================================================= ] 4814/5161 93% [========================================================= ] 4815/5161 93% [========================================================= ] 4816/5161 93% [========================================================= ] 4817/5161 93% [========================================================= ] 4818/5161 93% [========================================================= ] 4819/5161 93% [========================================================= ] 4820/5161 93% [========================================================= ] 4821/5161 93% [========================================================= ] 4822/5161 93% [========================================================= ] 4823/5161 93% [========================================================= ] 4824/5161 93% [========================================================= ] 4825/5161 93% [========================================================= ] 4826/5161 93% [========================================================= ] 4827/5161 93% [========================================================= ] 4828/5161 93% [========================================================== ] 4829/5161 93% [========================================================== ] 4830/5161 93% [========================================================== ] 4831/5161 93% [========================================================== ] 4832/5161 93% [========================================================== ] 4833/5161 93% [========================================================== ] 4834/5161 93% [========================================================== ] 4835/5161 93% [========================================================== ] 4836/5161 93% [========================================================== ] 4837/5161 93% [========================================================== ] 4838/5161 93% [========================================================== ] 4839/5161 93% [========================================================== ] 4840/5161 93% [========================================================== ] 4841/5161 93% [========================================================== ] 4842/5161 93% [========================================================== ] 4843/5161 93% [========================================================== ] 4844/5161 93% [========================================================== ] 4845/5161 93% [========================================================== ] 4846/5161 93% [========================================================== ] 4847/5161 93% [========================================================== ] 4848/5161 93% [========================================================== ] 4849/5161 93% [========================================================== ] 4850/5161 93% [========================================================== ] 4851/5161 93% [========================================================== ] 4852/5161 94% [========================================================== ] 4853/5161 94% [========================================================== ] 4854/5161 94% [========================================================== ] 4855/5161 94% [========================================================== ] 4856/5161 94% [========================================================== ] 4857/5161 94% [========================================================== ] 4858/5161 94% [========================================================== ] 4859/5161 94% [========================================================== ] 4860/5161 94% [========================================================== ] 4861/5161 94% [========================================================== ] 4862/5161 94% [========================================================== ] 4863/5161 94% [========================================================== ] 4864/5161 94% [========================================================== ] 4865/5161 94% [========================================================== ] 4866/5161 94% [========================================================== ] 4867/5161 94% [========================================================== ] 4868/5161 94% [========================================================== ] 4869/5161 94% [========================================================== ] 4870/5161 94% [========================================================== ] 4871/5161 94% [========================================================== ] 4872/5161 94% [========================================================== ] 4873/5161 94% [========================================================== ] 4874/5161 94% [========================================================== ] 4875/5161 94% [========================================================== ] 4876/5161 94% [========================================================== ] 4877/5161 94% [========================================================== ] 4878/5161 94% [========================================================== ] 4879/5161 94% [========================================================== ] 4880/5161 94% [========================================================== ] 4881/5161 94% [========================================================== ] 4882/5161 94% [========================================================== ] 4883/5161 94% [========================================================== ] 4884/5161 94% [========================================================== ] 4885/5161 94% [========================================================== ] 4886/5161 94% [========================================================== ] 4887/5161 94% [========================================================== ] 4888/5161 94% [========================================================== ] 4889/5161 94% [========================================================== ] 4890/5161 94% [========================================================== ] 4891/5161 94% [========================================================== ] 4892/5161 94% [========================================================== ] 4893/5161 94% [========================================================== ] 4894/5161 94% [========================================================== ] 4895/5161 94% [========================================================== ] 4896/5161 94% [========================================================== ] 4897/5161 94% [========================================================== ] 4898/5161 94% [========================================================== ] 4899/5161 94% [========================================================== ] 4900/5161 94% [========================================================== ] 4901/5161 94% [========================================================== ] 4902/5161 94% [========================================================== ] 4903/5161 95% [========================================================== ] 4904/5161 95% [========================================================== ] 4905/5161 95% [========================================================== ] 4906/5161 95% [========================================================== ] 4907/5161 95% [========================================================== ] 4908/5161 95% [========================================================== ] 4909/5161 95% [========================================================== ] 4910/5161 95% [========================================================== ] 4911/5161 95% [=========================================================== ] 4912/5161 95% [=========================================================== ] 4913/5161 95% [=========================================================== ] 4914/5161 95% [=========================================================== ] 4915/5161 95% [=========================================================== ] 4916/5161 95% [=========================================================== ] 4917/5161 95% [=========================================================== ] 4918/5161 95% [=========================================================== ] 4919/5161 95% [=========================================================== ] 4920/5161 95% [=========================================================== ] 4921/5161 95% [=========================================================== ] 4922/5161 95% [=========================================================== ] 4923/5161 95% [=========================================================== ] 4924/5161 95% [=========================================================== ] 4925/5161 95% [=========================================================== ] 4926/5161 95% [=========================================================== ] 4927/5161 95% [=========================================================== ] 4928/5161 95% [=========================================================== ] 4929/5161 95% [=========================================================== ] 4930/5161 95% [=========================================================== ] 4931/5161 95% [=========================================================== ] 4932/5161 95% [=========================================================== ] 4933/5161 95% [=========================================================== ] 4934/5161 95% [=========================================================== ] 4935/5161 95% [=========================================================== ] 4936/5161 95% [=========================================================== ] 4937/5161 95% [=========================================================== ] 4938/5161 95% [=========================================================== ] 4939/5161 95% [=========================================================== ] 4940/5161 95% [=========================================================== ] 4941/5161 95% [=========================================================== ] 4942/5161 95% [=========================================================== ] 4943/5161 95% [=========================================================== ] 4944/5161 95% [=========================================================== ] 4945/5161 95% [=========================================================== ] 4946/5161 95% [=========================================================== ] 4947/5161 95% [=========================================================== ] 4948/5161 95% [=========================================================== ] 4949/5161 95% [=========================================================== ] 4950/5161 95% [=========================================================== ] 4951/5161 95% [=========================================================== ] 4952/5161 95% [=========================================================== ] 4953/5161 95% [=========================================================== ] 4954/5161 95% [=========================================================== ] 4955/5161 96% [=========================================================== ] 4956/5161 96% [=========================================================== ] 4957/5161 96% [=========================================================== ] 4958/5161 96% [=========================================================== ] 4959/5161 96% [=========================================================== ] 4960/5161 96% [=========================================================== ] 4961/5161 96% [=========================================================== ] 4962/5161 96% [=========================================================== ] 4963/5161 96% [=========================================================== ] 4964/5161 96% [=========================================================== ] 4965/5161 96% [=========================================================== ] 4966/5161 96% [=========================================================== ] 4967/5161 96% [=========================================================== ] 4968/5161 96% [=========================================================== ] 4969/5161 96% [=========================================================== ] 4970/5161 96% [=========================================================== ] 4971/5161 96% [=========================================================== ] 4972/5161 96% [=========================================================== ] 4973/5161 96% [=========================================================== ] 4974/5161 96% [=========================================================== ] 4975/5161 96% [=========================================================== ] 4976/5161 96% [=========================================================== ] 4977/5161 96% [=========================================================== ] 4978/5161 96% [=========================================================== ] 4979/5161 96% [=========================================================== ] 4980/5161 96% [=========================================================== ] 4981/5161 96% [=========================================================== ] 4982/5161 96% [=========================================================== ] 4983/5161 96% [=========================================================== ] 4984/5161 96% [=========================================================== ] 4985/5161 96% [=========================================================== ] 4986/5161 96% [=========================================================== ] 4987/5161 96% [=========================================================== ] 4988/5161 96% [=========================================================== ] 4989/5161 96% [=========================================================== ] 4990/5161 96% [=========================================================== ] 4991/5161 96% [=========================================================== ] 4992/5161 96% [=========================================================== ] 4993/5161 96% [=========================================================== ] 4994/5161 96% [============================================================ ] 4995/5161 96% [============================================================ ] 4996/5161 96% [============================================================ ] 4997/5161 96% [============================================================ ] 4998/5161 96% [============================================================ ] 4999/5161 96% [============================================================ ] 5000/5161 96% [============================================================ ] 5001/5161 96% [============================================================ ] 5002/5161 96% [============================================================ ] 5003/5161 96% [============================================================ ] 5004/5161 96% [============================================================ ] 5005/5161 96% [============================================================ ] 5006/5161 96% [============================================================ ] 5007/5161 97% [============================================================ ] 5008/5161 97% [============================================================ ] 5009/5161 97% [============================================================ ] 5010/5161 97% [============================================================ ] 5011/5161 97% [============================================================ ] 5012/5161 97% [============================================================ ] 5013/5161 97% [============================================================ ] 5014/5161 97% [============================================================ ] 5015/5161 97% [============================================================ ] 5016/5161 97% [============================================================ ] 5017/5161 97% [============================================================ ] 5018/5161 97% [============================================================ ] 5019/5161 97% [============================================================ ] 5020/5161 97% [============================================================ ] 5021/5161 97% [============================================================ ] 5022/5161 97% [============================================================ ] 5023/5161 97% [============================================================ ] 5024/5161 97% [============================================================ ] 5025/5161 97% [============================================================ ] 5026/5161 97% [============================================================ ] 5027/5161 97% [============================================================ ] 5028/5161 97% [============================================================ ] 5029/5161 97% [============================================================ ] 5030/5161 97% [============================================================ ] 5031/5161 97% [============================================================ ] 5032/5161 97% [============================================================ ] 5033/5161 97% [============================================================ ] 5034/5161 97% [============================================================ ] 5035/5161 97% [============================================================ ] 5036/5161 97% [============================================================ ] 5037/5161 97% [============================================================ ] 5038/5161 97% [============================================================ ] 5039/5161 97% [============================================================ ] 5040/5161 97% [============================================================ ] 5041/5161 97% [============================================================ ] 5042/5161 97% [============================================================ ] 5043/5161 97% [============================================================ ] 5044/5161 97% [============================================================ ] 5045/5161 97% [============================================================ ] 5046/5161 97% [============================================================ ] 5047/5161 97% [============================================================ ] 5048/5161 97% [============================================================ ] 5049/5161 97% [============================================================ ] 5050/5161 97% [============================================================ ] 5051/5161 97% [============================================================ ] 5052/5161 97% [============================================================ ] 5053/5161 97% [============================================================ ] 5054/5161 97% [============================================================ ] 5055/5161 97% [============================================================ ] 5056/5161 97% [============================================================ ] 5057/5161 97% [============================================================ ] 5058/5161 98% [============================================================ ] 5059/5161 98% [============================================================ ] 5060/5161 98% [============================================================ ] 5061/5161 98% [============================================================ ] 5062/5161 98% [============================================================ ] 5063/5161 98% [============================================================ ] 5064/5161 98% [============================================================ ] 5065/5161 98% [============================================================ ] 5066/5161 98% [============================================================ ] 5067/5161 98% [============================================================ ] 5068/5161 98% [============================================================ ] 5069/5161 98% [============================================================ ] 5070/5161 98% [============================================================ ] 5071/5161 98% [============================================================ ] 5072/5161 98% [============================================================ ] 5073/5161 98% [============================================================ ] 5074/5161 98% [============================================================ ] 5075/5161 98% [============================================================ ] 5076/5161 98% [============================================================ ] 5077/5161 98% [============================================================= ] 5078/5161 98% [============================================================= ] 5079/5161 98% [============================================================= ] 5080/5161 98% [============================================================= ] 5081/5161 98% [============================================================= ] 5082/5161 98% [============================================================= ] 5083/5161 98% [============================================================= ] 5084/5161 98% [============================================================= ] 5085/5161 98% [============================================================= ] 5086/5161 98% [============================================================= ] 5087/5161 98% [============================================================= ] 5088/5161 98% [============================================================= ] 5089/5161 98% [============================================================= ] 5090/5161 98% [============================================================= ] 5091/5161 98% [============================================================= ] 5092/5161 98% [============================================================= ] 5093/5161 98% [============================================================= ] 5094/5161 98% [============================================================= ] 5095/5161 98% [============================================================= ] 5096/5161 98% [============================================================= ] 5097/5161 98% [============================================================= ] 5098/5161 98% [============================================================= ] 5099/5161 98% [============================================================= ] 5100/5161 98% [============================================================= ] 5101/5161 98% [============================================================= ] 5102/5161 98% [============================================================= ] 5103/5161 98% [============================================================= ] 5104/5161 98% [============================================================= ] 5105/5161 98% [============================================================= ] 5106/5161 98% [============================================================= ] 5107/5161 98% [============================================================= ] 5108/5161 98% [============================================================= ] 5109/5161 98% [============================================================= ] 5110/5161 99% [============================================================= ] 5111/5161 99% [============================================================= ] 5112/5161 99% [============================================================= ] 5113/5161 99% [============================================================= ] 5114/5161 99% [============================================================= ] 5115/5161 99% [============================================================= ] 5116/5161 99% [============================================================= ] 5117/5161 99% [============================================================= ] 5118/5161 99% [============================================================= ] 5119/5161 99% [============================================================= ] 5120/5161 99% [============================================================= ] 5121/5161 99% [============================================================= ] 5122/5161 99% [============================================================= ] 5123/5161 99% [============================================================= ] 5124/5161 99% [============================================================= ] 5125/5161 99% [============================================================= ] 5126/5161 99% [============================================================= ] 5127/5161 99% [============================================================= ] 5128/5161 99% [============================================================= ] 5129/5161 99% [============================================================= ] 5130/5161 99% [============================================================= ] 5131/5161 99% [============================================================= ] 5132/5161 99% [============================================================= ] 5133/5161 99% [============================================================= ] 5134/5161 99% [============================================================= ] 5135/5161 99% [============================================================= ] 5136/5161 99% [============================================================= ] 5137/5161 99% [============================================================= ] 5138/5161 99% [============================================================= ] 5139/5161 99% [============================================================= ] 5140/5161 99% [============================================================= ] 5141/5161 99% [============================================================= ] 5142/5161 99% [============================================================= ] 5143/5161 99% [============================================================= ] 5144/5161 99% [============================================================= ] 5145/5161 99% [============================================================= ] 5146/5161 99% [============================================================= ] 5147/5161 99% [============================================================= ] 5148/5161 99% [============================================================= ] 5149/5161 99% [============================================================= ] 5150/5161 99% [============================================================= ] 5151/5161 99% [============================================================= ] 5152/5161 99% [============================================================= ] 5153/5161 99% [============================================================= ] 5154/5161 99% [============================================================= ] 5155/5161 99% [============================================================= ] 5156/5161 99% [============================================================= ] 5157/5161 99% [============================================================= ] 5158/5161 99% [============================================================= ] 5159/5161 99% [============================================================= ] 5160/5161 99% [==============================================================] 5161/5161 100% operation complete, 5161 objects in 111306 NAND pages. ln -snf /home/autobuild/autobuild/instance-7/output-1/host/microblaze-buildroot-linux-musl/sysroot /home/autobuild/autobuild/instance-7/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-7/buildroot' >>> Buildroot 2022.11-516-g470ce5d85c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 4.14.301 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> gettext Collecting legal info >>> gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> udev Collecting legal info >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-aespipe 2.4f Collecting legal info >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> avro-c 1.11.1 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> host-bootgen xilinx_v2022.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> brickd v1.2.2 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-vala 0.52.4 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-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) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libgudev 237 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 6.0.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cryptsetup 2.6.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> ell 0.53 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> ethtool 5.19 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> flac 1.4.2 Collecting legal info COPYING.Xiph: OK (sha256: 6e58d3036f05e2a0d58af854c12a505ddbe75011d71a598a2170987f3b15408d) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> gnuplot 5.4.5 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> gssdp 1.4.0.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsoup 2.74.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> 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) >>> libpsl 0.21.1 Collecting legal info COPYING: OK (sha256: 7903413e7aa0bbcb77aa19150a3f1034edc0a760cff174f9a53efe4de6f056a4) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp 1.4.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> initscripts Collecting legal info >>> janus-gateway 1.0.3 Collecting legal info COPYING: OK (sha256: 91d04c97fa1da3fcd28205873276358aafc071c5b00a9ea8c49dd06d487a9dc6) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libnice 0.1.19 Collecting legal info COPYING: OK (sha256: 9246b2ee8b1db30cf03d5d9719ad8bb5edce1cadc85f8cfef319c23d24d950b5) COPYING.MPL: OK (sha256: 3b3c75ae6c663c4f93987647eb5463d33dc1602a1aded3ac479773f2c3928e3a) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libatasmart 0.19 Collecting legal info LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcoap 4.3.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: c5625e704d52deade1c9b2d7931ac8593be147ba63af62b53b8c7e309b7eaeb9) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> libdrm 2.4.114 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libfm-extra 1.3.2 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmbim 1.28.2 Collecting legal info sha256sum: /home/autobuild/autobuild/instance-7/output-1/build/libmbim-1.28.2/COPYING: No such file or directory ERROR: COPYING has wrong sha256 hash: ERROR: expected: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 ERROR: got : ERROR: Incomplete download, or man-in-the-middle (MITM) attack make: *** [package/libmbim/libmbim.mk:33: libmbim-legal-info] Error 1 make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot'