--2023-01-30 01:58:11-- https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/yaffs2utils/0.2.9.tar.gz Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving storage.googleapis.com (storage.googleapis.com)... 142.250.69.240, 142.250.72.16, 142.250.72.48, ... Connecting to storage.googleapis.com (storage.googleapis.com)|142.250.69.240|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 39689 (39K) [application/octet-stream] Saving to: '/home/autobuild/autobuild/instance-6/output-1/build/.0.2.9.tar.gz.EEJTLp/output' 0K .......... .......... .......... ........ 100% 10.7M=0.004s 2023-01-30 01:58:12 (10.7 MB/s) - '/home/autobuild/autobuild/instance-6/output-1/build/.0.2.9.tar.gz.EEJTLp/output' saved [39689/39689] 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-6/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-6/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-6/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-6/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: 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_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:9: 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-6/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-6/output-1/host/bin PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-6/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-6/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-6/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-6/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-6/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-6/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-6/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-6/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%power8%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-6/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-6/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-6/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-6/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-6/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%power8%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-6/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-6/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-6/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/bash" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-6/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-6/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-6/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-6/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-6/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-6/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/include /home/autobuild/autobuild/instance-6/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-6/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-6/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-6/output-1/target/usr/doc find /home/autobuild/autobuild/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/man /home/autobuild/autobuild/instance-6/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/info /home/autobuild/autobuild/instance-6/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/doc /home/autobuild/autobuild/instance-6/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-6/output-1/target/lib/debug /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-6/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-6/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-6/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-6/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-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-1106-ged6062efbc"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-6/output-1/per-package /home/autobuild/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-6/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-6/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-6/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3592 objects. stage 2: creating image '/home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2' [ ] 1/3592 0% [ ] 2/3592 0% [ ] 3/3592 0% [ ] 4/3592 0% [ ] 5/3592 0% [ ] 6/3592 0% [ ] 7/3592 0% [ ] 8/3592 0% [ ] 9/3592 0% [ ] 10/3592 0% [ ] 11/3592 0% [ ] 12/3592 0% [ ] 13/3592 0% [ ] 14/3592 0% [ ] 15/3592 0% [ ] 16/3592 0% [ ] 17/3592 0% [ ] 18/3592 0% [ ] 19/3592 0% [ ] 20/3592 0% [ ] 21/3592 0% [ ] 22/3592 0% [ ] 23/3592 0% [ ] 24/3592 0% [ ] 25/3592 0% [ ] 26/3592 0% [ ] 27/3592 0% [ ] 28/3592 0% [ ] 29/3592 0% [ ] 30/3592 0% [ ] 31/3592 0% [ ] 32/3592 0% [ ] 33/3592 0% [ ] 34/3592 0% [ ] 35/3592 0% [ ] 36/3592 1% [ ] 37/3592 1% [ ] 38/3592 1% [ ] 39/3592 1% [ ] 40/3592 1% [ ] 41/3592 1% [ ] 42/3592 1% [ ] 43/3592 1% [ ] 44/3592 1% [ ] 45/3592 1% [ ] 46/3592 1% [ ] 47/3592 1% [ ] 48/3592 1% [ ] 49/3592 1% [ ] 50/3592 1% [ ] 51/3592 1% [ ] 52/3592 1% [ ] 53/3592 1% [ ] 54/3592 1% [ ] 55/3592 1% [ ] 56/3592 1% [ ] 57/3592 1% [= ] 58/3592 1% [= ] 59/3592 1% [= ] 60/3592 1% [= ] 61/3592 1% [= ] 62/3592 1% [= ] 63/3592 1% [= ] 64/3592 1% [= ] 65/3592 1% [= ] 66/3592 1% [= ] 67/3592 1% [= ] 68/3592 1% [= ] 69/3592 1% [= ] 70/3592 1% [= ] 71/3592 1% [= ] 72/3592 2% [= ] 73/3592 2% [= ] 74/3592 2% [= ] 75/3592 2% [= ] 76/3592 2% [= ] 77/3592 2% [= ] 78/3592 2% [= ] 79/3592 2% [= ] 80/3592 2% [= ] 81/3592 2% [= ] 82/3592 2% [= ] 83/3592 2% [= ] 84/3592 2% [= ] 85/3592 2% [= ] 86/3592 2% [= ] 87/3592 2% [= ] 88/3592 2% [= ] 89/3592 2% [= ] 90/3592 2% [= ] 91/3592 2% [= ] 92/3592 2% [= ] 93/3592 2% [= ] 94/3592 2% [= ] 95/3592 2% [= ] 96/3592 2% [= ] 97/3592 2% [= ] 98/3592 2% [= ] 99/3592 2% [= ] 100/3592 2% [= ] 101/3592 2% [= ] 102/3592 2% [= ] 103/3592 2% [= ] 104/3592 2% [= ] 105/3592 2% [= ] 106/3592 2% [= ] 107/3592 2% [= ] 108/3592 3% [= ] 109/3592 3% [= ] 110/3592 3% [= ] 111/3592 3% [= ] 112/3592 3% [= ] 113/3592 3% [= ] 114/3592 3% [= ] 115/3592 3% [== ] 116/3592 3% [== ] 117/3592 3% [== ] 118/3592 3% [== ] 119/3592 3% [== ] 120/3592 3% [== ] 121/3592 3% [== ] 122/3592 3% [== ] 123/3592 3% [== ] 124/3592 3% [== ] 125/3592 3% [== ] 126/3592 3% [== ] 127/3592 3% [== ] 128/3592 3% [== ] 129/3592 3% [== ] 130/3592 3% [== ] 131/3592 3% [== ] 132/3592 3% [== ] 133/3592 3% [== ] 134/3592 3% [== ] 135/3592 3% [== ] 136/3592 3% [== ] 137/3592 3% [== ] 138/3592 3% [== ] 139/3592 3% [== ] 140/3592 3% [== ] 141/3592 3% [== ] 142/3592 3% [== ] 143/3592 3% [== ] 144/3592 4% [== ] 145/3592 4% [== ] 146/3592 4% [== ] 147/3592 4% [== ] 148/3592 4% [== ] 149/3592 4% [== ] 150/3592 4% [== ] 151/3592 4% [== ] 152/3592 4% [== ] 153/3592 4% [== ] 154/3592 4% [== ] 155/3592 4% [== ] 156/3592 4% [== ] 157/3592 4% [== ] 158/3592 4% [== ] 159/3592 4% [== ] 160/3592 4% [== ] 161/3592 4% [== ] 162/3592 4% [== ] 163/3592 4% [== ] 164/3592 4% [== ] 165/3592 4% [== ] 166/3592 4% [== ] 167/3592 4% [== ] 168/3592 4% [== ] 169/3592 4% [== ] 170/3592 4% [== ] 171/3592 4% [== ] 172/3592 4% [== ] 173/3592 4% [=== ] 174/3592 4% [=== ] 175/3592 4% [=== ] 176/3592 4% [=== ] 177/3592 4% [=== ] 178/3592 4% [=== ] 179/3592 4% [=== ] 180/3592 5% [=== ] 181/3592 5% [=== ] 182/3592 5% [=== ] 183/3592 5% [=== ] 184/3592 5% [=== ] 185/3592 5% [=== ] 186/3592 5% [=== ] 187/3592 5% [=== ] 188/3592 5% [=== ] 189/3592 5% [=== ] 190/3592 5% [=== ] 191/3592 5% [=== ] 192/3592 5% [=== ] 193/3592 5% [=== ] 194/3592 5% [=== ] 195/3592 5% [=== ] 196/3592 5% [=== ] 197/3592 5% [=== ] 198/3592 5% [=== ] 199/3592 5% [=== ] 200/3592 5% [=== ] 201/3592 5% [=== ] 202/3592 5% [=== ] 203/3592 5% [=== ] 204/3592 5% [=== ] 205/3592 5% [=== ] 206/3592 5% [=== ] 207/3592 5% [=== ] 208/3592 5% [=== ] 209/3592 5% [=== ] 210/3592 5% [=== ] 211/3592 5% [=== ] 212/3592 5% [=== ] 213/3592 5% [=== ] 214/3592 5% [=== ] 215/3592 5% [=== ] 216/3592 6% [=== ] 217/3592 6% [=== ] 218/3592 6% [=== ] 219/3592 6% [=== ] 220/3592 6% [=== ] 221/3592 6% [=== ] 222/3592 6% [=== ] 223/3592 6% [=== ] 224/3592 6% [=== ] 225/3592 6% [=== ] 226/3592 6% [=== ] 227/3592 6% [=== ] 228/3592 6% [=== ] 229/3592 6% [=== ] 230/3592 6% [=== ] 231/3592 6% [==== ] 232/3592 6% [==== ] 233/3592 6% [==== ] 234/3592 6% [==== ] 235/3592 6% [==== ] 236/3592 6% [==== ] 237/3592 6% [==== ] 238/3592 6% [==== ] 239/3592 6% [==== ] 240/3592 6% [==== ] 241/3592 6% [==== ] 242/3592 6% [==== ] 243/3592 6% [==== ] 244/3592 6% [==== ] 245/3592 6% [==== ] 246/3592 6% [==== ] 247/3592 6% [==== ] 248/3592 6% [==== ] 249/3592 6% [==== ] 250/3592 6% [==== ] 251/3592 6% [==== ] 252/3592 7% [==== ] 253/3592 7% [==== ] 254/3592 7% [==== ] 255/3592 7% [==== ] 256/3592 7% [==== ] 257/3592 7% [==== ] 258/3592 7% [==== ] 259/3592 7% [==== ] 260/3592 7% [==== ] 261/3592 7% [==== ] 262/3592 7% [==== ] 263/3592 7% [==== ] 264/3592 7% [==== ] 265/3592 7% [==== ] 266/3592 7% [==== ] 267/3592 7% [==== ] 268/3592 7% [==== ] 269/3592 7% [==== ] 270/3592 7% [==== ] 271/3592 7% [==== ] 272/3592 7% [==== ] 273/3592 7% [==== ] 274/3592 7% [==== ] 275/3592 7% [==== ] 276/3592 7% [==== ] 277/3592 7% [==== ] 278/3592 7% [==== ] 279/3592 7% [==== ] 280/3592 7% [==== ] 281/3592 7% [==== ] 282/3592 7% [==== ] 283/3592 7% [==== ] 284/3592 7% [==== ] 285/3592 7% [==== ] 286/3592 7% [==== ] 287/3592 7% [==== ] 288/3592 8% [==== ] 289/3592 8% [===== ] 290/3592 8% [===== ] 291/3592 8% [===== ] 292/3592 8% [===== ] 293/3592 8% [===== ] 294/3592 8% [===== ] 295/3592 8% [===== ] 296/3592 8% [===== ] 297/3592 8% [===== ] 298/3592 8% [===== ] 299/3592 8% [===== ] 300/3592 8% [===== ] 301/3592 8% [===== ] 302/3592 8% [===== ] 303/3592 8% [===== ] 304/3592 8% [===== ] 305/3592 8% [===== ] 306/3592 8% [===== ] 307/3592 8% [===== ] 308/3592 8% [===== ] 309/3592 8% [===== ] 310/3592 8% [===== ] 311/3592 8% [===== ] 312/3592 8% [===== ] 313/3592 8% [===== ] 314/3592 8% [===== ] 315/3592 8% [===== ] 316/3592 8% [===== ] 317/3592 8% [===== ] 318/3592 8% [===== ] 319/3592 8% [===== ] 320/3592 8% [===== ] 321/3592 8% [===== ] 322/3592 8% [===== ] 323/3592 8% [===== ] 324/3592 9% [===== ] 325/3592 9% [===== ] 326/3592 9% [===== ] 327/3592 9% [===== ] 328/3592 9% [===== ] 329/3592 9% [===== ] 330/3592 9% [===== ] 331/3592 9% [===== ] 332/3592 9% [===== ] 333/3592 9% [===== ] 334/3592 9% [===== ] 335/3592 9% [===== ] 336/3592 9% [===== ] 337/3592 9% [===== ] 338/3592 9% [===== ] 339/3592 9% [===== ] 340/3592 9% [===== ] 341/3592 9% [===== ] 342/3592 9% [===== ] 343/3592 9% [===== ] 344/3592 9% [===== ] 345/3592 9% [===== ] 346/3592 9% [===== ] 347/3592 9% [====== ] 348/3592 9% [====== ] 349/3592 9% [====== ] 350/3592 9% [====== ] 351/3592 9% [====== ] 352/3592 9% [====== ] 353/3592 9% [====== ] 354/3592 9% [====== ] 355/3592 9% [====== ] 356/3592 9% [====== ] 357/3592 9% [====== ] 358/3592 9% [====== ] 359/3592 9% [====== ] 360/3592 10% [====== ] 361/3592 10% [====== ] 362/3592 10% [====== ] 363/3592 10% [====== ] 364/3592 10% [====== ] 365/3592 10% [====== ] 366/3592 10% [====== ] 367/3592 10% [====== ] 368/3592 10% [====== ] 369/3592 10% [====== ] 370/3592 10% [====== ] 371/3592 10% [====== ] 372/3592 10% [====== ] 373/3592 10% [====== ] 374/3592 10% [====== ] 375/3592 10% [====== ] 376/3592 10% [====== ] 377/3592 10% [====== ] 378/3592 10% [====== ] 379/3592 10% [====== ] 380/3592 10% [====== ] 381/3592 10% [====== ] 382/3592 10% [====== ] 383/3592 10% [====== ] 384/3592 10% [====== ] 385/3592 10% [====== ] 386/3592 10% [====== ] 387/3592 10% [====== ] 388/3592 10% [====== ] 389/3592 10% [====== ] 390/3592 10% [====== ] 391/3592 10% [====== ] 392/3592 10% [====== ] 393/3592 10% [====== ] 394/3592 10% [====== ] 395/3592 10% [====== ] 396/3592 11% [====== ] 397/3592 11% [====== ] 398/3592 11% [====== ] 399/3592 11% [====== ] 400/3592 11% [====== ] 401/3592 11% [====== ] 402/3592 11% [====== ] 403/3592 11% [====== ] 404/3592 11% [====== ] 405/3592 11% [======= ] 406/3592 11% [======= ] 407/3592 11% [======= ] 408/3592 11% [======= ] 409/3592 11% [======= ] 410/3592 11% [======= ] 411/3592 11% [======= ] 412/3592 11% [======= ] 413/3592 11% [======= ] 414/3592 11% [======= ] 415/3592 11% [======= ] 416/3592 11% [======= ] 417/3592 11% [======= ] 418/3592 11% [======= ] 419/3592 11% [======= ] 420/3592 11% [======= ] 421/3592 11% [======= ] 422/3592 11% [======= ] 423/3592 11% [======= ] 424/3592 11% [======= ] 425/3592 11% [======= ] 426/3592 11% [======= ] 427/3592 11% [======= ] 428/3592 11% [======= ] 429/3592 11% [======= ] 430/3592 11% [======= ] 431/3592 11% [======= ] 432/3592 12% [======= ] 433/3592 12% [======= ] 434/3592 12% [======= ] 435/3592 12% [======= ] 436/3592 12% [======= ] 437/3592 12% [======= ] 438/3592 12% [======= ] 439/3592 12% [======= ] 440/3592 12% [======= ] 441/3592 12% [======= ] 442/3592 12% [======= ] 443/3592 12% [======= ] 444/3592 12% [======= ] 445/3592 12% [======= ] 446/3592 12% [======= ] 447/3592 12% [======= ] 448/3592 12% [======= ] 449/3592 12% [======= ] 450/3592 12% [======= ] 451/3592 12% [======= ] 452/3592 12% [======= ] 453/3592 12% [======= ] 454/3592 12% [======= ] 455/3592 12% [======= ] 456/3592 12% [======= ] 457/3592 12% [======= ] 458/3592 12% [======= ] 459/3592 12% [======= ] 460/3592 12% [======= ] 461/3592 12% [======= ] 462/3592 12% [======= ] 463/3592 12% [======== ] 464/3592 12% [======== ] 465/3592 12% [======== ] 466/3592 12% [======== ] 467/3592 13% [======== ] 468/3592 13% [======== ] 469/3592 13% [======== ] 470/3592 13% [======== ] 471/3592 13% [======== ] 472/3592 13% [======== ] 473/3592 13% [======== ] 474/3592 13% [======== ] 475/3592 13% [======== ] 476/3592 13% [======== ] 477/3592 13% [======== ] 478/3592 13% [======== ] 479/3592 13% [======== ] 480/3592 13% [======== ] 481/3592 13% [======== ] 482/3592 13% [======== ] 483/3592 13% [======== ] 484/3592 13% [======== ] 485/3592 13% [======== ] 486/3592 13% [======== ] 487/3592 13% [======== ] 488/3592 13% [======== ] 489/3592 13% [======== ] 490/3592 13% [======== ] 491/3592 13% [======== ] 492/3592 13% [======== ] 493/3592 13% [======== ] 494/3592 13% [======== ] 495/3592 13% [======== ] 496/3592 13% [======== ] 497/3592 13% [======== ] 498/3592 13% [======== ] 499/3592 13% [======== ] 500/3592 13% [======== ] 501/3592 13% [======== ] 502/3592 13% [======== ] 503/3592 14% [======== ] 504/3592 14% [======== ] 505/3592 14% [======== ] 506/3592 14% [======== ] 507/3592 14% [======== ] 508/3592 14% [======== ] 509/3592 14% [======== ] 510/3592 14% [======== ] 511/3592 14% [======== ] 512/3592 14% [======== ] 513/3592 14% [======== ] 514/3592 14% [======== ] 515/3592 14% [======== ] 516/3592 14% [======== ] 517/3592 14% [======== ] 518/3592 14% [======== ] 519/3592 14% [======== ] 520/3592 14% [======== ] 521/3592 14% [========= ] 522/3592 14% [========= ] 523/3592 14% [========= ] 524/3592 14% [========= ] 525/3592 14% [========= ] 526/3592 14% [========= ] 527/3592 14% [========= ] 528/3592 14% [========= ] 529/3592 14% [========= ] 530/3592 14% [========= ] 531/3592 14% [========= ] 532/3592 14% [========= ] 533/3592 14% [========= ] 534/3592 14% [========= ] 535/3592 14% [========= ] 536/3592 14% [========= ] 537/3592 14% [========= ] 538/3592 14% [========= ] 539/3592 15% [========= ] 540/3592 15% [========= ] 541/3592 15% [========= ] 542/3592 15% [========= ] 543/3592 15% [========= ] 544/3592 15% [========= ] 545/3592 15% [========= ] 546/3592 15% [========= ] 547/3592 15% [========= ] 548/3592 15% [========= ] 549/3592 15% [========= ] 550/3592 15% [========= ] 551/3592 15% [========= ] 552/3592 15% [========= ] 553/3592 15% [========= ] 554/3592 15% [========= ] 555/3592 15% [========= ] 556/3592 15% [========= ] 557/3592 15% [========= ] 558/3592 15% [========= ] 559/3592 15% [========= ] 560/3592 15% [========= ] 561/3592 15% [========= ] 562/3592 15% [========= ] 563/3592 15% [========= ] 564/3592 15% [========= ] 565/3592 15% [========= ] 566/3592 15% [========= ] 567/3592 15% [========= ] 568/3592 15% [========= ] 569/3592 15% [========= ] 570/3592 15% [========= ] 571/3592 15% [========= ] 572/3592 15% [========= ] 573/3592 15% [========= ] 574/3592 15% [========= ] 575/3592 16% [========= ] 576/3592 16% [========= ] 577/3592 16% [========= ] 578/3592 16% [========= ] 579/3592 16% [========== ] 580/3592 16% [========== ] 581/3592 16% [========== ] 582/3592 16% [========== ] 583/3592 16% [========== ] 584/3592 16% [========== ] 585/3592 16% [========== ] 586/3592 16% [========== ] 587/3592 16% [========== ] 588/3592 16% [========== ] 589/3592 16% [========== ] 590/3592 16% [========== ] 591/3592 16% [========== ] 592/3592 16% [========== ] 593/3592 16% [========== ] 594/3592 16% [========== ] 595/3592 16% [========== ] 596/3592 16% [========== ] 597/3592 16% [========== ] 598/3592 16% [========== ] 599/3592 16% [========== ] 600/3592 16% [========== ] 601/3592 16% [========== ] 602/3592 16% [========== ] 603/3592 16% [========== ] 604/3592 16% [========== ] 605/3592 16% [========== ] 606/3592 16% [========== ] 607/3592 16% [========== ] 608/3592 16% [========== ] 609/3592 16% [========== ] 610/3592 16% [========== ] 611/3592 17% [========== ] 612/3592 17% [========== ] 613/3592 17% [========== ] 614/3592 17% [========== ] 615/3592 17% [========== ] 616/3592 17% [========== ] 617/3592 17% [========== ] 618/3592 17% [========== ] 619/3592 17% [========== ] 620/3592 17% [========== ] 621/3592 17% [========== ] 622/3592 17% [========== ] 623/3592 17% [========== ] 624/3592 17% [========== ] 625/3592 17% [========== ] 626/3592 17% [========== ] 627/3592 17% [========== ] 628/3592 17% [========== ] 629/3592 17% [========== ] 630/3592 17% [========== ] 631/3592 17% [========== ] 632/3592 17% [========== ] 633/3592 17% [========== ] 634/3592 17% [========== ] 635/3592 17% [========== ] 636/3592 17% [========== ] 637/3592 17% [=========== ] 638/3592 17% [=========== ] 639/3592 17% [=========== ] 640/3592 17% [=========== ] 641/3592 17% [=========== ] 642/3592 17% [=========== ] 643/3592 17% [=========== ] 644/3592 17% [=========== ] 645/3592 17% [=========== ] 646/3592 17% [=========== ] 647/3592 18% [=========== ] 648/3592 18% [=========== ] 649/3592 18% [=========== ] 650/3592 18% [=========== ] 651/3592 18% [=========== ] 652/3592 18% [=========== ] 653/3592 18% [=========== ] 654/3592 18% [=========== ] 655/3592 18% [=========== ] 656/3592 18% [=========== ] 657/3592 18% [=========== ] 658/3592 18% [=========== ] 659/3592 18% [=========== ] 660/3592 18% [=========== ] 661/3592 18% [=========== ] 662/3592 18% [=========== ] 663/3592 18% [=========== ] 664/3592 18% [=========== ] 665/3592 18% [=========== ] 666/3592 18% [=========== ] 667/3592 18% [=========== ] 668/3592 18% [=========== ] 669/3592 18% [=========== ] 670/3592 18% [=========== ] 671/3592 18% [=========== ] 672/3592 18% [=========== ] 673/3592 18% [=========== ] 674/3592 18% [=========== ] 675/3592 18% [=========== ] 676/3592 18% [=========== ] 677/3592 18% [=========== ] 678/3592 18% [=========== ] 679/3592 18% [=========== ] 680/3592 18% [=========== ] 681/3592 18% [=========== ] 682/3592 18% [=========== ] 683/3592 19% [=========== ] 684/3592 19% [=========== ] 685/3592 19% [=========== ] 686/3592 19% [=========== ] 687/3592 19% [=========== ] 688/3592 19% [=========== ] 689/3592 19% [=========== ] 690/3592 19% [=========== ] 691/3592 19% [=========== ] 692/3592 19% [=========== ] 693/3592 19% [=========== ] 694/3592 19% [=========== ] 695/3592 19% [============ ] 696/3592 19% [============ ] 697/3592 19% [============ ] 698/3592 19% [============ ] 699/3592 19% [============ ] 700/3592 19% [============ ] 701/3592 19% [============ ] 702/3592 19% [============ ] 703/3592 19% [============ ] 704/3592 19% [============ ] 705/3592 19% [============ ] 706/3592 19% [============ ] 707/3592 19% [============ ] 708/3592 19% [============ ] 709/3592 19% [============ ] 710/3592 19% [============ ] 711/3592 19% [============ ] 712/3592 19% [============ ] 713/3592 19% [============ ] 714/3592 19% [============ ] 715/3592 19% [============ ] 716/3592 19% [============ ] 717/3592 19% [============ ] 718/3592 19% [============ ] 719/3592 20% [============ ] 720/3592 20% [============ ] 721/3592 20% [============ ] 722/3592 20% [============ ] 723/3592 20% [============ ] 724/3592 20% [============ ] 725/3592 20% [============ ] 726/3592 20% [============ ] 727/3592 20% [============ ] 728/3592 20% [============ ] 729/3592 20% [============ ] 730/3592 20% [============ ] 731/3592 20% [============ ] 732/3592 20% [============ ] 733/3592 20% [============ ] 734/3592 20% [============ ] 735/3592 20% [============ ] 736/3592 20% [============ ] 737/3592 20% [============ ] 738/3592 20% [============ ] 739/3592 20% [============ ] 740/3592 20% [============ ] 741/3592 20% [============ ] 742/3592 20% [============ ] 743/3592 20% [============ ] 744/3592 20% [============ ] 745/3592 20% [============ ] 746/3592 20% [============ ] 747/3592 20% [============ ] 748/3592 20% [============ ] 749/3592 20% [============ ] 750/3592 20% [============ ] 751/3592 20% [============ ] 752/3592 20% [============ ] 753/3592 20% [============= ] 754/3592 20% [============= ] 755/3592 21% [============= ] 756/3592 21% [============= ] 757/3592 21% [============= ] 758/3592 21% [============= ] 759/3592 21% [============= ] 760/3592 21% [============= ] 761/3592 21% [============= ] 762/3592 21% [============= ] 763/3592 21% [============= ] 764/3592 21% [============= ] 765/3592 21% [============= ] 766/3592 21% [============= ] 767/3592 21% [============= ] 768/3592 21% [============= ] 769/3592 21% [============= ] 770/3592 21% [============= ] 771/3592 21% [============= ] 772/3592 21% [============= ] 773/3592 21% [============= ] 774/3592 21% [============= ] 775/3592 21% [============= ] 776/3592 21% [============= ] 777/3592 21% [============= ] 778/3592 21% [============= ] 779/3592 21% [============= ] 780/3592 21% [============= ] 781/3592 21% [============= ] 782/3592 21% [============= ] 783/3592 21% [============= ] 784/3592 21% [============= ] 785/3592 21% [============= ] 786/3592 21% [============= ] 787/3592 21% [============= ] 788/3592 21% [============= ] 789/3592 21% [============= ] 790/3592 21% [============= ] 791/3592 22% [============= ] 792/3592 22% [============= ] 793/3592 22% [============= ] 794/3592 22% [============= ] 795/3592 22% [============= ] 796/3592 22% [============= ] 797/3592 22% [============= ] 798/3592 22% [============= ] 799/3592 22% [============= ] 800/3592 22% [============= ] 801/3592 22% [============= ] 802/3592 22% [============= ] 803/3592 22% [============= ] 804/3592 22% [============= ] 805/3592 22% [============= ] 806/3592 22% [============= ] 807/3592 22% [============= ] 808/3592 22% [============= ] 809/3592 22% [============= ] 810/3592 22% [============= ] 811/3592 22% [============== ] 812/3592 22% [============== ] 813/3592 22% [============== ] 814/3592 22% [============== ] 815/3592 22% [============== ] 816/3592 22% [============== ] 817/3592 22% [============== ] 818/3592 22% [============== ] 819/3592 22% [============== ] 820/3592 22% [============== ] 821/3592 22% [============== ] 822/3592 22% [============== ] 823/3592 22% [============== ] 824/3592 22% [============== ] 825/3592 22% [============== ] 826/3592 22% [============== ] 827/3592 23% [============== ] 828/3592 23% [============== ] 829/3592 23% [============== ] 830/3592 23% [============== ] 831/3592 23% [============== ] 832/3592 23% [============== ] 833/3592 23% [============== ] 834/3592 23% [============== ] 835/3592 23% [============== ] 836/3592 23% [============== ] 837/3592 23% [============== ] 838/3592 23% [============== ] 839/3592 23% [============== ] 840/3592 23% [============== ] 841/3592 23% [============== ] 842/3592 23% [============== ] 843/3592 23% [============== ] 844/3592 23% [============== ] 845/3592 23% [============== ] 846/3592 23% [============== ] 847/3592 23% [============== ] 848/3592 23% [============== ] 849/3592 23% [============== ] 850/3592 23% [============== ] 851/3592 23% [============== ] 852/3592 23% [============== ] 853/3592 23% [============== ] 854/3592 23% [============== ] 855/3592 23% [============== ] 856/3592 23% [============== ] 857/3592 23% [============== ] 858/3592 23% [============== ] 859/3592 23% [============== ] 860/3592 23% [============== ] 861/3592 23% [============== ] 862/3592 23% [============== ] 863/3592 24% [============== ] 864/3592 24% [============== ] 865/3592 24% [============== ] 866/3592 24% [============== ] 867/3592 24% [============== ] 868/3592 24% [============== ] 869/3592 24% [=============== ] 870/3592 24% [=============== ] 871/3592 24% [=============== ] 872/3592 24% [=============== ] 873/3592 24% [=============== ] 874/3592 24% [=============== ] 875/3592 24% [=============== ] 876/3592 24% [=============== ] 877/3592 24% [=============== ] 878/3592 24% [=============== ] 879/3592 24% [=============== ] 880/3592 24% [=============== ] 881/3592 24% [=============== ] 882/3592 24% [=============== ] 883/3592 24% [=============== ] 884/3592 24% [=============== ] 885/3592 24% [=============== ] 886/3592 24% [=============== ] 887/3592 24% [=============== ] 888/3592 24% [=============== ] 889/3592 24% [=============== ] 890/3592 24% [=============== ] 891/3592 24% [=============== ] 892/3592 24% [=============== ] 893/3592 24% [=============== ] 894/3592 24% [=============== ] 895/3592 24% [=============== ] 896/3592 24% [=============== ] 897/3592 24% [=============== ] 898/3592 25% [=============== ] 899/3592 25% [=============== ] 900/3592 25% [=============== ] 901/3592 25% [=============== ] 902/3592 25% [=============== ] 903/3592 25% [=============== ] 904/3592 25% [=============== ] 905/3592 25% [=============== ] 906/3592 25% [=============== ] 907/3592 25% [=============== ] 908/3592 25% [=============== ] 909/3592 25% [=============== ] 910/3592 25% [=============== ] 911/3592 25% [=============== ] 912/3592 25% [=============== ] 913/3592 25% [=============== ] 914/3592 25% [=============== ] 915/3592 25% [=============== ] 916/3592 25% [=============== ] 917/3592 25% [=============== ] 918/3592 25% [=============== ] 919/3592 25% [=============== ] 920/3592 25% [=============== ] 921/3592 25% [=============== ] 922/3592 25% [=============== ] 923/3592 25% [=============== ] 924/3592 25% [=============== ] 925/3592 25% [=============== ] 926/3592 25% [================ ] 927/3592 25% [================ ] 928/3592 25% [================ ] 929/3592 25% [================ ] 930/3592 25% [================ ] 931/3592 25% [================ ] 932/3592 25% [================ ] 933/3592 25% [================ ] 934/3592 26% [================ ] 935/3592 26% [================ ] 936/3592 26% [================ ] 937/3592 26% [================ ] 938/3592 26% [================ ] 939/3592 26% [================ ] 940/3592 26% [================ ] 941/3592 26% [================ ] 942/3592 26% [================ ] 943/3592 26% [================ ] 944/3592 26% [================ ] 945/3592 26% [================ ] 946/3592 26% [================ ] 947/3592 26% [================ ] 948/3592 26% [================ ] 949/3592 26% [================ ] 950/3592 26% [================ ] 951/3592 26% [================ ] 952/3592 26% [================ ] 953/3592 26% [================ ] 954/3592 26% [================ ] 955/3592 26% [================ ] 956/3592 26% [================ ] 957/3592 26% [================ ] 958/3592 26% [================ ] 959/3592 26% [================ ] 960/3592 26% [================ ] 961/3592 26% [================ ] 962/3592 26% [================ ] 963/3592 26% [================ ] 964/3592 26% [================ ] 965/3592 26% [================ ] 966/3592 26% [================ ] 967/3592 26% [================ ] 968/3592 26% [================ ] 969/3592 26% [================ ] 970/3592 27% [================ ] 971/3592 27% [================ ] 972/3592 27% [================ ] 973/3592 27% [================ ] 974/3592 27% [================ ] 975/3592 27% [================ ] 976/3592 27% [================ ] 977/3592 27% [================ ] 978/3592 27% [================ ] 979/3592 27% [================ ] 980/3592 27% [================ ] 981/3592 27% [================ ] 982/3592 27% [================ ] 983/3592 27% [================ ] 984/3592 27% [================= ] 985/3592 27% [================= ] 986/3592 27% [================= ] 987/3592 27% [================= ] 988/3592 27% [================= ] 989/3592 27% [================= ] 990/3592 27% [================= ] 991/3592 27% [================= ] 992/3592 27% [================= ] 993/3592 27% [================= ] 994/3592 27% [================= ] 995/3592 27% [================= ] 996/3592 27% [================= ] 997/3592 27% [================= ] 998/3592 27% [================= ] 999/3592 27% [================= ] 1000/3592 27% [================= ] 1001/3592 27% [================= ] 1002/3592 27% [================= ] 1003/3592 27% [================= ] 1004/3592 27% [================= ] 1005/3592 27% [================= ] 1006/3592 28% [================= ] 1007/3592 28% [================= ] 1008/3592 28% [================= ] 1009/3592 28% [================= ] 1010/3592 28% [================= ] 1011/3592 28% [================= ] 1012/3592 28% [================= ] 1013/3592 28% [================= ] 1014/3592 28% [================= ] 1015/3592 28% [================= ] 1016/3592 28% [================= ] 1017/3592 28% [================= ] 1018/3592 28% [================= ] 1019/3592 28% [================= ] 1020/3592 28% [================= ] 1021/3592 28% [================= ] 1022/3592 28% [================= ] 1023/3592 28% [================= ] 1024/3592 28% [================= ] 1025/3592 28% [================= ] 1026/3592 28% [================= ] 1027/3592 28% [================= ] 1028/3592 28% [================= ] 1029/3592 28% [================= ] 1030/3592 28% [================= ] 1031/3592 28% [================= ] 1032/3592 28% [================= ] 1033/3592 28% [================= ] 1034/3592 28% [================= ] 1035/3592 28% [================= ] 1036/3592 28% [================= ] 1037/3592 28% [================= ] 1038/3592 28% [================= ] 1039/3592 28% [================= ] 1040/3592 28% [================= ] 1041/3592 28% [================= ] 1042/3592 29% [================== ] 1043/3592 29% [================== ] 1044/3592 29% [================== ] 1045/3592 29% [================== ] 1046/3592 29% [================== ] 1047/3592 29% [================== ] 1048/3592 29% [================== ] 1049/3592 29% [================== ] 1050/3592 29% [================== ] 1051/3592 29% [================== ] 1052/3592 29% [================== ] 1053/3592 29% [================== ] 1054/3592 29% [================== ] 1055/3592 29% [================== ] 1056/3592 29% [================== ] 1057/3592 29% [================== ] 1058/3592 29% [================== ] 1059/3592 29% [================== ] 1060/3592 29% [================== ] 1061/3592 29% [================== ] 1062/3592 29% [================== ] 1063/3592 29% [================== ] 1064/3592 29% [================== ] 1065/3592 29% [================== ] 1066/3592 29% [================== ] 1067/3592 29% [================== ] 1068/3592 29% [================== ] 1069/3592 29% [================== ] 1070/3592 29% [================== ] 1071/3592 29% [================== ] 1072/3592 29% [================== ] 1073/3592 29% [================== ] 1074/3592 29% [================== ] 1075/3592 29% [================== ] 1076/3592 29% [================== ] 1077/3592 29% [================== ] 1078/3592 30% [================== ] 1079/3592 30% [================== ] 1080/3592 30% [================== ] 1081/3592 30% [================== ] 1082/3592 30% [================== ] 1083/3592 30% [================== ] 1084/3592 30% [================== ] 1085/3592 30% [================== ] 1086/3592 30% [================== ] 1087/3592 30% [================== ] 1088/3592 30% [================== ] 1089/3592 30% [================== ] 1090/3592 30% [================== ] 1091/3592 30% [================== ] 1092/3592 30% [================== ] 1093/3592 30% [================== ] 1094/3592 30% [================== ] 1095/3592 30% [================== ] 1096/3592 30% [================== ] 1097/3592 30% [================== ] 1098/3592 30% [================== ] 1099/3592 30% [================== ] 1100/3592 30% [=================== ] 1101/3592 30% [=================== ] 1102/3592 30% [=================== ] 1103/3592 30% [=================== ] 1104/3592 30% [=================== ] 1105/3592 30% [=================== ] 1106/3592 30% [=================== ] 1107/3592 30% [=================== ] 1108/3592 30% [=================== ] 1109/3592 30% [=================== ] 1110/3592 30% [=================== ] 1111/3592 30% [=================== ] 1112/3592 30% [=================== ] 1113/3592 30% [=================== ] 1114/3592 31% [=================== ] 1115/3592 31% [=================== ] 1116/3592 31% [=================== ] 1117/3592 31% [=================== ] 1118/3592 31% [=================== ] 1119/3592 31% [=================== ] 1120/3592 31% [=================== ] 1121/3592 31% [=================== ] 1122/3592 31% [=================== ] 1123/3592 31% [=================== ] 1124/3592 31% [=================== ] 1125/3592 31% [=================== ] 1126/3592 31% [=================== ] 1127/3592 31% [=================== ] 1128/3592 31% [=================== ] 1129/3592 31% [=================== ] 1130/3592 31% [=================== ] 1131/3592 31% [=================== ] 1132/3592 31% [=================== ] 1133/3592 31% [=================== ] 1134/3592 31% [=================== ] 1135/3592 31% [=================== ] 1136/3592 31% [=================== ] 1137/3592 31% [=================== ] 1138/3592 31% [=================== ] 1139/3592 31% [=================== ] 1140/3592 31% [=================== ] 1141/3592 31% [=================== ] 1142/3592 31% [=================== ] 1143/3592 31% [=================== ] 1144/3592 31% [=================== ] 1145/3592 31% [=================== ] 1146/3592 31% [=================== ] 1147/3592 31% [=================== ] 1148/3592 31% [=================== ] 1149/3592 31% [=================== ] 1150/3592 32% [=================== ] 1151/3592 32% [=================== ] 1152/3592 32% [=================== ] 1153/3592 32% [=================== ] 1154/3592 32% [=================== ] 1155/3592 32% [=================== ] 1156/3592 32% [=================== ] 1157/3592 32% [=================== ] 1158/3592 32% [==================== ] 1159/3592 32% [==================== ] 1160/3592 32% [==================== ] 1161/3592 32% [==================== ] 1162/3592 32% [==================== ] 1163/3592 32% [==================== ] 1164/3592 32% [==================== ] 1165/3592 32% [==================== ] 1166/3592 32% [==================== ] 1167/3592 32% [==================== ] 1168/3592 32% [==================== ] 1169/3592 32% [==================== ] 1170/3592 32% [==================== ] 1171/3592 32% [==================== ] 1172/3592 32% [==================== ] 1173/3592 32% [==================== ] 1174/3592 32% [==================== ] 1175/3592 32% [==================== ] 1176/3592 32% [==================== ] 1177/3592 32% [==================== ] 1178/3592 32% [==================== ] 1179/3592 32% [==================== ] 1180/3592 32% [==================== ] 1181/3592 32% [==================== ] 1182/3592 32% [==================== ] 1183/3592 32% [==================== ] 1184/3592 32% [==================== ] 1185/3592 32% [==================== ] 1186/3592 33% [==================== ] 1187/3592 33% [==================== ] 1188/3592 33% [==================== ] 1189/3592 33% [==================== ] 1190/3592 33% [==================== ] 1191/3592 33% [==================== ] 1192/3592 33% [==================== ] 1193/3592 33% [==================== ] 1194/3592 33% [==================== ] 1195/3592 33% [==================== ] 1196/3592 33% [==================== ] 1197/3592 33% [==================== ] 1198/3592 33% [==================== ] 1199/3592 33% [==================== ] 1200/3592 33% [==================== ] 1201/3592 33% [==================== ] 1202/3592 33% [==================== ] 1203/3592 33% [==================== ] 1204/3592 33% [==================== ] 1205/3592 33% [==================== ] 1206/3592 33% [==================== ] 1207/3592 33% [==================== ] 1208/3592 33% [==================== ] 1209/3592 33% [==================== ] 1210/3592 33% [==================== ] 1211/3592 33% [==================== ] 1212/3592 33% [==================== ] 1213/3592 33% [==================== ] 1214/3592 33% [==================== ] 1215/3592 33% [==================== ] 1216/3592 33% [===================== ] 1217/3592 33% [===================== ] 1218/3592 33% [===================== ] 1219/3592 33% [===================== ] 1220/3592 33% [===================== ] 1221/3592 33% [===================== ] 1222/3592 34% [===================== ] 1223/3592 34% [===================== ] 1224/3592 34% [===================== ] 1225/3592 34% [===================== ] 1226/3592 34% [===================== ] 1227/3592 34% [===================== ] 1228/3592 34% [===================== ] 1229/3592 34% [===================== ] 1230/3592 34% [===================== ] 1231/3592 34% [===================== ] 1232/3592 34% [===================== ] 1233/3592 34% [===================== ] 1234/3592 34% [===================== ] 1235/3592 34% [===================== ] 1236/3592 34% [===================== ] 1237/3592 34% [===================== ] 1238/3592 34% [===================== ] 1239/3592 34% [===================== ] 1240/3592 34% [===================== ] 1241/3592 34% [===================== ] 1242/3592 34% [===================== ] 1243/3592 34% [===================== ] 1244/3592 34% [===================== ] 1245/3592 34% [===================== ] 1246/3592 34% [===================== ] 1247/3592 34% [===================== ] 1248/3592 34% [===================== ] 1249/3592 34% [===================== ] 1250/3592 34% [===================== ] 1251/3592 34% [===================== ] 1252/3592 34% [===================== ] 1253/3592 34% [===================== ] 1254/3592 34% [===================== ] 1255/3592 34% [===================== ] 1256/3592 34% [===================== ] 1257/3592 34% [===================== ] 1258/3592 35% [===================== ] 1259/3592 35% [===================== ] 1260/3592 35% [===================== ] 1261/3592 35% [===================== ] 1262/3592 35% [===================== ] 1263/3592 35% [===================== ] 1264/3592 35% [===================== ] 1265/3592 35% [===================== ] 1266/3592 35% [===================== ] 1267/3592 35% [===================== ] 1268/3592 35% [===================== ] 1269/3592 35% [===================== ] 1270/3592 35% [===================== ] 1271/3592 35% [===================== ] 1272/3592 35% [===================== ] 1273/3592 35% [===================== ] 1274/3592 35% [====================== ] 1275/3592 35% [====================== ] 1276/3592 35% [====================== ] 1277/3592 35% [====================== ] 1278/3592 35% [====================== ] 1279/3592 35% [====================== ] 1280/3592 35% [====================== ] 1281/3592 35% [====================== ] 1282/3592 35% [====================== ] 1283/3592 35% [====================== ] 1284/3592 35% [====================== ] 1285/3592 35% [====================== ] 1286/3592 35% [====================== ] 1287/3592 35% [====================== ] 1288/3592 35% [====================== ] 1289/3592 35% [====================== ] 1290/3592 35% [====================== ] 1291/3592 35% [====================== ] 1292/3592 35% [====================== ] 1293/3592 35% [====================== ] 1294/3592 36% [====================== ] 1295/3592 36% [====================== ] 1296/3592 36% [====================== ] 1297/3592 36% [====================== ] 1298/3592 36% [====================== ] 1299/3592 36% [====================== ] 1300/3592 36% [====================== ] 1301/3592 36% [====================== ] 1302/3592 36% [====================== ] 1303/3592 36% [====================== ] 1304/3592 36% [====================== ] 1305/3592 36% [====================== ] 1306/3592 36% [====================== ] 1307/3592 36% [====================== ] 1308/3592 36% [====================== ] 1309/3592 36% [====================== ] 1310/3592 36% [====================== ] 1311/3592 36% [====================== ] 1312/3592 36% [====================== ] 1313/3592 36% [====================== ] 1314/3592 36% [====================== ] 1315/3592 36% [====================== ] 1316/3592 36% [====================== ] 1317/3592 36% [====================== ] 1318/3592 36% [====================== ] 1319/3592 36% [====================== ] 1320/3592 36% [====================== ] 1321/3592 36% [====================== ] 1322/3592 36% [====================== ] 1323/3592 36% [====================== ] 1324/3592 36% [====================== ] 1325/3592 36% [====================== ] 1326/3592 36% [====================== ] 1327/3592 36% [====================== ] 1328/3592 36% [====================== ] 1329/3592 36% [====================== ] 1330/3592 37% [====================== ] 1331/3592 37% [====================== ] 1332/3592 37% [======================= ] 1333/3592 37% [======================= ] 1334/3592 37% [======================= ] 1335/3592 37% [======================= ] 1336/3592 37% [======================= ] 1337/3592 37% [======================= ] 1338/3592 37% [======================= ] 1339/3592 37% [======================= ] 1340/3592 37% [======================= ] 1341/3592 37% [======================= ] 1342/3592 37% [======================= ] 1343/3592 37% [======================= ] 1344/3592 37% [======================= ] 1345/3592 37% [======================= ] 1346/3592 37% [======================= ] 1347/3592 37% [======================= ] 1348/3592 37% [======================= ] 1349/3592 37% [======================= ] 1350/3592 37% [======================= ] 1351/3592 37% [======================= ] 1352/3592 37% [======================= ] 1353/3592 37% [======================= ] 1354/3592 37% [======================= ] 1355/3592 37% [======================= ] 1356/3592 37% [======================= ] 1357/3592 37% [======================= ] 1358/3592 37% [======================= ] 1359/3592 37% [======================= ] 1360/3592 37% [======================= ] 1361/3592 37% [======================= ] 1362/3592 37% [======================= ] 1363/3592 37% [======================= ] 1364/3592 37% [======================= ] 1365/3592 38% [======================= ] 1366/3592 38% [======================= ] 1367/3592 38% [======================= ] 1368/3592 38% [======================= ] 1369/3592 38% [======================= ] 1370/3592 38% [======================= ] 1371/3592 38% [======================= ] 1372/3592 38% [======================= ] 1373/3592 38% [======================= ] 1374/3592 38% [======================= ] 1375/3592 38% [======================= ] 1376/3592 38% [======================= ] 1377/3592 38% [======================= ] 1378/3592 38% [======================= ] 1379/3592 38% [======================= ] 1380/3592 38% [======================= ] 1381/3592 38% [======================= ] 1382/3592 38% [======================= ] 1383/3592 38% [======================= ] 1384/3592 38% [======================= ] 1385/3592 38% [======================= ] 1386/3592 38% [======================= ] 1387/3592 38% [======================= ] 1388/3592 38% [======================= ] 1389/3592 38% [======================= ] 1390/3592 38% [======================== ] 1391/3592 38% [======================== ] 1392/3592 38% [======================== ] 1393/3592 38% [======================== ] 1394/3592 38% [======================== ] 1395/3592 38% [======================== ] 1396/3592 38% [======================== ] 1397/3592 38% [======================== ] 1398/3592 38% [======================== ] 1399/3592 38% [======================== ] 1400/3592 38% [======================== ] 1401/3592 39% [======================== ] 1402/3592 39% [======================== ] 1403/3592 39% [======================== ] 1404/3592 39% [======================== ] 1405/3592 39% [======================== ] 1406/3592 39% [======================== ] 1407/3592 39% [======================== ] 1408/3592 39% [======================== ] 1409/3592 39% [======================== ] 1410/3592 39% [======================== ] 1411/3592 39% [======================== ] 1412/3592 39% [======================== ] 1413/3592 39% [======================== ] 1414/3592 39% [======================== ] 1415/3592 39% [======================== ] 1416/3592 39% [======================== ] 1417/3592 39% [======================== ] 1418/3592 39% [======================== ] 1419/3592 39% [======================== ] 1420/3592 39% [======================== ] 1421/3592 39% [======================== ] 1422/3592 39% [======================== ] 1423/3592 39% [======================== ] 1424/3592 39% [======================== ] 1425/3592 39% [======================== ] 1426/3592 39% [======================== ] 1427/3592 39% [======================== ] 1428/3592 39% [======================== ] 1429/3592 39% [======================== ] 1430/3592 39% [======================== ] 1431/3592 39% [======================== ] 1432/3592 39% [======================== ] 1433/3592 39% [======================== ] 1434/3592 39% [======================== ] 1435/3592 39% [======================== ] 1436/3592 39% [======================== ] 1437/3592 40% [======================== ] 1438/3592 40% [======================== ] 1439/3592 40% [======================== ] 1440/3592 40% [======================== ] 1441/3592 40% [======================== ] 1442/3592 40% [======================== ] 1443/3592 40% [======================== ] 1444/3592 40% [======================== ] 1445/3592 40% [======================== ] 1446/3592 40% [======================== ] 1447/3592 40% [======================== ] 1448/3592 40% [========================= ] 1449/3592 40% [========================= ] 1450/3592 40% [========================= ] 1451/3592 40% [========================= ] 1452/3592 40% [========================= ] 1453/3592 40% [========================= ] 1454/3592 40% [========================= ] 1455/3592 40% [========================= ] 1456/3592 40% [========================= ] 1457/3592 40% [========================= ] 1458/3592 40% [========================= ] 1459/3592 40% [========================= ] 1460/3592 40% [========================= ] 1461/3592 40% [========================= ] 1462/3592 40% [========================= ] 1463/3592 40% [========================= ] 1464/3592 40% [========================= ] 1465/3592 40% [========================= ] 1466/3592 40% [========================= ] 1467/3592 40% [========================= ] 1468/3592 40% [========================= ] 1469/3592 40% [========================= ] 1470/3592 40% [========================= ] 1471/3592 40% [========================= ] 1472/3592 40% [========================= ] 1473/3592 41% [========================= ] 1474/3592 41% [========================= ] 1475/3592 41% [========================= ] 1476/3592 41% [========================= ] 1477/3592 41% [========================= ] 1478/3592 41% [========================= ] 1479/3592 41% [========================= ] 1480/3592 41% [========================= ] 1481/3592 41% [========================= ] 1482/3592 41% [========================= ] 1483/3592 41% [========================= ] 1484/3592 41% [========================= ] 1485/3592 41% [========================= ] 1486/3592 41% [========================= ] 1487/3592 41% [========================= ] 1488/3592 41% [========================= ] 1489/3592 41% [========================= ] 1490/3592 41% [========================= ] 1491/3592 41% [========================= ] 1492/3592 41% [========================= ] 1493/3592 41% [========================= ] 1494/3592 41% [========================= ] 1495/3592 41% [========================= ] 1496/3592 41% [========================= ] 1497/3592 41% [========================= ] 1498/3592 41% [========================= ] 1499/3592 41% [========================= ] 1500/3592 41% [========================= ] 1501/3592 41% [========================= ] 1502/3592 41% [========================= ] 1503/3592 41% [========================= ] 1504/3592 41% [========================= ] 1505/3592 41% [========================= ] 1506/3592 41% [========================== ] 1507/3592 41% [========================== ] 1508/3592 41% [========================== ] 1509/3592 42% [========================== ] 1510/3592 42% [========================== ] 1511/3592 42% [========================== ] 1512/3592 42% [========================== ] 1513/3592 42% [========================== ] 1514/3592 42% [========================== ] 1515/3592 42% [========================== ] 1516/3592 42% [========================== ] 1517/3592 42% [========================== ] 1518/3592 42% [========================== ] 1519/3592 42% [========================== ] 1520/3592 42% [========================== ] 1521/3592 42% [========================== ] 1522/3592 42% [========================== ] 1523/3592 42% [========================== ] 1524/3592 42% [========================== ] 1525/3592 42% [========================== ] 1526/3592 42% [========================== ] 1527/3592 42% [========================== ] 1528/3592 42% [========================== ] 1529/3592 42% [========================== ] 1530/3592 42% [========================== ] 1531/3592 42% [========================== ] 1532/3592 42% [========================== ] 1533/3592 42% [========================== ] 1534/3592 42% [========================== ] 1535/3592 42% [========================== ] 1536/3592 42% [========================== ] 1537/3592 42% [========================== ] 1538/3592 42% [========================== ] 1539/3592 42% [========================== ] 1540/3592 42% [========================== ] 1541/3592 42% [========================== ] 1542/3592 42% [========================== ] 1543/3592 42% [========================== ] 1544/3592 42% [========================== ] 1545/3592 43% [========================== ] 1546/3592 43% [========================== ] 1547/3592 43% [========================== ] 1548/3592 43% [========================== ] 1549/3592 43% [========================== ] 1550/3592 43% [========================== ] 1551/3592 43% [========================== ] 1552/3592 43% [========================== ] 1553/3592 43% [========================== ] 1554/3592 43% [========================== ] 1555/3592 43% [========================== ] 1556/3592 43% [========================== ] 1557/3592 43% [========================== ] 1558/3592 43% [========================== ] 1559/3592 43% [========================== ] 1560/3592 43% [========================== ] 1561/3592 43% [========================== ] 1562/3592 43% [========================== ] 1563/3592 43% [========================== ] 1564/3592 43% [=========================== ] 1565/3592 43% [=========================== ] 1566/3592 43% [=========================== ] 1567/3592 43% [=========================== ] 1568/3592 43% [=========================== ] 1569/3592 43% [=========================== ] 1570/3592 43% [=========================== ] 1571/3592 43% [=========================== ] 1572/3592 43% [=========================== ] 1573/3592 43% [=========================== ] 1574/3592 43% [=========================== ] 1575/3592 43% [=========================== ] 1576/3592 43% [=========================== ] 1577/3592 43% [=========================== ] 1578/3592 43% [=========================== ] 1579/3592 43% [=========================== ] 1580/3592 43% [=========================== ] 1581/3592 44% [=========================== ] 1582/3592 44% [=========================== ] 1583/3592 44% [=========================== ] 1584/3592 44% [=========================== ] 1585/3592 44% [=========================== ] 1586/3592 44% [=========================== ] 1587/3592 44% [=========================== ] 1588/3592 44% [=========================== ] 1589/3592 44% [=========================== ] 1590/3592 44% [=========================== ] 1591/3592 44% [=========================== ] 1592/3592 44% [=========================== ] 1593/3592 44% [=========================== ] 1594/3592 44% [=========================== ] 1595/3592 44% [=========================== ] 1596/3592 44% [=========================== ] 1597/3592 44% [=========================== ] 1598/3592 44% [=========================== ] 1599/3592 44% [=========================== ] 1600/3592 44% [=========================== ] 1601/3592 44% [=========================== ] 1602/3592 44% [=========================== ] 1603/3592 44% [=========================== ] 1604/3592 44% [=========================== ] 1605/3592 44% [=========================== ] 1606/3592 44% [=========================== ] 1607/3592 44% [=========================== ] 1608/3592 44% [=========================== ] 1609/3592 44% [=========================== ] 1610/3592 44% [=========================== ] 1611/3592 44% [=========================== ] 1612/3592 44% [=========================== ] 1613/3592 44% [=========================== ] 1614/3592 44% [=========================== ] 1615/3592 44% [=========================== ] 1616/3592 44% [=========================== ] 1617/3592 45% [=========================== ] 1618/3592 45% [=========================== ] 1619/3592 45% [=========================== ] 1620/3592 45% [=========================== ] 1621/3592 45% [=========================== ] 1622/3592 45% [============================ ] 1623/3592 45% [============================ ] 1624/3592 45% [============================ ] 1625/3592 45% [============================ ] 1626/3592 45% [============================ ] 1627/3592 45% [============================ ] 1628/3592 45% [============================ ] 1629/3592 45% [============================ ] 1630/3592 45% [============================ ] 1631/3592 45% [============================ ] 1632/3592 45% [============================ ] 1633/3592 45% [============================ ] 1634/3592 45% [============================ ] 1635/3592 45% [============================ ] 1636/3592 45% [============================ ] 1637/3592 45% [============================ ] 1638/3592 45% [============================ ] 1639/3592 45% [============================ ] 1640/3592 45% [============================ ] 1641/3592 45% [============================ ] 1642/3592 45% [============================ ] 1643/3592 45% [============================ ] 1644/3592 45% [============================ ] 1645/3592 45% [============================ ] 1646/3592 45% [============================ ] 1647/3592 45% [============================ ] 1648/3592 45% [============================ ] 1649/3592 45% [============================ ] 1650/3592 45% [============================ ] 1651/3592 45% [============================ ] 1652/3592 45% [============================ ] 1653/3592 46% [============================ ] 1654/3592 46% [============================ ] 1655/3592 46% [============================ ] 1656/3592 46% [============================ ] 1657/3592 46% [============================ ] 1658/3592 46% [============================ ] 1659/3592 46% [============================ ] 1660/3592 46% [============================ ] 1661/3592 46% [============================ ] 1662/3592 46% [============================ ] 1663/3592 46% [============================ ] 1664/3592 46% [============================ ] 1665/3592 46% [============================ ] 1666/3592 46% [============================ ] 1667/3592 46% [============================ ] 1668/3592 46% [============================ ] 1669/3592 46% [============================ ] 1670/3592 46% [============================ ] 1671/3592 46% [============================ ] 1672/3592 46% [============================ ] 1673/3592 46% [============================ ] 1674/3592 46% [============================ ] 1675/3592 46% [============================ ] 1676/3592 46% [============================ ] 1677/3592 46% [============================ ] 1678/3592 46% [============================ ] 1679/3592 46% [============================ ] 1680/3592 46% [============================= ] 1681/3592 46% [============================= ] 1682/3592 46% [============================= ] 1683/3592 46% [============================= ] 1684/3592 46% [============================= ] 1685/3592 46% [============================= ] 1686/3592 46% [============================= ] 1687/3592 46% [============================= ] 1688/3592 46% [============================= ] 1689/3592 47% [============================= ] 1690/3592 47% [============================= ] 1691/3592 47% [============================= ] 1692/3592 47% [============================= ] 1693/3592 47% [============================= ] 1694/3592 47% [============================= ] 1695/3592 47% [============================= ] 1696/3592 47% [============================= ] 1697/3592 47% [============================= ] 1698/3592 47% [============================= ] 1699/3592 47% [============================= ] 1700/3592 47% [============================= ] 1701/3592 47% [============================= ] 1702/3592 47% [============================= ] 1703/3592 47% [============================= ] 1704/3592 47% [============================= ] 1705/3592 47% [============================= ] 1706/3592 47% [============================= ] 1707/3592 47% [============================= ] 1708/3592 47% [============================= ] 1709/3592 47% [============================= ] 1710/3592 47% [============================= ] 1711/3592 47% [============================= ] 1712/3592 47% [============================= ] 1713/3592 47% [============================= ] 1714/3592 47% [============================= ] 1715/3592 47% [============================= ] 1716/3592 47% [============================= ] 1717/3592 47% [============================= ] 1718/3592 47% [============================= ] 1719/3592 47% [============================= ] 1720/3592 47% [============================= ] 1721/3592 47% [============================= ] 1722/3592 47% [============================= ] 1723/3592 47% [============================= ] 1724/3592 47% [============================= ] 1725/3592 48% [============================= ] 1726/3592 48% [============================= ] 1727/3592 48% [============================= ] 1728/3592 48% [============================= ] 1729/3592 48% [============================= ] 1730/3592 48% [============================= ] 1731/3592 48% [============================= ] 1732/3592 48% [============================= ] 1733/3592 48% [============================= ] 1734/3592 48% [============================= ] 1735/3592 48% [============================= ] 1736/3592 48% [============================= ] 1737/3592 48% [============================= ] 1738/3592 48% [============================== ] 1739/3592 48% [============================== ] 1740/3592 48% [============================== ] 1741/3592 48% [============================== ] 1742/3592 48% [============================== ] 1743/3592 48% [============================== ] 1744/3592 48% [============================== ] 1745/3592 48% [============================== ] 1746/3592 48% [============================== ] 1747/3592 48% [============================== ] 1748/3592 48% [============================== ] 1749/3592 48% [============================== ] 1750/3592 48% [============================== ] 1751/3592 48% [============================== ] 1752/3592 48% [============================== ] 1753/3592 48% [============================== ] 1754/3592 48% [============================== ] 1755/3592 48% [============================== ] 1756/3592 48% [============================== ] 1757/3592 48% [============================== ] 1758/3592 48% [============================== ] 1759/3592 48% [============================== ] 1760/3592 48% [============================== ] 1761/3592 49% [============================== ] 1762/3592 49% [============================== ] 1763/3592 49% [============================== ] 1764/3592 49% [============================== ] 1765/3592 49% [============================== ] 1766/3592 49% [============================== ] 1767/3592 49% [============================== ] 1768/3592 49% [============================== ] 1769/3592 49% [============================== ] 1770/3592 49% [============================== ] 1771/3592 49% [============================== ] 1772/3592 49% [============================== ] 1773/3592 49% [============================== ] 1774/3592 49% [============================== ] 1775/3592 49% [============================== ] 1776/3592 49% [============================== ] 1777/3592 49% [============================== ] 1778/3592 49% [============================== ] 1779/3592 49% [============================== ] 1780/3592 49% [============================== ] 1781/3592 49% [============================== ] 1782/3592 49% [============================== ] 1783/3592 49% [============================== ] 1784/3592 49% [============================== ] 1785/3592 49% [============================== ] 1786/3592 49% [============================== ] 1787/3592 49% [============================== ] 1788/3592 49% [============================== ] 1789/3592 49% [============================== ] 1790/3592 49% [============================== ] 1791/3592 49% [============================== ] 1792/3592 49% [============================== ] 1793/3592 49% [============================== ] 1794/3592 49% [============================== ] 1795/3592 49% [=============================== ] 1796/3592 50% [=============================== ] 1797/3592 50% [=============================== ] 1798/3592 50% [=============================== ] 1799/3592 50% [=============================== ] 1800/3592 50% [=============================== ] 1801/3592 50% [=============================== ] 1802/3592 50% [=============================== ] 1803/3592 50% [=============================== ] 1804/3592 50% [=============================== ] 1805/3592 50% [=============================== ] 1806/3592 50% [=============================== ] 1807/3592 50% [=============================== ] 1808/3592 50% [=============================== ] 1809/3592 50% [=============================== ] 1810/3592 50% [=============================== ] 1811/3592 50% [=============================== ] 1812/3592 50% [=============================== ] 1813/3592 50% [=============================== ] 1814/3592 50% [=============================== ] 1815/3592 50% [=============================== ] 1816/3592 50% [=============================== ] 1817/3592 50% [=============================== ] 1818/3592 50% [=============================== ] 1819/3592 50% [=============================== ] 1820/3592 50% [=============================== ] 1821/3592 50% [=============================== ] 1822/3592 50% [=============================== ] 1823/3592 50% [=============================== ] 1824/3592 50% [=============================== ] 1825/3592 50% [=============================== ] 1826/3592 50% [=============================== ] 1827/3592 50% [=============================== ] 1828/3592 50% [=============================== ] 1829/3592 50% [=============================== ] 1830/3592 50% [=============================== ] 1831/3592 50% [=============================== ] 1832/3592 51% [=============================== ] 1833/3592 51% [=============================== ] 1834/3592 51% [=============================== ] 1835/3592 51% [=============================== ] 1836/3592 51% [=============================== ] 1837/3592 51% [=============================== ] 1838/3592 51% [=============================== ] 1839/3592 51% [=============================== ] 1840/3592 51% [=============================== ] 1841/3592 51% [=============================== ] 1842/3592 51% [=============================== ] 1843/3592 51% [=============================== ] 1844/3592 51% [=============================== ] 1845/3592 51% [=============================== ] 1846/3592 51% [=============================== ] 1847/3592 51% [=============================== ] 1848/3592 51% [=============================== ] 1849/3592 51% [=============================== ] 1850/3592 51% [=============================== ] 1851/3592 51% [=============================== ] 1852/3592 51% [=============================== ] 1853/3592 51% [================================ ] 1854/3592 51% [================================ ] 1855/3592 51% [================================ ] 1856/3592 51% [================================ ] 1857/3592 51% [================================ ] 1858/3592 51% [================================ ] 1859/3592 51% [================================ ] 1860/3592 51% [================================ ] 1861/3592 51% [================================ ] 1862/3592 51% [================================ ] 1863/3592 51% [================================ ] 1864/3592 51% [================================ ] 1865/3592 51% [================================ ] 1866/3592 51% [================================ ] 1867/3592 51% [================================ ] 1868/3592 52% [================================ ] 1869/3592 52% [================================ ] 1870/3592 52% [================================ ] 1871/3592 52% [================================ ] 1872/3592 52% [================================ ] 1873/3592 52% [================================ ] 1874/3592 52% [================================ ] 1875/3592 52% [================================ ] 1876/3592 52% [================================ ] 1877/3592 52% [================================ ] 1878/3592 52% [================================ ] 1879/3592 52% [================================ ] 1880/3592 52% [================================ ] 1881/3592 52% [================================ ] 1882/3592 52% [================================ ] 1883/3592 52% [================================ ] 1884/3592 52% [================================ ] 1885/3592 52% [================================ ] 1886/3592 52% [================================ ] 1887/3592 52% [================================ ] 1888/3592 52% [================================ ] 1889/3592 52% [================================ ] 1890/3592 52% [================================ ] 1891/3592 52% [================================ ] 1892/3592 52% [================================ ] 1893/3592 52% [================================ ] 1894/3592 52% [================================ ] 1895/3592 52% [================================ ] 1896/3592 52% [================================ ] 1897/3592 52% [================================ ] 1898/3592 52% [================================ ] 1899/3592 52% [================================ ] 1900/3592 52% [================================ ] 1901/3592 52% [================================ ] 1902/3592 52% [================================ ] 1903/3592 52% [================================ ] 1904/3592 53% [================================ ] 1905/3592 53% [================================ ] 1906/3592 53% [================================ ] 1907/3592 53% [================================ ] 1908/3592 53% [================================ ] 1909/3592 53% [================================ ] 1910/3592 53% [================================ ] 1911/3592 53% [================================= ] 1912/3592 53% [================================= ] 1913/3592 53% [================================= ] 1914/3592 53% [================================= ] 1915/3592 53% [================================= ] 1916/3592 53% [================================= ] 1917/3592 53% [================================= ] 1918/3592 53% [================================= ] 1919/3592 53% [================================= ] 1920/3592 53% [================================= ] 1921/3592 53% [================================= ] 1922/3592 53% [================================= ] 1923/3592 53% [================================= ] 1924/3592 53% [================================= ] 1925/3592 53% [================================= ] 1926/3592 53% [================================= ] 1927/3592 53% [================================= ] 1928/3592 53% [================================= ] 1929/3592 53% [================================= ] 1930/3592 53% [================================= ] 1931/3592 53% [================================= ] 1932/3592 53% [================================= ] 1933/3592 53% [================================= ] 1934/3592 53% [================================= ] 1935/3592 53% [================================= ] 1936/3592 53% [================================= ] 1937/3592 53% [================================= ] 1938/3592 53% [================================= ] 1939/3592 53% [================================= ] 1940/3592 54% [================================= ] 1941/3592 54% [================================= ] 1942/3592 54% [================================= ] 1943/3592 54% [================================= ] 1944/3592 54% [================================= ] 1945/3592 54% [================================= ] 1946/3592 54% [================================= ] 1947/3592 54% [================================= ] 1948/3592 54% [================================= ] 1949/3592 54% [================================= ] 1950/3592 54% [================================= ] 1951/3592 54% [================================= ] 1952/3592 54% [================================= ] 1953/3592 54% [================================= ] 1954/3592 54% [================================= ] 1955/3592 54% [================================= ] 1956/3592 54% [================================= ] 1957/3592 54% [================================= ] 1958/3592 54% [================================= ] 1959/3592 54% [================================= ] 1960/3592 54% [================================= ] 1961/3592 54% [================================= ] 1962/3592 54% [================================= ] 1963/3592 54% [================================= ] 1964/3592 54% [================================= ] 1965/3592 54% [================================= ] 1966/3592 54% [================================= ] 1967/3592 54% [================================= ] 1968/3592 54% [================================= ] 1969/3592 54% [================================== ] 1970/3592 54% [================================== ] 1971/3592 54% [================================== ] 1972/3592 54% [================================== ] 1973/3592 54% [================================== ] 1974/3592 54% [================================== ] 1975/3592 54% [================================== ] 1976/3592 55% [================================== ] 1977/3592 55% [================================== ] 1978/3592 55% [================================== ] 1979/3592 55% [================================== ] 1980/3592 55% [================================== ] 1981/3592 55% [================================== ] 1982/3592 55% [================================== ] 1983/3592 55% [================================== ] 1984/3592 55% [================================== ] 1985/3592 55% [================================== ] 1986/3592 55% [================================== ] 1987/3592 55% [================================== ] 1988/3592 55% [================================== ] 1989/3592 55% [================================== ] 1990/3592 55% [================================== ] 1991/3592 55% [================================== ] 1992/3592 55% [================================== ] 1993/3592 55% [================================== ] 1994/3592 55% [================================== ] 1995/3592 55% [================================== ] 1996/3592 55% [================================== ] 1997/3592 55% [================================== ] 1998/3592 55% [================================== ] 1999/3592 55% [================================== ] 2000/3592 55% [================================== ] 2001/3592 55% [================================== ] 2002/3592 55% [================================== ] 2003/3592 55% [================================== ] 2004/3592 55% [================================== ] 2005/3592 55% [================================== ] 2006/3592 55% [================================== ] 2007/3592 55% [================================== ] 2008/3592 55% [================================== ] 2009/3592 55% [================================== ] 2010/3592 55% [================================== ] 2011/3592 55% [================================== ] 2012/3592 56% [================================== ] 2013/3592 56% [================================== ] 2014/3592 56% [================================== ] 2015/3592 56% [================================== ] 2016/3592 56% [================================== ] 2017/3592 56% [================================== ] 2018/3592 56% [================================== ] 2019/3592 56% [================================== ] 2020/3592 56% [================================== ] 2021/3592 56% [================================== ] 2022/3592 56% [================================== ] 2023/3592 56% [================================== ] 2024/3592 56% [================================== ] 2025/3592 56% [================================== ] 2026/3592 56% [================================== ] 2027/3592 56% [=================================== ] 2028/3592 56% [=================================== ] 2029/3592 56% [=================================== ] 2030/3592 56% [=================================== ] 2031/3592 56% [=================================== ] 2032/3592 56% [=================================== ] 2033/3592 56% [=================================== ] 2034/3592 56% [=================================== ] 2035/3592 56% [=================================== ] 2036/3592 56% [=================================== ] 2037/3592 56% [=================================== ] 2038/3592 56% [=================================== ] 2039/3592 56% [=================================== ] 2040/3592 56% [=================================== ] 2041/3592 56% [=================================== ] 2042/3592 56% [=================================== ] 2043/3592 56% [=================================== ] 2044/3592 56% [=================================== ] 2045/3592 56% [=================================== ] 2046/3592 56% [=================================== ] 2047/3592 56% [=================================== ] 2048/3592 57% [=================================== ] 2049/3592 57% [=================================== ] 2050/3592 57% [=================================== ] 2051/3592 57% [=================================== ] 2052/3592 57% [=================================== ] 2053/3592 57% [=================================== ] 2054/3592 57% [=================================== ] 2055/3592 57% [=================================== ] 2056/3592 57% [=================================== ] 2057/3592 57% [=================================== ] 2058/3592 57% [=================================== ] 2059/3592 57% [=================================== ] 2060/3592 57% [=================================== ] 2061/3592 57% [=================================== ] 2062/3592 57% [=================================== ] 2063/3592 57% [=================================== ] 2064/3592 57% [=================================== ] 2065/3592 57% [=================================== ] 2066/3592 57% [=================================== ] 2067/3592 57% [=================================== ] 2068/3592 57% [=================================== ] 2069/3592 57% [=================================== ] 2070/3592 57% [=================================== ] 2071/3592 57% [=================================== ] 2072/3592 57% [=================================== ] 2073/3592 57% [=================================== ] 2074/3592 57% [=================================== ] 2075/3592 57% [=================================== ] 2076/3592 57% [=================================== ] 2077/3592 57% [=================================== ] 2078/3592 57% [=================================== ] 2079/3592 57% [=================================== ] 2080/3592 57% [=================================== ] 2081/3592 57% [=================================== ] 2082/3592 57% [=================================== ] 2083/3592 57% [=================================== ] 2084/3592 58% [=================================== ] 2085/3592 58% [==================================== ] 2086/3592 58% [==================================== ] 2087/3592 58% [==================================== ] 2088/3592 58% [==================================== ] 2089/3592 58% [==================================== ] 2090/3592 58% [==================================== ] 2091/3592 58% [==================================== ] 2092/3592 58% [==================================== ] 2093/3592 58% [==================================== ] 2094/3592 58% [==================================== ] 2095/3592 58% [==================================== ] 2096/3592 58% [==================================== ] 2097/3592 58% [==================================== ] 2098/3592 58% [==================================== ] 2099/3592 58% [==================================== ] 2100/3592 58% [==================================== ] 2101/3592 58% [==================================== ] 2102/3592 58% [==================================== ] 2103/3592 58% [==================================== ] 2104/3592 58% [==================================== ] 2105/3592 58% [==================================== ] 2106/3592 58% [==================================== ] 2107/3592 58% [==================================== ] 2108/3592 58% [==================================== ] 2109/3592 58% [==================================== ] 2110/3592 58% [==================================== ] 2111/3592 58% [==================================== ] 2112/3592 58% [==================================== ] 2113/3592 58% [==================================== ] 2114/3592 58% [==================================== ] 2115/3592 58% [==================================== ] 2116/3592 58% [==================================== ] 2117/3592 58% [==================================== ] 2118/3592 58% [==================================== ] 2119/3592 58% [==================================== ] 2120/3592 59% [==================================== ] 2121/3592 59% [==================================== ] 2122/3592 59% [==================================== ] 2123/3592 59% [==================================== ] 2124/3592 59% [==================================== ] 2125/3592 59% [==================================== ] 2126/3592 59% [==================================== ] 2127/3592 59% [==================================== ] 2128/3592 59% [==================================== ] 2129/3592 59% [==================================== ] 2130/3592 59% [==================================== ] 2131/3592 59% [==================================== ] 2132/3592 59% [==================================== ] 2133/3592 59% [==================================== ] 2134/3592 59% [==================================== ] 2135/3592 59% [==================================== ] 2136/3592 59% [==================================== ] 2137/3592 59% [==================================== ] 2138/3592 59% [==================================== ] 2139/3592 59% [==================================== ] 2140/3592 59% [==================================== ] 2141/3592 59% [==================================== ] 2142/3592 59% [==================================== ] 2143/3592 59% [===================================== ] 2144/3592 59% [===================================== ] 2145/3592 59% [===================================== ] 2146/3592 59% [===================================== ] 2147/3592 59% [===================================== ] 2148/3592 59% [===================================== ] 2149/3592 59% [===================================== ] 2150/3592 59% [===================================== ] 2151/3592 59% [===================================== ] 2152/3592 59% [===================================== ] 2153/3592 59% [===================================== ] 2154/3592 59% [===================================== ] 2155/3592 59% [===================================== ] 2156/3592 60% [===================================== ] 2157/3592 60% [===================================== ] 2158/3592 60% [===================================== ] 2159/3592 60% [===================================== ] 2160/3592 60% [===================================== ] 2161/3592 60% [===================================== ] 2162/3592 60% [===================================== ] 2163/3592 60% [===================================== ] 2164/3592 60% [===================================== ] 2165/3592 60% [===================================== ] 2166/3592 60% [===================================== ] 2167/3592 60% [===================================== ] 2168/3592 60% [===================================== ] 2169/3592 60% [===================================== ] 2170/3592 60% [===================================== ] 2171/3592 60% [===================================== ] 2172/3592 60% [===================================== ] 2173/3592 60% [===================================== ] 2174/3592 60% [===================================== ] 2175/3592 60% [===================================== ] 2176/3592 60% [===================================== ] 2177/3592 60% [===================================== ] 2178/3592 60% [===================================== ] 2179/3592 60% [===================================== ] 2180/3592 60% [===================================== ] 2181/3592 60% [===================================== ] 2182/3592 60% [===================================== ] 2183/3592 60% [===================================== ] 2184/3592 60% [===================================== ] 2185/3592 60% [===================================== ] 2186/3592 60% [===================================== ] 2187/3592 60% [===================================== ] 2188/3592 60% [===================================== ] 2189/3592 60% [===================================== ] 2190/3592 60% [===================================== ] 2191/3592 60% [===================================== ] 2192/3592 61% [===================================== ] 2193/3592 61% [===================================== ] 2194/3592 61% [===================================== ] 2195/3592 61% [===================================== ] 2196/3592 61% [===================================== ] 2197/3592 61% [===================================== ] 2198/3592 61% [===================================== ] 2199/3592 61% [===================================== ] 2200/3592 61% [===================================== ] 2201/3592 61% [====================================== ] 2202/3592 61% [====================================== ] 2203/3592 61% [====================================== ] 2204/3592 61% [====================================== ] 2205/3592 61% [====================================== ] 2206/3592 61% [====================================== ] 2207/3592 61% [====================================== ] 2208/3592 61% [====================================== ] 2209/3592 61% [====================================== ] 2210/3592 61% [====================================== ] 2211/3592 61% [====================================== ] 2212/3592 61% [====================================== ] 2213/3592 61% [====================================== ] 2214/3592 61% [====================================== ] 2215/3592 61% [====================================== ] 2216/3592 61% [====================================== ] 2217/3592 61% [====================================== ] 2218/3592 61% [====================================== ] 2219/3592 61% [====================================== ] 2220/3592 61% [====================================== ] 2221/3592 61% [====================================== ] 2222/3592 61% [====================================== ] 2223/3592 61% [====================================== ] 2224/3592 61% [====================================== ] 2225/3592 61% [====================================== ] 2226/3592 61% [====================================== ] 2227/3592 61% [====================================== ] 2228/3592 62% [====================================== ] 2229/3592 62% [====================================== ] 2230/3592 62% [====================================== ] 2231/3592 62% [====================================== ] 2232/3592 62% [====================================== ] 2233/3592 62% [====================================== ] 2234/3592 62% [====================================== ] 2235/3592 62% [====================================== ] 2236/3592 62% [====================================== ] 2237/3592 62% [====================================== ] 2238/3592 62% [====================================== ] 2239/3592 62% [====================================== ] 2240/3592 62% [====================================== ] 2241/3592 62% [====================================== ] 2242/3592 62% [====================================== ] 2243/3592 62% [====================================== ] 2244/3592 62% [====================================== ] 2245/3592 62% [====================================== ] 2246/3592 62% [====================================== ] 2247/3592 62% [====================================== ] 2248/3592 62% [====================================== ] 2249/3592 62% [====================================== ] 2250/3592 62% [====================================== ] 2251/3592 62% [====================================== ] 2252/3592 62% [====================================== ] 2253/3592 62% [====================================== ] 2254/3592 62% [====================================== ] 2255/3592 62% [====================================== ] 2256/3592 62% [====================================== ] 2257/3592 62% [====================================== ] 2258/3592 62% [====================================== ] 2259/3592 62% [======================================= ] 2260/3592 62% [======================================= ] 2261/3592 62% [======================================= ] 2262/3592 62% [======================================= ] 2263/3592 63% [======================================= ] 2264/3592 63% [======================================= ] 2265/3592 63% [======================================= ] 2266/3592 63% [======================================= ] 2267/3592 63% [======================================= ] 2268/3592 63% [======================================= ] 2269/3592 63% [======================================= ] 2270/3592 63% [======================================= ] 2271/3592 63% [======================================= ] 2272/3592 63% [======================================= ] 2273/3592 63% [======================================= ] 2274/3592 63% [======================================= ] 2275/3592 63% [======================================= ] 2276/3592 63% [======================================= ] 2277/3592 63% [======================================= ] 2278/3592 63% [======================================= ] 2279/3592 63% [======================================= ] 2280/3592 63% [======================================= ] 2281/3592 63% [======================================= ] 2282/3592 63% [======================================= ] 2283/3592 63% [======================================= ] 2284/3592 63% [======================================= ] 2285/3592 63% [======================================= ] 2286/3592 63% [======================================= ] 2287/3592 63% [======================================= ] 2288/3592 63% [======================================= ] 2289/3592 63% [======================================= ] 2290/3592 63% [======================================= ] 2291/3592 63% [======================================= ] 2292/3592 63% [======================================= ] 2293/3592 63% [======================================= ] 2294/3592 63% [======================================= ] 2295/3592 63% [======================================= ] 2296/3592 63% [======================================= ] 2297/3592 63% [======================================= ] 2298/3592 63% [======================================= ] 2299/3592 64% [======================================= ] 2300/3592 64% [======================================= ] 2301/3592 64% [======================================= ] 2302/3592 64% [======================================= ] 2303/3592 64% [======================================= ] 2304/3592 64% [======================================= ] 2305/3592 64% [======================================= ] 2306/3592 64% [======================================= ] 2307/3592 64% [======================================= ] 2308/3592 64% [======================================= ] 2309/3592 64% [======================================= ] 2310/3592 64% [======================================= ] 2311/3592 64% [======================================= ] 2312/3592 64% [======================================= ] 2313/3592 64% [======================================= ] 2314/3592 64% [======================================= ] 2315/3592 64% [======================================= ] 2316/3592 64% [======================================= ] 2317/3592 64% [======================================== ] 2318/3592 64% [======================================== ] 2319/3592 64% [======================================== ] 2320/3592 64% [======================================== ] 2321/3592 64% [======================================== ] 2322/3592 64% [======================================== ] 2323/3592 64% [======================================== ] 2324/3592 64% [======================================== ] 2325/3592 64% [======================================== ] 2326/3592 64% [======================================== ] 2327/3592 64% [======================================== ] 2328/3592 64% [======================================== ] 2329/3592 64% [======================================== ] 2330/3592 64% [======================================== ] 2331/3592 64% [======================================== ] 2332/3592 64% [======================================== ] 2333/3592 64% [======================================== ] 2334/3592 64% [======================================== ] 2335/3592 65% [======================================== ] 2336/3592 65% [======================================== ] 2337/3592 65% [======================================== ] 2338/3592 65% [======================================== ] 2339/3592 65% [======================================== ] 2340/3592 65% [======================================== ] 2341/3592 65% [======================================== ] 2342/3592 65% [======================================== ] 2343/3592 65% [======================================== ] 2344/3592 65% [======================================== ] 2345/3592 65% [======================================== ] 2346/3592 65% [======================================== ] 2347/3592 65% [======================================== ] 2348/3592 65% [======================================== ] 2349/3592 65% [======================================== ] 2350/3592 65% [======================================== ] 2351/3592 65% [======================================== ] 2352/3592 65% [======================================== ] 2353/3592 65% [======================================== ] 2354/3592 65% [======================================== ] 2355/3592 65% [======================================== ] 2356/3592 65% [======================================== ] 2357/3592 65% [======================================== ] 2358/3592 65% [======================================== ] 2359/3592 65% [======================================== ] 2360/3592 65% [======================================== ] 2361/3592 65% [======================================== ] 2362/3592 65% [======================================== ] 2363/3592 65% [======================================== ] 2364/3592 65% [======================================== ] 2365/3592 65% [======================================== ] 2366/3592 65% [======================================== ] 2367/3592 65% [======================================== ] 2368/3592 65% [======================================== ] 2369/3592 65% [======================================== ] 2370/3592 65% [======================================== ] 2371/3592 66% [======================================== ] 2372/3592 66% [======================================== ] 2373/3592 66% [======================================== ] 2374/3592 66% [======================================== ] 2375/3592 66% [========================================= ] 2376/3592 66% [========================================= ] 2377/3592 66% [========================================= ] 2378/3592 66% [========================================= ] 2379/3592 66% [========================================= ] 2380/3592 66% [========================================= ] 2381/3592 66% [========================================= ] 2382/3592 66% [========================================= ] 2383/3592 66% [========================================= ] 2384/3592 66% [========================================= ] 2385/3592 66% [========================================= ] 2386/3592 66% [========================================= ] 2387/3592 66% [========================================= ] 2388/3592 66% [========================================= ] 2389/3592 66% [========================================= ] 2390/3592 66% [========================================= ] 2391/3592 66% [========================================= ] 2392/3592 66% [========================================= ] 2393/3592 66% [========================================= ] 2394/3592 66% [========================================= ] 2395/3592 66% [========================================= ] 2396/3592 66% [========================================= ] 2397/3592 66% [========================================= ] 2398/3592 66% [========================================= ] 2399/3592 66% [========================================= ] 2400/3592 66% [========================================= ] 2401/3592 66% [========================================= ] 2402/3592 66% [========================================= ] 2403/3592 66% [========================================= ] 2404/3592 66% [========================================= ] 2405/3592 66% [========================================= ] 2406/3592 66% [========================================= ] 2407/3592 67% [========================================= ] 2408/3592 67% [========================================= ] 2409/3592 67% [========================================= ] 2410/3592 67% [========================================= ] 2411/3592 67% [========================================= ] 2412/3592 67% [========================================= ] 2413/3592 67% [========================================= ] 2414/3592 67% [========================================= ] 2415/3592 67% [========================================= ] 2416/3592 67% [========================================= ] 2417/3592 67% [========================================= ] 2418/3592 67% [========================================= ] 2419/3592 67% [========================================= ] 2420/3592 67% [========================================= ] 2421/3592 67% [========================================= ] 2422/3592 67% [========================================= ] 2423/3592 67% [========================================= ] 2424/3592 67% [========================================= ] 2425/3592 67% [========================================= ] 2426/3592 67% [========================================= ] 2427/3592 67% [========================================= ] 2428/3592 67% [========================================= ] 2429/3592 67% [========================================= ] 2430/3592 67% [========================================= ] 2431/3592 67% [========================================= ] 2432/3592 67% [========================================= ] 2433/3592 67% [========================================== ] 2434/3592 67% [========================================== ] 2435/3592 67% [========================================== ] 2436/3592 67% [========================================== ] 2437/3592 67% [========================================== ] 2438/3592 67% [========================================== ] 2439/3592 67% [========================================== ] 2440/3592 67% [========================================== ] 2441/3592 67% [========================================== ] 2442/3592 67% [========================================== ] 2443/3592 68% [========================================== ] 2444/3592 68% [========================================== ] 2445/3592 68% [========================================== ] 2446/3592 68% [========================================== ] 2447/3592 68% [========================================== ] 2448/3592 68% [========================================== ] 2449/3592 68% [========================================== ] 2450/3592 68% [========================================== ] 2451/3592 68% [========================================== ] 2452/3592 68% [========================================== ] 2453/3592 68% [========================================== ] 2454/3592 68% [========================================== ] 2455/3592 68% [========================================== ] 2456/3592 68% [========================================== ] 2457/3592 68% [========================================== ] 2458/3592 68% [========================================== ] 2459/3592 68% [========================================== ] 2460/3592 68% [========================================== ] 2461/3592 68% [========================================== ] 2462/3592 68% [========================================== ] 2463/3592 68% [========================================== ] 2464/3592 68% [========================================== ] 2465/3592 68% [========================================== ] 2466/3592 68% [========================================== ] 2467/3592 68% [========================================== ] 2468/3592 68% [========================================== ] 2469/3592 68% [========================================== ] 2470/3592 68% [========================================== ] 2471/3592 68% [========================================== ] 2472/3592 68% [========================================== ] 2473/3592 68% [========================================== ] 2474/3592 68% [========================================== ] 2475/3592 68% [========================================== ] 2476/3592 68% [========================================== ] 2477/3592 68% [========================================== ] 2478/3592 68% [========================================== ] 2479/3592 69% [========================================== ] 2480/3592 69% [========================================== ] 2481/3592 69% [========================================== ] 2482/3592 69% [========================================== ] 2483/3592 69% [========================================== ] 2484/3592 69% [========================================== ] 2485/3592 69% [========================================== ] 2486/3592 69% [========================================== ] 2487/3592 69% [========================================== ] 2488/3592 69% [========================================== ] 2489/3592 69% [========================================== ] 2490/3592 69% [========================================== ] 2491/3592 69% [=========================================== ] 2492/3592 69% [=========================================== ] 2493/3592 69% [=========================================== ] 2494/3592 69% [=========================================== ] 2495/3592 69% [=========================================== ] 2496/3592 69% [=========================================== ] 2497/3592 69% [=========================================== ] 2498/3592 69% [=========================================== ] 2499/3592 69% [=========================================== ] 2500/3592 69% [=========================================== ] 2501/3592 69% [=========================================== ] 2502/3592 69% [=========================================== ] 2503/3592 69% [=========================================== ] 2504/3592 69% [=========================================== ] 2505/3592 69% [=========================================== ] 2506/3592 69% [=========================================== ] 2507/3592 69% [=========================================== ] 2508/3592 69% [=========================================== ] 2509/3592 69% [=========================================== ] 2510/3592 69% [=========================================== ] 2511/3592 69% [=========================================== ] 2512/3592 69% [=========================================== ] 2513/3592 69% [=========================================== ] 2514/3592 69% [=========================================== ] 2515/3592 70% [=========================================== ] 2516/3592 70% [=========================================== ] 2517/3592 70% [=========================================== ] 2518/3592 70% [=========================================== ] 2519/3592 70% [=========================================== ] 2520/3592 70% [=========================================== ] 2521/3592 70% [=========================================== ] 2522/3592 70% [=========================================== ] 2523/3592 70% [=========================================== ] 2524/3592 70% [=========================================== ] 2525/3592 70% [=========================================== ] 2526/3592 70% [=========================================== ] 2527/3592 70% [=========================================== ] 2528/3592 70% [=========================================== ] 2529/3592 70% [=========================================== ] 2530/3592 70% [=========================================== ] 2531/3592 70% [=========================================== ] 2532/3592 70% [=========================================== ] 2533/3592 70% [=========================================== ] 2534/3592 70% [=========================================== ] 2535/3592 70% [=========================================== ] 2536/3592 70% [=========================================== ] 2537/3592 70% [=========================================== ] 2538/3592 70% [=========================================== ] 2539/3592 70% [=========================================== ] 2540/3592 70% [=========================================== ] 2541/3592 70% [=========================================== ] 2542/3592 70% [=========================================== ] 2543/3592 70% [=========================================== ] 2544/3592 70% [=========================================== ] 2545/3592 70% [=========================================== ] 2546/3592 70% [=========================================== ] 2547/3592 70% [=========================================== ] 2548/3592 70% [=========================================== ] 2549/3592 70% [============================================ ] 2550/3592 70% [============================================ ] 2551/3592 71% [============================================ ] 2552/3592 71% [============================================ ] 2553/3592 71% [============================================ ] 2554/3592 71% [============================================ ] 2555/3592 71% [============================================ ] 2556/3592 71% [============================================ ] 2557/3592 71% [============================================ ] 2558/3592 71% [============================================ ] 2559/3592 71% [============================================ ] 2560/3592 71% [============================================ ] 2561/3592 71% [============================================ ] 2562/3592 71% [============================================ ] 2563/3592 71% [============================================ ] 2564/3592 71% [============================================ ] 2565/3592 71% [============================================ ] 2566/3592 71% [============================================ ] 2567/3592 71% [============================================ ] 2568/3592 71% [============================================ ] 2569/3592 71% [============================================ ] 2570/3592 71% [============================================ ] 2571/3592 71% [============================================ ] 2572/3592 71% [============================================ ] 2573/3592 71% [============================================ ] 2574/3592 71% [============================================ ] 2575/3592 71% [============================================ ] 2576/3592 71% [============================================ ] 2577/3592 71% [============================================ ] 2578/3592 71% [============================================ ] 2579/3592 71% [============================================ ] 2580/3592 71% [============================================ ] 2581/3592 71% [============================================ ] 2582/3592 71% [============================================ ] 2583/3592 71% [============================================ ] 2584/3592 71% [============================================ ] 2585/3592 71% [============================================ ] 2586/3592 71% [============================================ ] 2587/3592 72% [============================================ ] 2588/3592 72% [============================================ ] 2589/3592 72% [============================================ ] 2590/3592 72% [============================================ ] 2591/3592 72% [============================================ ] 2592/3592 72% [============================================ ] 2593/3592 72% [============================================ ] 2594/3592 72% [============================================ ] 2595/3592 72% [============================================ ] 2596/3592 72% [============================================ ] 2597/3592 72% [============================================ ] 2598/3592 72% [============================================ ] 2599/3592 72% [============================================ ] 2600/3592 72% [============================================ ] 2601/3592 72% [============================================ ] 2602/3592 72% [============================================ ] 2603/3592 72% [============================================ ] 2604/3592 72% [============================================ ] 2605/3592 72% [============================================ ] 2606/3592 72% [============================================ ] 2607/3592 72% [============================================= ] 2608/3592 72% [============================================= ] 2609/3592 72% [============================================= ] 2610/3592 72% [============================================= ] 2611/3592 72% [============================================= ] 2612/3592 72% [============================================= ] 2613/3592 72% [============================================= ] 2614/3592 72% [============================================= ] 2615/3592 72% [============================================= ] 2616/3592 72% [============================================= ] 2617/3592 72% [============================================= ] 2618/3592 72% [============================================= ] 2619/3592 72% [============================================= ] 2620/3592 72% [============================================= ] 2621/3592 72% [============================================= ] 2622/3592 72% [============================================= ] 2623/3592 73% [============================================= ] 2624/3592 73% [============================================= ] 2625/3592 73% [============================================= ] 2626/3592 73% [============================================= ] 2627/3592 73% [============================================= ] 2628/3592 73% [============================================= ] 2629/3592 73% [============================================= ] 2630/3592 73% [============================================= ] 2631/3592 73% [============================================= ] 2632/3592 73% [============================================= ] 2633/3592 73% [============================================= ] 2634/3592 73% [============================================= ] 2635/3592 73% [============================================= ] 2636/3592 73% [============================================= ] 2637/3592 73% [============================================= ] 2638/3592 73% [============================================= ] 2639/3592 73% [============================================= ] 2640/3592 73% [============================================= ] 2641/3592 73% [============================================= ] 2642/3592 73% [============================================= ] 2643/3592 73% [============================================= ] 2644/3592 73% [============================================= ] 2645/3592 73% [============================================= ] 2646/3592 73% [============================================= ] 2647/3592 73% [============================================= ] 2648/3592 73% [============================================= ] 2649/3592 73% [============================================= ] 2650/3592 73% [============================================= ] 2651/3592 73% [============================================= ] 2652/3592 73% [============================================= ] 2653/3592 73% [============================================= ] 2654/3592 73% [============================================= ] 2655/3592 73% [============================================= ] 2656/3592 73% [============================================= ] 2657/3592 73% [============================================= ] 2658/3592 73% [============================================= ] 2659/3592 74% [============================================= ] 2660/3592 74% [============================================= ] 2661/3592 74% [============================================= ] 2662/3592 74% [============================================= ] 2663/3592 74% [============================================= ] 2664/3592 74% [============================================= ] 2665/3592 74% [============================================== ] 2666/3592 74% [============================================== ] 2667/3592 74% [============================================== ] 2668/3592 74% [============================================== ] 2669/3592 74% [============================================== ] 2670/3592 74% [============================================== ] 2671/3592 74% [============================================== ] 2672/3592 74% [============================================== ] 2673/3592 74% [============================================== ] 2674/3592 74% [============================================== ] 2675/3592 74% [============================================== ] 2676/3592 74% [============================================== ] 2677/3592 74% [============================================== ] 2678/3592 74% [============================================== ] 2679/3592 74% [============================================== ] 2680/3592 74% [============================================== ] 2681/3592 74% [============================================== ] 2682/3592 74% [============================================== ] 2683/3592 74% [============================================== ] 2684/3592 74% [============================================== ] 2685/3592 74% [============================================== ] 2686/3592 74% [============================================== ] 2687/3592 74% [============================================== ] 2688/3592 74% [============================================== ] 2689/3592 74% [============================================== ] 2690/3592 74% [============================================== ] 2691/3592 74% [============================================== ] 2692/3592 74% [============================================== ] 2693/3592 74% [============================================== ] 2694/3592 75% [============================================== ] 2695/3592 75% [============================================== ] 2696/3592 75% [============================================== ] 2697/3592 75% [============================================== ] 2698/3592 75% [============================================== ] 2699/3592 75% [============================================== ] 2700/3592 75% [============================================== ] 2701/3592 75% [============================================== ] 2702/3592 75% [============================================== ] 2703/3592 75% [============================================== ] 2704/3592 75% [============================================== ] 2705/3592 75% [============================================== ] 2706/3592 75% [============================================== ] 2707/3592 75% [============================================== ] 2708/3592 75% [============================================== ] 2709/3592 75% [============================================== ] 2710/3592 75% [============================================== ] 2711/3592 75% [============================================== ] 2712/3592 75% [============================================== ] 2713/3592 75% [============================================== ] 2714/3592 75% [============================================== ] 2715/3592 75% [============================================== ] 2716/3592 75% [============================================== ] 2717/3592 75% [============================================== ] 2718/3592 75% [============================================== ] 2719/3592 75% [============================================== ] 2720/3592 75% [============================================== ] 2721/3592 75% [============================================== ] 2722/3592 75% [=============================================== ] 2723/3592 75% [=============================================== ] 2724/3592 75% [=============================================== ] 2725/3592 75% [=============================================== ] 2726/3592 75% [=============================================== ] 2727/3592 75% [=============================================== ] 2728/3592 75% [=============================================== ] 2729/3592 75% [=============================================== ] 2730/3592 76% [=============================================== ] 2731/3592 76% [=============================================== ] 2732/3592 76% [=============================================== ] 2733/3592 76% [=============================================== ] 2734/3592 76% [=============================================== ] 2735/3592 76% [=============================================== ] 2736/3592 76% [=============================================== ] 2737/3592 76% [=============================================== ] 2738/3592 76% [=============================================== ] 2739/3592 76% [=============================================== ] 2740/3592 76% [=============================================== ] 2741/3592 76% [=============================================== ] 2742/3592 76% [=============================================== ] 2743/3592 76% [=============================================== ] 2744/3592 76% [=============================================== ] 2745/3592 76% [=============================================== ] 2746/3592 76% [=============================================== ] 2747/3592 76% [=============================================== ] 2748/3592 76% [=============================================== ] 2749/3592 76% [=============================================== ] 2750/3592 76% [=============================================== ] 2751/3592 76% [=============================================== ] 2752/3592 76% [=============================================== ] 2753/3592 76% [=============================================== ] 2754/3592 76% [=============================================== ] 2755/3592 76% [=============================================== ] 2756/3592 76% [=============================================== ] 2757/3592 76% [=============================================== ] 2758/3592 76% [=============================================== ] 2759/3592 76% [=============================================== ] 2760/3592 76% [=============================================== ] 2761/3592 76% [=============================================== ] 2762/3592 76% [=============================================== ] 2763/3592 76% [=============================================== ] 2764/3592 76% [=============================================== ] 2765/3592 76% [=============================================== ] 2766/3592 77% [=============================================== ] 2767/3592 77% [=============================================== ] 2768/3592 77% [=============================================== ] 2769/3592 77% [=============================================== ] 2770/3592 77% [=============================================== ] 2771/3592 77% [=============================================== ] 2772/3592 77% [=============================================== ] 2773/3592 77% [=============================================== ] 2774/3592 77% [=============================================== ] 2775/3592 77% [=============================================== ] 2776/3592 77% [=============================================== ] 2777/3592 77% [=============================================== ] 2778/3592 77% [=============================================== ] 2779/3592 77% [=============================================== ] 2780/3592 77% [================================================ ] 2781/3592 77% [================================================ ] 2782/3592 77% [================================================ ] 2783/3592 77% [================================================ ] 2784/3592 77% [================================================ ] 2785/3592 77% [================================================ ] 2786/3592 77% [================================================ ] 2787/3592 77% [================================================ ] 2788/3592 77% [================================================ ] 2789/3592 77% [================================================ ] 2790/3592 77% [================================================ ] 2791/3592 77% [================================================ ] 2792/3592 77% [================================================ ] 2793/3592 77% [================================================ ] 2794/3592 77% [================================================ ] 2795/3592 77% [================================================ ] 2796/3592 77% [================================================ ] 2797/3592 77% [================================================ ] 2798/3592 77% [================================================ ] 2799/3592 77% [================================================ ] 2800/3592 77% [================================================ ] 2801/3592 77% [================================================ ] 2802/3592 78% [================================================ ] 2803/3592 78% [================================================ ] 2804/3592 78% [================================================ ] 2805/3592 78% [================================================ ] 2806/3592 78% [================================================ ] 2807/3592 78% [================================================ ] 2808/3592 78% [================================================ ] 2809/3592 78% [================================================ ] 2810/3592 78% [================================================ ] 2811/3592 78% [================================================ ] 2812/3592 78% [================================================ ] 2813/3592 78% [================================================ ] 2814/3592 78% [================================================ ] 2815/3592 78% [================================================ ] 2816/3592 78% [================================================ ] 2817/3592 78% [================================================ ] 2818/3592 78% [================================================ ] 2819/3592 78% [================================================ ] 2820/3592 78% [================================================ ] 2821/3592 78% [================================================ ] 2822/3592 78% [================================================ ] 2823/3592 78% [================================================ ] 2824/3592 78% [================================================ ] 2825/3592 78% [================================================ ] 2826/3592 78% [================================================ ] 2827/3592 78% [================================================ ] 2828/3592 78% [================================================ ] 2829/3592 78% [================================================ ] 2830/3592 78% [================================================ ] 2831/3592 78% [================================================ ] 2832/3592 78% [================================================ ] 2833/3592 78% [================================================ ] 2834/3592 78% [================================================ ] 2835/3592 78% [================================================ ] 2836/3592 78% [================================================ ] 2837/3592 78% [================================================ ] 2838/3592 79% [================================================= ] 2839/3592 79% [================================================= ] 2840/3592 79% [================================================= ] 2841/3592 79% [================================================= ] 2842/3592 79% [================================================= ] 2843/3592 79% [================================================= ] 2844/3592 79% [================================================= ] 2845/3592 79% [================================================= ] 2846/3592 79% [================================================= ] 2847/3592 79% [================================================= ] 2848/3592 79% [================================================= ] 2849/3592 79% [================================================= ] 2850/3592 79% [================================================= ] 2851/3592 79% [================================================= ] 2852/3592 79% [================================================= ] 2853/3592 79% [================================================= ] 2854/3592 79% [================================================= ] 2855/3592 79% [================================================= ] 2856/3592 79% [================================================= ] 2857/3592 79% [================================================= ] 2858/3592 79% [================================================= ] 2859/3592 79% [================================================= ] 2860/3592 79% [================================================= ] 2861/3592 79% [================================================= ] 2862/3592 79% [================================================= ] 2863/3592 79% [================================================= ] 2864/3592 79% [================================================= ] 2865/3592 79% [================================================= ] 2866/3592 79% [================================================= ] 2867/3592 79% [================================================= ] 2868/3592 79% [================================================= ] 2869/3592 79% [================================================= ] 2870/3592 79% [================================================= ] 2871/3592 79% [================================================= ] 2872/3592 79% [================================================= ] 2873/3592 79% [================================================= ] 2874/3592 80% [================================================= ] 2875/3592 80% [================================================= ] 2876/3592 80% [================================================= ] 2877/3592 80% [================================================= ] 2878/3592 80% [================================================= ] 2879/3592 80% [================================================= ] 2880/3592 80% [================================================= ] 2881/3592 80% [================================================= ] 2882/3592 80% [================================================= ] 2883/3592 80% [================================================= ] 2884/3592 80% [================================================= ] 2885/3592 80% [================================================= ] 2886/3592 80% [================================================= ] 2887/3592 80% [================================================= ] 2888/3592 80% [================================================= ] 2889/3592 80% [================================================= ] 2890/3592 80% [================================================= ] 2891/3592 80% [================================================= ] 2892/3592 80% [================================================= ] 2893/3592 80% [================================================= ] 2894/3592 80% [================================================= ] 2895/3592 80% [================================================= ] 2896/3592 80% [================================================== ] 2897/3592 80% [================================================== ] 2898/3592 80% [================================================== ] 2899/3592 80% [================================================== ] 2900/3592 80% [================================================== ] 2901/3592 80% [================================================== ] 2902/3592 80% [================================================== ] 2903/3592 80% [================================================== ] 2904/3592 80% [================================================== ] 2905/3592 80% [================================================== ] 2906/3592 80% [================================================== ] 2907/3592 80% [================================================== ] 2908/3592 80% [================================================== ] 2909/3592 80% [================================================== ] 2910/3592 81% [================================================== ] 2911/3592 81% [================================================== ] 2912/3592 81% [================================================== ] 2913/3592 81% [================================================== ] 2914/3592 81% [================================================== ] 2915/3592 81% [================================================== ] 2916/3592 81% [================================================== ] 2917/3592 81% [================================================== ] 2918/3592 81% [================================================== ] 2919/3592 81% [================================================== ] 2920/3592 81% [================================================== ] 2921/3592 81% [================================================== ] 2922/3592 81% [================================================== ] 2923/3592 81% [================================================== ] 2924/3592 81% [================================================== ] 2925/3592 81% [================================================== ] 2926/3592 81% [================================================== ] 2927/3592 81% [================================================== ] 2928/3592 81% [================================================== ] 2929/3592 81% [================================================== ] 2930/3592 81% [================================================== ] 2931/3592 81% [================================================== ] 2932/3592 81% [================================================== ] 2933/3592 81% [================================================== ] 2934/3592 81% [================================================== ] 2935/3592 81% [================================================== ] 2936/3592 81% [================================================== ] 2937/3592 81% [================================================== ] 2938/3592 81% [================================================== ] 2939/3592 81% [================================================== ] 2940/3592 81% [================================================== ] 2941/3592 81% [================================================== ] 2942/3592 81% [================================================== ] 2943/3592 81% [================================================== ] 2944/3592 81% [================================================== ] 2945/3592 81% [================================================== ] 2946/3592 82% [================================================== ] 2947/3592 82% [================================================== ] 2948/3592 82% [================================================== ] 2949/3592 82% [================================================== ] 2950/3592 82% [================================================== ] 2951/3592 82% [================================================== ] 2952/3592 82% [================================================== ] 2953/3592 82% [================================================== ] 2954/3592 82% [=================================================== ] 2955/3592 82% [=================================================== ] 2956/3592 82% [=================================================== ] 2957/3592 82% [=================================================== ] 2958/3592 82% [=================================================== ] 2959/3592 82% [=================================================== ] 2960/3592 82% [=================================================== ] 2961/3592 82% [=================================================== ] 2962/3592 82% [=================================================== ] 2963/3592 82% [=================================================== ] 2964/3592 82% [=================================================== ] 2965/3592 82% [=================================================== ] 2966/3592 82% [=================================================== ] 2967/3592 82% [=================================================== ] 2968/3592 82% [=================================================== ] 2969/3592 82% [=================================================== ] 2970/3592 82% [=================================================== ] 2971/3592 82% [=================================================== ] 2972/3592 82% [=================================================== ] 2973/3592 82% [=================================================== ] 2974/3592 82% [=================================================== ] 2975/3592 82% [=================================================== ] 2976/3592 82% [=================================================== ] 2977/3592 82% [=================================================== ] 2978/3592 82% [=================================================== ] 2979/3592 82% [=================================================== ] 2980/3592 82% [=================================================== ] 2981/3592 82% [=================================================== ] 2982/3592 83% [=================================================== ] 2983/3592 83% [=================================================== ] 2984/3592 83% [=================================================== ] 2985/3592 83% [=================================================== ] 2986/3592 83% [=================================================== ] 2987/3592 83% [=================================================== ] 2988/3592 83% [=================================================== ] 2989/3592 83% [=================================================== ] 2990/3592 83% [=================================================== ] 2991/3592 83% [=================================================== ] 2992/3592 83% [=================================================== ] 2993/3592 83% [=================================================== ] 2994/3592 83% [=================================================== ] 2995/3592 83% [=================================================== ] 2996/3592 83% [=================================================== ] 2997/3592 83% [=================================================== ] 2998/3592 83% [=================================================== ] 2999/3592 83% [=================================================== ] 3000/3592 83% [=================================================== ] 3001/3592 83% [=================================================== ] 3002/3592 83% [=================================================== ] 3003/3592 83% [=================================================== ] 3004/3592 83% [=================================================== ] 3005/3592 83% [=================================================== ] 3006/3592 83% [=================================================== ] 3007/3592 83% [=================================================== ] 3008/3592 83% [=================================================== ] 3009/3592 83% [=================================================== ] 3010/3592 83% [=================================================== ] 3011/3592 83% [=================================================== ] 3012/3592 83% [==================================================== ] 3013/3592 83% [==================================================== ] 3014/3592 83% [==================================================== ] 3015/3592 83% [==================================================== ] 3016/3592 83% [==================================================== ] 3017/3592 83% [==================================================== ] 3018/3592 84% [==================================================== ] 3019/3592 84% [==================================================== ] 3020/3592 84% [==================================================== ] 3021/3592 84% [==================================================== ] 3022/3592 84% [==================================================== ] 3023/3592 84% [==================================================== ] 3024/3592 84% [==================================================== ] 3025/3592 84% [==================================================== ] 3026/3592 84% [==================================================== ] 3027/3592 84% [==================================================== ] 3028/3592 84% [==================================================== ] 3029/3592 84% [==================================================== ] 3030/3592 84% [==================================================== ] 3031/3592 84% [==================================================== ] 3032/3592 84% [==================================================== ] 3033/3592 84% [==================================================== ] 3034/3592 84% [==================================================== ] 3035/3592 84% [==================================================== ] 3036/3592 84% [==================================================== ] 3037/3592 84% [==================================================== ] 3038/3592 84% [==================================================== ] 3039/3592 84% [==================================================== ] 3040/3592 84% [==================================================== ] 3041/3592 84% [==================================================== ] 3042/3592 84% [==================================================== ] 3043/3592 84% [==================================================== ] 3044/3592 84% [==================================================== ] 3045/3592 84% [==================================================== ] 3046/3592 84% [==================================================== ] 3047/3592 84% [==================================================== ] 3048/3592 84% [==================================================== ] 3049/3592 84% [==================================================== ] 3050/3592 84% [==================================================== ] 3051/3592 84% [==================================================== ] 3052/3592 84% [==================================================== ] 3053/3592 84% [==================================================== ] 3054/3592 85% [==================================================== ] 3055/3592 85% [==================================================== ] 3056/3592 85% [==================================================== ] 3057/3592 85% [==================================================== ] 3058/3592 85% [==================================================== ] 3059/3592 85% [==================================================== ] 3060/3592 85% [==================================================== ] 3061/3592 85% [==================================================== ] 3062/3592 85% [==================================================== ] 3063/3592 85% [==================================================== ] 3064/3592 85% [==================================================== ] 3065/3592 85% [==================================================== ] 3066/3592 85% [==================================================== ] 3067/3592 85% [==================================================== ] 3068/3592 85% [==================================================== ] 3069/3592 85% [==================================================== ] 3070/3592 85% [===================================================== ] 3071/3592 85% [===================================================== ] 3072/3592 85% [===================================================== ] 3073/3592 85% [===================================================== ] 3074/3592 85% [===================================================== ] 3075/3592 85% [===================================================== ] 3076/3592 85% [===================================================== ] 3077/3592 85% [===================================================== ] 3078/3592 85% [===================================================== ] 3079/3592 85% [===================================================== ] 3080/3592 85% [===================================================== ] 3081/3592 85% [===================================================== ] 3082/3592 85% [===================================================== ] 3083/3592 85% [===================================================== ] 3084/3592 85% [===================================================== ] 3085/3592 85% [===================================================== ] 3086/3592 85% [===================================================== ] 3087/3592 85% [===================================================== ] 3088/3592 85% [===================================================== ] 3089/3592 85% [===================================================== ] 3090/3592 86% [===================================================== ] 3091/3592 86% [===================================================== ] 3092/3592 86% [===================================================== ] 3093/3592 86% [===================================================== ] 3094/3592 86% [===================================================== ] 3095/3592 86% [===================================================== ] 3096/3592 86% [===================================================== ] 3097/3592 86% [===================================================== ] 3098/3592 86% [===================================================== ] 3099/3592 86% [===================================================== ] 3100/3592 86% [===================================================== ] 3101/3592 86% [===================================================== ] 3102/3592 86% [===================================================== ] 3103/3592 86% [===================================================== ] 3104/3592 86% [===================================================== ] 3105/3592 86% [===================================================== ] 3106/3592 86% [===================================================== ] 3107/3592 86% [===================================================== ] 3108/3592 86% [===================================================== ] 3109/3592 86% [===================================================== ] 3110/3592 86% [===================================================== ] 3111/3592 86% [===================================================== ] 3112/3592 86% [===================================================== ] 3113/3592 86% [===================================================== ] 3114/3592 86% [===================================================== ] 3115/3592 86% [===================================================== ] 3116/3592 86% [===================================================== ] 3117/3592 86% [===================================================== ] 3118/3592 86% [===================================================== ] 3119/3592 86% [===================================================== ] 3120/3592 86% [===================================================== ] 3121/3592 86% [===================================================== ] 3122/3592 86% [===================================================== ] 3123/3592 86% [===================================================== ] 3124/3592 86% [===================================================== ] 3125/3592 86% [===================================================== ] 3126/3592 87% [===================================================== ] 3127/3592 87% [===================================================== ] 3128/3592 87% [====================================================== ] 3129/3592 87% [====================================================== ] 3130/3592 87% [====================================================== ] 3131/3592 87% [====================================================== ] 3132/3592 87% [====================================================== ] 3133/3592 87% [====================================================== ] 3134/3592 87% [====================================================== ] 3135/3592 87% [====================================================== ] 3136/3592 87% [====================================================== ] 3137/3592 87% [====================================================== ] 3138/3592 87% [====================================================== ] 3139/3592 87% [====================================================== ] 3140/3592 87% [====================================================== ] 3141/3592 87% [====================================================== ] 3142/3592 87% [====================================================== ] 3143/3592 87% [====================================================== ] 3144/3592 87% [====================================================== ] 3145/3592 87% [====================================================== ] 3146/3592 87% [====================================================== ] 3147/3592 87% [====================================================== ] 3148/3592 87% [====================================================== ] 3149/3592 87% [====================================================== ] 3150/3592 87% [====================================================== ] 3151/3592 87% [====================================================== ] 3152/3592 87% [====================================================== ] 3153/3592 87% [====================================================== ] 3154/3592 87% [====================================================== ] 3155/3592 87% [====================================================== ] 3156/3592 87% [====================================================== ] 3157/3592 87% [====================================================== ] 3158/3592 87% [====================================================== ] 3159/3592 87% [====================================================== ] 3160/3592 87% [====================================================== ] 3161/3592 88% [====================================================== ] 3162/3592 88% [====================================================== ] 3163/3592 88% [====================================================== ] 3164/3592 88% [====================================================== ] 3165/3592 88% [====================================================== ] 3166/3592 88% [====================================================== ] 3167/3592 88% [====================================================== ] 3168/3592 88% [====================================================== ] 3169/3592 88% [====================================================== ] 3170/3592 88% [====================================================== ] 3171/3592 88% [====================================================== ] 3172/3592 88% [====================================================== ] 3173/3592 88% [====================================================== ] 3174/3592 88% [====================================================== ] 3175/3592 88% [====================================================== ] 3176/3592 88% [====================================================== ] 3177/3592 88% [====================================================== ] 3178/3592 88% [====================================================== ] 3179/3592 88% [====================================================== ] 3180/3592 88% [====================================================== ] 3181/3592 88% [====================================================== ] 3182/3592 88% [====================================================== ] 3183/3592 88% [====================================================== ] 3184/3592 88% [====================================================== ] 3185/3592 88% [====================================================== ] 3186/3592 88% [======================================================= ] 3187/3592 88% [======================================================= ] 3188/3592 88% [======================================================= ] 3189/3592 88% [======================================================= ] 3190/3592 88% [======================================================= ] 3191/3592 88% [======================================================= ] 3192/3592 88% [======================================================= ] 3193/3592 88% [======================================================= ] 3194/3592 88% [======================================================= ] 3195/3592 88% [======================================================= ] 3196/3592 88% [======================================================= ] 3197/3592 89% [======================================================= ] 3198/3592 89% [======================================================= ] 3199/3592 89% [======================================================= ] 3200/3592 89% [======================================================= ] 3201/3592 89% [======================================================= ] 3202/3592 89% [======================================================= ] 3203/3592 89% [======================================================= ] 3204/3592 89% [======================================================= ] 3205/3592 89% [======================================================= ] 3206/3592 89% [======================================================= ] 3207/3592 89% [======================================================= ] 3208/3592 89% [======================================================= ] 3209/3592 89% [======================================================= ] 3210/3592 89% [======================================================= ] 3211/3592 89% [======================================================= ] 3212/3592 89% [======================================================= ] 3213/3592 89% [======================================================= ] 3214/3592 89% [======================================================= ] 3215/3592 89% [======================================================= ] 3216/3592 89% [======================================================= ] 3217/3592 89% [======================================================= ] 3218/3592 89% [======================================================= ] 3219/3592 89% [======================================================= ] 3220/3592 89% [======================================================= ] 3221/3592 89% [======================================================= ] 3222/3592 89% [======================================================= ] 3223/3592 89% [======================================================= ] 3224/3592 89% [======================================================= ] 3225/3592 89% [======================================================= ] 3226/3592 89% [======================================================= ] 3227/3592 89% [======================================================= ] 3228/3592 89% [======================================================= ] 3229/3592 89% [======================================================= ] 3230/3592 89% [======================================================= ] 3231/3592 89% [======================================================= ] 3232/3592 89% [======================================================= ] 3233/3592 90% [======================================================= ] 3234/3592 90% [======================================================= ] 3235/3592 90% [======================================================= ] 3236/3592 90% [======================================================= ] 3237/3592 90% [======================================================= ] 3238/3592 90% [======================================================= ] 3239/3592 90% [======================================================= ] 3240/3592 90% [======================================================= ] 3241/3592 90% [======================================================= ] 3242/3592 90% [======================================================= ] 3243/3592 90% [======================================================= ] 3244/3592 90% [======================================================== ] 3245/3592 90% [======================================================== ] 3246/3592 90% [======================================================== ] 3247/3592 90% [======================================================== ] 3248/3592 90% [======================================================== ] 3249/3592 90% [======================================================== ] 3250/3592 90% [======================================================== ] 3251/3592 90% [======================================================== ] 3252/3592 90% [======================================================== ] 3253/3592 90% [======================================================== ] 3254/3592 90% [======================================================== ] 3255/3592 90% [======================================================== ] 3256/3592 90% [======================================================== ] 3257/3592 90% [======================================================== ] 3258/3592 90% [======================================================== ] 3259/3592 90% [======================================================== ] 3260/3592 90% [======================================================== ] 3261/3592 90% [======================================================== ] 3262/3592 90% [======================================================== ] 3263/3592 90% [======================================================== ] 3264/3592 90% [======================================================== ] 3265/3592 90% [======================================================== ] 3266/3592 90% [======================================================== ] 3267/3592 90% [======================================================== ] 3268/3592 90% [======================================================== ] 3269/3592 91% [======================================================== ] 3270/3592 91% [======================================================== ] 3271/3592 91% [======================================================== ] 3272/3592 91% [======================================================== ] 3273/3592 91% [======================================================== ] 3274/3592 91% [======================================================== ] 3275/3592 91% [======================================================== ] 3276/3592 91% [======================================================== ] 3277/3592 91% [======================================================== ] 3278/3592 91% [======================================================== ] 3279/3592 91% [======================================================== ] 3280/3592 91% [======================================================== ] 3281/3592 91% [======================================================== ] 3282/3592 91% [======================================================== ] 3283/3592 91% [======================================================== ] 3284/3592 91% [======================================================== ] 3285/3592 91% [======================================================== ] 3286/3592 91% [======================================================== ] 3287/3592 91% [======================================================== ] 3288/3592 91% [======================================================== ] 3289/3592 91% [======================================================== ] 3290/3592 91% [======================================================== ] 3291/3592 91% [======================================================== ] 3292/3592 91% [======================================================== ] 3293/3592 91% [======================================================== ] 3294/3592 91% [======================================================== ] 3295/3592 91% [======================================================== ] 3296/3592 91% [======================================================== ] 3297/3592 91% [======================================================== ] 3298/3592 91% [======================================================== ] 3299/3592 91% [======================================================== ] 3300/3592 91% [======================================================== ] 3301/3592 91% [======================================================== ] 3302/3592 91% [========================================================= ] 3303/3592 91% [========================================================= ] 3304/3592 91% [========================================================= ] 3305/3592 92% [========================================================= ] 3306/3592 92% [========================================================= ] 3307/3592 92% [========================================================= ] 3308/3592 92% [========================================================= ] 3309/3592 92% [========================================================= ] 3310/3592 92% [========================================================= ] 3311/3592 92% [========================================================= ] 3312/3592 92% [========================================================= ] 3313/3592 92% [========================================================= ] 3314/3592 92% [========================================================= ] 3315/3592 92% [========================================================= ] 3316/3592 92% [========================================================= ] 3317/3592 92% [========================================================= ] 3318/3592 92% [========================================================= ] 3319/3592 92% [========================================================= ] 3320/3592 92% [========================================================= ] 3321/3592 92% [========================================================= ] 3322/3592 92% [========================================================= ] 3323/3592 92% [========================================================= ] 3324/3592 92% [========================================================= ] 3325/3592 92% [========================================================= ] 3326/3592 92% [========================================================= ] 3327/3592 92% [========================================================= ] 3328/3592 92% [========================================================= ] 3329/3592 92% [========================================================= ] 3330/3592 92% [========================================================= ] 3331/3592 92% [========================================================= ] 3332/3592 92% [========================================================= ] 3333/3592 92% [========================================================= ] 3334/3592 92% [========================================================= ] 3335/3592 92% [========================================================= ] 3336/3592 92% [========================================================= ] 3337/3592 92% [========================================================= ] 3338/3592 92% [========================================================= ] 3339/3592 92% [========================================================= ] 3340/3592 92% [========================================================= ] 3341/3592 93% [========================================================= ] 3342/3592 93% [========================================================= ] 3343/3592 93% [========================================================= ] 3344/3592 93% [========================================================= ] 3345/3592 93% [========================================================= ] 3346/3592 93% [========================================================= ] 3347/3592 93% [========================================================= ] 3348/3592 93% [========================================================= ] 3349/3592 93% [========================================================= ] 3350/3592 93% [========================================================= ] 3351/3592 93% [========================================================= ] 3352/3592 93% [========================================================= ] 3353/3592 93% [========================================================= ] 3354/3592 93% [========================================================= ] 3355/3592 93% [========================================================= ] 3356/3592 93% [========================================================= ] 3357/3592 93% [========================================================= ] 3358/3592 93% [========================================================= ] 3359/3592 93% [========================================================= ] 3360/3592 93% [========================================================== ] 3361/3592 93% [========================================================== ] 3362/3592 93% [========================================================== ] 3363/3592 93% [========================================================== ] 3364/3592 93% [========================================================== ] 3365/3592 93% [========================================================== ] 3366/3592 93% [========================================================== ] 3367/3592 93% [========================================================== ] 3368/3592 93% [========================================================== ] 3369/3592 93% [========================================================== ] 3370/3592 93% [========================================================== ] 3371/3592 93% [========================================================== ] 3372/3592 93% [========================================================== ] 3373/3592 93% [========================================================== ] 3374/3592 93% [========================================================== ] 3375/3592 93% [========================================================== ] 3376/3592 93% [========================================================== ] 3377/3592 94% [========================================================== ] 3378/3592 94% [========================================================== ] 3379/3592 94% [========================================================== ] 3380/3592 94% [========================================================== ] 3381/3592 94% [========================================================== ] 3382/3592 94% [========================================================== ] 3383/3592 94% [========================================================== ] 3384/3592 94% [========================================================== ] 3385/3592 94% [========================================================== ] 3386/3592 94% [========================================================== ] 3387/3592 94% [========================================================== ] 3388/3592 94% [========================================================== ] 3389/3592 94% [========================================================== ] 3390/3592 94% [========================================================== ] 3391/3592 94% [========================================================== ] 3392/3592 94% [========================================================== ] 3393/3592 94% [========================================================== ] 3394/3592 94% [========================================================== ] 3395/3592 94% [========================================================== ] 3396/3592 94% [========================================================== ] 3397/3592 94% [========================================================== ] 3398/3592 94% [========================================================== ] 3399/3592 94% [========================================================== ] 3400/3592 94% [========================================================== ] 3401/3592 94% [========================================================== ] 3402/3592 94% [========================================================== ] 3403/3592 94% [========================================================== ] 3404/3592 94% [========================================================== ] 3405/3592 94% [========================================================== ] 3406/3592 94% [========================================================== ] 3407/3592 94% [========================================================== ] 3408/3592 94% [========================================================== ] 3409/3592 94% [========================================================== ] 3410/3592 94% [========================================================== ] 3411/3592 94% [========================================================== ] 3412/3592 94% [========================================================== ] 3413/3592 95% [========================================================== ] 3414/3592 95% [========================================================== ] 3415/3592 95% [========================================================== ] 3416/3592 95% [========================================================== ] 3417/3592 95% [========================================================== ] 3418/3592 95% [=========================================================== ] 3419/3592 95% [=========================================================== ] 3420/3592 95% [=========================================================== ] 3421/3592 95% [=========================================================== ] 3422/3592 95% [=========================================================== ] 3423/3592 95% [=========================================================== ] 3424/3592 95% [=========================================================== ] 3425/3592 95% [=========================================================== ] 3426/3592 95% [=========================================================== ] 3427/3592 95% [=========================================================== ] 3428/3592 95% [=========================================================== ] 3429/3592 95% [=========================================================== ] 3430/3592 95% [=========================================================== ] 3431/3592 95% [=========================================================== ] 3432/3592 95% [=========================================================== ] 3433/3592 95% [=========================================================== ] 3434/3592 95% [=========================================================== ] 3435/3592 95% [=========================================================== ] 3436/3592 95% [=========================================================== ] 3437/3592 95% [=========================================================== ] 3438/3592 95% [=========================================================== ] 3439/3592 95% [=========================================================== ] 3440/3592 95% [=========================================================== ] 3441/3592 95% [=========================================================== ] 3442/3592 95% [=========================================================== ] 3443/3592 95% [=========================================================== ] 3444/3592 95% [=========================================================== ] 3445/3592 95% [=========================================================== ] 3446/3592 95% [=========================================================== ] 3447/3592 95% [=========================================================== ] 3448/3592 95% [=========================================================== ] 3449/3592 96% [=========================================================== ] 3450/3592 96% [=========================================================== ] 3451/3592 96% [=========================================================== ] 3452/3592 96% [=========================================================== ] 3453/3592 96% [=========================================================== ] 3454/3592 96% [=========================================================== ] 3455/3592 96% [=========================================================== ] 3456/3592 96% [=========================================================== ] 3457/3592 96% [=========================================================== ] 3458/3592 96% [=========================================================== ] 3459/3592 96% [=========================================================== ] 3460/3592 96% [=========================================================== ] 3461/3592 96% [=========================================================== ] 3462/3592 96% [=========================================================== ] 3463/3592 96% [=========================================================== ] 3464/3592 96% [=========================================================== ] 3465/3592 96% [=========================================================== ] 3466/3592 96% [=========================================================== ] 3467/3592 96% [=========================================================== ] 3468/3592 96% [=========================================================== ] 3469/3592 96% [=========================================================== ] 3470/3592 96% [=========================================================== ] 3471/3592 96% [=========================================================== ] 3472/3592 96% [=========================================================== ] 3473/3592 96% [=========================================================== ] 3474/3592 96% [=========================================================== ] 3475/3592 96% [=========================================================== ] 3476/3592 96% [============================================================ ] 3477/3592 96% [============================================================ ] 3478/3592 96% [============================================================ ] 3479/3592 96% [============================================================ ] 3480/3592 96% [============================================================ ] 3481/3592 96% [============================================================ ] 3482/3592 96% [============================================================ ] 3483/3592 96% [============================================================ ] 3484/3592 96% [============================================================ ] 3485/3592 97% [============================================================ ] 3486/3592 97% [============================================================ ] 3487/3592 97% [============================================================ ] 3488/3592 97% [============================================================ ] 3489/3592 97% [============================================================ ] 3490/3592 97% [============================================================ ] 3491/3592 97% [============================================================ ] 3492/3592 97% [============================================================ ] 3493/3592 97% [============================================================ ] 3494/3592 97% [============================================================ ] 3495/3592 97% [============================================================ ] 3496/3592 97% [============================================================ ] 3497/3592 97% [============================================================ ] 3498/3592 97% [============================================================ ] 3499/3592 97% [============================================================ ] 3500/3592 97% [============================================================ ] 3501/3592 97% [============================================================ ] 3502/3592 97% [============================================================ ] 3503/3592 97% [============================================================ ] 3504/3592 97% [============================================================ ] 3505/3592 97% [============================================================ ] 3506/3592 97% [============================================================ ] 3507/3592 97% [============================================================ ] 3508/3592 97% [============================================================ ] 3509/3592 97% [============================================================ ] 3510/3592 97% [============================================================ ] 3511/3592 97% [============================================================ ] 3512/3592 97% [============================================================ ] 3513/3592 97% [============================================================ ] 3514/3592 97% [============================================================ ] 3515/3592 97% [============================================================ ] 3516/3592 97% [============================================================ ] 3517/3592 97% [============================================================ ] 3518/3592 97% [============================================================ ] 3519/3592 97% [============================================================ ] 3520/3592 97% [============================================================ ] 3521/3592 98% [============================================================ ] 3522/3592 98% [============================================================ ] 3523/3592 98% [============================================================ ] 3524/3592 98% [============================================================ ] 3525/3592 98% [============================================================ ] 3526/3592 98% [============================================================ ] 3527/3592 98% [============================================================ ] 3528/3592 98% [============================================================ ] 3529/3592 98% [============================================================ ] 3530/3592 98% [============================================================ ] 3531/3592 98% [============================================================ ] 3532/3592 98% [============================================================ ] 3533/3592 98% [============================================================ ] 3534/3592 98% [============================================================= ] 3535/3592 98% [============================================================= ] 3536/3592 98% [============================================================= ] 3537/3592 98% [============================================================= ] 3538/3592 98% [============================================================= ] 3539/3592 98% [============================================================= ] 3540/3592 98% [============================================================= ] 3541/3592 98% [============================================================= ] 3542/3592 98% [============================================================= ] 3543/3592 98% [============================================================= ] 3544/3592 98% [============================================================= ] 3545/3592 98% [============================================================= ] 3546/3592 98% [============================================================= ] 3547/3592 98% [============================================================= ] 3548/3592 98% [============================================================= ] 3549/3592 98% [============================================================= ] 3550/3592 98% [============================================================= ] 3551/3592 98% [============================================================= ] 3552/3592 98% [============================================================= ] 3553/3592 98% [============================================================= ] 3554/3592 98% [============================================================= ] 3555/3592 98% [============================================================= ] 3556/3592 98% [============================================================= ] 3557/3592 99% [============================================================= ] 3558/3592 99% [============================================================= ] 3559/3592 99% [============================================================= ] 3560/3592 99% [============================================================= ] 3561/3592 99% [============================================================= ] 3562/3592 99% [============================================================= ] 3563/3592 99% [============================================================= ] 3564/3592 99% [============================================================= ] 3565/3592 99% [============================================================= ] 3566/3592 99% [============================================================= ] 3567/3592 99% [============================================================= ] 3568/3592 99% [============================================================= ] 3569/3592 99% [============================================================= ] 3570/3592 99% [============================================================= ] 3571/3592 99% [============================================================= ] 3572/3592 99% [============================================================= ] 3573/3592 99% [============================================================= ] 3574/3592 99% [============================================================= ] 3575/3592 99% [============================================================= ] 3576/3592 99% [============================================================= ] 3577/3592 99% [============================================================= ] 3578/3592 99% [============================================================= ] 3579/3592 99% [============================================================= ] 3580/3592 99% [============================================================= ] 3581/3592 99% [============================================================= ] 3582/3592 99% [============================================================= ] 3583/3592 99% [============================================================= ] 3584/3592 99% [============================================================= ] 3585/3592 99% [============================================================= ] 3586/3592 99% [============================================================= ] 3587/3592 99% [============================================================= ] 3588/3592 99% [============================================================= ] 3589/3592 99% [============================================================= ] 3590/3592 99% [============================================================= ] 3591/3592 99% [==============================================================] 3592/3592 100% operation complete, 3592 objects in 41315 NAND pages. ln -snf /home/autobuild/autobuild/instance-6/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-6/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-6/buildroot' >>> Buildroot 2022.11-1106-ged6062efbc Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.5 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> font-awesome 4.7.0 Collecting legal info >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> hdparm 9.65 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> hiredis 1.1.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.8 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuci 4b3db1179747b6a6779029407984bacef851325c Collecting legal info cli.c: OK (sha256: 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> lighttpd 1.4.67 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> obsidian-cursors 1.0 Collecting legal info >>> openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> psmisc 23.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> host-rauc 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-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) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-rust-bin 1.66.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ulogd 2.0.8 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> xkeyboard-config 2.37 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.3 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-6/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot'