gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:3: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-14/output-1/host/bin PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/autobuild/autobuild/instance-14/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-14/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-14/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-14/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-14/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-14/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-14/output-1/host/bin/mips64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-14/output-1/host/bin/mips64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-14/output-1/host/bin/mips64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-14/output-1/host/bin/mips64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells rm -f -r /home/autobuild/autobuild/instance-14/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /home/autobuild/autobuild/instance-14/output-1/target/etc/conf.d/agetty.console ln -sf agetty /home/autobuild/autobuild/instance-14/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /home/autobuild/autobuild/instance-14/output-1/target/etc/runlevels/default/agetty.console mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-14/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-14/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-14/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-14/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-14/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-14/output-1/target/etc/passwd grep -qsE '^/bin/zsh$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/zsh" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/include /home/autobuild/autobuild/instance-14/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-14/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-14/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-14/output-1/target/usr/doc find /home/autobuild/autobuild/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-14/output-1/target/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-14/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/man /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/info /home/autobuild/autobuild/instance-14/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/doc /home/autobuild/autobuild/instance-14/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-14/output-1/target/lib/debug /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-14/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-14/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-14/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-14/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-582-gf17b56f1aa"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-14/output-1/per-package /home/autobuild/autobuild/instance-14/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n quagga -1 quagga -1 * - - - Quagga priv drop user\n\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.oci mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/images/rootfs-oci\n /home/autobuild/autobuild/instance-14/output-1/host/bin/sloci-image --arch mips64 --entrypoint '\''sh'\'' --cmd '\'''\'' --author "Buildroot" --user "0" /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/target /home/autobuild/autobuild/instance-14/output-1/images/rootfs-oci:latest\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/oci/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-14/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-14/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-14/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 3174 objects. stage 2: creating image '/home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2' [ ] 1/3174 0% [ ] 2/3174 0% [ ] 3/3174 0% [ ] 4/3174 0% [ ] 5/3174 0% [ ] 6/3174 0% [ ] 7/3174 0% [ ] 8/3174 0% [ ] 9/3174 0% [ ] 10/3174 0% [ ] 11/3174 0% [ ] 12/3174 0% [ ] 13/3174 0% [ ] 14/3174 0% [ ] 15/3174 0% [ ] 16/3174 0% [ ] 17/3174 0% [ ] 18/3174 0% [ ] 19/3174 0% [ ] 20/3174 0% [ ] 21/3174 0% [ ] 22/3174 0% [ ] 23/3174 0% [ ] 24/3174 0% [ ] 25/3174 0% [ ] 26/3174 0% [ ] 27/3174 0% [ ] 28/3174 0% [ ] 29/3174 0% [ ] 30/3174 0% [ ] 31/3174 0% [ ] 32/3174 1% [ ] 33/3174 1% [ ] 34/3174 1% [ ] 35/3174 1% [ ] 36/3174 1% [ ] 37/3174 1% [ ] 38/3174 1% [ ] 39/3174 1% [ ] 40/3174 1% [ ] 41/3174 1% [ ] 42/3174 1% [ ] 43/3174 1% [ ] 44/3174 1% [ ] 45/3174 1% [ ] 46/3174 1% [ ] 47/3174 1% [ ] 48/3174 1% [ ] 49/3174 1% [ ] 50/3174 1% [ ] 51/3174 1% [= ] 52/3174 1% [= ] 53/3174 1% [= ] 54/3174 1% [= ] 55/3174 1% [= ] 56/3174 1% [= ] 57/3174 1% [= ] 58/3174 1% [= ] 59/3174 1% [= ] 60/3174 1% [= ] 61/3174 1% [= ] 62/3174 1% [= ] 63/3174 1% [= ] 64/3174 2% [= ] 65/3174 2% [= ] 66/3174 2% [= ] 67/3174 2% [= ] 68/3174 2% [= ] 69/3174 2% [= ] 70/3174 2% [= ] 71/3174 2% [= ] 72/3174 2% [= ] 73/3174 2% [= ] 74/3174 2% [= ] 75/3174 2% [= ] 76/3174 2% [= ] 77/3174 2% [= ] 78/3174 2% [= ] 79/3174 2% [= ] 80/3174 2% [= ] 81/3174 2% [= ] 82/3174 2% [= ] 83/3174 2% [= ] 84/3174 2% [= ] 85/3174 2% [= ] 86/3174 2% [= ] 87/3174 2% [= ] 88/3174 2% [= ] 89/3174 2% [= ] 90/3174 2% [= ] 91/3174 2% [= ] 92/3174 2% [= ] 93/3174 2% [= ] 94/3174 2% [= ] 95/3174 2% [= ] 96/3174 3% [= ] 97/3174 3% [= ] 98/3174 3% [= ] 99/3174 3% [= ] 100/3174 3% [= ] 101/3174 3% [= ] 102/3174 3% [== ] 103/3174 3% [== ] 104/3174 3% [== ] 105/3174 3% [== ] 106/3174 3% [== ] 107/3174 3% [== ] 108/3174 3% [== ] 109/3174 3% [== ] 110/3174 3% [== ] 111/3174 3% [== ] 112/3174 3% [== ] 113/3174 3% [== ] 114/3174 3% [== ] 115/3174 3% [== ] 116/3174 3% [== ] 117/3174 3% [== ] 118/3174 3% [== ] 119/3174 3% [== ] 120/3174 3% [== ] 121/3174 3% [== ] 122/3174 3% [== ] 123/3174 3% [== ] 124/3174 3% [== ] 125/3174 3% [== ] 126/3174 3% [== ] 127/3174 4% [== ] 128/3174 4% [== ] 129/3174 4% [== ] 130/3174 4% [== ] 131/3174 4% [== ] 132/3174 4% [== ] 133/3174 4% [== ] 134/3174 4% [== ] 135/3174 4% [== ] 136/3174 4% [== ] 137/3174 4% [== ] 138/3174 4% [== ] 139/3174 4% [== ] 140/3174 4% [== ] 141/3174 4% [== ] 142/3174 4% [== ] 143/3174 4% [== ] 144/3174 4% [== ] 145/3174 4% [== ] 146/3174 4% [== ] 147/3174 4% [== ] 148/3174 4% [== ] 149/3174 4% [== ] 150/3174 4% [== ] 151/3174 4% [== ] 152/3174 4% [== ] 153/3174 4% [=== ] 154/3174 4% [=== ] 155/3174 4% [=== ] 156/3174 4% [=== ] 157/3174 4% [=== ] 158/3174 4% [=== ] 159/3174 5% [=== ] 160/3174 5% [=== ] 161/3174 5% [=== ] 162/3174 5% [=== ] 163/3174 5% [=== ] 164/3174 5% [=== ] 165/3174 5% [=== ] 166/3174 5% [=== ] 167/3174 5% [=== ] 168/3174 5% [=== ] 169/3174 5% [=== ] 170/3174 5% [=== ] 171/3174 5% [=== ] 172/3174 5% [=== ] 173/3174 5% [=== ] 174/3174 5% [=== ] 175/3174 5% [=== ] 176/3174 5% [=== ] 177/3174 5% [=== ] 178/3174 5% [=== ] 179/3174 5% [=== ] 180/3174 5% [=== ] 181/3174 5% [=== ] 182/3174 5% [=== ] 183/3174 5% [=== ] 184/3174 5% [=== ] 185/3174 5% [=== ] 186/3174 5% [=== ] 187/3174 5% [=== ] 188/3174 5% [=== ] 189/3174 5% [=== ] 190/3174 5% [=== ] 191/3174 6% [=== ] 192/3174 6% [=== ] 193/3174 6% [=== ] 194/3174 6% [=== ] 195/3174 6% [=== ] 196/3174 6% [=== ] 197/3174 6% [=== ] 198/3174 6% [=== ] 199/3174 6% [=== ] 200/3174 6% [=== ] 201/3174 6% [=== ] 202/3174 6% [=== ] 203/3174 6% [=== ] 204/3174 6% [==== ] 205/3174 6% [==== ] 206/3174 6% [==== ] 207/3174 6% [==== ] 208/3174 6% [==== ] 209/3174 6% [==== ] 210/3174 6% [==== ] 211/3174 6% [==== ] 212/3174 6% [==== ] 213/3174 6% [==== ] 214/3174 6% [==== ] 215/3174 6% [==== ] 216/3174 6% [==== ] 217/3174 6% [==== ] 218/3174 6% [==== ] 219/3174 6% [==== ] 220/3174 6% [==== ] 221/3174 6% [==== ] 222/3174 6% [==== ] 223/3174 7% [==== ] 224/3174 7% [==== ] 225/3174 7% [==== ] 226/3174 7% [==== ] 227/3174 7% [==== ] 228/3174 7% [==== ] 229/3174 7% [==== ] 230/3174 7% [==== ] 231/3174 7% [==== ] 232/3174 7% [==== ] 233/3174 7% [==== ] 234/3174 7% [==== ] 235/3174 7% [==== ] 236/3174 7% [==== ] 237/3174 7% [==== ] 238/3174 7% [==== ] 239/3174 7% [==== ] 240/3174 7% [==== ] 241/3174 7% [==== ] 242/3174 7% [==== ] 243/3174 7% [==== ] 244/3174 7% [==== ] 245/3174 7% [==== ] 246/3174 7% [==== ] 247/3174 7% [==== ] 248/3174 7% [==== ] 249/3174 7% [==== ] 250/3174 7% [==== ] 251/3174 7% [==== ] 252/3174 7% [==== ] 253/3174 7% [==== ] 254/3174 8% [==== ] 255/3174 8% [===== ] 256/3174 8% [===== ] 257/3174 8% [===== ] 258/3174 8% [===== ] 259/3174 8% [===== ] 260/3174 8% [===== ] 261/3174 8% [===== ] 262/3174 8% [===== ] 263/3174 8% [===== ] 264/3174 8% [===== ] 265/3174 8% [===== ] 266/3174 8% [===== ] 267/3174 8% [===== ] 268/3174 8% [===== ] 269/3174 8% [===== ] 270/3174 8% [===== ] 271/3174 8% [===== ] 272/3174 8% [===== ] 273/3174 8% [===== ] 274/3174 8% [===== ] 275/3174 8% [===== ] 276/3174 8% [===== ] 277/3174 8% [===== ] 278/3174 8% [===== ] 279/3174 8% [===== ] 280/3174 8% [===== ] 281/3174 8% [===== ] 282/3174 8% [===== ] 283/3174 8% [===== ] 284/3174 8% [===== ] 285/3174 8% [===== ] 286/3174 9% [===== ] 287/3174 9% [===== ] 288/3174 9% [===== ] 289/3174 9% [===== ] 290/3174 9% [===== ] 291/3174 9% [===== ] 292/3174 9% [===== ] 293/3174 9% [===== ] 294/3174 9% [===== ] 295/3174 9% [===== ] 296/3174 9% [===== ] 297/3174 9% [===== ] 298/3174 9% [===== ] 299/3174 9% [===== ] 300/3174 9% [===== ] 301/3174 9% [===== ] 302/3174 9% [===== ] 303/3174 9% [===== ] 304/3174 9% [===== ] 305/3174 9% [===== ] 306/3174 9% [===== ] 307/3174 9% [====== ] 308/3174 9% [====== ] 309/3174 9% [====== ] 310/3174 9% [====== ] 311/3174 9% [====== ] 312/3174 9% [====== ] 313/3174 9% [====== ] 314/3174 9% [====== ] 315/3174 9% [====== ] 316/3174 9% [====== ] 317/3174 9% [====== ] 318/3174 10% [====== ] 319/3174 10% [====== ] 320/3174 10% [====== ] 321/3174 10% [====== ] 322/3174 10% [====== ] 323/3174 10% [====== ] 324/3174 10% [====== ] 325/3174 10% [====== ] 326/3174 10% [====== ] 327/3174 10% [====== ] 328/3174 10% [====== ] 329/3174 10% [====== ] 330/3174 10% [====== ] 331/3174 10% [====== ] 332/3174 10% [====== ] 333/3174 10% [====== ] 334/3174 10% [====== ] 335/3174 10% [====== ] 336/3174 10% [====== ] 337/3174 10% [====== ] 338/3174 10% [====== ] 339/3174 10% [====== ] 340/3174 10% [====== ] 341/3174 10% [====== ] 342/3174 10% [====== ] 343/3174 10% [====== ] 344/3174 10% [====== ] 345/3174 10% [====== ] 346/3174 10% [====== ] 347/3174 10% [====== ] 348/3174 10% [====== ] 349/3174 10% [====== ] 350/3174 11% [====== ] 351/3174 11% [====== ] 352/3174 11% [====== ] 353/3174 11% [====== ] 354/3174 11% [====== ] 355/3174 11% [====== ] 356/3174 11% [====== ] 357/3174 11% [====== ] 358/3174 11% [======= ] 359/3174 11% [======= ] 360/3174 11% [======= ] 361/3174 11% [======= ] 362/3174 11% [======= ] 363/3174 11% [======= ] 364/3174 11% [======= ] 365/3174 11% [======= ] 366/3174 11% [======= ] 367/3174 11% [======= ] 368/3174 11% [======= ] 369/3174 11% [======= ] 370/3174 11% [======= ] 371/3174 11% [======= ] 372/3174 11% [======= ] 373/3174 11% [======= ] 374/3174 11% [======= ] 375/3174 11% [======= ] 376/3174 11% [======= ] 377/3174 11% [======= ] 378/3174 11% [======= ] 379/3174 11% [======= ] 380/3174 11% [======= ] 381/3174 12% [======= ] 382/3174 12% [======= ] 383/3174 12% [======= ] 384/3174 12% [======= ] 385/3174 12% [======= ] 386/3174 12% [======= ] 387/3174 12% [======= ] 388/3174 12% [======= ] 389/3174 12% [======= ] 390/3174 12% [======= ] 391/3174 12% [======= ] 392/3174 12% [======= ] 393/3174 12% [======= ] 394/3174 12% [======= ] 395/3174 12% [======= ] 396/3174 12% [======= ] 397/3174 12% [======= ] 398/3174 12% [======= ] 399/3174 12% [======= ] 400/3174 12% [======= ] 401/3174 12% [======= ] 402/3174 12% [======= ] 403/3174 12% [======= ] 404/3174 12% [======= ] 405/3174 12% [======= ] 406/3174 12% [======= ] 407/3174 12% [======= ] 408/3174 12% [======= ] 409/3174 12% [======== ] 410/3174 12% [======== ] 411/3174 12% [======== ] 412/3174 12% [======== ] 413/3174 13% [======== ] 414/3174 13% [======== ] 415/3174 13% [======== ] 416/3174 13% [======== ] 417/3174 13% [======== ] 418/3174 13% [======== ] 419/3174 13% [======== ] 420/3174 13% [======== ] 421/3174 13% [======== ] 422/3174 13% [======== ] 423/3174 13% [======== ] 424/3174 13% [======== ] 425/3174 13% [======== ] 426/3174 13% [======== ] 427/3174 13% [======== ] 428/3174 13% [======== ] 429/3174 13% [======== ] 430/3174 13% [======== ] 431/3174 13% [======== ] 432/3174 13% [======== ] 433/3174 13% [======== ] 434/3174 13% [======== ] 435/3174 13% [======== ] 436/3174 13% [======== ] 437/3174 13% [======== ] 438/3174 13% [======== ] 439/3174 13% [======== ] 440/3174 13% [======== ] 441/3174 13% [======== ] 442/3174 13% [======== ] 443/3174 13% [======== ] 444/3174 13% [======== ] 445/3174 14% [======== ] 446/3174 14% [======== ] 447/3174 14% [======== ] 448/3174 14% [======== ] 449/3174 14% [======== ] 450/3174 14% [======== ] 451/3174 14% [======== ] 452/3174 14% [======== ] 453/3174 14% [======== ] 454/3174 14% [======== ] 455/3174 14% [======== ] 456/3174 14% [======== ] 457/3174 14% [======== ] 458/3174 14% [======== ] 459/3174 14% [======== ] 460/3174 14% [========= ] 461/3174 14% [========= ] 462/3174 14% [========= ] 463/3174 14% [========= ] 464/3174 14% [========= ] 465/3174 14% [========= ] 466/3174 14% [========= ] 467/3174 14% [========= ] 468/3174 14% [========= ] 469/3174 14% [========= ] 470/3174 14% [========= ] 471/3174 14% [========= ] 472/3174 14% [========= ] 473/3174 14% [========= ] 474/3174 14% [========= ] 475/3174 14% [========= ] 476/3174 14% [========= ] 477/3174 15% [========= ] 478/3174 15% [========= ] 479/3174 15% [========= ] 480/3174 15% [========= ] 481/3174 15% [========= ] 482/3174 15% [========= ] 483/3174 15% [========= ] 484/3174 15% [========= ] 485/3174 15% [========= ] 486/3174 15% [========= ] 487/3174 15% [========= ] 488/3174 15% [========= ] 489/3174 15% [========= ] 490/3174 15% [========= ] 491/3174 15% [========= ] 492/3174 15% [========= ] 493/3174 15% [========= ] 494/3174 15% [========= ] 495/3174 15% [========= ] 496/3174 15% [========= ] 497/3174 15% [========= ] 498/3174 15% [========= ] 499/3174 15% [========= ] 500/3174 15% [========= ] 501/3174 15% [========= ] 502/3174 15% [========= ] 503/3174 15% [========= ] 504/3174 15% [========= ] 505/3174 15% [========= ] 506/3174 15% [========= ] 507/3174 15% [========= ] 508/3174 16% [========= ] 509/3174 16% [========= ] 510/3174 16% [========= ] 511/3174 16% [========== ] 512/3174 16% [========== ] 513/3174 16% [========== ] 514/3174 16% [========== ] 515/3174 16% [========== ] 516/3174 16% [========== ] 517/3174 16% [========== ] 518/3174 16% [========== ] 519/3174 16% [========== ] 520/3174 16% [========== ] 521/3174 16% [========== ] 522/3174 16% [========== ] 523/3174 16% [========== ] 524/3174 16% [========== ] 525/3174 16% [========== ] 526/3174 16% [========== ] 527/3174 16% [========== ] 528/3174 16% [========== ] 529/3174 16% [========== ] 530/3174 16% [========== ] 531/3174 16% [========== ] 532/3174 16% [========== ] 533/3174 16% [========== ] 534/3174 16% [========== ] 535/3174 16% [========== ] 536/3174 16% [========== ] 537/3174 16% [========== ] 538/3174 16% [========== ] 539/3174 16% [========== ] 540/3174 17% [========== ] 541/3174 17% [========== ] 542/3174 17% [========== ] 543/3174 17% [========== ] 544/3174 17% [========== ] 545/3174 17% [========== ] 546/3174 17% [========== ] 547/3174 17% [========== ] 548/3174 17% [========== ] 549/3174 17% [========== ] 550/3174 17% [========== ] 551/3174 17% [========== ] 552/3174 17% [========== ] 553/3174 17% [========== ] 554/3174 17% [========== ] 555/3174 17% [========== ] 556/3174 17% [========== ] 557/3174 17% [========== ] 558/3174 17% [========== ] 559/3174 17% [========== ] 560/3174 17% [========== ] 561/3174 17% [========== ] 562/3174 17% [========== ] 563/3174 17% [=========== ] 564/3174 17% [=========== ] 565/3174 17% [=========== ] 566/3174 17% [=========== ] 567/3174 17% [=========== ] 568/3174 17% [=========== ] 569/3174 17% [=========== ] 570/3174 17% [=========== ] 571/3174 17% [=========== ] 572/3174 18% [=========== ] 573/3174 18% [=========== ] 574/3174 18% [=========== ] 575/3174 18% [=========== ] 576/3174 18% [=========== ] 577/3174 18% [=========== ] 578/3174 18% [=========== ] 579/3174 18% [=========== ] 580/3174 18% [=========== ] 581/3174 18% [=========== ] 582/3174 18% [=========== ] 583/3174 18% [=========== ] 584/3174 18% [=========== ] 585/3174 18% [=========== ] 586/3174 18% [=========== ] 587/3174 18% [=========== ] 588/3174 18% [=========== ] 589/3174 18% [=========== ] 590/3174 18% [=========== ] 591/3174 18% [=========== ] 592/3174 18% [=========== ] 593/3174 18% [=========== ] 594/3174 18% [=========== ] 595/3174 18% [=========== ] 596/3174 18% [=========== ] 597/3174 18% [=========== ] 598/3174 18% [=========== ] 599/3174 18% [=========== ] 600/3174 18% [=========== ] 601/3174 18% [=========== ] 602/3174 18% [=========== ] 603/3174 18% [=========== ] 604/3174 19% [=========== ] 605/3174 19% [=========== ] 606/3174 19% [=========== ] 607/3174 19% [=========== ] 608/3174 19% [=========== ] 609/3174 19% [=========== ] 610/3174 19% [=========== ] 611/3174 19% [=========== ] 612/3174 19% [=========== ] 613/3174 19% [=========== ] 614/3174 19% [============ ] 615/3174 19% [============ ] 616/3174 19% [============ ] 617/3174 19% [============ ] 618/3174 19% [============ ] 619/3174 19% [============ ] 620/3174 19% [============ ] 621/3174 19% [============ ] 622/3174 19% [============ ] 623/3174 19% [============ ] 624/3174 19% [============ ] 625/3174 19% [============ ] 626/3174 19% [============ ] 627/3174 19% [============ ] 628/3174 19% [============ ] 629/3174 19% [============ ] 630/3174 19% [============ ] 631/3174 19% [============ ] 632/3174 19% [============ ] 633/3174 19% [============ ] 634/3174 19% [============ ] 635/3174 20% [============ ] 636/3174 20% [============ ] 637/3174 20% [============ ] 638/3174 20% [============ ] 639/3174 20% [============ ] 640/3174 20% [============ ] 641/3174 20% [============ ] 642/3174 20% [============ ] 643/3174 20% [============ ] 644/3174 20% [============ ] 645/3174 20% [============ ] 646/3174 20% [============ ] 647/3174 20% [============ ] 648/3174 20% [============ ] 649/3174 20% [============ ] 650/3174 20% [============ ] 651/3174 20% [============ ] 652/3174 20% [============ ] 653/3174 20% [============ ] 654/3174 20% [============ ] 655/3174 20% [============ ] 656/3174 20% [============ ] 657/3174 20% [============ ] 658/3174 20% [============ ] 659/3174 20% [============ ] 660/3174 20% [============ ] 661/3174 20% [============ ] 662/3174 20% [============ ] 663/3174 20% [============ ] 664/3174 20% [============ ] 665/3174 20% [============= ] 666/3174 20% [============= ] 667/3174 21% [============= ] 668/3174 21% [============= ] 669/3174 21% [============= ] 670/3174 21% [============= ] 671/3174 21% [============= ] 672/3174 21% [============= ] 673/3174 21% [============= ] 674/3174 21% [============= ] 675/3174 21% [============= ] 676/3174 21% [============= ] 677/3174 21% [============= ] 678/3174 21% [============= ] 679/3174 21% [============= ] 680/3174 21% [============= ] 681/3174 21% [============= ] 682/3174 21% [============= ] 683/3174 21% [============= ] 684/3174 21% [============= ] 685/3174 21% [============= ] 686/3174 21% [============= ] 687/3174 21% [============= ] 688/3174 21% [============= ] 689/3174 21% [============= ] 690/3174 21% [============= ] 691/3174 21% [============= ] 692/3174 21% [============= ] 693/3174 21% [============= ] 694/3174 21% [============= ] 695/3174 21% [============= ] 696/3174 21% [============= ] 697/3174 21% [============= ] 698/3174 21% [============= ] 699/3174 22% [============= ] 700/3174 22% [============= ] 701/3174 22% [============= ] 702/3174 22% [============= ] 703/3174 22% [============= ] 704/3174 22% [============= ] 705/3174 22% [============= ] 706/3174 22% [============= ] 707/3174 22% [============= ] 708/3174 22% [============= ] 709/3174 22% [============= ] 710/3174 22% [============= ] 711/3174 22% [============= ] 712/3174 22% [============= ] 713/3174 22% [============= ] 714/3174 22% [============= ] 715/3174 22% [============= ] 716/3174 22% [============== ] 717/3174 22% [============== ] 718/3174 22% [============== ] 719/3174 22% [============== ] 720/3174 22% [============== ] 721/3174 22% [============== ] 722/3174 22% [============== ] 723/3174 22% [============== ] 724/3174 22% [============== ] 725/3174 22% [============== ] 726/3174 22% [============== ] 727/3174 22% [============== ] 728/3174 22% [============== ] 729/3174 22% [============== ] 730/3174 22% [============== ] 731/3174 23% [============== ] 732/3174 23% [============== ] 733/3174 23% [============== ] 734/3174 23% [============== ] 735/3174 23% [============== ] 736/3174 23% [============== ] 737/3174 23% [============== ] 738/3174 23% [============== ] 739/3174 23% [============== ] 740/3174 23% [============== ] 741/3174 23% [============== ] 742/3174 23% [============== ] 743/3174 23% [============== ] 744/3174 23% [============== ] 745/3174 23% [============== ] 746/3174 23% [============== ] 747/3174 23% [============== ] 748/3174 23% [============== ] 749/3174 23% [============== ] 750/3174 23% [============== ] 751/3174 23% [============== ] 752/3174 23% [============== ] 753/3174 23% [============== ] 754/3174 23% [============== ] 755/3174 23% [============== ] 756/3174 23% [============== ] 757/3174 23% [============== ] 758/3174 23% [============== ] 759/3174 23% [============== ] 760/3174 23% [============== ] 761/3174 23% [============== ] 762/3174 24% [============== ] 763/3174 24% [============== ] 764/3174 24% [============== ] 765/3174 24% [============== ] 766/3174 24% [============== ] 767/3174 24% [=============== ] 768/3174 24% [=============== ] 769/3174 24% [=============== ] 770/3174 24% [=============== ] 771/3174 24% [=============== ] 772/3174 24% [=============== ] 773/3174 24% [=============== ] 774/3174 24% [=============== ] 775/3174 24% [=============== ] 776/3174 24% [=============== ] 777/3174 24% [=============== ] 778/3174 24% [=============== ] 779/3174 24% [=============== ] 780/3174 24% [=============== ] 781/3174 24% [=============== ] 782/3174 24% [=============== ] 783/3174 24% [=============== ] 784/3174 24% [=============== ] 785/3174 24% [=============== ] 786/3174 24% [=============== ] 787/3174 24% [=============== ] 788/3174 24% [=============== ] 789/3174 24% [=============== ] 790/3174 24% [=============== ] 791/3174 24% [=============== ] 792/3174 24% [=============== ] 793/3174 24% [=============== ] 794/3174 25% [=============== ] 795/3174 25% [=============== ] 796/3174 25% [=============== ] 797/3174 25% [=============== ] 798/3174 25% [=============== ] 799/3174 25% [=============== ] 800/3174 25% [=============== ] 801/3174 25% [=============== ] 802/3174 25% [=============== ] 803/3174 25% [=============== ] 804/3174 25% [=============== ] 805/3174 25% [=============== ] 806/3174 25% [=============== ] 807/3174 25% [=============== ] 808/3174 25% [=============== ] 809/3174 25% [=============== ] 810/3174 25% [=============== ] 811/3174 25% [=============== ] 812/3174 25% [=============== ] 813/3174 25% [=============== ] 814/3174 25% [=============== ] 815/3174 25% [=============== ] 816/3174 25% [=============== ] 817/3174 25% [=============== ] 818/3174 25% [=============== ] 819/3174 25% [================ ] 820/3174 25% [================ ] 821/3174 25% [================ ] 822/3174 25% [================ ] 823/3174 25% [================ ] 824/3174 25% [================ ] 825/3174 25% [================ ] 826/3174 26% [================ ] 827/3174 26% [================ ] 828/3174 26% [================ ] 829/3174 26% [================ ] 830/3174 26% [================ ] 831/3174 26% [================ ] 832/3174 26% [================ ] 833/3174 26% [================ ] 834/3174 26% [================ ] 835/3174 26% [================ ] 836/3174 26% [================ ] 837/3174 26% [================ ] 838/3174 26% [================ ] 839/3174 26% [================ ] 840/3174 26% [================ ] 841/3174 26% [================ ] 842/3174 26% [================ ] 843/3174 26% [================ ] 844/3174 26% [================ ] 845/3174 26% [================ ] 846/3174 26% [================ ] 847/3174 26% [================ ] 848/3174 26% [================ ] 849/3174 26% [================ ] 850/3174 26% [================ ] 851/3174 26% [================ ] 852/3174 26% [================ ] 853/3174 26% [================ ] 854/3174 26% [================ ] 855/3174 26% [================ ] 856/3174 26% [================ ] 857/3174 27% [================ ] 858/3174 27% [================ ] 859/3174 27% [================ ] 860/3174 27% [================ ] 861/3174 27% [================ ] 862/3174 27% [================ ] 863/3174 27% [================ ] 864/3174 27% [================ ] 865/3174 27% [================ ] 866/3174 27% [================ ] 867/3174 27% [================ ] 868/3174 27% [================ ] 869/3174 27% [================ ] 870/3174 27% [================= ] 871/3174 27% [================= ] 872/3174 27% [================= ] 873/3174 27% [================= ] 874/3174 27% [================= ] 875/3174 27% [================= ] 876/3174 27% [================= ] 877/3174 27% [================= ] 878/3174 27% [================= ] 879/3174 27% [================= ] 880/3174 27% [================= ] 881/3174 27% [================= ] 882/3174 27% [================= ] 883/3174 27% [================= ] 884/3174 27% [================= ] 885/3174 27% [================= ] 886/3174 27% [================= ] 887/3174 27% [================= ] 888/3174 27% [================= ] 889/3174 28% [================= ] 890/3174 28% [================= ] 891/3174 28% [================= ] 892/3174 28% [================= ] 893/3174 28% [================= ] 894/3174 28% [================= ] 895/3174 28% [================= ] 896/3174 28% [================= ] 897/3174 28% [================= ] 898/3174 28% [================= ] 899/3174 28% [================= ] 900/3174 28% [================= ] 901/3174 28% [================= ] 902/3174 28% [================= ] 903/3174 28% [================= ] 904/3174 28% [================= ] 905/3174 28% [================= ] 906/3174 28% [================= ] 907/3174 28% [================= ] 908/3174 28% [================= ] 909/3174 28% [================= ] 910/3174 28% [================= ] 911/3174 28% [================= ] 912/3174 28% [================= ] 913/3174 28% [================= ] 914/3174 28% [================= ] 915/3174 28% [================= ] 916/3174 28% [================= ] 917/3174 28% [================= ] 918/3174 28% [================= ] 919/3174 28% [================= ] 920/3174 28% [================= ] 921/3174 29% [================== ] 922/3174 29% [================== ] 923/3174 29% [================== ] 924/3174 29% [================== ] 925/3174 29% [================== ] 926/3174 29% [================== ] 927/3174 29% [================== ] 928/3174 29% [================== ] 929/3174 29% [================== ] 930/3174 29% [================== ] 931/3174 29% [================== ] 932/3174 29% [================== ] 933/3174 29% [================== ] 934/3174 29% [================== ] 935/3174 29% [================== ] 936/3174 29% [================== ] 937/3174 29% [================== ] 938/3174 29% [================== ] 939/3174 29% [================== ] 940/3174 29% [================== ] 941/3174 29% [================== ] 942/3174 29% [================== ] 943/3174 29% [================== ] 944/3174 29% [================== ] 945/3174 29% [================== ] 946/3174 29% [================== ] 947/3174 29% [================== ] 948/3174 29% [================== ] 949/3174 29% [================== ] 950/3174 29% [================== ] 951/3174 29% [================== ] 952/3174 29% [================== ] 953/3174 30% [================== ] 954/3174 30% [================== ] 955/3174 30% [================== ] 956/3174 30% [================== ] 957/3174 30% [================== ] 958/3174 30% [================== ] 959/3174 30% [================== ] 960/3174 30% [================== ] 961/3174 30% [================== ] 962/3174 30% [================== ] 963/3174 30% [================== ] 964/3174 30% [================== ] 965/3174 30% [================== ] 966/3174 30% [================== ] 967/3174 30% [================== ] 968/3174 30% [================== ] 969/3174 30% [================== ] 970/3174 30% [================== ] 971/3174 30% [================== ] 972/3174 30% [=================== ] 973/3174 30% [=================== ] 974/3174 30% [=================== ] 975/3174 30% [=================== ] 976/3174 30% [=================== ] 977/3174 30% [=================== ] 978/3174 30% [=================== ] 979/3174 30% [=================== ] 980/3174 30% [=================== ] 981/3174 30% [=================== ] 982/3174 30% [=================== ] 983/3174 30% [=================== ] 984/3174 31% [=================== ] 985/3174 31% [=================== ] 986/3174 31% [=================== ] 987/3174 31% [=================== ] 988/3174 31% [=================== ] 989/3174 31% [=================== ] 990/3174 31% [=================== ] 991/3174 31% [=================== ] 992/3174 31% [=================== ] 993/3174 31% [=================== ] 994/3174 31% [=================== ] 995/3174 31% [=================== ] 996/3174 31% [=================== ] 997/3174 31% [=================== ] 998/3174 31% [=================== ] 999/3174 31% [=================== ] 1000/3174 31% [=================== ] 1001/3174 31% [=================== ] 1002/3174 31% [=================== ] 1003/3174 31% [=================== ] 1004/3174 31% [=================== ] 1005/3174 31% [=================== ] 1006/3174 31% [=================== ] 1007/3174 31% [=================== ] 1008/3174 31% [=================== ] 1009/3174 31% [=================== ] 1010/3174 31% [=================== ] 1011/3174 31% [=================== ] 1012/3174 31% [=================== ] 1013/3174 31% [=================== ] 1014/3174 31% [=================== ] 1015/3174 31% [=================== ] 1016/3174 32% [=================== ] 1017/3174 32% [=================== ] 1018/3174 32% [=================== ] 1019/3174 32% [=================== ] 1020/3174 32% [=================== ] 1021/3174 32% [=================== ] 1022/3174 32% [=================== ] 1023/3174 32% [==================== ] 1024/3174 32% [==================== ] 1025/3174 32% [==================== ] 1026/3174 32% [==================== ] 1027/3174 32% [==================== ] 1028/3174 32% [==================== ] 1029/3174 32% [==================== ] 1030/3174 32% [==================== ] 1031/3174 32% [==================== ] 1032/3174 32% [==================== ] 1033/3174 32% [==================== ] 1034/3174 32% [==================== ] 1035/3174 32% [==================== ] 1036/3174 32% [==================== ] 1037/3174 32% [==================== ] 1038/3174 32% [==================== ] 1039/3174 32% [==================== ] 1040/3174 32% [==================== ] 1041/3174 32% [==================== ] 1042/3174 32% [==================== ] 1043/3174 32% [==================== ] 1044/3174 32% [==================== ] 1045/3174 32% [==================== ] 1046/3174 32% [==================== ] 1047/3174 32% [==================== ] 1048/3174 33% [==================== ] 1049/3174 33% [==================== ] 1050/3174 33% [==================== ] 1051/3174 33% [==================== ] 1052/3174 33% [==================== ] 1053/3174 33% [==================== ] 1054/3174 33% [==================== ] 1055/3174 33% [==================== ] 1056/3174 33% [==================== ] 1057/3174 33% [==================== ] 1058/3174 33% [==================== ] 1059/3174 33% [==================== ] 1060/3174 33% [==================== ] 1061/3174 33% [==================== ] 1062/3174 33% [==================== ] 1063/3174 33% [==================== ] 1064/3174 33% [==================== ] 1065/3174 33% [==================== ] 1066/3174 33% [==================== ] 1067/3174 33% [==================== ] 1068/3174 33% [==================== ] 1069/3174 33% [==================== ] 1070/3174 33% [==================== ] 1071/3174 33% [==================== ] 1072/3174 33% [==================== ] 1073/3174 33% [==================== ] 1074/3174 33% [==================== ] 1075/3174 33% [===================== ] 1076/3174 33% [===================== ] 1077/3174 33% [===================== ] 1078/3174 33% [===================== ] 1079/3174 33% [===================== ] 1080/3174 34% [===================== ] 1081/3174 34% [===================== ] 1082/3174 34% [===================== ] 1083/3174 34% [===================== ] 1084/3174 34% [===================== ] 1085/3174 34% [===================== ] 1086/3174 34% [===================== ] 1087/3174 34% [===================== ] 1088/3174 34% [===================== ] 1089/3174 34% [===================== ] 1090/3174 34% [===================== ] 1091/3174 34% [===================== ] 1092/3174 34% [===================== ] 1093/3174 34% [===================== ] 1094/3174 34% [===================== ] 1095/3174 34% [===================== ] 1096/3174 34% [===================== ] 1097/3174 34% [===================== ] 1098/3174 34% [===================== ] 1099/3174 34% [===================== ] 1100/3174 34% [===================== ] 1101/3174 34% [===================== ] 1102/3174 34% [===================== ] 1103/3174 34% [===================== ] 1104/3174 34% [===================== ] 1105/3174 34% [===================== ] 1106/3174 34% [===================== ] 1107/3174 34% [===================== ] 1108/3174 34% [===================== ] 1109/3174 34% [===================== ] 1110/3174 34% [===================== ] 1111/3174 35% [===================== ] 1112/3174 35% [===================== ] 1113/3174 35% [===================== ] 1114/3174 35% [===================== ] 1115/3174 35% [===================== ] 1116/3174 35% [===================== ] 1117/3174 35% [===================== ] 1118/3174 35% [===================== ] 1119/3174 35% [===================== ] 1120/3174 35% [===================== ] 1121/3174 35% [===================== ] 1122/3174 35% [===================== ] 1123/3174 35% [===================== ] 1124/3174 35% [===================== ] 1125/3174 35% [===================== ] 1126/3174 35% [====================== ] 1127/3174 35% [====================== ] 1128/3174 35% [====================== ] 1129/3174 35% [====================== ] 1130/3174 35% [====================== ] 1131/3174 35% [====================== ] 1132/3174 35% [====================== ] 1133/3174 35% [====================== ] 1134/3174 35% [====================== ] 1135/3174 35% [====================== ] 1136/3174 35% [====================== ] 1137/3174 35% [====================== ] 1138/3174 35% [====================== ] 1139/3174 35% [====================== ] 1140/3174 35% [====================== ] 1141/3174 35% [====================== ] 1142/3174 35% [====================== ] 1143/3174 36% [====================== ] 1144/3174 36% [====================== ] 1145/3174 36% [====================== ] 1146/3174 36% [====================== ] 1147/3174 36% [====================== ] 1148/3174 36% [====================== ] 1149/3174 36% [====================== ] 1150/3174 36% [====================== ] 1151/3174 36% [====================== ] 1152/3174 36% [====================== ] 1153/3174 36% [====================== ] 1154/3174 36% [====================== ] 1155/3174 36% [====================== ] 1156/3174 36% [====================== ] 1157/3174 36% [====================== ] 1158/3174 36% [====================== ] 1159/3174 36% [====================== ] 1160/3174 36% [====================== ] 1161/3174 36% [====================== ] 1162/3174 36% [====================== ] 1163/3174 36% [====================== ] 1164/3174 36% [====================== ] 1165/3174 36% [====================== ] 1166/3174 36% [====================== ] 1167/3174 36% [====================== ] 1168/3174 36% [====================== ] 1169/3174 36% [====================== ] 1170/3174 36% [====================== ] 1171/3174 36% [====================== ] 1172/3174 36% [====================== ] 1173/3174 36% [====================== ] 1174/3174 36% [====================== ] 1175/3174 37% [====================== ] 1176/3174 37% [====================== ] 1177/3174 37% [======================= ] 1178/3174 37% [======================= ] 1179/3174 37% [======================= ] 1180/3174 37% [======================= ] 1181/3174 37% [======================= ] 1182/3174 37% [======================= ] 1183/3174 37% [======================= ] 1184/3174 37% [======================= ] 1185/3174 37% [======================= ] 1186/3174 37% [======================= ] 1187/3174 37% [======================= ] 1188/3174 37% [======================= ] 1189/3174 37% [======================= ] 1190/3174 37% [======================= ] 1191/3174 37% [======================= ] 1192/3174 37% [======================= ] 1193/3174 37% [======================= ] 1194/3174 37% [======================= ] 1195/3174 37% [======================= ] 1196/3174 37% [======================= ] 1197/3174 37% [======================= ] 1198/3174 37% [======================= ] 1199/3174 37% [======================= ] 1200/3174 37% [======================= ] 1201/3174 37% [======================= ] 1202/3174 37% [======================= ] 1203/3174 37% [======================= ] 1204/3174 37% [======================= ] 1205/3174 37% [======================= ] 1206/3174 37% [======================= ] 1207/3174 38% [======================= ] 1208/3174 38% [======================= ] 1209/3174 38% [======================= ] 1210/3174 38% [======================= ] 1211/3174 38% [======================= ] 1212/3174 38% [======================= ] 1213/3174 38% [======================= ] 1214/3174 38% [======================= ] 1215/3174 38% [======================= ] 1216/3174 38% [======================= ] 1217/3174 38% [======================= ] 1218/3174 38% [======================= ] 1219/3174 38% [======================= ] 1220/3174 38% [======================= ] 1221/3174 38% [======================= ] 1222/3174 38% [======================= ] 1223/3174 38% [======================= ] 1224/3174 38% [======================= ] 1225/3174 38% [======================= ] 1226/3174 38% [======================= ] 1227/3174 38% [======================= ] 1228/3174 38% [======================== ] 1229/3174 38% [======================== ] 1230/3174 38% [======================== ] 1231/3174 38% [======================== ] 1232/3174 38% [======================== ] 1233/3174 38% [======================== ] 1234/3174 38% [======================== ] 1235/3174 38% [======================== ] 1236/3174 38% [======================== ] 1237/3174 38% [======================== ] 1238/3174 39% [======================== ] 1239/3174 39% [======================== ] 1240/3174 39% [======================== ] 1241/3174 39% [======================== ] 1242/3174 39% [======================== ] 1243/3174 39% [======================== ] 1244/3174 39% [======================== ] 1245/3174 39% [======================== ] 1246/3174 39% [======================== ] 1247/3174 39% [======================== ] 1248/3174 39% [======================== ] 1249/3174 39% [======================== ] 1250/3174 39% [======================== ] 1251/3174 39% [======================== ] 1252/3174 39% [======================== ] 1253/3174 39% [======================== ] 1254/3174 39% [======================== ] 1255/3174 39% [======================== ] 1256/3174 39% [======================== ] 1257/3174 39% [======================== ] 1258/3174 39% [======================== ] 1259/3174 39% [======================== ] 1260/3174 39% [======================== ] 1261/3174 39% [======================== ] 1262/3174 39% [======================== ] 1263/3174 39% [======================== ] 1264/3174 39% [======================== ] 1265/3174 39% [======================== ] 1266/3174 39% [======================== ] 1267/3174 39% [======================== ] 1268/3174 39% [======================== ] 1269/3174 39% [======================== ] 1270/3174 40% [======================== ] 1271/3174 40% [======================== ] 1272/3174 40% [======================== ] 1273/3174 40% [======================== ] 1274/3174 40% [======================== ] 1275/3174 40% [======================== ] 1276/3174 40% [======================== ] 1277/3174 40% [======================== ] 1278/3174 40% [======================== ] 1279/3174 40% [========================= ] 1280/3174 40% [========================= ] 1281/3174 40% [========================= ] 1282/3174 40% [========================= ] 1283/3174 40% [========================= ] 1284/3174 40% [========================= ] 1285/3174 40% [========================= ] 1286/3174 40% [========================= ] 1287/3174 40% [========================= ] 1288/3174 40% [========================= ] 1289/3174 40% [========================= ] 1290/3174 40% [========================= ] 1291/3174 40% [========================= ] 1292/3174 40% [========================= ] 1293/3174 40% [========================= ] 1294/3174 40% [========================= ] 1295/3174 40% [========================= ] 1296/3174 40% [========================= ] 1297/3174 40% [========================= ] 1298/3174 40% [========================= ] 1299/3174 40% [========================= ] 1300/3174 40% [========================= ] 1301/3174 40% [========================= ] 1302/3174 41% [========================= ] 1303/3174 41% [========================= ] 1304/3174 41% [========================= ] 1305/3174 41% [========================= ] 1306/3174 41% [========================= ] 1307/3174 41% [========================= ] 1308/3174 41% [========================= ] 1309/3174 41% [========================= ] 1310/3174 41% [========================= ] 1311/3174 41% [========================= ] 1312/3174 41% [========================= ] 1313/3174 41% [========================= ] 1314/3174 41% [========================= ] 1315/3174 41% [========================= ] 1316/3174 41% [========================= ] 1317/3174 41% [========================= ] 1318/3174 41% [========================= ] 1319/3174 41% [========================= ] 1320/3174 41% [========================= ] 1321/3174 41% [========================= ] 1322/3174 41% [========================= ] 1323/3174 41% [========================= ] 1324/3174 41% [========================= ] 1325/3174 41% [========================= ] 1326/3174 41% [========================= ] 1327/3174 41% [========================= ] 1328/3174 41% [========================= ] 1329/3174 41% [========================= ] 1330/3174 41% [========================= ] 1331/3174 41% [========================== ] 1332/3174 41% [========================== ] 1333/3174 41% [========================== ] 1334/3174 42% [========================== ] 1335/3174 42% [========================== ] 1336/3174 42% [========================== ] 1337/3174 42% [========================== ] 1338/3174 42% [========================== ] 1339/3174 42% [========================== ] 1340/3174 42% [========================== ] 1341/3174 42% [========================== ] 1342/3174 42% [========================== ] 1343/3174 42% [========================== ] 1344/3174 42% [========================== ] 1345/3174 42% [========================== ] 1346/3174 42% [========================== ] 1347/3174 42% [========================== ] 1348/3174 42% [========================== ] 1349/3174 42% [========================== ] 1350/3174 42% [========================== ] 1351/3174 42% [========================== ] 1352/3174 42% [========================== ] 1353/3174 42% [========================== ] 1354/3174 42% [========================== ] 1355/3174 42% [========================== ] 1356/3174 42% [========================== ] 1357/3174 42% [========================== ] 1358/3174 42% [========================== ] 1359/3174 42% [========================== ] 1360/3174 42% [========================== ] 1361/3174 42% [========================== ] 1362/3174 42% [========================== ] 1363/3174 42% [========================== ] 1364/3174 42% [========================== ] 1365/3174 43% [========================== ] 1366/3174 43% [========================== ] 1367/3174 43% [========================== ] 1368/3174 43% [========================== ] 1369/3174 43% [========================== ] 1370/3174 43% [========================== ] 1371/3174 43% [========================== ] 1372/3174 43% [========================== ] 1373/3174 43% [========================== ] 1374/3174 43% [========================== ] 1375/3174 43% [========================== ] 1376/3174 43% [========================== ] 1377/3174 43% [========================== ] 1378/3174 43% [========================== ] 1379/3174 43% [========================== ] 1380/3174 43% [========================== ] 1381/3174 43% [========================== ] 1382/3174 43% [=========================== ] 1383/3174 43% [=========================== ] 1384/3174 43% [=========================== ] 1385/3174 43% [=========================== ] 1386/3174 43% [=========================== ] 1387/3174 43% [=========================== ] 1388/3174 43% [=========================== ] 1389/3174 43% [=========================== ] 1390/3174 43% [=========================== ] 1391/3174 43% [=========================== ] 1392/3174 43% [=========================== ] 1393/3174 43% [=========================== ] 1394/3174 43% [=========================== ] 1395/3174 43% [=========================== ] 1396/3174 43% [=========================== ] 1397/3174 44% [=========================== ] 1398/3174 44% [=========================== ] 1399/3174 44% [=========================== ] 1400/3174 44% [=========================== ] 1401/3174 44% [=========================== ] 1402/3174 44% [=========================== ] 1403/3174 44% [=========================== ] 1404/3174 44% [=========================== ] 1405/3174 44% [=========================== ] 1406/3174 44% [=========================== ] 1407/3174 44% [=========================== ] 1408/3174 44% [=========================== ] 1409/3174 44% [=========================== ] 1410/3174 44% [=========================== ] 1411/3174 44% [=========================== ] 1412/3174 44% [=========================== ] 1413/3174 44% [=========================== ] 1414/3174 44% [=========================== ] 1415/3174 44% [=========================== ] 1416/3174 44% [=========================== ] 1417/3174 44% [=========================== ] 1418/3174 44% [=========================== ] 1419/3174 44% [=========================== ] 1420/3174 44% [=========================== ] 1421/3174 44% [=========================== ] 1422/3174 44% [=========================== ] 1423/3174 44% [=========================== ] 1424/3174 44% [=========================== ] 1425/3174 44% [=========================== ] 1426/3174 44% [=========================== ] 1427/3174 44% [=========================== ] 1428/3174 44% [=========================== ] 1429/3174 45% [=========================== ] 1430/3174 45% [=========================== ] 1431/3174 45% [=========================== ] 1432/3174 45% [=========================== ] 1433/3174 45% [============================ ] 1434/3174 45% [============================ ] 1435/3174 45% [============================ ] 1436/3174 45% [============================ ] 1437/3174 45% [============================ ] 1438/3174 45% [============================ ] 1439/3174 45% [============================ ] 1440/3174 45% [============================ ] 1441/3174 45% [============================ ] 1442/3174 45% [============================ ] 1443/3174 45% [============================ ] 1444/3174 45% [============================ ] 1445/3174 45% [============================ ] 1446/3174 45% [============================ ] 1447/3174 45% [============================ ] 1448/3174 45% [============================ ] 1449/3174 45% [============================ ] 1450/3174 45% [============================ ] 1451/3174 45% [============================ ] 1452/3174 45% [============================ ] 1453/3174 45% [============================ ] 1454/3174 45% [============================ ] 1455/3174 45% [============================ ] 1456/3174 45% [============================ ] 1457/3174 45% [============================ ] 1458/3174 45% [============================ ] 1459/3174 45% [============================ ] 1460/3174 45% [============================ ] 1461/3174 46% [============================ ] 1462/3174 46% [============================ ] 1463/3174 46% [============================ ] 1464/3174 46% [============================ ] 1465/3174 46% [============================ ] 1466/3174 46% [============================ ] 1467/3174 46% [============================ ] 1468/3174 46% [============================ ] 1469/3174 46% [============================ ] 1470/3174 46% [============================ ] 1471/3174 46% [============================ ] 1472/3174 46% [============================ ] 1473/3174 46% [============================ ] 1474/3174 46% [============================ ] 1475/3174 46% [============================ ] 1476/3174 46% [============================ ] 1477/3174 46% [============================ ] 1478/3174 46% [============================ ] 1479/3174 46% [============================ ] 1480/3174 46% [============================ ] 1481/3174 46% [============================ ] 1482/3174 46% [============================ ] 1483/3174 46% [============================ ] 1484/3174 46% [============================= ] 1485/3174 46% [============================= ] 1486/3174 46% [============================= ] 1487/3174 46% [============================= ] 1488/3174 46% [============================= ] 1489/3174 46% [============================= ] 1490/3174 46% [============================= ] 1491/3174 46% [============================= ] 1492/3174 47% [============================= ] 1493/3174 47% [============================= ] 1494/3174 47% [============================= ] 1495/3174 47% [============================= ] 1496/3174 47% [============================= ] 1497/3174 47% [============================= ] 1498/3174 47% [============================= ] 1499/3174 47% [============================= ] 1500/3174 47% [============================= ] 1501/3174 47% [============================= ] 1502/3174 47% [============================= ] 1503/3174 47% [============================= ] 1504/3174 47% [============================= ] 1505/3174 47% [============================= ] 1506/3174 47% [============================= ] 1507/3174 47% [============================= ] 1508/3174 47% [============================= ] 1509/3174 47% [============================= ] 1510/3174 47% [============================= ] 1511/3174 47% [============================= ] 1512/3174 47% [============================= ] 1513/3174 47% [============================= ] 1514/3174 47% [============================= ] 1515/3174 47% [============================= ] 1516/3174 47% [============================= ] 1517/3174 47% [============================= ] 1518/3174 47% [============================= ] 1519/3174 47% [============================= ] 1520/3174 47% [============================= ] 1521/3174 47% [============================= ] 1522/3174 47% [============================= ] 1523/3174 47% [============================= ] 1524/3174 48% [============================= ] 1525/3174 48% [============================= ] 1526/3174 48% [============================= ] 1527/3174 48% [============================= ] 1528/3174 48% [============================= ] 1529/3174 48% [============================= ] 1530/3174 48% [============================= ] 1531/3174 48% [============================= ] 1532/3174 48% [============================= ] 1533/3174 48% [============================= ] 1534/3174 48% [============================= ] 1535/3174 48% [============================== ] 1536/3174 48% [============================== ] 1537/3174 48% [============================== ] 1538/3174 48% [============================== ] 1539/3174 48% [============================== ] 1540/3174 48% [============================== ] 1541/3174 48% [============================== ] 1542/3174 48% [============================== ] 1543/3174 48% [============================== ] 1544/3174 48% [============================== ] 1545/3174 48% [============================== ] 1546/3174 48% [============================== ] 1547/3174 48% [============================== ] 1548/3174 48% [============================== ] 1549/3174 48% [============================== ] 1550/3174 48% [============================== ] 1551/3174 48% [============================== ] 1552/3174 48% [============================== ] 1553/3174 48% [============================== ] 1554/3174 48% [============================== ] 1555/3174 48% [============================== ] 1556/3174 49% [============================== ] 1557/3174 49% [============================== ] 1558/3174 49% [============================== ] 1559/3174 49% [============================== ] 1560/3174 49% [============================== ] 1561/3174 49% [============================== ] 1562/3174 49% [============================== ] 1563/3174 49% [============================== ] 1564/3174 49% [============================== ] 1565/3174 49% [============================== ] 1566/3174 49% [============================== ] 1567/3174 49% [============================== ] 1568/3174 49% [============================== ] 1569/3174 49% [============================== ] 1570/3174 49% [============================== ] 1571/3174 49% [============================== ] 1572/3174 49% [============================== ] 1573/3174 49% [============================== ] 1574/3174 49% [============================== ] 1575/3174 49% [============================== ] 1576/3174 49% [============================== ] 1577/3174 49% [============================== ] 1578/3174 49% [============================== ] 1579/3174 49% [============================== ] 1580/3174 49% [============================== ] 1581/3174 49% [============================== ] 1582/3174 49% [============================== ] 1583/3174 49% [============================== ] 1584/3174 49% [============================== ] 1585/3174 49% [============================== ] 1586/3174 49% [=============================== ] 1587/3174 50% [=============================== ] 1588/3174 50% [=============================== ] 1589/3174 50% [=============================== ] 1590/3174 50% [=============================== ] 1591/3174 50% [=============================== ] 1592/3174 50% [=============================== ] 1593/3174 50% [=============================== ] 1594/3174 50% [=============================== ] 1595/3174 50% [=============================== ] 1596/3174 50% [=============================== ] 1597/3174 50% [=============================== ] 1598/3174 50% [=============================== ] 1599/3174 50% [=============================== ] 1600/3174 50% [=============================== ] 1601/3174 50% [=============================== ] 1602/3174 50% [=============================== ] 1603/3174 50% [=============================== ] 1604/3174 50% [=============================== ] 1605/3174 50% [=============================== ] 1606/3174 50% [=============================== ] 1607/3174 50% [=============================== ] 1608/3174 50% [=============================== ] 1609/3174 50% [=============================== ] 1610/3174 50% [=============================== ] 1611/3174 50% [=============================== ] 1612/3174 50% [=============================== ] 1613/3174 50% [=============================== ] 1614/3174 50% [=============================== ] 1615/3174 50% [=============================== ] 1616/3174 50% [=============================== ] 1617/3174 50% [=============================== ] 1618/3174 50% [=============================== ] 1619/3174 51% [=============================== ] 1620/3174 51% [=============================== ] 1621/3174 51% [=============================== ] 1622/3174 51% [=============================== ] 1623/3174 51% [=============================== ] 1624/3174 51% [=============================== ] 1625/3174 51% [=============================== ] 1626/3174 51% [=============================== ] 1627/3174 51% [=============================== ] 1628/3174 51% [=============================== ] 1629/3174 51% [=============================== ] 1630/3174 51% [=============================== ] 1631/3174 51% [=============================== ] 1632/3174 51% [=============================== ] 1633/3174 51% [=============================== ] 1634/3174 51% [=============================== ] 1635/3174 51% [=============================== ] 1636/3174 51% [=============================== ] 1637/3174 51% [=============================== ] 1638/3174 51% [================================ ] 1639/3174 51% [================================ ] 1640/3174 51% [================================ ] 1641/3174 51% [================================ ] 1642/3174 51% [================================ ] 1643/3174 51% [================================ ] 1644/3174 51% [================================ ] 1645/3174 51% [================================ ] 1646/3174 51% [================================ ] 1647/3174 51% [================================ ] 1648/3174 51% [================================ ] 1649/3174 51% [================================ ] 1650/3174 51% [================================ ] 1651/3174 52% [================================ ] 1652/3174 52% [================================ ] 1653/3174 52% [================================ ] 1654/3174 52% [================================ ] 1655/3174 52% [================================ ] 1656/3174 52% [================================ ] 1657/3174 52% [================================ ] 1658/3174 52% [================================ ] 1659/3174 52% [================================ ] 1660/3174 52% [================================ ] 1661/3174 52% [================================ ] 1662/3174 52% [================================ ] 1663/3174 52% [================================ ] 1664/3174 52% [================================ ] 1665/3174 52% [================================ ] 1666/3174 52% [================================ ] 1667/3174 52% [================================ ] 1668/3174 52% [================================ ] 1669/3174 52% [================================ ] 1670/3174 52% [================================ ] 1671/3174 52% [================================ ] 1672/3174 52% [================================ ] 1673/3174 52% [================================ ] 1674/3174 52% [================================ ] 1675/3174 52% [================================ ] 1676/3174 52% [================================ ] 1677/3174 52% [================================ ] 1678/3174 52% [================================ ] 1679/3174 52% [================================ ] 1680/3174 52% [================================ ] 1681/3174 52% [================================ ] 1682/3174 52% [================================ ] 1683/3174 53% [================================ ] 1684/3174 53% [================================ ] 1685/3174 53% [================================ ] 1686/3174 53% [================================ ] 1687/3174 53% [================================ ] 1688/3174 53% [================================ ] 1689/3174 53% [================================= ] 1690/3174 53% [================================= ] 1691/3174 53% [================================= ] 1692/3174 53% [================================= ] 1693/3174 53% [================================= ] 1694/3174 53% [================================= ] 1695/3174 53% [================================= ] 1696/3174 53% [================================= ] 1697/3174 53% [================================= ] 1698/3174 53% [================================= ] 1699/3174 53% [================================= ] 1700/3174 53% [================================= ] 1701/3174 53% [================================= ] 1702/3174 53% [================================= ] 1703/3174 53% [================================= ] 1704/3174 53% [================================= ] 1705/3174 53% [================================= ] 1706/3174 53% [================================= ] 1707/3174 53% [================================= ] 1708/3174 53% [================================= ] 1709/3174 53% [================================= ] 1710/3174 53% [================================= ] 1711/3174 53% [================================= ] 1712/3174 53% [================================= ] 1713/3174 53% [================================= ] 1714/3174 54% [================================= ] 1715/3174 54% [================================= ] 1716/3174 54% [================================= ] 1717/3174 54% [================================= ] 1718/3174 54% [================================= ] 1719/3174 54% [================================= ] 1720/3174 54% [================================= ] 1721/3174 54% [================================= ] 1722/3174 54% [================================= ] 1723/3174 54% [================================= ] 1724/3174 54% [================================= ] 1725/3174 54% [================================= ] 1726/3174 54% [================================= ] 1727/3174 54% [================================= ] 1728/3174 54% [================================= ] 1729/3174 54% [================================= ] 1730/3174 54% [================================= ] 1731/3174 54% [================================= ] 1732/3174 54% [================================= ] 1733/3174 54% [================================= ] 1734/3174 54% [================================= ] 1735/3174 54% [================================= ] 1736/3174 54% [================================= ] 1737/3174 54% [================================= ] 1738/3174 54% [================================= ] 1739/3174 54% [================================= ] 1740/3174 54% [================================== ] 1741/3174 54% [================================== ] 1742/3174 54% [================================== ] 1743/3174 54% [================================== ] 1744/3174 54% [================================== ] 1745/3174 54% [================================== ] 1746/3174 55% [================================== ] 1747/3174 55% [================================== ] 1748/3174 55% [================================== ] 1749/3174 55% [================================== ] 1750/3174 55% [================================== ] 1751/3174 55% [================================== ] 1752/3174 55% [================================== ] 1753/3174 55% [================================== ] 1754/3174 55% [================================== ] 1755/3174 55% [================================== ] 1756/3174 55% [================================== ] 1757/3174 55% [================================== ] 1758/3174 55% [================================== ] 1759/3174 55% [================================== ] 1760/3174 55% [================================== ] 1761/3174 55% [================================== ] 1762/3174 55% [================================== ] 1763/3174 55% [================================== ] 1764/3174 55% [================================== ] 1765/3174 55% [================================== ] 1766/3174 55% [================================== ] 1767/3174 55% [================================== ] 1768/3174 55% [================================== ] 1769/3174 55% [================================== ] 1770/3174 55% [================================== ] 1771/3174 55% [================================== ] 1772/3174 55% [================================== ] 1773/3174 55% [================================== ] 1774/3174 55% [================================== ] 1775/3174 55% [================================== ] 1776/3174 55% [================================== ] 1777/3174 55% [================================== ] 1778/3174 56% [================================== ] 1779/3174 56% [================================== ] 1780/3174 56% [================================== ] 1781/3174 56% [================================== ] 1782/3174 56% [================================== ] 1783/3174 56% [================================== ] 1784/3174 56% [================================== ] 1785/3174 56% [================================== ] 1786/3174 56% [================================== ] 1787/3174 56% [================================== ] 1788/3174 56% [================================== ] 1789/3174 56% [================================== ] 1790/3174 56% [================================== ] 1791/3174 56% [=================================== ] 1792/3174 56% [=================================== ] 1793/3174 56% [=================================== ] 1794/3174 56% [=================================== ] 1795/3174 56% [=================================== ] 1796/3174 56% [=================================== ] 1797/3174 56% [=================================== ] 1798/3174 56% [=================================== ] 1799/3174 56% [=================================== ] 1800/3174 56% [=================================== ] 1801/3174 56% [=================================== ] 1802/3174 56% [=================================== ] 1803/3174 56% [=================================== ] 1804/3174 56% [=================================== ] 1805/3174 56% [=================================== ] 1806/3174 56% [=================================== ] 1807/3174 56% [=================================== ] 1808/3174 56% [=================================== ] 1809/3174 56% [=================================== ] 1810/3174 57% [=================================== ] 1811/3174 57% [=================================== ] 1812/3174 57% [=================================== ] 1813/3174 57% [=================================== ] 1814/3174 57% [=================================== ] 1815/3174 57% [=================================== ] 1816/3174 57% [=================================== ] 1817/3174 57% [=================================== ] 1818/3174 57% [=================================== ] 1819/3174 57% [=================================== ] 1820/3174 57% [=================================== ] 1821/3174 57% [=================================== ] 1822/3174 57% [=================================== ] 1823/3174 57% [=================================== ] 1824/3174 57% [=================================== ] 1825/3174 57% [=================================== ] 1826/3174 57% [=================================== ] 1827/3174 57% [=================================== ] 1828/3174 57% [=================================== ] 1829/3174 57% [=================================== ] 1830/3174 57% [=================================== ] 1831/3174 57% [=================================== ] 1832/3174 57% [=================================== ] 1833/3174 57% [=================================== ] 1834/3174 57% [=================================== ] 1835/3174 57% [=================================== ] 1836/3174 57% [=================================== ] 1837/3174 57% [=================================== ] 1838/3174 57% [=================================== ] 1839/3174 57% [=================================== ] 1840/3174 57% [=================================== ] 1841/3174 58% [=================================== ] 1842/3174 58% [==================================== ] 1843/3174 58% [==================================== ] 1844/3174 58% [==================================== ] 1845/3174 58% [==================================== ] 1846/3174 58% [==================================== ] 1847/3174 58% [==================================== ] 1848/3174 58% [==================================== ] 1849/3174 58% [==================================== ] 1850/3174 58% [==================================== ] 1851/3174 58% [==================================== ] 1852/3174 58% [==================================== ] 1853/3174 58% [==================================== ] 1854/3174 58% [==================================== ] 1855/3174 58% [==================================== ] 1856/3174 58% [==================================== ] 1857/3174 58% [==================================== ] 1858/3174 58% [==================================== ] 1859/3174 58% [==================================== ] 1860/3174 58% [==================================== ] 1861/3174 58% [==================================== ] 1862/3174 58% [==================================== ] 1863/3174 58% [==================================== ] 1864/3174 58% [==================================== ] 1865/3174 58% [==================================== ] 1866/3174 58% [==================================== ] 1867/3174 58% [==================================== ] 1868/3174 58% [==================================== ] 1869/3174 58% [==================================== ] 1870/3174 58% [==================================== ] 1871/3174 58% [==================================== ] 1872/3174 58% [==================================== ] 1873/3174 59% [==================================== ] 1874/3174 59% [==================================== ] 1875/3174 59% [==================================== ] 1876/3174 59% [==================================== ] 1877/3174 59% [==================================== ] 1878/3174 59% [==================================== ] 1879/3174 59% [==================================== ] 1880/3174 59% [==================================== ] 1881/3174 59% [==================================== ] 1882/3174 59% [==================================== ] 1883/3174 59% [==================================== ] 1884/3174 59% [==================================== ] 1885/3174 59% [==================================== ] 1886/3174 59% [==================================== ] 1887/3174 59% [==================================== ] 1888/3174 59% [==================================== ] 1889/3174 59% [==================================== ] 1890/3174 59% [==================================== ] 1891/3174 59% [==================================== ] 1892/3174 59% [==================================== ] 1893/3174 59% [==================================== ] 1894/3174 59% [===================================== ] 1895/3174 59% [===================================== ] 1896/3174 59% [===================================== ] 1897/3174 59% [===================================== ] 1898/3174 59% [===================================== ] 1899/3174 59% [===================================== ] 1900/3174 59% [===================================== ] 1901/3174 59% [===================================== ] 1902/3174 59% [===================================== ] 1903/3174 59% [===================================== ] 1904/3174 59% [===================================== ] 1905/3174 60% [===================================== ] 1906/3174 60% [===================================== ] 1907/3174 60% [===================================== ] 1908/3174 60% [===================================== ] 1909/3174 60% [===================================== ] 1910/3174 60% [===================================== ] 1911/3174 60% [===================================== ] 1912/3174 60% [===================================== ] 1913/3174 60% [===================================== ] 1914/3174 60% [===================================== ] 1915/3174 60% [===================================== ] 1916/3174 60% [===================================== ] 1917/3174 60% [===================================== ] 1918/3174 60% [===================================== ] 1919/3174 60% [===================================== ] 1920/3174 60% [===================================== ] 1921/3174 60% [===================================== ] 1922/3174 60% [===================================== ] 1923/3174 60% [===================================== ] 1924/3174 60% [===================================== ] 1925/3174 60% [===================================== ] 1926/3174 60% [===================================== ] 1927/3174 60% [===================================== ] 1928/3174 60% [===================================== ] 1929/3174 60% [===================================== ] 1930/3174 60% [===================================== ] 1931/3174 60% [===================================== ] 1932/3174 60% [===================================== ] 1933/3174 60% [===================================== ] 1934/3174 60% [===================================== ] 1935/3174 60% [===================================== ] 1936/3174 60% [===================================== ] 1937/3174 61% [===================================== ] 1938/3174 61% [===================================== ] 1939/3174 61% [===================================== ] 1940/3174 61% [===================================== ] 1941/3174 61% [===================================== ] 1942/3174 61% [===================================== ] 1943/3174 61% [===================================== ] 1944/3174 61% [===================================== ] 1945/3174 61% [====================================== ] 1946/3174 61% [====================================== ] 1947/3174 61% [====================================== ] 1948/3174 61% [====================================== ] 1949/3174 61% [====================================== ] 1950/3174 61% [====================================== ] 1951/3174 61% [====================================== ] 1952/3174 61% [====================================== ] 1953/3174 61% [====================================== ] 1954/3174 61% [====================================== ] 1955/3174 61% [====================================== ] 1956/3174 61% [====================================== ] 1957/3174 61% [====================================== ] 1958/3174 61% [====================================== ] 1959/3174 61% [====================================== ] 1960/3174 61% [====================================== ] 1961/3174 61% [====================================== ] 1962/3174 61% [====================================== ] 1963/3174 61% [====================================== ] 1964/3174 61% [====================================== ] 1965/3174 61% [====================================== ] 1966/3174 61% [====================================== ] 1967/3174 61% [====================================== ] 1968/3174 62% [====================================== ] 1969/3174 62% [====================================== ] 1970/3174 62% [====================================== ] 1971/3174 62% [====================================== ] 1972/3174 62% [====================================== ] 1973/3174 62% [====================================== ] 1974/3174 62% [====================================== ] 1975/3174 62% [====================================== ] 1976/3174 62% [====================================== ] 1977/3174 62% [====================================== ] 1978/3174 62% [====================================== ] 1979/3174 62% [====================================== ] 1980/3174 62% [====================================== ] 1981/3174 62% [====================================== ] 1982/3174 62% [====================================== ] 1983/3174 62% [====================================== ] 1984/3174 62% [====================================== ] 1985/3174 62% [====================================== ] 1986/3174 62% [====================================== ] 1987/3174 62% [====================================== ] 1988/3174 62% [====================================== ] 1989/3174 62% [====================================== ] 1990/3174 62% [====================================== ] 1991/3174 62% [====================================== ] 1992/3174 62% [====================================== ] 1993/3174 62% [====================================== ] 1994/3174 62% [====================================== ] 1995/3174 62% [====================================== ] 1996/3174 62% [======================================= ] 1997/3174 62% [======================================= ] 1998/3174 62% [======================================= ] 1999/3174 62% [======================================= ] 2000/3174 63% [======================================= ] 2001/3174 63% [======================================= ] 2002/3174 63% [======================================= ] 2003/3174 63% [======================================= ] 2004/3174 63% [======================================= ] 2005/3174 63% [======================================= ] 2006/3174 63% [======================================= ] 2007/3174 63% [======================================= ] 2008/3174 63% [======================================= ] 2009/3174 63% [======================================= ] 2010/3174 63% [======================================= ] 2011/3174 63% [======================================= ] 2012/3174 63% [======================================= ] 2013/3174 63% [======================================= ] 2014/3174 63% [======================================= ] 2015/3174 63% [======================================= ] 2016/3174 63% [======================================= ] 2017/3174 63% [======================================= ] 2018/3174 63% [======================================= ] 2019/3174 63% [======================================= ] 2020/3174 63% [======================================= ] 2021/3174 63% [======================================= ] 2022/3174 63% [======================================= ] 2023/3174 63% [======================================= ] 2024/3174 63% [======================================= ] 2025/3174 63% [======================================= ] 2026/3174 63% [======================================= ] 2027/3174 63% [======================================= ] 2028/3174 63% [======================================= ] 2029/3174 63% [======================================= ] 2030/3174 63% [======================================= ] 2031/3174 63% [======================================= ] 2032/3174 64% [======================================= ] 2033/3174 64% [======================================= ] 2034/3174 64% [======================================= ] 2035/3174 64% [======================================= ] 2036/3174 64% [======================================= ] 2037/3174 64% [======================================= ] 2038/3174 64% [======================================= ] 2039/3174 64% [======================================= ] 2040/3174 64% [======================================= ] 2041/3174 64% [======================================= ] 2042/3174 64% [======================================= ] 2043/3174 64% [======================================= ] 2044/3174 64% [======================================= ] 2045/3174 64% [======================================= ] 2046/3174 64% [======================================= ] 2047/3174 64% [======================================== ] 2048/3174 64% [======================================== ] 2049/3174 64% [======================================== ] 2050/3174 64% [======================================== ] 2051/3174 64% [======================================== ] 2052/3174 64% [======================================== ] 2053/3174 64% [======================================== ] 2054/3174 64% [======================================== ] 2055/3174 64% [======================================== ] 2056/3174 64% [======================================== ] 2057/3174 64% [======================================== ] 2058/3174 64% [======================================== ] 2059/3174 64% [======================================== ] 2060/3174 64% [======================================== ] 2061/3174 64% [======================================== ] 2062/3174 64% [======================================== ] 2063/3174 64% [======================================== ] 2064/3174 65% [======================================== ] 2065/3174 65% [======================================== ] 2066/3174 65% [======================================== ] 2067/3174 65% [======================================== ] 2068/3174 65% [======================================== ] 2069/3174 65% [======================================== ] 2070/3174 65% [======================================== ] 2071/3174 65% [======================================== ] 2072/3174 65% [======================================== ] 2073/3174 65% [======================================== ] 2074/3174 65% [======================================== ] 2075/3174 65% [======================================== ] 2076/3174 65% [======================================== ] 2077/3174 65% [======================================== ] 2078/3174 65% [======================================== ] 2079/3174 65% [======================================== ] 2080/3174 65% [======================================== ] 2081/3174 65% [======================================== ] 2082/3174 65% [======================================== ] 2083/3174 65% [======================================== ] 2084/3174 65% [======================================== ] 2085/3174 65% [======================================== ] 2086/3174 65% [======================================== ] 2087/3174 65% [======================================== ] 2088/3174 65% [======================================== ] 2089/3174 65% [======================================== ] 2090/3174 65% [======================================== ] 2091/3174 65% [======================================== ] 2092/3174 65% [======================================== ] 2093/3174 65% [======================================== ] 2094/3174 65% [======================================== ] 2095/3174 66% [======================================== ] 2096/3174 66% [======================================== ] 2097/3174 66% [======================================== ] 2098/3174 66% [========================================= ] 2099/3174 66% [========================================= ] 2100/3174 66% [========================================= ] 2101/3174 66% [========================================= ] 2102/3174 66% [========================================= ] 2103/3174 66% [========================================= ] 2104/3174 66% [========================================= ] 2105/3174 66% [========================================= ] 2106/3174 66% [========================================= ] 2107/3174 66% [========================================= ] 2108/3174 66% [========================================= ] 2109/3174 66% [========================================= ] 2110/3174 66% [========================================= ] 2111/3174 66% [========================================= ] 2112/3174 66% [========================================= ] 2113/3174 66% [========================================= ] 2114/3174 66% [========================================= ] 2115/3174 66% [========================================= ] 2116/3174 66% [========================================= ] 2117/3174 66% [========================================= ] 2118/3174 66% [========================================= ] 2119/3174 66% [========================================= ] 2120/3174 66% [========================================= ] 2121/3174 66% [========================================= ] 2122/3174 66% [========================================= ] 2123/3174 66% [========================================= ] 2124/3174 66% [========================================= ] 2125/3174 66% [========================================= ] 2126/3174 66% [========================================= ] 2127/3174 67% [========================================= ] 2128/3174 67% [========================================= ] 2129/3174 67% [========================================= ] 2130/3174 67% [========================================= ] 2131/3174 67% [========================================= ] 2132/3174 67% [========================================= ] 2133/3174 67% [========================================= ] 2134/3174 67% [========================================= ] 2135/3174 67% [========================================= ] 2136/3174 67% [========================================= ] 2137/3174 67% [========================================= ] 2138/3174 67% [========================================= ] 2139/3174 67% [========================================= ] 2140/3174 67% [========================================= ] 2141/3174 67% [========================================= ] 2142/3174 67% [========================================= ] 2143/3174 67% [========================================= ] 2144/3174 67% [========================================= ] 2145/3174 67% [========================================= ] 2146/3174 67% [========================================= ] 2147/3174 67% [========================================= ] 2148/3174 67% [========================================= ] 2149/3174 67% [========================================= ] 2150/3174 67% [========================================== ] 2151/3174 67% [========================================== ] 2152/3174 67% [========================================== ] 2153/3174 67% [========================================== ] 2154/3174 67% [========================================== ] 2155/3174 67% [========================================== ] 2156/3174 67% [========================================== ] 2157/3174 67% [========================================== ] 2158/3174 67% [========================================== ] 2159/3174 68% [========================================== ] 2160/3174 68% [========================================== ] 2161/3174 68% [========================================== ] 2162/3174 68% [========================================== ] 2163/3174 68% [========================================== ] 2164/3174 68% [========================================== ] 2165/3174 68% [========================================== ] 2166/3174 68% [========================================== ] 2167/3174 68% [========================================== ] 2168/3174 68% [========================================== ] 2169/3174 68% [========================================== ] 2170/3174 68% [========================================== ] 2171/3174 68% [========================================== ] 2172/3174 68% [========================================== ] 2173/3174 68% [========================================== ] 2174/3174 68% [========================================== ] 2175/3174 68% [========================================== ] 2176/3174 68% [========================================== ] 2177/3174 68% [========================================== ] 2178/3174 68% [========================================== ] 2179/3174 68% [========================================== ] 2180/3174 68% [========================================== ] 2181/3174 68% [========================================== ] 2182/3174 68% [========================================== ] 2183/3174 68% [========================================== ] 2184/3174 68% [========================================== ] 2185/3174 68% [========================================== ] 2186/3174 68% [========================================== ] 2187/3174 68% [========================================== ] 2188/3174 68% [========================================== ] 2189/3174 68% [========================================== ] 2190/3174 68% [========================================== ] 2191/3174 69% [========================================== ] 2192/3174 69% [========================================== ] 2193/3174 69% [========================================== ] 2194/3174 69% [========================================== ] 2195/3174 69% [========================================== ] 2196/3174 69% [========================================== ] 2197/3174 69% [========================================== ] 2198/3174 69% [========================================== ] 2199/3174 69% [========================================== ] 2200/3174 69% [========================================== ] 2201/3174 69% [=========================================== ] 2202/3174 69% [=========================================== ] 2203/3174 69% [=========================================== ] 2204/3174 69% [=========================================== ] 2205/3174 69% [=========================================== ] 2206/3174 69% [=========================================== ] 2207/3174 69% [=========================================== ] 2208/3174 69% [=========================================== ] 2209/3174 69% [=========================================== ] 2210/3174 69% [=========================================== ] 2211/3174 69% [=========================================== ] 2212/3174 69% [=========================================== ] 2213/3174 69% [=========================================== ] 2214/3174 69% [=========================================== ] 2215/3174 69% [=========================================== ] 2216/3174 69% [=========================================== ] 2217/3174 69% [=========================================== ] 2218/3174 69% [=========================================== ] 2219/3174 69% [=========================================== ] 2220/3174 69% [=========================================== ] 2221/3174 69% [=========================================== ] 2222/3174 70% [=========================================== ] 2223/3174 70% [=========================================== ] 2224/3174 70% [=========================================== ] 2225/3174 70% [=========================================== ] 2226/3174 70% [=========================================== ] 2227/3174 70% [=========================================== ] 2228/3174 70% [=========================================== ] 2229/3174 70% [=========================================== ] 2230/3174 70% [=========================================== ] 2231/3174 70% [=========================================== ] 2232/3174 70% [=========================================== ] 2233/3174 70% [=========================================== ] 2234/3174 70% [=========================================== ] 2235/3174 70% [=========================================== ] 2236/3174 70% [=========================================== ] 2237/3174 70% [=========================================== ] 2238/3174 70% [=========================================== ] 2239/3174 70% [=========================================== ] 2240/3174 70% [=========================================== ] 2241/3174 70% [=========================================== ] 2242/3174 70% [=========================================== ] 2243/3174 70% [=========================================== ] 2244/3174 70% [=========================================== ] 2245/3174 70% [=========================================== ] 2246/3174 70% [=========================================== ] 2247/3174 70% [=========================================== ] 2248/3174 70% [=========================================== ] 2249/3174 70% [=========================================== ] 2250/3174 70% [=========================================== ] 2251/3174 70% [=========================================== ] 2252/3174 70% [============================================ ] 2253/3174 70% [============================================ ] 2254/3174 71% [============================================ ] 2255/3174 71% [============================================ ] 2256/3174 71% [============================================ ] 2257/3174 71% [============================================ ] 2258/3174 71% [============================================ ] 2259/3174 71% [============================================ ] 2260/3174 71% [============================================ ] 2261/3174 71% [============================================ ] 2262/3174 71% [============================================ ] 2263/3174 71% [============================================ ] 2264/3174 71% [============================================ ] 2265/3174 71% [============================================ ] 2266/3174 71% [============================================ ] 2267/3174 71% [============================================ ] 2268/3174 71% [============================================ ] 2269/3174 71% [============================================ ] 2270/3174 71% [============================================ ] 2271/3174 71% [============================================ ] 2272/3174 71% [============================================ ] 2273/3174 71% [============================================ ] 2274/3174 71% [============================================ ] 2275/3174 71% [============================================ ] 2276/3174 71% [============================================ ] 2277/3174 71% [============================================ ] 2278/3174 71% [============================================ ] 2279/3174 71% [============================================ ] 2280/3174 71% [============================================ ] 2281/3174 71% [============================================ ] 2282/3174 71% [============================================ ] 2283/3174 71% [============================================ ] 2284/3174 71% [============================================ ] 2285/3174 71% [============================================ ] 2286/3174 72% [============================================ ] 2287/3174 72% [============================================ ] 2288/3174 72% [============================================ ] 2289/3174 72% [============================================ ] 2290/3174 72% [============================================ ] 2291/3174 72% [============================================ ] 2292/3174 72% [============================================ ] 2293/3174 72% [============================================ ] 2294/3174 72% [============================================ ] 2295/3174 72% [============================================ ] 2296/3174 72% [============================================ ] 2297/3174 72% [============================================ ] 2298/3174 72% [============================================ ] 2299/3174 72% [============================================ ] 2300/3174 72% [============================================ ] 2301/3174 72% [============================================ ] 2302/3174 72% [============================================ ] 2303/3174 72% [============================================= ] 2304/3174 72% [============================================= ] 2305/3174 72% [============================================= ] 2306/3174 72% [============================================= ] 2307/3174 72% [============================================= ] 2308/3174 72% [============================================= ] 2309/3174 72% [============================================= ] 2310/3174 72% [============================================= ] 2311/3174 72% [============================================= ] 2312/3174 72% [============================================= ] 2313/3174 72% [============================================= ] 2314/3174 72% [============================================= ] 2315/3174 72% [============================================= ] 2316/3174 72% [============================================= ] 2317/3174 72% [============================================= ] 2318/3174 73% [============================================= ] 2319/3174 73% [============================================= ] 2320/3174 73% [============================================= ] 2321/3174 73% [============================================= ] 2322/3174 73% [============================================= ] 2323/3174 73% [============================================= ] 2324/3174 73% [============================================= ] 2325/3174 73% [============================================= ] 2326/3174 73% [============================================= ] 2327/3174 73% [============================================= ] 2328/3174 73% [============================================= ] 2329/3174 73% [============================================= ] 2330/3174 73% [============================================= ] 2331/3174 73% [============================================= ] 2332/3174 73% [============================================= ] 2333/3174 73% [============================================= ] 2334/3174 73% [============================================= ] 2335/3174 73% [============================================= ] 2336/3174 73% [============================================= ] 2337/3174 73% [============================================= ] 2338/3174 73% [============================================= ] 2339/3174 73% [============================================= ] 2340/3174 73% [============================================= ] 2341/3174 73% [============================================= ] 2342/3174 73% [============================================= ] 2343/3174 73% [============================================= ] 2344/3174 73% [============================================= ] 2345/3174 73% [============================================= ] 2346/3174 73% [============================================= ] 2347/3174 73% [============================================= ] 2348/3174 73% [============================================= ] 2349/3174 74% [============================================= ] 2350/3174 74% [============================================= ] 2351/3174 74% [============================================= ] 2352/3174 74% [============================================= ] 2353/3174 74% [============================================= ] 2354/3174 74% [============================================== ] 2355/3174 74% [============================================== ] 2356/3174 74% [============================================== ] 2357/3174 74% [============================================== ] 2358/3174 74% [============================================== ] 2359/3174 74% [============================================== ] 2360/3174 74% [============================================== ] 2361/3174 74% [============================================== ] 2362/3174 74% [============================================== ] 2363/3174 74% [============================================== ] 2364/3174 74% [============================================== ] 2365/3174 74% [============================================== ] 2366/3174 74% [============================================== ] 2367/3174 74% [============================================== ] 2368/3174 74% [============================================== ] 2369/3174 74% [============================================== ] 2370/3174 74% [============================================== ] 2371/3174 74% [============================================== ] 2372/3174 74% [============================================== ] 2373/3174 74% [============================================== ] 2374/3174 74% [============================================== ] 2375/3174 74% [============================================== ] 2376/3174 74% [============================================== ] 2377/3174 74% [============================================== ] 2378/3174 74% [============================================== ] 2379/3174 74% [============================================== ] 2380/3174 74% [============================================== ] 2381/3174 75% [============================================== ] 2382/3174 75% [============================================== ] 2383/3174 75% [============================================== ] 2384/3174 75% [============================================== ] 2385/3174 75% [============================================== ] 2386/3174 75% [============================================== ] 2387/3174 75% [============================================== ] 2388/3174 75% [============================================== ] 2389/3174 75% [============================================== ] 2390/3174 75% [============================================== ] 2391/3174 75% [============================================== ] 2392/3174 75% [============================================== ] 2393/3174 75% [============================================== ] 2394/3174 75% [============================================== ] 2395/3174 75% [============================================== ] 2396/3174 75% [============================================== ] 2397/3174 75% [============================================== ] 2398/3174 75% [============================================== ] 2399/3174 75% [============================================== ] 2400/3174 75% [============================================== ] 2401/3174 75% [============================================== ] 2402/3174 75% [============================================== ] 2403/3174 75% [============================================== ] 2404/3174 75% [============================================== ] 2405/3174 75% [============================================== ] 2406/3174 75% [=============================================== ] 2407/3174 75% [=============================================== ] 2408/3174 75% [=============================================== ] 2409/3174 75% [=============================================== ] 2410/3174 75% [=============================================== ] 2411/3174 75% [=============================================== ] 2412/3174 75% [=============================================== ] 2413/3174 76% [=============================================== ] 2414/3174 76% [=============================================== ] 2415/3174 76% [=============================================== ] 2416/3174 76% [=============================================== ] 2417/3174 76% [=============================================== ] 2418/3174 76% [=============================================== ] 2419/3174 76% [=============================================== ] 2420/3174 76% [=============================================== ] 2421/3174 76% [=============================================== ] 2422/3174 76% [=============================================== ] 2423/3174 76% [=============================================== ] 2424/3174 76% [=============================================== ] 2425/3174 76% [=============================================== ] 2426/3174 76% [=============================================== ] 2427/3174 76% [=============================================== ] 2428/3174 76% [=============================================== ] 2429/3174 76% [=============================================== ] 2430/3174 76% [=============================================== ] 2431/3174 76% [=============================================== ] 2432/3174 76% [=============================================== ] 2433/3174 76% [=============================================== ] 2434/3174 76% [=============================================== ] 2435/3174 76% [=============================================== ] 2436/3174 76% [=============================================== ] 2437/3174 76% [=============================================== ] 2438/3174 76% [=============================================== ] 2439/3174 76% [=============================================== ] 2440/3174 76% [=============================================== ] 2441/3174 76% [=============================================== ] 2442/3174 76% [=============================================== ] 2443/3174 76% [=============================================== ] 2444/3174 77% [=============================================== ] 2445/3174 77% [=============================================== ] 2446/3174 77% [=============================================== ] 2447/3174 77% [=============================================== ] 2448/3174 77% [=============================================== ] 2449/3174 77% [=============================================== ] 2450/3174 77% [=============================================== ] 2451/3174 77% [=============================================== ] 2452/3174 77% [=============================================== ] 2453/3174 77% [=============================================== ] 2454/3174 77% [=============================================== ] 2455/3174 77% [=============================================== ] 2456/3174 77% [=============================================== ] 2457/3174 77% [================================================ ] 2458/3174 77% [================================================ ] 2459/3174 77% [================================================ ] 2460/3174 77% [================================================ ] 2461/3174 77% [================================================ ] 2462/3174 77% [================================================ ] 2463/3174 77% [================================================ ] 2464/3174 77% [================================================ ] 2465/3174 77% [================================================ ] 2466/3174 77% [================================================ ] 2467/3174 77% [================================================ ] 2468/3174 77% [================================================ ] 2469/3174 77% [================================================ ] 2470/3174 77% [================================================ ] 2471/3174 77% [================================================ ] 2472/3174 77% [================================================ ] 2473/3174 77% [================================================ ] 2474/3174 77% [================================================ ] 2475/3174 77% [================================================ ] 2476/3174 78% [================================================ ] 2477/3174 78% [================================================ ] 2478/3174 78% [================================================ ] 2479/3174 78% [================================================ ] 2480/3174 78% [================================================ ] 2481/3174 78% [================================================ ] 2482/3174 78% [================================================ ] 2483/3174 78% [================================================ ] 2484/3174 78% [================================================ ] 2485/3174 78% [================================================ ] 2486/3174 78% [================================================ ] 2487/3174 78% [================================================ ] 2488/3174 78% [================================================ ] 2489/3174 78% [================================================ ] 2490/3174 78% [================================================ ] 2491/3174 78% [================================================ ] 2492/3174 78% [================================================ ] 2493/3174 78% [================================================ ] 2494/3174 78% [================================================ ] 2495/3174 78% [================================================ ] 2496/3174 78% [================================================ ] 2497/3174 78% [================================================ ] 2498/3174 78% [================================================ ] 2499/3174 78% [================================================ ] 2500/3174 78% [================================================ ] 2501/3174 78% [================================================ ] 2502/3174 78% [================================================ ] 2503/3174 78% [================================================ ] 2504/3174 78% [================================================ ] 2505/3174 78% [================================================ ] 2506/3174 78% [================================================ ] 2507/3174 78% [================================================ ] 2508/3174 79% [================================================= ] 2509/3174 79% [================================================= ] 2510/3174 79% [================================================= ] 2511/3174 79% [================================================= ] 2512/3174 79% [================================================= ] 2513/3174 79% [================================================= ] 2514/3174 79% [================================================= ] 2515/3174 79% [================================================= ] 2516/3174 79% [================================================= ] 2517/3174 79% [================================================= ] 2518/3174 79% [================================================= ] 2519/3174 79% [================================================= ] 2520/3174 79% [================================================= ] 2521/3174 79% [================================================= ] 2522/3174 79% [================================================= ] 2523/3174 79% [================================================= ] 2524/3174 79% [================================================= ] 2525/3174 79% [================================================= ] 2526/3174 79% [================================================= ] 2527/3174 79% [================================================= ] 2528/3174 79% [================================================= ] 2529/3174 79% [================================================= ] 2530/3174 79% [================================================= ] 2531/3174 79% [================================================= ] 2532/3174 79% [================================================= ] 2533/3174 79% [================================================= ] 2534/3174 79% [================================================= ] 2535/3174 79% [================================================= ] 2536/3174 79% [================================================= ] 2537/3174 79% [================================================= ] 2538/3174 79% [================================================= ] 2539/3174 79% [================================================= ] 2540/3174 80% [================================================= ] 2541/3174 80% [================================================= ] 2542/3174 80% [================================================= ] 2543/3174 80% [================================================= ] 2544/3174 80% [================================================= ] 2545/3174 80% [================================================= ] 2546/3174 80% [================================================= ] 2547/3174 80% [================================================= ] 2548/3174 80% [================================================= ] 2549/3174 80% [================================================= ] 2550/3174 80% [================================================= ] 2551/3174 80% [================================================= ] 2552/3174 80% [================================================= ] 2553/3174 80% [================================================= ] 2554/3174 80% [================================================= ] 2555/3174 80% [================================================= ] 2556/3174 80% [================================================= ] 2557/3174 80% [================================================= ] 2558/3174 80% [================================================= ] 2559/3174 80% [================================================== ] 2560/3174 80% [================================================== ] 2561/3174 80% [================================================== ] 2562/3174 80% [================================================== ] 2563/3174 80% [================================================== ] 2564/3174 80% [================================================== ] 2565/3174 80% [================================================== ] 2566/3174 80% [================================================== ] 2567/3174 80% [================================================== ] 2568/3174 80% [================================================== ] 2569/3174 80% [================================================== ] 2570/3174 80% [================================================== ] 2571/3174 81% [================================================== ] 2572/3174 81% [================================================== ] 2573/3174 81% [================================================== ] 2574/3174 81% [================================================== ] 2575/3174 81% [================================================== ] 2576/3174 81% [================================================== ] 2577/3174 81% [================================================== ] 2578/3174 81% [================================================== ] 2579/3174 81% [================================================== ] 2580/3174 81% [================================================== ] 2581/3174 81% [================================================== ] 2582/3174 81% [================================================== ] 2583/3174 81% [================================================== ] 2584/3174 81% [================================================== ] 2585/3174 81% [================================================== ] 2586/3174 81% [================================================== ] 2587/3174 81% [================================================== ] 2588/3174 81% [================================================== ] 2589/3174 81% [================================================== ] 2590/3174 81% [================================================== ] 2591/3174 81% [================================================== ] 2592/3174 81% [================================================== ] 2593/3174 81% [================================================== ] 2594/3174 81% [================================================== ] 2595/3174 81% [================================================== ] 2596/3174 81% [================================================== ] 2597/3174 81% [================================================== ] 2598/3174 81% [================================================== ] 2599/3174 81% [================================================== ] 2600/3174 81% [================================================== ] 2601/3174 81% [================================================== ] 2602/3174 81% [================================================== ] 2603/3174 82% [================================================== ] 2604/3174 82% [================================================== ] 2605/3174 82% [================================================== ] 2606/3174 82% [================================================== ] 2607/3174 82% [================================================== ] 2608/3174 82% [================================================== ] 2609/3174 82% [================================================== ] 2610/3174 82% [=================================================== ] 2611/3174 82% [=================================================== ] 2612/3174 82% [=================================================== ] 2613/3174 82% [=================================================== ] 2614/3174 82% [=================================================== ] 2615/3174 82% [=================================================== ] 2616/3174 82% [=================================================== ] 2617/3174 82% [=================================================== ] 2618/3174 82% [=================================================== ] 2619/3174 82% [=================================================== ] 2620/3174 82% [=================================================== ] 2621/3174 82% [=================================================== ] 2622/3174 82% [=================================================== ] 2623/3174 82% [=================================================== ] 2624/3174 82% [=================================================== ] 2625/3174 82% [=================================================== ] 2626/3174 82% [=================================================== ] 2627/3174 82% [=================================================== ] 2628/3174 82% [=================================================== ] 2629/3174 82% [=================================================== ] 2630/3174 82% [=================================================== ] 2631/3174 82% [=================================================== ] 2632/3174 82% [=================================================== ] 2633/3174 82% [=================================================== ] 2634/3174 82% [=================================================== ] 2635/3174 83% [=================================================== ] 2636/3174 83% [=================================================== ] 2637/3174 83% [=================================================== ] 2638/3174 83% [=================================================== ] 2639/3174 83% [=================================================== ] 2640/3174 83% [=================================================== ] 2641/3174 83% [=================================================== ] 2642/3174 83% [=================================================== ] 2643/3174 83% [=================================================== ] 2644/3174 83% [=================================================== ] 2645/3174 83% [=================================================== ] 2646/3174 83% [=================================================== ] 2647/3174 83% [=================================================== ] 2648/3174 83% [=================================================== ] 2649/3174 83% [=================================================== ] 2650/3174 83% [=================================================== ] 2651/3174 83% [=================================================== ] 2652/3174 83% [=================================================== ] 2653/3174 83% [=================================================== ] 2654/3174 83% [=================================================== ] 2655/3174 83% [=================================================== ] 2656/3174 83% [=================================================== ] 2657/3174 83% [=================================================== ] 2658/3174 83% [=================================================== ] 2659/3174 83% [=================================================== ] 2660/3174 83% [=================================================== ] 2661/3174 83% [=================================================== ] 2662/3174 83% [==================================================== ] 2663/3174 83% [==================================================== ] 2664/3174 83% [==================================================== ] 2665/3174 83% [==================================================== ] 2666/3174 83% [==================================================== ] 2667/3174 84% [==================================================== ] 2668/3174 84% [==================================================== ] 2669/3174 84% [==================================================== ] 2670/3174 84% [==================================================== ] 2671/3174 84% [==================================================== ] 2672/3174 84% [==================================================== ] 2673/3174 84% [==================================================== ] 2674/3174 84% [==================================================== ] 2675/3174 84% [==================================================== ] 2676/3174 84% [==================================================== ] 2677/3174 84% [==================================================== ] 2678/3174 84% [==================================================== ] 2679/3174 84% [==================================================== ] 2680/3174 84% [==================================================== ] 2681/3174 84% [==================================================== ] 2682/3174 84% [==================================================== ] 2683/3174 84% [==================================================== ] 2684/3174 84% [==================================================== ] 2685/3174 84% [==================================================== ] 2686/3174 84% [==================================================== ] 2687/3174 84% [==================================================== ] 2688/3174 84% [==================================================== ] 2689/3174 84% [==================================================== ] 2690/3174 84% [==================================================== ] 2691/3174 84% [==================================================== ] 2692/3174 84% [==================================================== ] 2693/3174 84% [==================================================== ] 2694/3174 84% [==================================================== ] 2695/3174 84% [==================================================== ] 2696/3174 84% [==================================================== ] 2697/3174 84% [==================================================== ] 2698/3174 85% [==================================================== ] 2699/3174 85% [==================================================== ] 2700/3174 85% [==================================================== ] 2701/3174 85% [==================================================== ] 2702/3174 85% [==================================================== ] 2703/3174 85% [==================================================== ] 2704/3174 85% [==================================================== ] 2705/3174 85% [==================================================== ] 2706/3174 85% [==================================================== ] 2707/3174 85% [==================================================== ] 2708/3174 85% [==================================================== ] 2709/3174 85% [==================================================== ] 2710/3174 85% [==================================================== ] 2711/3174 85% [==================================================== ] 2712/3174 85% [==================================================== ] 2713/3174 85% [===================================================== ] 2714/3174 85% [===================================================== ] 2715/3174 85% [===================================================== ] 2716/3174 85% [===================================================== ] 2717/3174 85% [===================================================== ] 2718/3174 85% [===================================================== ] 2719/3174 85% [===================================================== ] 2720/3174 85% [===================================================== ] 2721/3174 85% [===================================================== ] 2722/3174 85% [===================================================== ] 2723/3174 85% [===================================================== ] 2724/3174 85% [===================================================== ] 2725/3174 85% [===================================================== ] 2726/3174 85% [===================================================== ] 2727/3174 85% [===================================================== ] 2728/3174 85% [===================================================== ] 2729/3174 85% [===================================================== ] 2730/3174 86% [===================================================== ] 2731/3174 86% [===================================================== ] 2732/3174 86% [===================================================== ] 2733/3174 86% [===================================================== ] 2734/3174 86% [===================================================== ] 2735/3174 86% [===================================================== ] 2736/3174 86% [===================================================== ] 2737/3174 86% [===================================================== ] 2738/3174 86% [===================================================== ] 2739/3174 86% [===================================================== ] 2740/3174 86% [===================================================== ] 2741/3174 86% [===================================================== ] 2742/3174 86% [===================================================== ] 2743/3174 86% [===================================================== ] 2744/3174 86% [===================================================== ] 2745/3174 86% [===================================================== ] 2746/3174 86% [===================================================== ] 2747/3174 86% [===================================================== ] 2748/3174 86% [===================================================== ] 2749/3174 86% [===================================================== ] 2750/3174 86% [===================================================== ] 2751/3174 86% [===================================================== ] 2752/3174 86% [===================================================== ] 2753/3174 86% [===================================================== ] 2754/3174 86% [===================================================== ] 2755/3174 86% [===================================================== ] 2756/3174 86% [===================================================== ] 2757/3174 86% [===================================================== ] 2758/3174 86% [===================================================== ] 2759/3174 86% [===================================================== ] 2760/3174 86% [===================================================== ] 2761/3174 86% [===================================================== ] 2762/3174 87% [===================================================== ] 2763/3174 87% [===================================================== ] 2764/3174 87% [====================================================== ] 2765/3174 87% [====================================================== ] 2766/3174 87% [====================================================== ] 2767/3174 87% [====================================================== ] 2768/3174 87% [====================================================== ] 2769/3174 87% [====================================================== ] 2770/3174 87% [====================================================== ] 2771/3174 87% [====================================================== ] 2772/3174 87% [====================================================== ] 2773/3174 87% [====================================================== ] 2774/3174 87% [====================================================== ] 2775/3174 87% [====================================================== ] 2776/3174 87% [====================================================== ] 2777/3174 87% [====================================================== ] 2778/3174 87% [====================================================== ] 2779/3174 87% [====================================================== ] 2780/3174 87% [====================================================== ] 2781/3174 87% [====================================================== ] 2782/3174 87% [====================================================== ] 2783/3174 87% [====================================================== ] 2784/3174 87% [====================================================== ] 2785/3174 87% [====================================================== ] 2786/3174 87% [====================================================== ] 2787/3174 87% [====================================================== ] 2788/3174 87% [====================================================== ] 2789/3174 87% [====================================================== ] 2790/3174 87% [====================================================== ] 2791/3174 87% [====================================================== ] 2792/3174 87% [====================================================== ] 2793/3174 87% [====================================================== ] 2794/3174 88% [====================================================== ] 2795/3174 88% [====================================================== ] 2796/3174 88% [====================================================== ] 2797/3174 88% [====================================================== ] 2798/3174 88% [====================================================== ] 2799/3174 88% [====================================================== ] 2800/3174 88% [====================================================== ] 2801/3174 88% [====================================================== ] 2802/3174 88% [====================================================== ] 2803/3174 88% [====================================================== ] 2804/3174 88% [====================================================== ] 2805/3174 88% [====================================================== ] 2806/3174 88% [====================================================== ] 2807/3174 88% [====================================================== ] 2808/3174 88% [====================================================== ] 2809/3174 88% [====================================================== ] 2810/3174 88% [====================================================== ] 2811/3174 88% [====================================================== ] 2812/3174 88% [====================================================== ] 2813/3174 88% [====================================================== ] 2814/3174 88% [====================================================== ] 2815/3174 88% [======================================================= ] 2816/3174 88% [======================================================= ] 2817/3174 88% [======================================================= ] 2818/3174 88% [======================================================= ] 2819/3174 88% [======================================================= ] 2820/3174 88% [======================================================= ] 2821/3174 88% [======================================================= ] 2822/3174 88% [======================================================= ] 2823/3174 88% [======================================================= ] 2824/3174 88% [======================================================= ] 2825/3174 89% [======================================================= ] 2826/3174 89% [======================================================= ] 2827/3174 89% [======================================================= ] 2828/3174 89% [======================================================= ] 2829/3174 89% [======================================================= ] 2830/3174 89% [======================================================= ] 2831/3174 89% [======================================================= ] 2832/3174 89% [======================================================= ] 2833/3174 89% [======================================================= ] 2834/3174 89% [======================================================= ] 2835/3174 89% [======================================================= ] 2836/3174 89% [======================================================= ] 2837/3174 89% [======================================================= ] 2838/3174 89% [======================================================= ] 2839/3174 89% [======================================================= ] 2840/3174 89% [======================================================= ] 2841/3174 89% [======================================================= ] 2842/3174 89% [======================================================= ] 2843/3174 89% [======================================================= ] 2844/3174 89% [======================================================= ] 2845/3174 89% [======================================================= ] 2846/3174 89% [======================================================= ] 2847/3174 89% [======================================================= ] 2848/3174 89% [======================================================= ] 2849/3174 89% [======================================================= ] 2850/3174 89% [======================================================= ] 2851/3174 89% [======================================================= ] 2852/3174 89% [======================================================= ] 2853/3174 89% [======================================================= ] 2854/3174 89% [======================================================= ] 2855/3174 89% [======================================================= ] 2856/3174 89% [======================================================= ] 2857/3174 90% [======================================================= ] 2858/3174 90% [======================================================= ] 2859/3174 90% [======================================================= ] 2860/3174 90% [======================================================= ] 2861/3174 90% [======================================================= ] 2862/3174 90% [======================================================= ] 2863/3174 90% [======================================================= ] 2864/3174 90% [======================================================= ] 2865/3174 90% [======================================================= ] 2866/3174 90% [======================================================== ] 2867/3174 90% [======================================================== ] 2868/3174 90% [======================================================== ] 2869/3174 90% [======================================================== ] 2870/3174 90% [======================================================== ] 2871/3174 90% [======================================================== ] 2872/3174 90% [======================================================== ] 2873/3174 90% [======================================================== ] 2874/3174 90% [======================================================== ] 2875/3174 90% [======================================================== ] 2876/3174 90% [======================================================== ] 2877/3174 90% [======================================================== ] 2878/3174 90% [======================================================== ] 2879/3174 90% [======================================================== ] 2880/3174 90% [======================================================== ] 2881/3174 90% [======================================================== ] 2882/3174 90% [======================================================== ] 2883/3174 90% [======================================================== ] 2884/3174 90% [======================================================== ] 2885/3174 90% [======================================================== ] 2886/3174 90% [======================================================== ] 2887/3174 90% [======================================================== ] 2888/3174 90% [======================================================== ] 2889/3174 91% [======================================================== ] 2890/3174 91% [======================================================== ] 2891/3174 91% [======================================================== ] 2892/3174 91% [======================================================== ] 2893/3174 91% [======================================================== ] 2894/3174 91% [======================================================== ] 2895/3174 91% [======================================================== ] 2896/3174 91% [======================================================== ] 2897/3174 91% [======================================================== ] 2898/3174 91% [======================================================== ] 2899/3174 91% [======================================================== ] 2900/3174 91% [======================================================== ] 2901/3174 91% [======================================================== ] 2902/3174 91% [======================================================== ] 2903/3174 91% [======================================================== ] 2904/3174 91% [======================================================== ] 2905/3174 91% [======================================================== ] 2906/3174 91% [======================================================== ] 2907/3174 91% [======================================================== ] 2908/3174 91% [======================================================== ] 2909/3174 91% [======================================================== ] 2910/3174 91% [======================================================== ] 2911/3174 91% [======================================================== ] 2912/3174 91% [======================================================== ] 2913/3174 91% [======================================================== ] 2914/3174 91% [======================================================== ] 2915/3174 91% [======================================================== ] 2916/3174 91% [======================================================== ] 2917/3174 91% [======================================================== ] 2918/3174 91% [========================================================= ] 2919/3174 91% [========================================================= ] 2920/3174 91% [========================================================= ] 2921/3174 92% [========================================================= ] 2922/3174 92% [========================================================= ] 2923/3174 92% [========================================================= ] 2924/3174 92% [========================================================= ] 2925/3174 92% [========================================================= ] 2926/3174 92% [========================================================= ] 2927/3174 92% [========================================================= ] 2928/3174 92% [========================================================= ] 2929/3174 92% [========================================================= ] 2930/3174 92% [========================================================= ] 2931/3174 92% [========================================================= ] 2932/3174 92% [========================================================= ] 2933/3174 92% [========================================================= ] 2934/3174 92% [========================================================= ] 2935/3174 92% [========================================================= ] 2936/3174 92% [========================================================= ] 2937/3174 92% [========================================================= ] 2938/3174 92% [========================================================= ] 2939/3174 92% [========================================================= ] 2940/3174 92% [========================================================= ] 2941/3174 92% [========================================================= ] 2942/3174 92% [========================================================= ] 2943/3174 92% [========================================================= ] 2944/3174 92% [========================================================= ] 2945/3174 92% [========================================================= ] 2946/3174 92% [========================================================= ] 2947/3174 92% [========================================================= ] 2948/3174 92% [========================================================= ] 2949/3174 92% [========================================================= ] 2950/3174 92% [========================================================= ] 2951/3174 92% [========================================================= ] 2952/3174 93% [========================================================= ] 2953/3174 93% [========================================================= ] 2954/3174 93% [========================================================= ] 2955/3174 93% [========================================================= ] 2956/3174 93% [========================================================= ] 2957/3174 93% [========================================================= ] 2958/3174 93% [========================================================= ] 2959/3174 93% [========================================================= ] 2960/3174 93% [========================================================= ] 2961/3174 93% [========================================================= ] 2962/3174 93% [========================================================= ] 2963/3174 93% [========================================================= ] 2964/3174 93% [========================================================= ] 2965/3174 93% [========================================================= ] 2966/3174 93% [========================================================= ] 2967/3174 93% [========================================================= ] 2968/3174 93% [========================================================= ] 2969/3174 93% [========================================================== ] 2970/3174 93% [========================================================== ] 2971/3174 93% [========================================================== ] 2972/3174 93% [========================================================== ] 2973/3174 93% [========================================================== ] 2974/3174 93% [========================================================== ] 2975/3174 93% [========================================================== ] 2976/3174 93% [========================================================== ] 2977/3174 93% [========================================================== ] 2978/3174 93% [========================================================== ] 2979/3174 93% [========================================================== ] 2980/3174 93% [========================================================== ] 2981/3174 93% [========================================================== ] 2982/3174 93% [========================================================== ] 2983/3174 93% [========================================================== ] 2984/3174 94% [========================================================== ] 2985/3174 94% [========================================================== ] 2986/3174 94% [========================================================== ] 2987/3174 94% [========================================================== ] 2988/3174 94% [========================================================== ] 2989/3174 94% [========================================================== ] 2990/3174 94% [========================================================== ] 2991/3174 94% [========================================================== ] 2992/3174 94% [========================================================== ] 2993/3174 94% [========================================================== ] 2994/3174 94% [========================================================== ] 2995/3174 94% [========================================================== ] 2996/3174 94% [========================================================== ] 2997/3174 94% [========================================================== ] 2998/3174 94% [========================================================== ] 2999/3174 94% [========================================================== ] 3000/3174 94% [========================================================== ] 3001/3174 94% [========================================================== ] 3002/3174 94% [========================================================== ] 3003/3174 94% [========================================================== ] 3004/3174 94% [========================================================== ] 3005/3174 94% [========================================================== ] 3006/3174 94% [========================================================== ] 3007/3174 94% [========================================================== ] 3008/3174 94% [========================================================== ] 3009/3174 94% [========================================================== ] 3010/3174 94% [========================================================== ] 3011/3174 94% [========================================================== ] 3012/3174 94% [========================================================== ] 3013/3174 94% [========================================================== ] 3014/3174 94% [========================================================== ] 3015/3174 94% [========================================================== ] 3016/3174 95% [========================================================== ] 3017/3174 95% [========================================================== ] 3018/3174 95% [========================================================== ] 3019/3174 95% [========================================================== ] 3020/3174 95% [=========================================================== ] 3021/3174 95% [=========================================================== ] 3022/3174 95% [=========================================================== ] 3023/3174 95% [=========================================================== ] 3024/3174 95% [=========================================================== ] 3025/3174 95% [=========================================================== ] 3026/3174 95% [=========================================================== ] 3027/3174 95% [=========================================================== ] 3028/3174 95% [=========================================================== ] 3029/3174 95% [=========================================================== ] 3030/3174 95% [=========================================================== ] 3031/3174 95% [=========================================================== ] 3032/3174 95% [=========================================================== ] 3033/3174 95% [=========================================================== ] 3034/3174 95% [=========================================================== ] 3035/3174 95% [=========================================================== ] 3036/3174 95% [=========================================================== ] 3037/3174 95% [=========================================================== ] 3038/3174 95% [=========================================================== ] 3039/3174 95% [=========================================================== ] 3040/3174 95% [=========================================================== ] 3041/3174 95% [=========================================================== ] 3042/3174 95% [=========================================================== ] 3043/3174 95% [=========================================================== ] 3044/3174 95% [=========================================================== ] 3045/3174 95% [=========================================================== ] 3046/3174 95% [=========================================================== ] 3047/3174 95% [=========================================================== ] 3048/3174 96% [=========================================================== ] 3049/3174 96% [=========================================================== ] 3050/3174 96% [=========================================================== ] 3051/3174 96% [=========================================================== ] 3052/3174 96% [=========================================================== ] 3053/3174 96% [=========================================================== ] 3054/3174 96% [=========================================================== ] 3055/3174 96% [=========================================================== ] 3056/3174 96% [=========================================================== ] 3057/3174 96% [=========================================================== ] 3058/3174 96% [=========================================================== ] 3059/3174 96% [=========================================================== ] 3060/3174 96% [=========================================================== ] 3061/3174 96% [=========================================================== ] 3062/3174 96% [=========================================================== ] 3063/3174 96% [=========================================================== ] 3064/3174 96% [=========================================================== ] 3065/3174 96% [=========================================================== ] 3066/3174 96% [=========================================================== ] 3067/3174 96% [=========================================================== ] 3068/3174 96% [=========================================================== ] 3069/3174 96% [=========================================================== ] 3070/3174 96% [=========================================================== ] 3071/3174 96% [============================================================ ] 3072/3174 96% [============================================================ ] 3073/3174 96% [============================================================ ] 3074/3174 96% [============================================================ ] 3075/3174 96% [============================================================ ] 3076/3174 96% [============================================================ ] 3077/3174 96% [============================================================ ] 3078/3174 96% [============================================================ ] 3079/3174 97% [============================================================ ] 3080/3174 97% [============================================================ ] 3081/3174 97% [============================================================ ] 3082/3174 97% [============================================================ ] 3083/3174 97% [============================================================ ] 3084/3174 97% [============================================================ ] 3085/3174 97% [============================================================ ] 3086/3174 97% [============================================================ ] 3087/3174 97% [============================================================ ] 3088/3174 97% [============================================================ ] 3089/3174 97% [============================================================ ] 3090/3174 97% [============================================================ ] 3091/3174 97% [============================================================ ] 3092/3174 97% [============================================================ ] 3093/3174 97% [============================================================ ] 3094/3174 97% [============================================================ ] 3095/3174 97% [============================================================ ] 3096/3174 97% [============================================================ ] 3097/3174 97% [============================================================ ] 3098/3174 97% [============================================================ ] 3099/3174 97% [============================================================ ] 3100/3174 97% [============================================================ ] 3101/3174 97% [============================================================ ] 3102/3174 97% [============================================================ ] 3103/3174 97% [============================================================ ] 3104/3174 97% [============================================================ ] 3105/3174 97% [============================================================ ] 3106/3174 97% [============================================================ ] 3107/3174 97% [============================================================ ] 3108/3174 97% [============================================================ ] 3109/3174 97% [============================================================ ] 3110/3174 97% [============================================================ ] 3111/3174 98% [============================================================ ] 3112/3174 98% [============================================================ ] 3113/3174 98% [============================================================ ] 3114/3174 98% [============================================================ ] 3115/3174 98% [============================================================ ] 3116/3174 98% [============================================================ ] 3117/3174 98% [============================================================ ] 3118/3174 98% [============================================================ ] 3119/3174 98% [============================================================ ] 3120/3174 98% [============================================================ ] 3121/3174 98% [============================================================ ] 3122/3174 98% [============================================================= ] 3123/3174 98% [============================================================= ] 3124/3174 98% [============================================================= ] 3125/3174 98% [============================================================= ] 3126/3174 98% [============================================================= ] 3127/3174 98% [============================================================= ] 3128/3174 98% [============================================================= ] 3129/3174 98% [============================================================= ] 3130/3174 98% [============================================================= ] 3131/3174 98% [============================================================= ] 3132/3174 98% [============================================================= ] 3133/3174 98% [============================================================= ] 3134/3174 98% [============================================================= ] 3135/3174 98% [============================================================= ] 3136/3174 98% [============================================================= ] 3137/3174 98% [============================================================= ] 3138/3174 98% [============================================================= ] 3139/3174 98% [============================================================= ] 3140/3174 98% [============================================================= ] 3141/3174 98% [============================================================= ] 3142/3174 98% [============================================================= ] 3143/3174 99% [============================================================= ] 3144/3174 99% [============================================================= ] 3145/3174 99% [============================================================= ] 3146/3174 99% [============================================================= ] 3147/3174 99% [============================================================= ] 3148/3174 99% [============================================================= ] 3149/3174 99% [============================================================= ] 3150/3174 99% [============================================================= ] 3151/3174 99% [============================================================= ] 3152/3174 99% [============================================================= ] 3153/3174 99% [============================================================= ] 3154/3174 99% [============================================================= ] 3155/3174 99% [============================================================= ] 3156/3174 99% [============================================================= ] 3157/3174 99% [============================================================= ] 3158/3174 99% [============================================================= ] 3159/3174 99% [============================================================= ] 3160/3174 99% [============================================================= ] 3161/3174 99% [============================================================= ] 3162/3174 99% [============================================================= ] 3163/3174 99% [============================================================= ] 3164/3174 99% [============================================================= ] 3165/3174 99% [============================================================= ] 3166/3174 99% [============================================================= ] 3167/3174 99% [============================================================= ] 3168/3174 99% [============================================================= ] 3169/3174 99% [============================================================= ] 3170/3174 99% [============================================================= ] 3171/3174 99% [============================================================= ] 3172/3174 99% [============================================================= ] 3173/3174 99% [==============================================================] 3174/3174 100% operation complete, 3174 objects in 50706 NAND pages. ln -snf /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-14/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-14/buildroot' >>> Buildroot 2022.08-582-gf17b56f1aa Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 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.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.1 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-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.7.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> civetweb 1.15 Collecting legal info LICENSE.md: OK (sha256: 24d3d2aee56ae3cddcdf3392c1250877818108314233cf15f2bc9eb3ac298934) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> crda 4.15 Collecting legal info LICENSE: OK (sha256: c16224b376128b589eea69a8fdd1f09818b8cb995e10d1e37f72dff22233d7b0) >>> host-python-pycryptodomex 3.15.0 Collecting legal info LICENSE.rst: OK (sha256: 4e04660d77c1c64e89d79537919fb8240fa21484a7e3db29f358b2c7f84ea073) Doc/LEGAL/COPYRIGHT.pycrypto: OK (sha256: 8e563c767164faa0831a333b57d23d4311cf566eb1b15d93250f4606be4eb549) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> crucible 2022.05.25 Collecting legal info LICENSE: OK (sha256: d88514630470aec9fa7abdc990a1e0a8751a752321bffa868188c49009d64d59) >>> host-go 1.19.1 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-cryptsetup 2.5.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> empty 0.6.21b Collecting legal info COPYRIGHT: OK (sha256: f01dbe3c624084900b9df1393d9062518b2bc0487acd6a3300ebd6e71352d112) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> gauche 0.9.12 Collecting legal info COPYING: OK (sha256: bc09c643a05e14d7ea8264aa737c5c14d60a20911a0309e7b27da231bbb4525d) >>> host-gauche 0.9.12 Collecting legal info COPYING: OK (sha256: bc09c643a05e14d7ea8264aa737c5c14d60a20911a0309e7b27da231bbb4525d) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.3 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libqb 2.0.6 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libxmlrpc r3119 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> lldpd 1.0.9 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> memcached 1.6.16 Collecting legal info COPYING: OK (sha256: bc887c4ad8051fe690ace9528fe37a2e0bb362e6d963331d82e845ca9b585a0c) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> rtl_433 21.12 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> socat 1.7.4.3 Collecting legal info README: OK (sha256: 432aebfec164bedcaada7cdf2849e1f003fa00a91a0a1ed34d7cf4abe980f5fb) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: 18bda0db4e3c56cefdb1b9b01b7eada7764c0746f6321378c30d78f5ee81cfee) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.7 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) >>> swupdate 2022.05 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> wireless-regdb 2022.02.18 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> zsh 5.8.1 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> 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) Legal info produced in /home/autobuild/autobuild/instance-14/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot'