gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:3: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-16/output-1/host/bin PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/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-16/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-16/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-16/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-16/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-16/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-16/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-16/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-16/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%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-16/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-16/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-16/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-16/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-16/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-16/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-16/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-16/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-16/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-16/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-16/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-16/output-1/host/etc/meson/cross-compilation.conf rm -f /home/autobuild/autobuild/instance-16/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/autobuild/autobuild/instance-16/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/autobuild/autobuild/instance-16/output-1/host/bin/glib-compile-schemas /home/autobuild/autobuild/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/autobuild/autobuild/instance-16/output-1/target/usr/share/glib-2.0/schemas Warning: Schema ?org.gnome.crypto.pgp? has path ?/desktop/gnome/crypto/pgp/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. rm -f -r /home/autobuild/autobuild/instance-16/output-1/target/usr/share/openrc mkdir -p /home/autobuild/autobuild/instance-16/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-16/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-16/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-16/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-16/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-16/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-16/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-16/output-1/target/etc/shells ln -sf zsh /home/autobuild/autobuild/instance-16/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,zsh,' /home/autobuild/autobuild/instance-16/output-1/target/etc/passwd grep -qsE '^/bin/zsh$' /home/autobuild/autobuild/instance-16/output-1/target/etc/shells || echo "/bin/zsh" >> /home/autobuild/autobuild/instance-16/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/include /home/autobuild/autobuild/instance-16/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-16/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-16/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-16/output-1/target/usr/doc find /home/autobuild/autobuild/instance-16/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-16/output-1/target/lib/ /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-16/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-16/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/man /home/autobuild/autobuild/instance-16/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/info /home/autobuild/autobuild/instance-16/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/doc /home/autobuild/autobuild/instance-16/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-16/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-16/output-1/target/lib/debug /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-16/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-16/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-16/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-16/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-16/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-rc1-155-ge3c14de0df"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc3\"" \ ) > /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-16/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-16/output-1/per-package /home/autobuild/autobuild/instance-16/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-16/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_users_table.txt printf ' /var/empty d 755 root root - - - - -\n\n' > /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-16/output-1/images rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-16/output-1/target/ /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-16/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-16/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-16/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/autobuild/autobuild/instance-16/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/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-16/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" xz -9 -C crc32 -c -T 1 /home/autobuild/autobuild/instance-16/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-16/output-1/images/rootfs.ubifs.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-16/output-1/images rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-16/output-1/target/ /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-16/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-16/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-16/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-16/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/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-16/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-16/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-16/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3921 objects. stage 2: creating image '/home/autobuild/autobuild/instance-16/output-1/images/rootfs.yaffs2' [ ] 1/3921 0% [ ] 2/3921 0% [ ] 3/3921 0% [ ] 4/3921 0% [ ] 5/3921 0% [ ] 6/3921 0% [ ] 7/3921 0% [ ] 8/3921 0% [ ] 9/3921 0% [ ] 10/3921 0% [ ] 11/3921 0% [ ] 12/3921 0% [ ] 13/3921 0% [ ] 14/3921 0% [ ] 15/3921 0% [ ] 16/3921 0% [ ] 17/3921 0% [ ] 18/3921 0% [ ] 19/3921 0% [ ] 20/3921 0% [ ] 21/3921 0% [ ] 22/3921 0% [ ] 23/3921 0% [ ] 24/3921 0% [ ] 25/3921 0% [ ] 26/3921 0% [ ] 27/3921 0% [ ] 28/3921 0% [ ] 29/3921 0% [ ] 30/3921 0% [ ] 31/3921 0% [ ] 32/3921 0% [ ] 33/3921 0% [ ] 34/3921 0% [ ] 35/3921 0% [ ] 36/3921 0% [ ] 37/3921 0% [ ] 38/3921 0% [ ] 39/3921 0% [ ] 40/3921 1% [ ] 41/3921 1% [ ] 42/3921 1% [ ] 43/3921 1% [ ] 44/3921 1% [ ] 45/3921 1% [ ] 46/3921 1% [ ] 47/3921 1% [ ] 48/3921 1% [ ] 49/3921 1% [ ] 50/3921 1% [ ] 51/3921 1% [ ] 52/3921 1% [ ] 53/3921 1% [ ] 54/3921 1% [ ] 55/3921 1% [ ] 56/3921 1% [ ] 57/3921 1% [ ] 58/3921 1% [ ] 59/3921 1% [ ] 60/3921 1% [ ] 61/3921 1% [ ] 62/3921 1% [ ] 63/3921 1% [= ] 64/3921 1% [= ] 65/3921 1% [= ] 66/3921 1% [= ] 67/3921 1% [= ] 68/3921 1% [= ] 69/3921 1% [= ] 70/3921 1% [= ] 71/3921 1% [= ] 72/3921 1% [= ] 73/3921 1% [= ] 74/3921 1% [= ] 75/3921 1% [= ] 76/3921 1% [= ] 77/3921 1% [= ] 78/3921 1% [= ] 79/3921 2% [= ] 80/3921 2% [= ] 81/3921 2% [= ] 82/3921 2% [= ] 83/3921 2% [= ] 84/3921 2% [= ] 85/3921 2% [= ] 86/3921 2% [= ] 87/3921 2% [= ] 88/3921 2% [= ] 89/3921 2% [= ] 90/3921 2% [= ] 91/3921 2% [= ] 92/3921 2% [= ] 93/3921 2% [= ] 94/3921 2% [= ] 95/3921 2% [= ] 96/3921 2% [= ] 97/3921 2% [= ] 98/3921 2% [= ] 99/3921 2% [= ] 100/3921 2% [= ] 101/3921 2% [= ] 102/3921 2% [= ] 103/3921 2% [= ] 104/3921 2% [= ] 105/3921 2% [= ] 106/3921 2% [= ] 107/3921 2% [= ] 108/3921 2% [= ] 109/3921 2% [= ] 110/3921 2% [= ] 111/3921 2% [= ] 112/3921 2% [= ] 113/3921 2% [= ] 114/3921 2% [= ] 115/3921 2% [= ] 116/3921 2% [= ] 117/3921 2% [= ] 118/3921 3% [= ] 119/3921 3% [= ] 120/3921 3% [= ] 121/3921 3% [= ] 122/3921 3% [= ] 123/3921 3% [= ] 124/3921 3% [= ] 125/3921 3% [= ] 126/3921 3% [== ] 127/3921 3% [== ] 128/3921 3% [== ] 129/3921 3% [== ] 130/3921 3% [== ] 131/3921 3% [== ] 132/3921 3% [== ] 133/3921 3% [== ] 134/3921 3% [== ] 135/3921 3% [== ] 136/3921 3% [== ] 137/3921 3% [== ] 138/3921 3% [== ] 139/3921 3% [== ] 140/3921 3% [== ] 141/3921 3% [== ] 142/3921 3% [== ] 143/3921 3% [== ] 144/3921 3% [== ] 145/3921 3% [== ] 146/3921 3% [== ] 147/3921 3% [== ] 148/3921 3% [== ] 149/3921 3% [== ] 150/3921 3% [== ] 151/3921 3% [== ] 152/3921 3% [== ] 153/3921 3% [== ] 154/3921 3% [== ] 155/3921 3% [== ] 156/3921 3% [== ] 157/3921 4% [== ] 158/3921 4% [== ] 159/3921 4% [== ] 160/3921 4% [== ] 161/3921 4% [== ] 162/3921 4% [== ] 163/3921 4% [== ] 164/3921 4% [== ] 165/3921 4% [== ] 166/3921 4% [== ] 167/3921 4% [== ] 168/3921 4% [== ] 169/3921 4% [== ] 170/3921 4% [== ] 171/3921 4% [== ] 172/3921 4% [== ] 173/3921 4% [== ] 174/3921 4% [== ] 175/3921 4% [== ] 176/3921 4% [== ] 177/3921 4% [== ] 178/3921 4% [== ] 179/3921 4% [== ] 180/3921 4% [== ] 181/3921 4% [== ] 182/3921 4% [== ] 183/3921 4% [== ] 184/3921 4% [== ] 185/3921 4% [== ] 186/3921 4% [== ] 187/3921 4% [== ] 188/3921 4% [== ] 189/3921 4% [=== ] 190/3921 4% [=== ] 191/3921 4% [=== ] 192/3921 4% [=== ] 193/3921 4% [=== ] 194/3921 4% [=== ] 195/3921 4% [=== ] 196/3921 4% [=== ] 197/3921 5% [=== ] 198/3921 5% [=== ] 199/3921 5% [=== ] 200/3921 5% [=== ] 201/3921 5% [=== ] 202/3921 5% [=== ] 203/3921 5% [=== ] 204/3921 5% [=== ] 205/3921 5% [=== ] 206/3921 5% [=== ] 207/3921 5% [=== ] 208/3921 5% [=== ] 209/3921 5% [=== ] 210/3921 5% [=== ] 211/3921 5% [=== ] 212/3921 5% [=== ] 213/3921 5% [=== ] 214/3921 5% [=== ] 215/3921 5% [=== ] 216/3921 5% [=== ] 217/3921 5% [=== ] 218/3921 5% [=== ] 219/3921 5% [=== ] 220/3921 5% [=== ] 221/3921 5% [=== ] 222/3921 5% [=== ] 223/3921 5% [=== ] 224/3921 5% [=== ] 225/3921 5% [=== ] 226/3921 5% [=== ] 227/3921 5% [=== ] 228/3921 5% [=== ] 229/3921 5% [=== ] 230/3921 5% [=== ] 231/3921 5% [=== ] 232/3921 5% [=== ] 233/3921 5% [=== ] 234/3921 5% [=== ] 235/3921 5% [=== ] 236/3921 6% [=== ] 237/3921 6% [=== ] 238/3921 6% [=== ] 239/3921 6% [=== ] 240/3921 6% [=== ] 241/3921 6% [=== ] 242/3921 6% [=== ] 243/3921 6% [=== ] 244/3921 6% [=== ] 245/3921 6% [=== ] 246/3921 6% [=== ] 247/3921 6% [=== ] 248/3921 6% [=== ] 249/3921 6% [=== ] 250/3921 6% [=== ] 251/3921 6% [=== ] 252/3921 6% [==== ] 253/3921 6% [==== ] 254/3921 6% [==== ] 255/3921 6% [==== ] 256/3921 6% [==== ] 257/3921 6% [==== ] 258/3921 6% [==== ] 259/3921 6% [==== ] 260/3921 6% [==== ] 261/3921 6% [==== ] 262/3921 6% [==== ] 263/3921 6% [==== ] 264/3921 6% [==== ] 265/3921 6% [==== ] 266/3921 6% [==== ] 267/3921 6% [==== ] 268/3921 6% [==== ] 269/3921 6% [==== ] 270/3921 6% [==== ] 271/3921 6% [==== ] 272/3921 6% [==== ] 273/3921 6% [==== ] 274/3921 6% [==== ] 275/3921 7% [==== ] 276/3921 7% [==== ] 277/3921 7% [==== ] 278/3921 7% [==== ] 279/3921 7% [==== ] 280/3921 7% [==== ] 281/3921 7% [==== ] 282/3921 7% [==== ] 283/3921 7% [==== ] 284/3921 7% [==== ] 285/3921 7% [==== ] 286/3921 7% [==== ] 287/3921 7% [==== ] 288/3921 7% [==== ] 289/3921 7% [==== ] 290/3921 7% [==== ] 291/3921 7% [==== ] 292/3921 7% [==== ] 293/3921 7% [==== ] 294/3921 7% [==== ] 295/3921 7% [==== ] 296/3921 7% [==== ] 297/3921 7% [==== ] 298/3921 7% [==== ] 299/3921 7% [==== ] 300/3921 7% [==== ] 301/3921 7% [==== ] 302/3921 7% [==== ] 303/3921 7% [==== ] 304/3921 7% [==== ] 305/3921 7% [==== ] 306/3921 7% [==== ] 307/3921 7% [==== ] 308/3921 7% [==== ] 309/3921 7% [==== ] 310/3921 7% [==== ] 311/3921 7% [==== ] 312/3921 7% [==== ] 313/3921 7% [==== ] 314/3921 8% [==== ] 315/3921 8% [==== ] 316/3921 8% [===== ] 317/3921 8% [===== ] 318/3921 8% [===== ] 319/3921 8% [===== ] 320/3921 8% [===== ] 321/3921 8% [===== ] 322/3921 8% [===== ] 323/3921 8% [===== ] 324/3921 8% [===== ] 325/3921 8% [===== ] 326/3921 8% [===== ] 327/3921 8% [===== ] 328/3921 8% [===== ] 329/3921 8% [===== ] 330/3921 8% [===== ] 331/3921 8% [===== ] 332/3921 8% [===== ] 333/3921 8% [===== ] 334/3921 8% [===== ] 335/3921 8% [===== ] 336/3921 8% [===== ] 337/3921 8% [===== ] 338/3921 8% [===== ] 339/3921 8% [===== ] 340/3921 8% [===== ] 341/3921 8% [===== ] 342/3921 8% [===== ] 343/3921 8% [===== ] 344/3921 8% [===== ] 345/3921 8% [===== ] 346/3921 8% [===== ] 347/3921 8% [===== ] 348/3921 8% [===== ] 349/3921 8% [===== ] 350/3921 8% [===== ] 351/3921 8% [===== ] 352/3921 8% [===== ] 353/3921 9% [===== ] 354/3921 9% [===== ] 355/3921 9% [===== ] 356/3921 9% [===== ] 357/3921 9% [===== ] 358/3921 9% [===== ] 359/3921 9% [===== ] 360/3921 9% [===== ] 361/3921 9% [===== ] 362/3921 9% [===== ] 363/3921 9% [===== ] 364/3921 9% [===== ] 365/3921 9% [===== ] 366/3921 9% [===== ] 367/3921 9% [===== ] 368/3921 9% [===== ] 369/3921 9% [===== ] 370/3921 9% [===== ] 371/3921 9% [===== ] 372/3921 9% [===== ] 373/3921 9% [===== ] 374/3921 9% [===== ] 375/3921 9% [===== ] 376/3921 9% [===== ] 377/3921 9% [===== ] 378/3921 9% [===== ] 379/3921 9% [====== ] 380/3921 9% [====== ] 381/3921 9% [====== ] 382/3921 9% [====== ] 383/3921 9% [====== ] 384/3921 9% [====== ] 385/3921 9% [====== ] 386/3921 9% [====== ] 387/3921 9% [====== ] 388/3921 9% [====== ] 389/3921 9% [====== ] 390/3921 9% [====== ] 391/3921 9% [====== ] 392/3921 9% [====== ] 393/3921 10% [====== ] 394/3921 10% [====== ] 395/3921 10% [====== ] 396/3921 10% [====== ] 397/3921 10% [====== ] 398/3921 10% [====== ] 399/3921 10% [====== ] 400/3921 10% [====== ] 401/3921 10% [====== ] 402/3921 10% [====== ] 403/3921 10% [====== ] 404/3921 10% [====== ] 405/3921 10% [====== ] 406/3921 10% [====== ] 407/3921 10% [====== ] 408/3921 10% [====== ] 409/3921 10% [====== ] 410/3921 10% [====== ] 411/3921 10% [====== ] 412/3921 10% [====== ] 413/3921 10% [====== ] 414/3921 10% [====== ] 415/3921 10% [====== ] 416/3921 10% [====== ] 417/3921 10% [====== ] 418/3921 10% [====== ] 419/3921 10% [====== ] 420/3921 10% [====== ] 421/3921 10% [====== ] 422/3921 10% [====== ] 423/3921 10% [====== ] 424/3921 10% [====== ] 425/3921 10% [====== ] 426/3921 10% [====== ] 427/3921 10% [====== ] 428/3921 10% [====== ] 429/3921 10% [====== ] 430/3921 10% [====== ] 431/3921 10% [====== ] 432/3921 11% [====== ] 433/3921 11% [====== ] 434/3921 11% [====== ] 435/3921 11% [====== ] 436/3921 11% [====== ] 437/3921 11% [====== ] 438/3921 11% [====== ] 439/3921 11% [====== ] 440/3921 11% [====== ] 441/3921 11% [====== ] 442/3921 11% [======= ] 443/3921 11% [======= ] 444/3921 11% [======= ] 445/3921 11% [======= ] 446/3921 11% [======= ] 447/3921 11% [======= ] 448/3921 11% [======= ] 449/3921 11% [======= ] 450/3921 11% [======= ] 451/3921 11% [======= ] 452/3921 11% [======= ] 453/3921 11% [======= ] 454/3921 11% [======= ] 455/3921 11% [======= ] 456/3921 11% [======= ] 457/3921 11% [======= ] 458/3921 11% [======= ] 459/3921 11% [======= ] 460/3921 11% [======= ] 461/3921 11% [======= ] 462/3921 11% [======= ] 463/3921 11% [======= ] 464/3921 11% [======= ] 465/3921 11% [======= ] 466/3921 11% [======= ] 467/3921 11% [======= ] 468/3921 11% [======= ] 469/3921 11% [======= ] 470/3921 11% [======= ] 471/3921 12% [======= ] 472/3921 12% [======= ] 473/3921 12% [======= ] 474/3921 12% [======= ] 475/3921 12% [======= ] 476/3921 12% [======= ] 477/3921 12% [======= ] 478/3921 12% [======= ] 479/3921 12% [======= ] 480/3921 12% [======= ] 481/3921 12% [======= ] 482/3921 12% [======= ] 483/3921 12% [======= ] 484/3921 12% [======= ] 485/3921 12% [======= ] 486/3921 12% [======= ] 487/3921 12% [======= ] 488/3921 12% [======= ] 489/3921 12% [======= ] 490/3921 12% [======= ] 491/3921 12% [======= ] 492/3921 12% [======= ] 493/3921 12% [======= ] 494/3921 12% [======= ] 495/3921 12% [======= ] 496/3921 12% [======= ] 497/3921 12% [======= ] 498/3921 12% [======= ] 499/3921 12% [======= ] 500/3921 12% [======= ] 501/3921 12% [======= ] 502/3921 12% [======= ] 503/3921 12% [======= ] 504/3921 12% [======= ] 505/3921 12% [======== ] 506/3921 12% [======== ] 507/3921 12% [======== ] 508/3921 12% [======== ] 509/3921 12% [======== ] 510/3921 13% [======== ] 511/3921 13% [======== ] 512/3921 13% [======== ] 513/3921 13% [======== ] 514/3921 13% [======== ] 515/3921 13% [======== ] 516/3921 13% [======== ] 517/3921 13% [======== ] 518/3921 13% [======== ] 519/3921 13% [======== ] 520/3921 13% [======== ] 521/3921 13% [======== ] 522/3921 13% [======== ] 523/3921 13% [======== ] 524/3921 13% [======== ] 525/3921 13% [======== ] 526/3921 13% [======== ] 527/3921 13% [======== ] 528/3921 13% [======== ] 529/3921 13% [======== ] 530/3921 13% [======== ] 531/3921 13% [======== ] 532/3921 13% [======== ] 533/3921 13% [======== ] 534/3921 13% [======== ] 535/3921 13% [======== ] 536/3921 13% [======== ] 537/3921 13% [======== ] 538/3921 13% [======== ] 539/3921 13% [======== ] 540/3921 13% [======== ] 541/3921 13% [======== ] 542/3921 13% [======== ] 543/3921 13% [======== ] 544/3921 13% [======== ] 545/3921 13% [======== ] 546/3921 13% [======== ] 547/3921 13% [======== ] 548/3921 13% [======== ] 549/3921 14% [======== ] 550/3921 14% [======== ] 551/3921 14% [======== ] 552/3921 14% [======== ] 553/3921 14% [======== ] 554/3921 14% [======== ] 555/3921 14% [======== ] 556/3921 14% [======== ] 557/3921 14% [======== ] 558/3921 14% [======== ] 559/3921 14% [======== ] 560/3921 14% [======== ] 561/3921 14% [======== ] 562/3921 14% [======== ] 563/3921 14% [======== ] 564/3921 14% [======== ] 565/3921 14% [======== ] 566/3921 14% [======== ] 567/3921 14% [======== ] 568/3921 14% [======== ] 569/3921 14% [========= ] 570/3921 14% [========= ] 571/3921 14% [========= ] 572/3921 14% [========= ] 573/3921 14% [========= ] 574/3921 14% [========= ] 575/3921 14% [========= ] 576/3921 14% [========= ] 577/3921 14% [========= ] 578/3921 14% [========= ] 579/3921 14% [========= ] 580/3921 14% [========= ] 581/3921 14% [========= ] 582/3921 14% [========= ] 583/3921 14% [========= ] 584/3921 14% [========= ] 585/3921 14% [========= ] 586/3921 14% [========= ] 587/3921 14% [========= ] 588/3921 14% [========= ] 589/3921 15% [========= ] 590/3921 15% [========= ] 591/3921 15% [========= ] 592/3921 15% [========= ] 593/3921 15% [========= ] 594/3921 15% [========= ] 595/3921 15% [========= ] 596/3921 15% [========= ] 597/3921 15% [========= ] 598/3921 15% [========= ] 599/3921 15% [========= ] 600/3921 15% [========= ] 601/3921 15% [========= ] 602/3921 15% [========= ] 603/3921 15% [========= ] 604/3921 15% [========= ] 605/3921 15% [========= ] 606/3921 15% [========= ] 607/3921 15% [========= ] 608/3921 15% [========= ] 609/3921 15% [========= ] 610/3921 15% [========= ] 611/3921 15% [========= ] 612/3921 15% [========= ] 613/3921 15% [========= ] 614/3921 15% [========= ] 615/3921 15% [========= ] 616/3921 15% [========= ] 617/3921 15% [========= ] 618/3921 15% [========= ] 619/3921 15% [========= ] 620/3921 15% [========= ] 621/3921 15% [========= ] 622/3921 15% [========= ] 623/3921 15% [========= ] 624/3921 15% [========= ] 625/3921 15% [========= ] 626/3921 15% [========= ] 627/3921 15% [========= ] 628/3921 16% [========= ] 629/3921 16% [========= ] 630/3921 16% [========= ] 631/3921 16% [========= ] 632/3921 16% [========== ] 633/3921 16% [========== ] 634/3921 16% [========== ] 635/3921 16% [========== ] 636/3921 16% [========== ] 637/3921 16% [========== ] 638/3921 16% [========== ] 639/3921 16% [========== ] 640/3921 16% [========== ] 641/3921 16% [========== ] 642/3921 16% [========== ] 643/3921 16% [========== ] 644/3921 16% [========== ] 645/3921 16% [========== ] 646/3921 16% [========== ] 647/3921 16% [========== ] 648/3921 16% [========== ] 649/3921 16% [========== ] 650/3921 16% [========== ] 651/3921 16% [========== ] 652/3921 16% [========== ] 653/3921 16% [========== ] 654/3921 16% [========== ] 655/3921 16% [========== ] 656/3921 16% [========== ] 657/3921 16% [========== ] 658/3921 16% [========== ] 659/3921 16% [========== ] 660/3921 16% [========== ] 661/3921 16% [========== ] 662/3921 16% [========== ] 663/3921 16% [========== ] 664/3921 16% [========== ] 665/3921 16% [========== ] 666/3921 16% [========== ] 667/3921 17% [========== ] 668/3921 17% [========== ] 669/3921 17% [========== ] 670/3921 17% [========== ] 671/3921 17% [========== ] 672/3921 17% [========== ] 673/3921 17% [========== ] 674/3921 17% [========== ] 675/3921 17% [========== ] 676/3921 17% [========== ] 677/3921 17% [========== ] 678/3921 17% [========== ] 679/3921 17% [========== ] 680/3921 17% [========== ] 681/3921 17% [========== ] 682/3921 17% [========== ] 683/3921 17% [========== ] 684/3921 17% [========== ] 685/3921 17% [========== ] 686/3921 17% [========== ] 687/3921 17% [========== ] 688/3921 17% [========== ] 689/3921 17% [========== ] 690/3921 17% [========== ] 691/3921 17% [========== ] 692/3921 17% [========== ] 693/3921 17% [========== ] 694/3921 17% [========== ] 695/3921 17% [=========== ] 696/3921 17% [=========== ] 697/3921 17% [=========== ] 698/3921 17% [=========== ] 699/3921 17% [=========== ] 700/3921 17% [=========== ] 701/3921 17% [=========== ] 702/3921 17% [=========== ] 703/3921 17% [=========== ] 704/3921 17% [=========== ] 705/3921 17% [=========== ] 706/3921 18% [=========== ] 707/3921 18% [=========== ] 708/3921 18% [=========== ] 709/3921 18% [=========== ] 710/3921 18% [=========== ] 711/3921 18% [=========== ] 712/3921 18% [=========== ] 713/3921 18% [=========== ] 714/3921 18% [=========== ] 715/3921 18% [=========== ] 716/3921 18% [=========== ] 717/3921 18% [=========== ] 718/3921 18% [=========== ] 719/3921 18% [=========== ] 720/3921 18% [=========== ] 721/3921 18% [=========== ] 722/3921 18% [=========== ] 723/3921 18% [=========== ] 724/3921 18% [=========== ] 725/3921 18% [=========== ] 726/3921 18% [=========== ] 727/3921 18% [=========== ] 728/3921 18% [=========== ] 729/3921 18% [=========== ] 730/3921 18% [=========== ] 731/3921 18% [=========== ] 732/3921 18% [=========== ] 733/3921 18% [=========== ] 734/3921 18% [=========== ] 735/3921 18% [=========== ] 736/3921 18% [=========== ] 737/3921 18% [=========== ] 738/3921 18% [=========== ] 739/3921 18% [=========== ] 740/3921 18% [=========== ] 741/3921 18% [=========== ] 742/3921 18% [=========== ] 743/3921 18% [=========== ] 744/3921 18% [=========== ] 745/3921 19% [=========== ] 746/3921 19% [=========== ] 747/3921 19% [=========== ] 748/3921 19% [=========== ] 749/3921 19% [=========== ] 750/3921 19% [=========== ] 751/3921 19% [=========== ] 752/3921 19% [=========== ] 753/3921 19% [=========== ] 754/3921 19% [=========== ] 755/3921 19% [=========== ] 756/3921 19% [=========== ] 757/3921 19% [=========== ] 758/3921 19% [============ ] 759/3921 19% [============ ] 760/3921 19% [============ ] 761/3921 19% [============ ] 762/3921 19% [============ ] 763/3921 19% [============ ] 764/3921 19% [============ ] 765/3921 19% [============ ] 766/3921 19% [============ ] 767/3921 19% [============ ] 768/3921 19% [============ ] 769/3921 19% [============ ] 770/3921 19% [============ ] 771/3921 19% [============ ] 772/3921 19% [============ ] 773/3921 19% [============ ] 774/3921 19% [============ ] 775/3921 19% [============ ] 776/3921 19% [============ ] 777/3921 19% [============ ] 778/3921 19% [============ ] 779/3921 19% [============ ] 780/3921 19% [============ ] 781/3921 19% [============ ] 782/3921 19% [============ ] 783/3921 19% [============ ] 784/3921 19% [============ ] 785/3921 20% [============ ] 786/3921 20% [============ ] 787/3921 20% [============ ] 788/3921 20% [============ ] 789/3921 20% [============ ] 790/3921 20% [============ ] 791/3921 20% [============ ] 792/3921 20% [============ ] 793/3921 20% [============ ] 794/3921 20% [============ ] 795/3921 20% [============ ] 796/3921 20% [============ ] 797/3921 20% [============ ] 798/3921 20% [============ ] 799/3921 20% [============ ] 800/3921 20% [============ ] 801/3921 20% [============ ] 802/3921 20% [============ ] 803/3921 20% [============ ] 804/3921 20% [============ ] 805/3921 20% [============ ] 806/3921 20% [============ ] 807/3921 20% [============ ] 808/3921 20% [============ ] 809/3921 20% [============ ] 810/3921 20% [============ ] 811/3921 20% [============ ] 812/3921 20% [============ ] 813/3921 20% [============ ] 814/3921 20% [============ ] 815/3921 20% [============ ] 816/3921 20% [============ ] 817/3921 20% [============ ] 818/3921 20% [============ ] 819/3921 20% [============ ] 820/3921 20% [============ ] 821/3921 20% [============ ] 822/3921 20% [============= ] 823/3921 20% [============= ] 824/3921 21% [============= ] 825/3921 21% [============= ] 826/3921 21% [============= ] 827/3921 21% [============= ] 828/3921 21% [============= ] 829/3921 21% [============= ] 830/3921 21% [============= ] 831/3921 21% [============= ] 832/3921 21% [============= ] 833/3921 21% [============= ] 834/3921 21% [============= ] 835/3921 21% [============= ] 836/3921 21% [============= ] 837/3921 21% [============= ] 838/3921 21% [============= ] 839/3921 21% [============= ] 840/3921 21% [============= ] 841/3921 21% [============= ] 842/3921 21% [============= ] 843/3921 21% [============= ] 844/3921 21% [============= ] 845/3921 21% [============= ] 846/3921 21% [============= ] 847/3921 21% [============= ] 848/3921 21% [============= ] 849/3921 21% [============= ] 850/3921 21% [============= ] 851/3921 21% [============= ] 852/3921 21% [============= ] 853/3921 21% [============= ] 854/3921 21% [============= ] 855/3921 21% [============= ] 856/3921 21% [============= ] 857/3921 21% [============= ] 858/3921 21% [============= ] 859/3921 21% [============= ] 860/3921 21% [============= ] 861/3921 21% [============= ] 862/3921 21% [============= ] 863/3921 22% [============= ] 864/3921 22% [============= ] 865/3921 22% [============= ] 866/3921 22% [============= ] 867/3921 22% [============= ] 868/3921 22% [============= ] 869/3921 22% [============= ] 870/3921 22% [============= ] 871/3921 22% [============= ] 872/3921 22% [============= ] 873/3921 22% [============= ] 874/3921 22% [============= ] 875/3921 22% [============= ] 876/3921 22% [============= ] 877/3921 22% [============= ] 878/3921 22% [============= ] 879/3921 22% [============= ] 880/3921 22% [============= ] 881/3921 22% [============= ] 882/3921 22% [============= ] 883/3921 22% [============= ] 884/3921 22% [============= ] 885/3921 22% [============== ] 886/3921 22% [============== ] 887/3921 22% [============== ] 888/3921 22% [============== ] 889/3921 22% [============== ] 890/3921 22% [============== ] 891/3921 22% [============== ] 892/3921 22% [============== ] 893/3921 22% [============== ] 894/3921 22% [============== ] 895/3921 22% [============== ] 896/3921 22% [============== ] 897/3921 22% [============== ] 898/3921 22% [============== ] 899/3921 22% [============== ] 900/3921 22% [============== ] 901/3921 22% [============== ] 902/3921 23% [============== ] 903/3921 23% [============== ] 904/3921 23% [============== ] 905/3921 23% [============== ] 906/3921 23% [============== ] 907/3921 23% [============== ] 908/3921 23% [============== ] 909/3921 23% [============== ] 910/3921 23% [============== ] 911/3921 23% [============== ] 912/3921 23% [============== ] 913/3921 23% [============== ] 914/3921 23% [============== ] 915/3921 23% [============== ] 916/3921 23% [============== ] 917/3921 23% [============== ] 918/3921 23% [============== ] 919/3921 23% [============== ] 920/3921 23% [============== ] 921/3921 23% [============== ] 922/3921 23% [============== ] 923/3921 23% [============== ] 924/3921 23% [============== ] 925/3921 23% [============== ] 926/3921 23% [============== ] 927/3921 23% [============== ] 928/3921 23% [============== ] 929/3921 23% [============== ] 930/3921 23% [============== ] 931/3921 23% [============== ] 932/3921 23% [============== ] 933/3921 23% [============== ] 934/3921 23% [============== ] 935/3921 23% [============== ] 936/3921 23% [============== ] 937/3921 23% [============== ] 938/3921 23% [============== ] 939/3921 23% [============== ] 940/3921 23% [============== ] 941/3921 23% [============== ] 942/3921 24% [============== ] 943/3921 24% [============== ] 944/3921 24% [============== ] 945/3921 24% [============== ] 946/3921 24% [============== ] 947/3921 24% [============== ] 948/3921 24% [=============== ] 949/3921 24% [=============== ] 950/3921 24% [=============== ] 951/3921 24% [=============== ] 952/3921 24% [=============== ] 953/3921 24% [=============== ] 954/3921 24% [=============== ] 955/3921 24% [=============== ] 956/3921 24% [=============== ] 957/3921 24% [=============== ] 958/3921 24% [=============== ] 959/3921 24% [=============== ] 960/3921 24% [=============== ] 961/3921 24% [=============== ] 962/3921 24% [=============== ] 963/3921 24% [=============== ] 964/3921 24% [=============== ] 965/3921 24% [=============== ] 966/3921 24% [=============== ] 967/3921 24% [=============== ] 968/3921 24% [=============== ] 969/3921 24% [=============== ] 970/3921 24% [=============== ] 971/3921 24% [=============== ] 972/3921 24% [=============== ] 973/3921 24% [=============== ] 974/3921 24% [=============== ] 975/3921 24% [=============== ] 976/3921 24% [=============== ] 977/3921 24% [=============== ] 978/3921 24% [=============== ] 979/3921 24% [=============== ] 980/3921 24% [=============== ] 981/3921 25% [=============== ] 982/3921 25% [=============== ] 983/3921 25% [=============== ] 984/3921 25% [=============== ] 985/3921 25% [=============== ] 986/3921 25% [=============== ] 987/3921 25% [=============== ] 988/3921 25% [=============== ] 989/3921 25% [=============== ] 990/3921 25% [=============== ] 991/3921 25% [=============== ] 992/3921 25% [=============== ] 993/3921 25% [=============== ] 994/3921 25% [=============== ] 995/3921 25% [=============== ] 996/3921 25% [=============== ] 997/3921 25% [=============== ] 998/3921 25% [=============== ] 999/3921 25% [=============== ] 1000/3921 25% [=============== ] 1001/3921 25% [=============== ] 1002/3921 25% [=============== ] 1003/3921 25% [=============== ] 1004/3921 25% [=============== ] 1005/3921 25% [=============== ] 1006/3921 25% [=============== ] 1007/3921 25% [=============== ] 1008/3921 25% [=============== ] 1009/3921 25% [=============== ] 1010/3921 25% [=============== ] 1011/3921 25% [================ ] 1012/3921 25% [================ ] 1013/3921 25% [================ ] 1014/3921 25% [================ ] 1015/3921 25% [================ ] 1016/3921 25% [================ ] 1017/3921 25% [================ ] 1018/3921 25% [================ ] 1019/3921 25% [================ ] 1020/3921 26% [================ ] 1021/3921 26% [================ ] 1022/3921 26% [================ ] 1023/3921 26% [================ ] 1024/3921 26% [================ ] 1025/3921 26% [================ ] 1026/3921 26% [================ ] 1027/3921 26% [================ ] 1028/3921 26% [================ ] 1029/3921 26% [================ ] 1030/3921 26% [================ ] 1031/3921 26% [================ ] 1032/3921 26% [================ ] 1033/3921 26% [================ ] 1034/3921 26% [================ ] 1035/3921 26% [================ ] 1036/3921 26% [================ ] 1037/3921 26% [================ ] 1038/3921 26% [================ ] 1039/3921 26% [================ ] 1040/3921 26% [================ ] 1041/3921 26% [================ ] 1042/3921 26% [================ ] 1043/3921 26% [================ ] 1044/3921 26% [================ ] 1045/3921 26% [================ ] 1046/3921 26% [================ ] 1047/3921 26% [================ ] 1048/3921 26% [================ ] 1049/3921 26% [================ ] 1050/3921 26% [================ ] 1051/3921 26% [================ ] 1052/3921 26% [================ ] 1053/3921 26% [================ ] 1054/3921 26% [================ ] 1055/3921 26% [================ ] 1056/3921 26% [================ ] 1057/3921 26% [================ ] 1058/3921 26% [================ ] 1059/3921 27% [================ ] 1060/3921 27% [================ ] 1061/3921 27% [================ ] 1062/3921 27% [================ ] 1063/3921 27% [================ ] 1064/3921 27% [================ ] 1065/3921 27% [================ ] 1066/3921 27% [================ ] 1067/3921 27% [================ ] 1068/3921 27% [================ ] 1069/3921 27% [================ ] 1070/3921 27% [================ ] 1071/3921 27% [================ ] 1072/3921 27% [================ ] 1073/3921 27% [================ ] 1074/3921 27% [================ ] 1075/3921 27% [================= ] 1076/3921 27% [================= ] 1077/3921 27% [================= ] 1078/3921 27% [================= ] 1079/3921 27% [================= ] 1080/3921 27% [================= ] 1081/3921 27% [================= ] 1082/3921 27% [================= ] 1083/3921 27% [================= ] 1084/3921 27% [================= ] 1085/3921 27% [================= ] 1086/3921 27% [================= ] 1087/3921 27% [================= ] 1088/3921 27% [================= ] 1089/3921 27% [================= ] 1090/3921 27% [================= ] 1091/3921 27% [================= ] 1092/3921 27% [================= ] 1093/3921 27% [================= ] 1094/3921 27% [================= ] 1095/3921 27% [================= ] 1096/3921 27% [================= ] 1097/3921 27% [================= ] 1098/3921 28% [================= ] 1099/3921 28% [================= ] 1100/3921 28% [================= ] 1101/3921 28% [================= ] 1102/3921 28% [================= ] 1103/3921 28% [================= ] 1104/3921 28% [================= ] 1105/3921 28% [================= ] 1106/3921 28% [================= ] 1107/3921 28% [================= ] 1108/3921 28% [================= ] 1109/3921 28% [================= ] 1110/3921 28% [================= ] 1111/3921 28% [================= ] 1112/3921 28% [================= ] 1113/3921 28% [================= ] 1114/3921 28% [================= ] 1115/3921 28% [================= ] 1116/3921 28% [================= ] 1117/3921 28% [================= ] 1118/3921 28% [================= ] 1119/3921 28% [================= ] 1120/3921 28% [================= ] 1121/3921 28% [================= ] 1122/3921 28% [================= ] 1123/3921 28% [================= ] 1124/3921 28% [================= ] 1125/3921 28% [================= ] 1126/3921 28% [================= ] 1127/3921 28% [================= ] 1128/3921 28% [================= ] 1129/3921 28% [================= ] 1130/3921 28% [================= ] 1131/3921 28% [================= ] 1132/3921 28% [================= ] 1133/3921 28% [================= ] 1134/3921 28% [================= ] 1135/3921 28% [================= ] 1136/3921 28% [================= ] 1137/3921 28% [================= ] 1138/3921 29% [================== ] 1139/3921 29% [================== ] 1140/3921 29% [================== ] 1141/3921 29% [================== ] 1142/3921 29% [================== ] 1143/3921 29% [================== ] 1144/3921 29% [================== ] 1145/3921 29% [================== ] 1146/3921 29% [================== ] 1147/3921 29% [================== ] 1148/3921 29% [================== ] 1149/3921 29% [================== ] 1150/3921 29% [================== ] 1151/3921 29% [================== ] 1152/3921 29% [================== ] 1153/3921 29% [================== ] 1154/3921 29% [================== ] 1155/3921 29% [================== ] 1156/3921 29% [================== ] 1157/3921 29% [================== ] 1158/3921 29% [================== ] 1159/3921 29% [================== ] 1160/3921 29% [================== ] 1161/3921 29% [================== ] 1162/3921 29% [================== ] 1163/3921 29% [================== ] 1164/3921 29% [================== ] 1165/3921 29% [================== ] 1166/3921 29% [================== ] 1167/3921 29% [================== ] 1168/3921 29% [================== ] 1169/3921 29% [================== ] 1170/3921 29% [================== ] 1171/3921 29% [================== ] 1172/3921 29% [================== ] 1173/3921 29% [================== ] 1174/3921 29% [================== ] 1175/3921 29% [================== ] 1176/3921 29% [================== ] 1177/3921 30% [================== ] 1178/3921 30% [================== ] 1179/3921 30% [================== ] 1180/3921 30% [================== ] 1181/3921 30% [================== ] 1182/3921 30% [================== ] 1183/3921 30% [================== ] 1184/3921 30% [================== ] 1185/3921 30% [================== ] 1186/3921 30% [================== ] 1187/3921 30% [================== ] 1188/3921 30% [================== ] 1189/3921 30% [================== ] 1190/3921 30% [================== ] 1191/3921 30% [================== ] 1192/3921 30% [================== ] 1193/3921 30% [================== ] 1194/3921 30% [================== ] 1195/3921 30% [================== ] 1196/3921 30% [================== ] 1197/3921 30% [================== ] 1198/3921 30% [================== ] 1199/3921 30% [================== ] 1200/3921 30% [================== ] 1201/3921 30% [=================== ] 1202/3921 30% [=================== ] 1203/3921 30% [=================== ] 1204/3921 30% [=================== ] 1205/3921 30% [=================== ] 1206/3921 30% [=================== ] 1207/3921 30% [=================== ] 1208/3921 30% [=================== ] 1209/3921 30% [=================== ] 1210/3921 30% [=================== ] 1211/3921 30% [=================== ] 1212/3921 30% [=================== ] 1213/3921 30% [=================== ] 1214/3921 30% [=================== ] 1215/3921 30% [=================== ] 1216/3921 31% [=================== ] 1217/3921 31% [=================== ] 1218/3921 31% [=================== ] 1219/3921 31% [=================== ] 1220/3921 31% [=================== ] 1221/3921 31% [=================== ] 1222/3921 31% [=================== ] 1223/3921 31% [=================== ] 1224/3921 31% [=================== ] 1225/3921 31% [=================== ] 1226/3921 31% [=================== ] 1227/3921 31% [=================== ] 1228/3921 31% [=================== ] 1229/3921 31% [=================== ] 1230/3921 31% [=================== ] 1231/3921 31% [=================== ] 1232/3921 31% [=================== ] 1233/3921 31% [=================== ] 1234/3921 31% [=================== ] 1235/3921 31% [=================== ] 1236/3921 31% [=================== ] 1237/3921 31% [=================== ] 1238/3921 31% [=================== ] 1239/3921 31% [=================== ] 1240/3921 31% [=================== ] 1241/3921 31% [=================== ] 1242/3921 31% [=================== ] 1243/3921 31% [=================== ] 1244/3921 31% [=================== ] 1245/3921 31% [=================== ] 1246/3921 31% [=================== ] 1247/3921 31% [=================== ] 1248/3921 31% [=================== ] 1249/3921 31% [=================== ] 1250/3921 31% [=================== ] 1251/3921 31% [=================== ] 1252/3921 31% [=================== ] 1253/3921 31% [=================== ] 1254/3921 31% [=================== ] 1255/3921 32% [=================== ] 1256/3921 32% [=================== ] 1257/3921 32% [=================== ] 1258/3921 32% [=================== ] 1259/3921 32% [=================== ] 1260/3921 32% [=================== ] 1261/3921 32% [=================== ] 1262/3921 32% [=================== ] 1263/3921 32% [=================== ] 1264/3921 32% [==================== ] 1265/3921 32% [==================== ] 1266/3921 32% [==================== ] 1267/3921 32% [==================== ] 1268/3921 32% [==================== ] 1269/3921 32% [==================== ] 1270/3921 32% [==================== ] 1271/3921 32% [==================== ] 1272/3921 32% [==================== ] 1273/3921 32% [==================== ] 1274/3921 32% [==================== ] 1275/3921 32% [==================== ] 1276/3921 32% [==================== ] 1277/3921 32% [==================== ] 1278/3921 32% [==================== ] 1279/3921 32% [==================== ] 1280/3921 32% [==================== ] 1281/3921 32% [==================== ] 1282/3921 32% [==================== ] 1283/3921 32% [==================== ] 1284/3921 32% [==================== ] 1285/3921 32% [==================== ] 1286/3921 32% [==================== ] 1287/3921 32% [==================== ] 1288/3921 32% [==================== ] 1289/3921 32% [==================== ] 1290/3921 32% [==================== ] 1291/3921 32% [==================== ] 1292/3921 32% [==================== ] 1293/3921 32% [==================== ] 1294/3921 33% [==================== ] 1295/3921 33% [==================== ] 1296/3921 33% [==================== ] 1297/3921 33% [==================== ] 1298/3921 33% [==================== ] 1299/3921 33% [==================== ] 1300/3921 33% [==================== ] 1301/3921 33% [==================== ] 1302/3921 33% [==================== ] 1303/3921 33% [==================== ] 1304/3921 33% [==================== ] 1305/3921 33% [==================== ] 1306/3921 33% [==================== ] 1307/3921 33% [==================== ] 1308/3921 33% [==================== ] 1309/3921 33% [==================== ] 1310/3921 33% [==================== ] 1311/3921 33% [==================== ] 1312/3921 33% [==================== ] 1313/3921 33% [==================== ] 1314/3921 33% [==================== ] 1315/3921 33% [==================== ] 1316/3921 33% [==================== ] 1317/3921 33% [==================== ] 1318/3921 33% [==================== ] 1319/3921 33% [==================== ] 1320/3921 33% [==================== ] 1321/3921 33% [==================== ] 1322/3921 33% [==================== ] 1323/3921 33% [==================== ] 1324/3921 33% [==================== ] 1325/3921 33% [==================== ] 1326/3921 33% [==================== ] 1327/3921 33% [==================== ] 1328/3921 33% [===================== ] 1329/3921 33% [===================== ] 1330/3921 33% [===================== ] 1331/3921 33% [===================== ] 1332/3921 33% [===================== ] 1333/3921 33% [===================== ] 1334/3921 34% [===================== ] 1335/3921 34% [===================== ] 1336/3921 34% [===================== ] 1337/3921 34% [===================== ] 1338/3921 34% [===================== ] 1339/3921 34% [===================== ] 1340/3921 34% [===================== ] 1341/3921 34% [===================== ] 1342/3921 34% [===================== ] 1343/3921 34% [===================== ] 1344/3921 34% [===================== ] 1345/3921 34% [===================== ] 1346/3921 34% [===================== ] 1347/3921 34% [===================== ] 1348/3921 34% [===================== ] 1349/3921 34% [===================== ] 1350/3921 34% [===================== ] 1351/3921 34% [===================== ] 1352/3921 34% [===================== ] 1353/3921 34% [===================== ] 1354/3921 34% [===================== ] 1355/3921 34% [===================== ] 1356/3921 34% [===================== ] 1357/3921 34% [===================== ] 1358/3921 34% [===================== ] 1359/3921 34% [===================== ] 1360/3921 34% [===================== ] 1361/3921 34% [===================== ] 1362/3921 34% [===================== ] 1363/3921 34% [===================== ] 1364/3921 34% [===================== ] 1365/3921 34% [===================== ] 1366/3921 34% [===================== ] 1367/3921 34% [===================== ] 1368/3921 34% [===================== ] 1369/3921 34% [===================== ] 1370/3921 34% [===================== ] 1371/3921 34% [===================== ] 1372/3921 34% [===================== ] 1373/3921 35% [===================== ] 1374/3921 35% [===================== ] 1375/3921 35% [===================== ] 1376/3921 35% [===================== ] 1377/3921 35% [===================== ] 1378/3921 35% [===================== ] 1379/3921 35% [===================== ] 1380/3921 35% [===================== ] 1381/3921 35% [===================== ] 1382/3921 35% [===================== ] 1383/3921 35% [===================== ] 1384/3921 35% [===================== ] 1385/3921 35% [===================== ] 1386/3921 35% [===================== ] 1387/3921 35% [===================== ] 1388/3921 35% [===================== ] 1389/3921 35% [===================== ] 1390/3921 35% [===================== ] 1391/3921 35% [====================== ] 1392/3921 35% [====================== ] 1393/3921 35% [====================== ] 1394/3921 35% [====================== ] 1395/3921 35% [====================== ] 1396/3921 35% [====================== ] 1397/3921 35% [====================== ] 1398/3921 35% [====================== ] 1399/3921 35% [====================== ] 1400/3921 35% [====================== ] 1401/3921 35% [====================== ] 1402/3921 35% [====================== ] 1403/3921 35% [====================== ] 1404/3921 35% [====================== ] 1405/3921 35% [====================== ] 1406/3921 35% [====================== ] 1407/3921 35% [====================== ] 1408/3921 35% [====================== ] 1409/3921 35% [====================== ] 1410/3921 35% [====================== ] 1411/3921 35% [====================== ] 1412/3921 36% [====================== ] 1413/3921 36% [====================== ] 1414/3921 36% [====================== ] 1415/3921 36% [====================== ] 1416/3921 36% [====================== ] 1417/3921 36% [====================== ] 1418/3921 36% [====================== ] 1419/3921 36% [====================== ] 1420/3921 36% [====================== ] 1421/3921 36% [====================== ] 1422/3921 36% [====================== ] 1423/3921 36% [====================== ] 1424/3921 36% [====================== ] 1425/3921 36% [====================== ] 1426/3921 36% [====================== ] 1427/3921 36% [====================== ] 1428/3921 36% [====================== ] 1429/3921 36% [====================== ] 1430/3921 36% [====================== ] 1431/3921 36% [====================== ] 1432/3921 36% [====================== ] 1433/3921 36% [====================== ] 1434/3921 36% [====================== ] 1435/3921 36% [====================== ] 1436/3921 36% [====================== ] 1437/3921 36% [====================== ] 1438/3921 36% [====================== ] 1439/3921 36% [====================== ] 1440/3921 36% [====================== ] 1441/3921 36% [====================== ] 1442/3921 36% [====================== ] 1443/3921 36% [====================== ] 1444/3921 36% [====================== ] 1445/3921 36% [====================== ] 1446/3921 36% [====================== ] 1447/3921 36% [====================== ] 1448/3921 36% [====================== ] 1449/3921 36% [====================== ] 1450/3921 36% [====================== ] 1451/3921 37% [====================== ] 1452/3921 37% [====================== ] 1453/3921 37% [====================== ] 1454/3921 37% [======================= ] 1455/3921 37% [======================= ] 1456/3921 37% [======================= ] 1457/3921 37% [======================= ] 1458/3921 37% [======================= ] 1459/3921 37% [======================= ] 1460/3921 37% [======================= ] 1461/3921 37% [======================= ] 1462/3921 37% [======================= ] 1463/3921 37% [======================= ] 1464/3921 37% [======================= ] 1465/3921 37% [======================= ] 1466/3921 37% [======================= ] 1467/3921 37% [======================= ] 1468/3921 37% [======================= ] 1469/3921 37% [======================= ] 1470/3921 37% [======================= ] 1471/3921 37% [======================= ] 1472/3921 37% [======================= ] 1473/3921 37% [======================= ] 1474/3921 37% [======================= ] 1475/3921 37% [======================= ] 1476/3921 37% [======================= ] 1477/3921 37% [======================= ] 1478/3921 37% [======================= ] 1479/3921 37% [======================= ] 1480/3921 37% [======================= ] 1481/3921 37% [======================= ] 1482/3921 37% [======================= ] 1483/3921 37% [======================= ] 1484/3921 37% [======================= ] 1485/3921 37% [======================= ] 1486/3921 37% [======================= ] 1487/3921 37% [======================= ] 1488/3921 37% [======================= ] 1489/3921 37% [======================= ] 1490/3921 38% [======================= ] 1491/3921 38% [======================= ] 1492/3921 38% [======================= ] 1493/3921 38% [======================= ] 1494/3921 38% [======================= ] 1495/3921 38% [======================= ] 1496/3921 38% [======================= ] 1497/3921 38% [======================= ] 1498/3921 38% [======================= ] 1499/3921 38% [======================= ] 1500/3921 38% [======================= ] 1501/3921 38% [======================= ] 1502/3921 38% [======================= ] 1503/3921 38% [======================= ] 1504/3921 38% [======================= ] 1505/3921 38% [======================= ] 1506/3921 38% [======================= ] 1507/3921 38% [======================= ] 1508/3921 38% [======================= ] 1509/3921 38% [======================= ] 1510/3921 38% [======================= ] 1511/3921 38% [======================= ] 1512/3921 38% [======================= ] 1513/3921 38% [======================= ] 1514/3921 38% [======================= ] 1515/3921 38% [======================= ] 1516/3921 38% [======================= ] 1517/3921 38% [======================== ] 1518/3921 38% [======================== ] 1519/3921 38% [======================== ] 1520/3921 38% [======================== ] 1521/3921 38% [======================== ] 1522/3921 38% [======================== ] 1523/3921 38% [======================== ] 1524/3921 38% [======================== ] 1525/3921 38% [======================== ] 1526/3921 38% [======================== ] 1527/3921 38% [======================== ] 1528/3921 38% [======================== ] 1529/3921 38% [======================== ] 1530/3921 39% [======================== ] 1531/3921 39% [======================== ] 1532/3921 39% [======================== ] 1533/3921 39% [======================== ] 1534/3921 39% [======================== ] 1535/3921 39% [======================== ] 1536/3921 39% [======================== ] 1537/3921 39% [======================== ] 1538/3921 39% [======================== ] 1539/3921 39% [======================== ] 1540/3921 39% [======================== ] 1541/3921 39% [======================== ] 1542/3921 39% [======================== ] 1543/3921 39% [======================== ] 1544/3921 39% [======================== ] 1545/3921 39% [======================== ] 1546/3921 39% [======================== ] 1547/3921 39% [======================== ] 1548/3921 39% [======================== ] 1549/3921 39% [======================== ] 1550/3921 39% [======================== ] 1551/3921 39% [======================== ] 1552/3921 39% [======================== ] 1553/3921 39% [======================== ] 1554/3921 39% [======================== ] 1555/3921 39% [======================== ] 1556/3921 39% [======================== ] 1557/3921 39% [======================== ] 1558/3921 39% [======================== ] 1559/3921 39% [======================== ] 1560/3921 39% [======================== ] 1561/3921 39% [======================== ] 1562/3921 39% [======================== ] 1563/3921 39% [======================== ] 1564/3921 39% [======================== ] 1565/3921 39% [======================== ] 1566/3921 39% [======================== ] 1567/3921 39% [======================== ] 1568/3921 39% [======================== ] 1569/3921 40% [======================== ] 1570/3921 40% [======================== ] 1571/3921 40% [======================== ] 1572/3921 40% [======================== ] 1573/3921 40% [======================== ] 1574/3921 40% [======================== ] 1575/3921 40% [======================== ] 1576/3921 40% [======================== ] 1577/3921 40% [======================== ] 1578/3921 40% [======================== ] 1579/3921 40% [======================== ] 1580/3921 40% [======================== ] 1581/3921 40% [========================= ] 1582/3921 40% [========================= ] 1583/3921 40% [========================= ] 1584/3921 40% [========================= ] 1585/3921 40% [========================= ] 1586/3921 40% [========================= ] 1587/3921 40% [========================= ] 1588/3921 40% [========================= ] 1589/3921 40% [========================= ] 1590/3921 40% [========================= ] 1591/3921 40% [========================= ] 1592/3921 40% [========================= ] 1593/3921 40% [========================= ] 1594/3921 40% [========================= ] 1595/3921 40% [========================= ] 1596/3921 40% [========================= ] 1597/3921 40% [========================= ] 1598/3921 40% [========================= ] 1599/3921 40% [========================= ] 1600/3921 40% [========================= ] 1601/3921 40% [========================= ] 1602/3921 40% [========================= ] 1603/3921 40% [========================= ] 1604/3921 40% [========================= ] 1605/3921 40% [========================= ] 1606/3921 40% [========================= ] 1607/3921 40% [========================= ] 1608/3921 41% [========================= ] 1609/3921 41% [========================= ] 1610/3921 41% [========================= ] 1611/3921 41% [========================= ] 1612/3921 41% [========================= ] 1613/3921 41% [========================= ] 1614/3921 41% [========================= ] 1615/3921 41% [========================= ] 1616/3921 41% [========================= ] 1617/3921 41% [========================= ] 1618/3921 41% [========================= ] 1619/3921 41% [========================= ] 1620/3921 41% [========================= ] 1621/3921 41% [========================= ] 1622/3921 41% [========================= ] 1623/3921 41% [========================= ] 1624/3921 41% [========================= ] 1625/3921 41% [========================= ] 1626/3921 41% [========================= ] 1627/3921 41% [========================= ] 1628/3921 41% [========================= ] 1629/3921 41% [========================= ] 1630/3921 41% [========================= ] 1631/3921 41% [========================= ] 1632/3921 41% [========================= ] 1633/3921 41% [========================= ] 1634/3921 41% [========================= ] 1635/3921 41% [========================= ] 1636/3921 41% [========================= ] 1637/3921 41% [========================= ] 1638/3921 41% [========================= ] 1639/3921 41% [========================= ] 1640/3921 41% [========================= ] 1641/3921 41% [========================= ] 1642/3921 41% [========================= ] 1643/3921 41% [========================= ] 1644/3921 41% [========================== ] 1645/3921 41% [========================== ] 1646/3921 41% [========================== ] 1647/3921 42% [========================== ] 1648/3921 42% [========================== ] 1649/3921 42% [========================== ] 1650/3921 42% [========================== ] 1651/3921 42% [========================== ] 1652/3921 42% [========================== ] 1653/3921 42% [========================== ] 1654/3921 42% [========================== ] 1655/3921 42% [========================== ] 1656/3921 42% [========================== ] 1657/3921 42% [========================== ] 1658/3921 42% [========================== ] 1659/3921 42% [========================== ] 1660/3921 42% [========================== ] 1661/3921 42% [========================== ] 1662/3921 42% [========================== ] 1663/3921 42% [========================== ] 1664/3921 42% [========================== ] 1665/3921 42% [========================== ] 1666/3921 42% [========================== ] 1667/3921 42% [========================== ] 1668/3921 42% [========================== ] 1669/3921 42% [========================== ] 1670/3921 42% [========================== ] 1671/3921 42% [========================== ] 1672/3921 42% [========================== ] 1673/3921 42% [========================== ] 1674/3921 42% [========================== ] 1675/3921 42% [========================== ] 1676/3921 42% [========================== ] 1677/3921 42% [========================== ] 1678/3921 42% [========================== ] 1679/3921 42% [========================== ] 1680/3921 42% [========================== ] 1681/3921 42% [========================== ] 1682/3921 42% [========================== ] 1683/3921 42% [========================== ] 1684/3921 42% [========================== ] 1685/3921 42% [========================== ] 1686/3921 42% [========================== ] 1687/3921 43% [========================== ] 1688/3921 43% [========================== ] 1689/3921 43% [========================== ] 1690/3921 43% [========================== ] 1691/3921 43% [========================== ] 1692/3921 43% [========================== ] 1693/3921 43% [========================== ] 1694/3921 43% [========================== ] 1695/3921 43% [========================== ] 1696/3921 43% [========================== ] 1697/3921 43% [========================== ] 1698/3921 43% [========================== ] 1699/3921 43% [========================== ] 1700/3921 43% [========================== ] 1701/3921 43% [========================== ] 1702/3921 43% [========================== ] 1703/3921 43% [========================== ] 1704/3921 43% [========================== ] 1705/3921 43% [========================== ] 1706/3921 43% [========================== ] 1707/3921 43% [=========================== ] 1708/3921 43% [=========================== ] 1709/3921 43% [=========================== ] 1710/3921 43% [=========================== ] 1711/3921 43% [=========================== ] 1712/3921 43% [=========================== ] 1713/3921 43% [=========================== ] 1714/3921 43% [=========================== ] 1715/3921 43% [=========================== ] 1716/3921 43% [=========================== ] 1717/3921 43% [=========================== ] 1718/3921 43% [=========================== ] 1719/3921 43% [=========================== ] 1720/3921 43% [=========================== ] 1721/3921 43% [=========================== ] 1722/3921 43% [=========================== ] 1723/3921 43% [=========================== ] 1724/3921 43% [=========================== ] 1725/3921 43% [=========================== ] 1726/3921 44% [=========================== ] 1727/3921 44% [=========================== ] 1728/3921 44% [=========================== ] 1729/3921 44% [=========================== ] 1730/3921 44% [=========================== ] 1731/3921 44% [=========================== ] 1732/3921 44% [=========================== ] 1733/3921 44% [=========================== ] 1734/3921 44% [=========================== ] 1735/3921 44% [=========================== ] 1736/3921 44% [=========================== ] 1737/3921 44% [=========================== ] 1738/3921 44% [=========================== ] 1739/3921 44% [=========================== ] 1740/3921 44% [=========================== ] 1741/3921 44% [=========================== ] 1742/3921 44% [=========================== ] 1743/3921 44% [=========================== ] 1744/3921 44% [=========================== ] 1745/3921 44% [=========================== ] 1746/3921 44% [=========================== ] 1747/3921 44% [=========================== ] 1748/3921 44% [=========================== ] 1749/3921 44% [=========================== ] 1750/3921 44% [=========================== ] 1751/3921 44% [=========================== ] 1752/3921 44% [=========================== ] 1753/3921 44% [=========================== ] 1754/3921 44% [=========================== ] 1755/3921 44% [=========================== ] 1756/3921 44% [=========================== ] 1757/3921 44% [=========================== ] 1758/3921 44% [=========================== ] 1759/3921 44% [=========================== ] 1760/3921 44% [=========================== ] 1761/3921 44% [=========================== ] 1762/3921 44% [=========================== ] 1763/3921 44% [=========================== ] 1764/3921 44% [=========================== ] 1765/3921 45% [=========================== ] 1766/3921 45% [=========================== ] 1767/3921 45% [=========================== ] 1768/3921 45% [=========================== ] 1769/3921 45% [=========================== ] 1770/3921 45% [============================ ] 1771/3921 45% [============================ ] 1772/3921 45% [============================ ] 1773/3921 45% [============================ ] 1774/3921 45% [============================ ] 1775/3921 45% [============================ ] 1776/3921 45% [============================ ] 1777/3921 45% [============================ ] 1778/3921 45% [============================ ] 1779/3921 45% [============================ ] 1780/3921 45% [============================ ] 1781/3921 45% [============================ ] 1782/3921 45% [============================ ] 1783/3921 45% [============================ ] 1784/3921 45% [============================ ] 1785/3921 45% [============================ ] 1786/3921 45% [============================ ] 1787/3921 45% [============================ ] 1788/3921 45% [============================ ] 1789/3921 45% [============================ ] 1790/3921 45% [============================ ] 1791/3921 45% [============================ ] 1792/3921 45% [============================ ] 1793/3921 45% [============================ ] 1794/3921 45% [============================ ] 1795/3921 45% [============================ ] 1796/3921 45% [============================ ] 1797/3921 45% [============================ ] 1798/3921 45% [============================ ] 1799/3921 45% [============================ ] 1800/3921 45% [============================ ] 1801/3921 45% [============================ ] 1802/3921 45% [============================ ] 1803/3921 45% [============================ ] 1804/3921 46% [============================ ] 1805/3921 46% [============================ ] 1806/3921 46% [============================ ] 1807/3921 46% [============================ ] 1808/3921 46% [============================ ] 1809/3921 46% [============================ ] 1810/3921 46% [============================ ] 1811/3921 46% [============================ ] 1812/3921 46% [============================ ] 1813/3921 46% [============================ ] 1814/3921 46% [============================ ] 1815/3921 46% [============================ ] 1816/3921 46% [============================ ] 1817/3921 46% [============================ ] 1818/3921 46% [============================ ] 1819/3921 46% [============================ ] 1820/3921 46% [============================ ] 1821/3921 46% [============================ ] 1822/3921 46% [============================ ] 1823/3921 46% [============================ ] 1824/3921 46% [============================ ] 1825/3921 46% [============================ ] 1826/3921 46% [============================ ] 1827/3921 46% [============================ ] 1828/3921 46% [============================ ] 1829/3921 46% [============================ ] 1830/3921 46% [============================ ] 1831/3921 46% [============================ ] 1832/3921 46% [============================ ] 1833/3921 46% [============================ ] 1834/3921 46% [============================= ] 1835/3921 46% [============================= ] 1836/3921 46% [============================= ] 1837/3921 46% [============================= ] 1838/3921 46% [============================= ] 1839/3921 46% [============================= ] 1840/3921 46% [============================= ] 1841/3921 46% [============================= ] 1842/3921 46% [============================= ] 1843/3921 47% [============================= ] 1844/3921 47% [============================= ] 1845/3921 47% [============================= ] 1846/3921 47% [============================= ] 1847/3921 47% [============================= ] 1848/3921 47% [============================= ] 1849/3921 47% [============================= ] 1850/3921 47% [============================= ] 1851/3921 47% [============================= ] 1852/3921 47% [============================= ] 1853/3921 47% [============================= ] 1854/3921 47% [============================= ] 1855/3921 47% [============================= ] 1856/3921 47% [============================= ] 1857/3921 47% [============================= ] 1858/3921 47% [============================= ] 1859/3921 47% [============================= ] 1860/3921 47% [============================= ] 1861/3921 47% [============================= ] 1862/3921 47% [============================= ] 1863/3921 47% [============================= ] 1864/3921 47% [============================= ] 1865/3921 47% [============================= ] 1866/3921 47% [============================= ] 1867/3921 47% [============================= ] 1868/3921 47% [============================= ] 1869/3921 47% [============================= ] 1870/3921 47% [============================= ] 1871/3921 47% [============================= ] 1872/3921 47% [============================= ] 1873/3921 47% [============================= ] 1874/3921 47% [============================= ] 1875/3921 47% [============================= ] 1876/3921 47% [============================= ] 1877/3921 47% [============================= ] 1878/3921 47% [============================= ] 1879/3921 47% [============================= ] 1880/3921 47% [============================= ] 1881/3921 47% [============================= ] 1882/3921 47% [============================= ] 1883/3921 48% [============================= ] 1884/3921 48% [============================= ] 1885/3921 48% [============================= ] 1886/3921 48% [============================= ] 1887/3921 48% [============================= ] 1888/3921 48% [============================= ] 1889/3921 48% [============================= ] 1890/3921 48% [============================= ] 1891/3921 48% [============================= ] 1892/3921 48% [============================= ] 1893/3921 48% [============================= ] 1894/3921 48% [============================= ] 1895/3921 48% [============================= ] 1896/3921 48% [============================= ] 1897/3921 48% [============================== ] 1898/3921 48% [============================== ] 1899/3921 48% [============================== ] 1900/3921 48% [============================== ] 1901/3921 48% [============================== ] 1902/3921 48% [============================== ] 1903/3921 48% [============================== ] 1904/3921 48% [============================== ] 1905/3921 48% [============================== ] 1906/3921 48% [============================== ] 1907/3921 48% [============================== ] 1908/3921 48% [============================== ] 1909/3921 48% [============================== ] 1910/3921 48% [============================== ] 1911/3921 48% [============================== ] 1912/3921 48% [============================== ] 1913/3921 48% [============================== ] 1914/3921 48% [============================== ] 1915/3921 48% [============================== ] 1916/3921 48% [============================== ] 1917/3921 48% [============================== ] 1918/3921 48% [============================== ] 1919/3921 48% [============================== ] 1920/3921 48% [============================== ] 1921/3921 48% [============================== ] 1922/3921 49% [============================== ] 1923/3921 49% [============================== ] 1924/3921 49% [============================== ] 1925/3921 49% [============================== ] 1926/3921 49% [============================== ] 1927/3921 49% [============================== ] 1928/3921 49% [============================== ] 1929/3921 49% [============================== ] 1930/3921 49% [============================== ] 1931/3921 49% [============================== ] 1932/3921 49% [============================== ] 1933/3921 49% [============================== ] 1934/3921 49% [============================== ] 1935/3921 49% [============================== ] 1936/3921 49% [============================== ] 1937/3921 49% [============================== ] 1938/3921 49% [============================== ] 1939/3921 49% [============================== ] 1940/3921 49% [============================== ] 1941/3921 49% [============================== ] 1942/3921 49% [============================== ] 1943/3921 49% [============================== ] 1944/3921 49% [============================== ] 1945/3921 49% [============================== ] 1946/3921 49% [============================== ] 1947/3921 49% [============================== ] 1948/3921 49% [============================== ] 1949/3921 49% [============================== ] 1950/3921 49% [============================== ] 1951/3921 49% [============================== ] 1952/3921 49% [============================== ] 1953/3921 49% [============================== ] 1954/3921 49% [============================== ] 1955/3921 49% [============================== ] 1956/3921 49% [============================== ] 1957/3921 49% [============================== ] 1958/3921 49% [============================== ] 1959/3921 49% [============================== ] 1960/3921 49% [=============================== ] 1961/3921 50% [=============================== ] 1962/3921 50% [=============================== ] 1963/3921 50% [=============================== ] 1964/3921 50% [=============================== ] 1965/3921 50% [=============================== ] 1966/3921 50% [=============================== ] 1967/3921 50% [=============================== ] 1968/3921 50% [=============================== ] 1969/3921 50% [=============================== ] 1970/3921 50% [=============================== ] 1971/3921 50% [=============================== ] 1972/3921 50% [=============================== ] 1973/3921 50% [=============================== ] 1974/3921 50% [=============================== ] 1975/3921 50% [=============================== ] 1976/3921 50% [=============================== ] 1977/3921 50% [=============================== ] 1978/3921 50% [=============================== ] 1979/3921 50% [=============================== ] 1980/3921 50% [=============================== ] 1981/3921 50% [=============================== ] 1982/3921 50% [=============================== ] 1983/3921 50% [=============================== ] 1984/3921 50% [=============================== ] 1985/3921 50% [=============================== ] 1986/3921 50% [=============================== ] 1987/3921 50% [=============================== ] 1988/3921 50% [=============================== ] 1989/3921 50% [=============================== ] 1990/3921 50% [=============================== ] 1991/3921 50% [=============================== ] 1992/3921 50% [=============================== ] 1993/3921 50% [=============================== ] 1994/3921 50% [=============================== ] 1995/3921 50% [=============================== ] 1996/3921 50% [=============================== ] 1997/3921 50% [=============================== ] 1998/3921 50% [=============================== ] 1999/3921 50% [=============================== ] 2000/3921 51% [=============================== ] 2001/3921 51% [=============================== ] 2002/3921 51% [=============================== ] 2003/3921 51% [=============================== ] 2004/3921 51% [=============================== ] 2005/3921 51% [=============================== ] 2006/3921 51% [=============================== ] 2007/3921 51% [=============================== ] 2008/3921 51% [=============================== ] 2009/3921 51% [=============================== ] 2010/3921 51% [=============================== ] 2011/3921 51% [=============================== ] 2012/3921 51% [=============================== ] 2013/3921 51% [=============================== ] 2014/3921 51% [=============================== ] 2015/3921 51% [=============================== ] 2016/3921 51% [=============================== ] 2017/3921 51% [=============================== ] 2018/3921 51% [=============================== ] 2019/3921 51% [=============================== ] 2020/3921 51% [=============================== ] 2021/3921 51% [=============================== ] 2022/3921 51% [=============================== ] 2023/3921 51% [================================ ] 2024/3921 51% [================================ ] 2025/3921 51% [================================ ] 2026/3921 51% [================================ ] 2027/3921 51% [================================ ] 2028/3921 51% [================================ ] 2029/3921 51% [================================ ] 2030/3921 51% [================================ ] 2031/3921 51% [================================ ] 2032/3921 51% [================================ ] 2033/3921 51% [================================ ] 2034/3921 51% [================================ ] 2035/3921 51% [================================ ] 2036/3921 51% [================================ ] 2037/3921 51% [================================ ] 2038/3921 51% [================================ ] 2039/3921 52% [================================ ] 2040/3921 52% [================================ ] 2041/3921 52% [================================ ] 2042/3921 52% [================================ ] 2043/3921 52% [================================ ] 2044/3921 52% [================================ ] 2045/3921 52% [================================ ] 2046/3921 52% [================================ ] 2047/3921 52% [================================ ] 2048/3921 52% [================================ ] 2049/3921 52% [================================ ] 2050/3921 52% [================================ ] 2051/3921 52% [================================ ] 2052/3921 52% [================================ ] 2053/3921 52% [================================ ] 2054/3921 52% [================================ ] 2055/3921 52% [================================ ] 2056/3921 52% [================================ ] 2057/3921 52% [================================ ] 2058/3921 52% [================================ ] 2059/3921 52% [================================ ] 2060/3921 52% [================================ ] 2061/3921 52% [================================ ] 2062/3921 52% [================================ ] 2063/3921 52% [================================ ] 2064/3921 52% [================================ ] 2065/3921 52% [================================ ] 2066/3921 52% [================================ ] 2067/3921 52% [================================ ] 2068/3921 52% [================================ ] 2069/3921 52% [================================ ] 2070/3921 52% [================================ ] 2071/3921 52% [================================ ] 2072/3921 52% [================================ ] 2073/3921 52% [================================ ] 2074/3921 52% [================================ ] 2075/3921 52% [================================ ] 2076/3921 52% [================================ ] 2077/3921 52% [================================ ] 2078/3921 52% [================================ ] 2079/3921 53% [================================ ] 2080/3921 53% [================================ ] 2081/3921 53% [================================ ] 2082/3921 53% [================================ ] 2083/3921 53% [================================ ] 2084/3921 53% [================================ ] 2085/3921 53% [================================ ] 2086/3921 53% [================================= ] 2087/3921 53% [================================= ] 2088/3921 53% [================================= ] 2089/3921 53% [================================= ] 2090/3921 53% [================================= ] 2091/3921 53% [================================= ] 2092/3921 53% [================================= ] 2093/3921 53% [================================= ] 2094/3921 53% [================================= ] 2095/3921 53% [================================= ] 2096/3921 53% [================================= ] 2097/3921 53% [================================= ] 2098/3921 53% [================================= ] 2099/3921 53% [================================= ] 2100/3921 53% [================================= ] 2101/3921 53% [================================= ] 2102/3921 53% [================================= ] 2103/3921 53% [================================= ] 2104/3921 53% [================================= ] 2105/3921 53% [================================= ] 2106/3921 53% [================================= ] 2107/3921 53% [================================= ] 2108/3921 53% [================================= ] 2109/3921 53% [================================= ] 2110/3921 53% [================================= ] 2111/3921 53% [================================= ] 2112/3921 53% [================================= ] 2113/3921 53% [================================= ] 2114/3921 53% [================================= ] 2115/3921 53% [================================= ] 2116/3921 53% [================================= ] 2117/3921 53% [================================= ] 2118/3921 54% [================================= ] 2119/3921 54% [================================= ] 2120/3921 54% [================================= ] 2121/3921 54% [================================= ] 2122/3921 54% [================================= ] 2123/3921 54% [================================= ] 2124/3921 54% [================================= ] 2125/3921 54% [================================= ] 2126/3921 54% [================================= ] 2127/3921 54% [================================= ] 2128/3921 54% [================================= ] 2129/3921 54% [================================= ] 2130/3921 54% [================================= ] 2131/3921 54% [================================= ] 2132/3921 54% [================================= ] 2133/3921 54% [================================= ] 2134/3921 54% [================================= ] 2135/3921 54% [================================= ] 2136/3921 54% [================================= ] 2137/3921 54% [================================= ] 2138/3921 54% [================================= ] 2139/3921 54% [================================= ] 2140/3921 54% [================================= ] 2141/3921 54% [================================= ] 2142/3921 54% [================================= ] 2143/3921 54% [================================= ] 2144/3921 54% [================================= ] 2145/3921 54% [================================= ] 2146/3921 54% [================================= ] 2147/3921 54% [================================= ] 2148/3921 54% [================================= ] 2149/3921 54% [================================= ] 2150/3921 54% [================================== ] 2151/3921 54% [================================== ] 2152/3921 54% [================================== ] 2153/3921 54% [================================== ] 2154/3921 54% [================================== ] 2155/3921 54% [================================== ] 2156/3921 54% [================================== ] 2157/3921 55% [================================== ] 2158/3921 55% [================================== ] 2159/3921 55% [================================== ] 2160/3921 55% [================================== ] 2161/3921 55% [================================== ] 2162/3921 55% [================================== ] 2163/3921 55% [================================== ] 2164/3921 55% [================================== ] 2165/3921 55% [================================== ] 2166/3921 55% [================================== ] 2167/3921 55% [================================== ] 2168/3921 55% [================================== ] 2169/3921 55% [================================== ] 2170/3921 55% [================================== ] 2171/3921 55% [================================== ] 2172/3921 55% [================================== ] 2173/3921 55% [================================== ] 2174/3921 55% [================================== ] 2175/3921 55% [================================== ] 2176/3921 55% [================================== ] 2177/3921 55% [================================== ] 2178/3921 55% [================================== ] 2179/3921 55% [================================== ] 2180/3921 55% [================================== ] 2181/3921 55% [================================== ] 2182/3921 55% [================================== ] 2183/3921 55% [================================== ] 2184/3921 55% [================================== ] 2185/3921 55% [================================== ] 2186/3921 55% [================================== ] 2187/3921 55% [================================== ] 2188/3921 55% [================================== ] 2189/3921 55% [================================== ] 2190/3921 55% [================================== ] 2191/3921 55% [================================== ] 2192/3921 55% [================================== ] 2193/3921 55% [================================== ] 2194/3921 55% [================================== ] 2195/3921 55% [================================== ] 2196/3921 56% [================================== ] 2197/3921 56% [================================== ] 2198/3921 56% [================================== ] 2199/3921 56% [================================== ] 2200/3921 56% [================================== ] 2201/3921 56% [================================== ] 2202/3921 56% [================================== ] 2203/3921 56% [================================== ] 2204/3921 56% [================================== ] 2205/3921 56% [================================== ] 2206/3921 56% [================================== ] 2207/3921 56% [================================== ] 2208/3921 56% [================================== ] 2209/3921 56% [================================== ] 2210/3921 56% [================================== ] 2211/3921 56% [================================== ] 2212/3921 56% [================================== ] 2213/3921 56% [=================================== ] 2214/3921 56% [=================================== ] 2215/3921 56% [=================================== ] 2216/3921 56% [=================================== ] 2217/3921 56% [=================================== ] 2218/3921 56% [=================================== ] 2219/3921 56% [=================================== ] 2220/3921 56% [=================================== ] 2221/3921 56% [=================================== ] 2222/3921 56% [=================================== ] 2223/3921 56% [=================================== ] 2224/3921 56% [=================================== ] 2225/3921 56% [=================================== ] 2226/3921 56% [=================================== ] 2227/3921 56% [=================================== ] 2228/3921 56% [=================================== ] 2229/3921 56% [=================================== ] 2230/3921 56% [=================================== ] 2231/3921 56% [=================================== ] 2232/3921 56% [=================================== ] 2233/3921 56% [=================================== ] 2234/3921 56% [=================================== ] 2235/3921 57% [=================================== ] 2236/3921 57% [=================================== ] 2237/3921 57% [=================================== ] 2238/3921 57% [=================================== ] 2239/3921 57% [=================================== ] 2240/3921 57% [=================================== ] 2241/3921 57% [=================================== ] 2242/3921 57% [=================================== ] 2243/3921 57% [=================================== ] 2244/3921 57% [=================================== ] 2245/3921 57% [=================================== ] 2246/3921 57% [=================================== ] 2247/3921 57% [=================================== ] 2248/3921 57% [=================================== ] 2249/3921 57% [=================================== ] 2250/3921 57% [=================================== ] 2251/3921 57% [=================================== ] 2252/3921 57% [=================================== ] 2253/3921 57% [=================================== ] 2254/3921 57% [=================================== ] 2255/3921 57% [=================================== ] 2256/3921 57% [=================================== ] 2257/3921 57% [=================================== ] 2258/3921 57% [=================================== ] 2259/3921 57% [=================================== ] 2260/3921 57% [=================================== ] 2261/3921 57% [=================================== ] 2262/3921 57% [=================================== ] 2263/3921 57% [=================================== ] 2264/3921 57% [=================================== ] 2265/3921 57% [=================================== ] 2266/3921 57% [=================================== ] 2267/3921 57% [=================================== ] 2268/3921 57% [=================================== ] 2269/3921 57% [=================================== ] 2270/3921 57% [=================================== ] 2271/3921 57% [=================================== ] 2272/3921 57% [=================================== ] 2273/3921 57% [=================================== ] 2274/3921 57% [=================================== ] 2275/3921 58% [=================================== ] 2276/3921 58% [==================================== ] 2277/3921 58% [==================================== ] 2278/3921 58% [==================================== ] 2279/3921 58% [==================================== ] 2280/3921 58% [==================================== ] 2281/3921 58% [==================================== ] 2282/3921 58% [==================================== ] 2283/3921 58% [==================================== ] 2284/3921 58% [==================================== ] 2285/3921 58% [==================================== ] 2286/3921 58% [==================================== ] 2287/3921 58% [==================================== ] 2288/3921 58% [==================================== ] 2289/3921 58% [==================================== ] 2290/3921 58% [==================================== ] 2291/3921 58% [==================================== ] 2292/3921 58% [==================================== ] 2293/3921 58% [==================================== ] 2294/3921 58% [==================================== ] 2295/3921 58% [==================================== ] 2296/3921 58% [==================================== ] 2297/3921 58% [==================================== ] 2298/3921 58% [==================================== ] 2299/3921 58% [==================================== ] 2300/3921 58% [==================================== ] 2301/3921 58% [==================================== ] 2302/3921 58% [==================================== ] 2303/3921 58% [==================================== ] 2304/3921 58% [==================================== ] 2305/3921 58% [==================================== ] 2306/3921 58% [==================================== ] 2307/3921 58% [==================================== ] 2308/3921 58% [==================================== ] 2309/3921 58% [==================================== ] 2310/3921 58% [==================================== ] 2311/3921 58% [==================================== ] 2312/3921 58% [==================================== ] 2313/3921 58% [==================================== ] 2314/3921 59% [==================================== ] 2315/3921 59% [==================================== ] 2316/3921 59% [==================================== ] 2317/3921 59% [==================================== ] 2318/3921 59% [==================================== ] 2319/3921 59% [==================================== ] 2320/3921 59% [==================================== ] 2321/3921 59% [==================================== ] 2322/3921 59% [==================================== ] 2323/3921 59% [==================================== ] 2324/3921 59% [==================================== ] 2325/3921 59% [==================================== ] 2326/3921 59% [==================================== ] 2327/3921 59% [==================================== ] 2328/3921 59% [==================================== ] 2329/3921 59% [==================================== ] 2330/3921 59% [==================================== ] 2331/3921 59% [==================================== ] 2332/3921 59% [==================================== ] 2333/3921 59% [==================================== ] 2334/3921 59% [==================================== ] 2335/3921 59% [==================================== ] 2336/3921 59% [==================================== ] 2337/3921 59% [==================================== ] 2338/3921 59% [==================================== ] 2339/3921 59% [===================================== ] 2340/3921 59% [===================================== ] 2341/3921 59% [===================================== ] 2342/3921 59% [===================================== ] 2343/3921 59% [===================================== ] 2344/3921 59% [===================================== ] 2345/3921 59% [===================================== ] 2346/3921 59% [===================================== ] 2347/3921 59% [===================================== ] 2348/3921 59% [===================================== ] 2349/3921 59% [===================================== ] 2350/3921 59% [===================================== ] 2351/3921 59% [===================================== ] 2352/3921 59% [===================================== ] 2353/3921 60% [===================================== ] 2354/3921 60% [===================================== ] 2355/3921 60% [===================================== ] 2356/3921 60% [===================================== ] 2357/3921 60% [===================================== ] 2358/3921 60% [===================================== ] 2359/3921 60% [===================================== ] 2360/3921 60% [===================================== ] 2361/3921 60% [===================================== ] 2362/3921 60% [===================================== ] 2363/3921 60% [===================================== ] 2364/3921 60% [===================================== ] 2365/3921 60% [===================================== ] 2366/3921 60% [===================================== ] 2367/3921 60% [===================================== ] 2368/3921 60% [===================================== ] 2369/3921 60% [===================================== ] 2370/3921 60% [===================================== ] 2371/3921 60% [===================================== ] 2372/3921 60% [===================================== ] 2373/3921 60% [===================================== ] 2374/3921 60% [===================================== ] 2375/3921 60% [===================================== ] 2376/3921 60% [===================================== ] 2377/3921 60% [===================================== ] 2378/3921 60% [===================================== ] 2379/3921 60% [===================================== ] 2380/3921 60% [===================================== ] 2381/3921 60% [===================================== ] 2382/3921 60% [===================================== ] 2383/3921 60% [===================================== ] 2384/3921 60% [===================================== ] 2385/3921 60% [===================================== ] 2386/3921 60% [===================================== ] 2387/3921 60% [===================================== ] 2388/3921 60% [===================================== ] 2389/3921 60% [===================================== ] 2390/3921 60% [===================================== ] 2391/3921 60% [===================================== ] 2392/3921 61% [===================================== ] 2393/3921 61% [===================================== ] 2394/3921 61% [===================================== ] 2395/3921 61% [===================================== ] 2396/3921 61% [===================================== ] 2397/3921 61% [===================================== ] 2398/3921 61% [===================================== ] 2399/3921 61% [===================================== ] 2400/3921 61% [===================================== ] 2401/3921 61% [===================================== ] 2402/3921 61% [===================================== ] 2403/3921 61% [====================================== ] 2404/3921 61% [====================================== ] 2405/3921 61% [====================================== ] 2406/3921 61% [====================================== ] 2407/3921 61% [====================================== ] 2408/3921 61% [====================================== ] 2409/3921 61% [====================================== ] 2410/3921 61% [====================================== ] 2411/3921 61% [====================================== ] 2412/3921 61% [====================================== ] 2413/3921 61% [====================================== ] 2414/3921 61% [====================================== ] 2415/3921 61% [====================================== ] 2416/3921 61% [====================================== ] 2417/3921 61% [====================================== ] 2418/3921 61% [====================================== ] 2419/3921 61% [====================================== ] 2420/3921 61% [====================================== ] 2421/3921 61% [====================================== ] 2422/3921 61% [====================================== ] 2423/3921 61% [====================================== ] 2424/3921 61% [====================================== ] 2425/3921 61% [====================================== ] 2426/3921 61% [====================================== ] 2427/3921 61% [====================================== ] 2428/3921 61% [====================================== ] 2429/3921 61% [====================================== ] 2430/3921 61% [====================================== ] 2431/3921 61% [====================================== ] 2432/3921 62% [====================================== ] 2433/3921 62% [====================================== ] 2434/3921 62% [====================================== ] 2435/3921 62% [====================================== ] 2436/3921 62% [====================================== ] 2437/3921 62% [====================================== ] 2438/3921 62% [====================================== ] 2439/3921 62% [====================================== ] 2440/3921 62% [====================================== ] 2441/3921 62% [====================================== ] 2442/3921 62% [====================================== ] 2443/3921 62% [====================================== ] 2444/3921 62% [====================================== ] 2445/3921 62% [====================================== ] 2446/3921 62% [====================================== ] 2447/3921 62% [====================================== ] 2448/3921 62% [====================================== ] 2449/3921 62% [====================================== ] 2450/3921 62% [====================================== ] 2451/3921 62% [====================================== ] 2452/3921 62% [====================================== ] 2453/3921 62% [====================================== ] 2454/3921 62% [====================================== ] 2455/3921 62% [====================================== ] 2456/3921 62% [====================================== ] 2457/3921 62% [====================================== ] 2458/3921 62% [====================================== ] 2459/3921 62% [====================================== ] 2460/3921 62% [====================================== ] 2461/3921 62% [====================================== ] 2462/3921 62% [====================================== ] 2463/3921 62% [====================================== ] 2464/3921 62% [====================================== ] 2465/3921 62% [====================================== ] 2466/3921 62% [======================================= ] 2467/3921 62% [======================================= ] 2468/3921 62% [======================================= ] 2469/3921 62% [======================================= ] 2470/3921 62% [======================================= ] 2471/3921 63% [======================================= ] 2472/3921 63% [======================================= ] 2473/3921 63% [======================================= ] 2474/3921 63% [======================================= ] 2475/3921 63% [======================================= ] 2476/3921 63% [======================================= ] 2477/3921 63% [======================================= ] 2478/3921 63% [======================================= ] 2479/3921 63% [======================================= ] 2480/3921 63% [======================================= ] 2481/3921 63% [======================================= ] 2482/3921 63% [======================================= ] 2483/3921 63% [======================================= ] 2484/3921 63% [======================================= ] 2485/3921 63% [======================================= ] 2486/3921 63% [======================================= ] 2487/3921 63% [======================================= ] 2488/3921 63% [======================================= ] 2489/3921 63% [======================================= ] 2490/3921 63% [======================================= ] 2491/3921 63% [======================================= ] 2492/3921 63% [======================================= ] 2493/3921 63% [======================================= ] 2494/3921 63% [======================================= ] 2495/3921 63% [======================================= ] 2496/3921 63% [======================================= ] 2497/3921 63% [======================================= ] 2498/3921 63% [======================================= ] 2499/3921 63% [======================================= ] 2500/3921 63% [======================================= ] 2501/3921 63% [======================================= ] 2502/3921 63% [======================================= ] 2503/3921 63% [======================================= ] 2504/3921 63% [======================================= ] 2505/3921 63% [======================================= ] 2506/3921 63% [======================================= ] 2507/3921 63% [======================================= ] 2508/3921 63% [======================================= ] 2509/3921 63% [======================================= ] 2510/3921 64% [======================================= ] 2511/3921 64% [======================================= ] 2512/3921 64% [======================================= ] 2513/3921 64% [======================================= ] 2514/3921 64% [======================================= ] 2515/3921 64% [======================================= ] 2516/3921 64% [======================================= ] 2517/3921 64% [======================================= ] 2518/3921 64% [======================================= ] 2519/3921 64% [======================================= ] 2520/3921 64% [======================================= ] 2521/3921 64% [======================================= ] 2522/3921 64% [======================================= ] 2523/3921 64% [======================================= ] 2524/3921 64% [======================================= ] 2525/3921 64% [======================================= ] 2526/3921 64% [======================================= ] 2527/3921 64% [======================================= ] 2528/3921 64% [======================================= ] 2529/3921 64% [======================================== ] 2530/3921 64% [======================================== ] 2531/3921 64% [======================================== ] 2532/3921 64% [======================================== ] 2533/3921 64% [======================================== ] 2534/3921 64% [======================================== ] 2535/3921 64% [======================================== ] 2536/3921 64% [======================================== ] 2537/3921 64% [======================================== ] 2538/3921 64% [======================================== ] 2539/3921 64% [======================================== ] 2540/3921 64% [======================================== ] 2541/3921 64% [======================================== ] 2542/3921 64% [======================================== ] 2543/3921 64% [======================================== ] 2544/3921 64% [======================================== ] 2545/3921 64% [======================================== ] 2546/3921 64% [======================================== ] 2547/3921 64% [======================================== ] 2548/3921 64% [======================================== ] 2549/3921 65% [======================================== ] 2550/3921 65% [======================================== ] 2551/3921 65% [======================================== ] 2552/3921 65% [======================================== ] 2553/3921 65% [======================================== ] 2554/3921 65% [======================================== ] 2555/3921 65% [======================================== ] 2556/3921 65% [======================================== ] 2557/3921 65% [======================================== ] 2558/3921 65% [======================================== ] 2559/3921 65% [======================================== ] 2560/3921 65% [======================================== ] 2561/3921 65% [======================================== ] 2562/3921 65% [======================================== ] 2563/3921 65% [======================================== ] 2564/3921 65% [======================================== ] 2565/3921 65% [======================================== ] 2566/3921 65% [======================================== ] 2567/3921 65% [======================================== ] 2568/3921 65% [======================================== ] 2569/3921 65% [======================================== ] 2570/3921 65% [======================================== ] 2571/3921 65% [======================================== ] 2572/3921 65% [======================================== ] 2573/3921 65% [======================================== ] 2574/3921 65% [======================================== ] 2575/3921 65% [======================================== ] 2576/3921 65% [======================================== ] 2577/3921 65% [======================================== ] 2578/3921 65% [======================================== ] 2579/3921 65% [======================================== ] 2580/3921 65% [======================================== ] 2581/3921 65% [======================================== ] 2582/3921 65% [======================================== ] 2583/3921 65% [======================================== ] 2584/3921 65% [======================================== ] 2585/3921 65% [======================================== ] 2586/3921 65% [======================================== ] 2587/3921 65% [======================================== ] 2588/3921 66% [======================================== ] 2589/3921 66% [======================================== ] 2590/3921 66% [======================================== ] 2591/3921 66% [======================================== ] 2592/3921 66% [========================================= ] 2593/3921 66% [========================================= ] 2594/3921 66% [========================================= ] 2595/3921 66% [========================================= ] 2596/3921 66% [========================================= ] 2597/3921 66% [========================================= ] 2598/3921 66% [========================================= ] 2599/3921 66% [========================================= ] 2600/3921 66% [========================================= ] 2601/3921 66% [========================================= ] 2602/3921 66% [========================================= ] 2603/3921 66% [========================================= ] 2604/3921 66% [========================================= ] 2605/3921 66% [========================================= ] 2606/3921 66% [========================================= ] 2607/3921 66% [========================================= ] 2608/3921 66% [========================================= ] 2609/3921 66% [========================================= ] 2610/3921 66% [========================================= ] 2611/3921 66% [========================================= ] 2612/3921 66% [========================================= ] 2613/3921 66% [========================================= ] 2614/3921 66% [========================================= ] 2615/3921 66% [========================================= ] 2616/3921 66% [========================================= ] 2617/3921 66% [========================================= ] 2618/3921 66% [========================================= ] 2619/3921 66% [========================================= ] 2620/3921 66% [========================================= ] 2621/3921 66% [========================================= ] 2622/3921 66% [========================================= ] 2623/3921 66% [========================================= ] 2624/3921 66% [========================================= ] 2625/3921 66% [========================================= ] 2626/3921 66% [========================================= ] 2627/3921 66% [========================================= ] 2628/3921 67% [========================================= ] 2629/3921 67% [========================================= ] 2630/3921 67% [========================================= ] 2631/3921 67% [========================================= ] 2632/3921 67% [========================================= ] 2633/3921 67% [========================================= ] 2634/3921 67% [========================================= ] 2635/3921 67% [========================================= ] 2636/3921 67% [========================================= ] 2637/3921 67% [========================================= ] 2638/3921 67% [========================================= ] 2639/3921 67% [========================================= ] 2640/3921 67% [========================================= ] 2641/3921 67% [========================================= ] 2642/3921 67% [========================================= ] 2643/3921 67% [========================================= ] 2644/3921 67% [========================================= ] 2645/3921 67% [========================================= ] 2646/3921 67% [========================================= ] 2647/3921 67% [========================================= ] 2648/3921 67% [========================================= ] 2649/3921 67% [========================================= ] 2650/3921 67% [========================================= ] 2651/3921 67% [========================================= ] 2652/3921 67% [========================================= ] 2653/3921 67% [========================================= ] 2654/3921 67% [========================================= ] 2655/3921 67% [========================================= ] 2656/3921 67% [========================================== ] 2657/3921 67% [========================================== ] 2658/3921 67% [========================================== ] 2659/3921 67% [========================================== ] 2660/3921 67% [========================================== ] 2661/3921 67% [========================================== ] 2662/3921 67% [========================================== ] 2663/3921 67% [========================================== ] 2664/3921 67% [========================================== ] 2665/3921 67% [========================================== ] 2666/3921 67% [========================================== ] 2667/3921 68% [========================================== ] 2668/3921 68% [========================================== ] 2669/3921 68% [========================================== ] 2670/3921 68% [========================================== ] 2671/3921 68% [========================================== ] 2672/3921 68% [========================================== ] 2673/3921 68% [========================================== ] 2674/3921 68% [========================================== ] 2675/3921 68% [========================================== ] 2676/3921 68% [========================================== ] 2677/3921 68% [========================================== ] 2678/3921 68% [========================================== ] 2679/3921 68% [========================================== ] 2680/3921 68% [========================================== ] 2681/3921 68% [========================================== ] 2682/3921 68% [========================================== ] 2683/3921 68% [========================================== ] 2684/3921 68% [========================================== ] 2685/3921 68% [========================================== ] 2686/3921 68% [========================================== ] 2687/3921 68% [========================================== ] 2688/3921 68% [========================================== ] 2689/3921 68% [========================================== ] 2690/3921 68% [========================================== ] 2691/3921 68% [========================================== ] 2692/3921 68% [========================================== ] 2693/3921 68% [========================================== ] 2694/3921 68% [========================================== ] 2695/3921 68% [========================================== ] 2696/3921 68% [========================================== ] 2697/3921 68% [========================================== ] 2698/3921 68% [========================================== ] 2699/3921 68% [========================================== ] 2700/3921 68% [========================================== ] 2701/3921 68% [========================================== ] 2702/3921 68% [========================================== ] 2703/3921 68% [========================================== ] 2704/3921 68% [========================================== ] 2705/3921 68% [========================================== ] 2706/3921 69% [========================================== ] 2707/3921 69% [========================================== ] 2708/3921 69% [========================================== ] 2709/3921 69% [========================================== ] 2710/3921 69% [========================================== ] 2711/3921 69% [========================================== ] 2712/3921 69% [========================================== ] 2713/3921 69% [========================================== ] 2714/3921 69% [========================================== ] 2715/3921 69% [========================================== ] 2716/3921 69% [========================================== ] 2717/3921 69% [========================================== ] 2718/3921 69% [========================================== ] 2719/3921 69% [=========================================== ] 2720/3921 69% [=========================================== ] 2721/3921 69% [=========================================== ] 2722/3921 69% [=========================================== ] 2723/3921 69% [=========================================== ] 2724/3921 69% [=========================================== ] 2725/3921 69% [=========================================== ] 2726/3921 69% [=========================================== ] 2727/3921 69% [=========================================== ] 2728/3921 69% [=========================================== ] 2729/3921 69% [=========================================== ] 2730/3921 69% [=========================================== ] 2731/3921 69% [=========================================== ] 2732/3921 69% [=========================================== ] 2733/3921 69% [=========================================== ] 2734/3921 69% [=========================================== ] 2735/3921 69% [=========================================== ] 2736/3921 69% [=========================================== ] 2737/3921 69% [=========================================== ] 2738/3921 69% [=========================================== ] 2739/3921 69% [=========================================== ] 2740/3921 69% [=========================================== ] 2741/3921 69% [=========================================== ] 2742/3921 69% [=========================================== ] 2743/3921 69% [=========================================== ] 2744/3921 69% [=========================================== ] 2745/3921 70% [=========================================== ] 2746/3921 70% [=========================================== ] 2747/3921 70% [=========================================== ] 2748/3921 70% [=========================================== ] 2749/3921 70% [=========================================== ] 2750/3921 70% [=========================================== ] 2751/3921 70% [=========================================== ] 2752/3921 70% [=========================================== ] 2753/3921 70% [=========================================== ] 2754/3921 70% [=========================================== ] 2755/3921 70% [=========================================== ] 2756/3921 70% [=========================================== ] 2757/3921 70% [=========================================== ] 2758/3921 70% [=========================================== ] 2759/3921 70% [=========================================== ] 2760/3921 70% [=========================================== ] 2761/3921 70% [=========================================== ] 2762/3921 70% [=========================================== ] 2763/3921 70% [=========================================== ] 2764/3921 70% [=========================================== ] 2765/3921 70% [=========================================== ] 2766/3921 70% [=========================================== ] 2767/3921 70% [=========================================== ] 2768/3921 70% [=========================================== ] 2769/3921 70% [=========================================== ] 2770/3921 70% [=========================================== ] 2771/3921 70% [=========================================== ] 2772/3921 70% [=========================================== ] 2773/3921 70% [=========================================== ] 2774/3921 70% [=========================================== ] 2775/3921 70% [=========================================== ] 2776/3921 70% [=========================================== ] 2777/3921 70% [=========================================== ] 2778/3921 70% [=========================================== ] 2779/3921 70% [=========================================== ] 2780/3921 70% [=========================================== ] 2781/3921 70% [=========================================== ] 2782/3921 70% [============================================ ] 2783/3921 70% [============================================ ] 2784/3921 71% [============================================ ] 2785/3921 71% [============================================ ] 2786/3921 71% [============================================ ] 2787/3921 71% [============================================ ] 2788/3921 71% [============================================ ] 2789/3921 71% [============================================ ] 2790/3921 71% [============================================ ] 2791/3921 71% [============================================ ] 2792/3921 71% [============================================ ] 2793/3921 71% [============================================ ] 2794/3921 71% [============================================ ] 2795/3921 71% [============================================ ] 2796/3921 71% [============================================ ] 2797/3921 71% [============================================ ] 2798/3921 71% [============================================ ] 2799/3921 71% [============================================ ] 2800/3921 71% [============================================ ] 2801/3921 71% [============================================ ] 2802/3921 71% [============================================ ] 2803/3921 71% [============================================ ] 2804/3921 71% [============================================ ] 2805/3921 71% [============================================ ] 2806/3921 71% [============================================ ] 2807/3921 71% [============================================ ] 2808/3921 71% [============================================ ] 2809/3921 71% [============================================ ] 2810/3921 71% [============================================ ] 2811/3921 71% [============================================ ] 2812/3921 71% [============================================ ] 2813/3921 71% [============================================ ] 2814/3921 71% [============================================ ] 2815/3921 71% [============================================ ] 2816/3921 71% [============================================ ] 2817/3921 71% [============================================ ] 2818/3921 71% [============================================ ] 2819/3921 71% [============================================ ] 2820/3921 71% [============================================ ] 2821/3921 71% [============================================ ] 2822/3921 71% [============================================ ] 2823/3921 71% [============================================ ] 2824/3921 72% [============================================ ] 2825/3921 72% [============================================ ] 2826/3921 72% [============================================ ] 2827/3921 72% [============================================ ] 2828/3921 72% [============================================ ] 2829/3921 72% [============================================ ] 2830/3921 72% [============================================ ] 2831/3921 72% [============================================ ] 2832/3921 72% [============================================ ] 2833/3921 72% [============================================ ] 2834/3921 72% [============================================ ] 2835/3921 72% [============================================ ] 2836/3921 72% [============================================ ] 2837/3921 72% [============================================ ] 2838/3921 72% [============================================ ] 2839/3921 72% [============================================ ] 2840/3921 72% [============================================ ] 2841/3921 72% [============================================ ] 2842/3921 72% [============================================ ] 2843/3921 72% [============================================ ] 2844/3921 72% [============================================ ] 2845/3921 72% [============================================= ] 2846/3921 72% [============================================= ] 2847/3921 72% [============================================= ] 2848/3921 72% [============================================= ] 2849/3921 72% [============================================= ] 2850/3921 72% [============================================= ] 2851/3921 72% [============================================= ] 2852/3921 72% [============================================= ] 2853/3921 72% [============================================= ] 2854/3921 72% [============================================= ] 2855/3921 72% [============================================= ] 2856/3921 72% [============================================= ] 2857/3921 72% [============================================= ] 2858/3921 72% [============================================= ] 2859/3921 72% [============================================= ] 2860/3921 72% [============================================= ] 2861/3921 72% [============================================= ] 2862/3921 72% [============================================= ] 2863/3921 73% [============================================= ] 2864/3921 73% [============================================= ] 2865/3921 73% [============================================= ] 2866/3921 73% [============================================= ] 2867/3921 73% [============================================= ] 2868/3921 73% [============================================= ] 2869/3921 73% [============================================= ] 2870/3921 73% [============================================= ] 2871/3921 73% [============================================= ] 2872/3921 73% [============================================= ] 2873/3921 73% [============================================= ] 2874/3921 73% [============================================= ] 2875/3921 73% [============================================= ] 2876/3921 73% [============================================= ] 2877/3921 73% [============================================= ] 2878/3921 73% [============================================= ] 2879/3921 73% [============================================= ] 2880/3921 73% [============================================= ] 2881/3921 73% [============================================= ] 2882/3921 73% [============================================= ] 2883/3921 73% [============================================= ] 2884/3921 73% [============================================= ] 2885/3921 73% [============================================= ] 2886/3921 73% [============================================= ] 2887/3921 73% [============================================= ] 2888/3921 73% [============================================= ] 2889/3921 73% [============================================= ] 2890/3921 73% [============================================= ] 2891/3921 73% [============================================= ] 2892/3921 73% [============================================= ] 2893/3921 73% [============================================= ] 2894/3921 73% [============================================= ] 2895/3921 73% [============================================= ] 2896/3921 73% [============================================= ] 2897/3921 73% [============================================= ] 2898/3921 73% [============================================= ] 2899/3921 73% [============================================= ] 2900/3921 73% [============================================= ] 2901/3921 73% [============================================= ] 2902/3921 74% [============================================= ] 2903/3921 74% [============================================= ] 2904/3921 74% [============================================= ] 2905/3921 74% [============================================= ] 2906/3921 74% [============================================= ] 2907/3921 74% [============================================= ] 2908/3921 74% [============================================= ] 2909/3921 74% [============================================== ] 2910/3921 74% [============================================== ] 2911/3921 74% [============================================== ] 2912/3921 74% [============================================== ] 2913/3921 74% [============================================== ] 2914/3921 74% [============================================== ] 2915/3921 74% [============================================== ] 2916/3921 74% [============================================== ] 2917/3921 74% [============================================== ] 2918/3921 74% [============================================== ] 2919/3921 74% [============================================== ] 2920/3921 74% [============================================== ] 2921/3921 74% [============================================== ] 2922/3921 74% [============================================== ] 2923/3921 74% [============================================== ] 2924/3921 74% [============================================== ] 2925/3921 74% [============================================== ] 2926/3921 74% [============================================== ] 2927/3921 74% [============================================== ] 2928/3921 74% [============================================== ] 2929/3921 74% [============================================== ] 2930/3921 74% [============================================== ] 2931/3921 74% [============================================== ] 2932/3921 74% [============================================== ] 2933/3921 74% [============================================== ] 2934/3921 74% [============================================== ] 2935/3921 74% [============================================== ] 2936/3921 74% [============================================== ] 2937/3921 74% [============================================== ] 2938/3921 74% [============================================== ] 2939/3921 74% [============================================== ] 2940/3921 74% [============================================== ] 2941/3921 75% [============================================== ] 2942/3921 75% [============================================== ] 2943/3921 75% [============================================== ] 2944/3921 75% [============================================== ] 2945/3921 75% [============================================== ] 2946/3921 75% [============================================== ] 2947/3921 75% [============================================== ] 2948/3921 75% [============================================== ] 2949/3921 75% [============================================== ] 2950/3921 75% [============================================== ] 2951/3921 75% [============================================== ] 2952/3921 75% [============================================== ] 2953/3921 75% [============================================== ] 2954/3921 75% [============================================== ] 2955/3921 75% [============================================== ] 2956/3921 75% [============================================== ] 2957/3921 75% [============================================== ] 2958/3921 75% [============================================== ] 2959/3921 75% [============================================== ] 2960/3921 75% [============================================== ] 2961/3921 75% [============================================== ] 2962/3921 75% [============================================== ] 2963/3921 75% [============================================== ] 2964/3921 75% [============================================== ] 2965/3921 75% [============================================== ] 2966/3921 75% [============================================== ] 2967/3921 75% [============================================== ] 2968/3921 75% [============================================== ] 2969/3921 75% [============================================== ] 2970/3921 75% [============================================== ] 2971/3921 75% [============================================== ] 2972/3921 75% [=============================================== ] 2973/3921 75% [=============================================== ] 2974/3921 75% [=============================================== ] 2975/3921 75% [=============================================== ] 2976/3921 75% [=============================================== ] 2977/3921 75% [=============================================== ] 2978/3921 75% [=============================================== ] 2979/3921 75% [=============================================== ] 2980/3921 76% [=============================================== ] 2981/3921 76% [=============================================== ] 2982/3921 76% [=============================================== ] 2983/3921 76% [=============================================== ] 2984/3921 76% [=============================================== ] 2985/3921 76% [=============================================== ] 2986/3921 76% [=============================================== ] 2987/3921 76% [=============================================== ] 2988/3921 76% [=============================================== ] 2989/3921 76% [=============================================== ] 2990/3921 76% [=============================================== ] 2991/3921 76% [=============================================== ] 2992/3921 76% [=============================================== ] 2993/3921 76% [=============================================== ] 2994/3921 76% [=============================================== ] 2995/3921 76% [=============================================== ] 2996/3921 76% [=============================================== ] 2997/3921 76% [=============================================== ] 2998/3921 76% [=============================================== ] 2999/3921 76% [=============================================== ] 3000/3921 76% [=============================================== ] 3001/3921 76% [=============================================== ] 3002/3921 76% [=============================================== ] 3003/3921 76% [=============================================== ] 3004/3921 76% [=============================================== ] 3005/3921 76% [=============================================== ] 3006/3921 76% [=============================================== ] 3007/3921 76% [=============================================== ] 3008/3921 76% [=============================================== ] 3009/3921 76% [=============================================== ] 3010/3921 76% [=============================================== ] 3011/3921 76% [=============================================== ] 3012/3921 76% [=============================================== ] 3013/3921 76% [=============================================== ] 3014/3921 76% [=============================================== ] 3015/3921 76% [=============================================== ] 3016/3921 76% [=============================================== ] 3017/3921 76% [=============================================== ] 3018/3921 76% [=============================================== ] 3019/3921 76% [=============================================== ] 3020/3921 77% [=============================================== ] 3021/3921 77% [=============================================== ] 3022/3921 77% [=============================================== ] 3023/3921 77% [=============================================== ] 3024/3921 77% [=============================================== ] 3025/3921 77% [=============================================== ] 3026/3921 77% [=============================================== ] 3027/3921 77% [=============================================== ] 3028/3921 77% [=============================================== ] 3029/3921 77% [=============================================== ] 3030/3921 77% [=============================================== ] 3031/3921 77% [=============================================== ] 3032/3921 77% [=============================================== ] 3033/3921 77% [=============================================== ] 3034/3921 77% [=============================================== ] 3035/3921 77% [================================================ ] 3036/3921 77% [================================================ ] 3037/3921 77% [================================================ ] 3038/3921 77% [================================================ ] 3039/3921 77% [================================================ ] 3040/3921 77% [================================================ ] 3041/3921 77% [================================================ ] 3042/3921 77% [================================================ ] 3043/3921 77% [================================================ ] 3044/3921 77% [================================================ ] 3045/3921 77% [================================================ ] 3046/3921 77% [================================================ ] 3047/3921 77% [================================================ ] 3048/3921 77% [================================================ ] 3049/3921 77% [================================================ ] 3050/3921 77% [================================================ ] 3051/3921 77% [================================================ ] 3052/3921 77% [================================================ ] 3053/3921 77% [================================================ ] 3054/3921 77% [================================================ ] 3055/3921 77% [================================================ ] 3056/3921 77% [================================================ ] 3057/3921 77% [================================================ ] 3058/3921 77% [================================================ ] 3059/3921 78% [================================================ ] 3060/3921 78% [================================================ ] 3061/3921 78% [================================================ ] 3062/3921 78% [================================================ ] 3063/3921 78% [================================================ ] 3064/3921 78% [================================================ ] 3065/3921 78% [================================================ ] 3066/3921 78% [================================================ ] 3067/3921 78% [================================================ ] 3068/3921 78% [================================================ ] 3069/3921 78% [================================================ ] 3070/3921 78% [================================================ ] 3071/3921 78% [================================================ ] 3072/3921 78% [================================================ ] 3073/3921 78% [================================================ ] 3074/3921 78% [================================================ ] 3075/3921 78% [================================================ ] 3076/3921 78% [================================================ ] 3077/3921 78% [================================================ ] 3078/3921 78% [================================================ ] 3079/3921 78% [================================================ ] 3080/3921 78% [================================================ ] 3081/3921 78% [================================================ ] 3082/3921 78% [================================================ ] 3083/3921 78% [================================================ ] 3084/3921 78% [================================================ ] 3085/3921 78% [================================================ ] 3086/3921 78% [================================================ ] 3087/3921 78% [================================================ ] 3088/3921 78% [================================================ ] 3089/3921 78% [================================================ ] 3090/3921 78% [================================================ ] 3091/3921 78% [================================================ ] 3092/3921 78% [================================================ ] 3093/3921 78% [================================================ ] 3094/3921 78% [================================================ ] 3095/3921 78% [================================================ ] 3096/3921 78% [================================================ ] 3097/3921 78% [================================================ ] 3098/3921 79% [================================================= ] 3099/3921 79% [================================================= ] 3100/3921 79% [================================================= ] 3101/3921 79% [================================================= ] 3102/3921 79% [================================================= ] 3103/3921 79% [================================================= ] 3104/3921 79% [================================================= ] 3105/3921 79% [================================================= ] 3106/3921 79% [================================================= ] 3107/3921 79% [================================================= ] 3108/3921 79% [================================================= ] 3109/3921 79% [================================================= ] 3110/3921 79% [================================================= ] 3111/3921 79% [================================================= ] 3112/3921 79% [================================================= ] 3113/3921 79% [================================================= ] 3114/3921 79% [================================================= ] 3115/3921 79% [================================================= ] 3116/3921 79% [================================================= ] 3117/3921 79% [================================================= ] 3118/3921 79% [================================================= ] 3119/3921 79% [================================================= ] 3120/3921 79% [================================================= ] 3121/3921 79% [================================================= ] 3122/3921 79% [================================================= ] 3123/3921 79% [================================================= ] 3124/3921 79% [================================================= ] 3125/3921 79% [================================================= ] 3126/3921 79% [================================================= ] 3127/3921 79% [================================================= ] 3128/3921 79% [================================================= ] 3129/3921 79% [================================================= ] 3130/3921 79% [================================================= ] 3131/3921 79% [================================================= ] 3132/3921 79% [================================================= ] 3133/3921 79% [================================================= ] 3134/3921 79% [================================================= ] 3135/3921 79% [================================================= ] 3136/3921 79% [================================================= ] 3137/3921 80% [================================================= ] 3138/3921 80% [================================================= ] 3139/3921 80% [================================================= ] 3140/3921 80% [================================================= ] 3141/3921 80% [================================================= ] 3142/3921 80% [================================================= ] 3143/3921 80% [================================================= ] 3144/3921 80% [================================================= ] 3145/3921 80% [================================================= ] 3146/3921 80% [================================================= ] 3147/3921 80% [================================================= ] 3148/3921 80% [================================================= ] 3149/3921 80% [================================================= ] 3150/3921 80% [================================================= ] 3151/3921 80% [================================================= ] 3152/3921 80% [================================================= ] 3153/3921 80% [================================================= ] 3154/3921 80% [================================================= ] 3155/3921 80% [================================================= ] 3156/3921 80% [================================================= ] 3157/3921 80% [================================================= ] 3158/3921 80% [================================================= ] 3159/3921 80% [================================================= ] 3160/3921 80% [================================================= ] 3161/3921 80% [================================================= ] 3162/3921 80% [================================================== ] 3163/3921 80% [================================================== ] 3164/3921 80% [================================================== ] 3165/3921 80% [================================================== ] 3166/3921 80% [================================================== ] 3167/3921 80% [================================================== ] 3168/3921 80% [================================================== ] 3169/3921 80% [================================================== ] 3170/3921 80% [================================================== ] 3171/3921 80% [================================================== ] 3172/3921 80% [================================================== ] 3173/3921 80% [================================================== ] 3174/3921 80% [================================================== ] 3175/3921 80% [================================================== ] 3176/3921 80% [================================================== ] 3177/3921 81% [================================================== ] 3178/3921 81% [================================================== ] 3179/3921 81% [================================================== ] 3180/3921 81% [================================================== ] 3181/3921 81% [================================================== ] 3182/3921 81% [================================================== ] 3183/3921 81% [================================================== ] 3184/3921 81% [================================================== ] 3185/3921 81% [================================================== ] 3186/3921 81% [================================================== ] 3187/3921 81% [================================================== ] 3188/3921 81% [================================================== ] 3189/3921 81% [================================================== ] 3190/3921 81% [================================================== ] 3191/3921 81% [================================================== ] 3192/3921 81% [================================================== ] 3193/3921 81% [================================================== ] 3194/3921 81% [================================================== ] 3195/3921 81% [================================================== ] 3196/3921 81% [================================================== ] 3197/3921 81% [================================================== ] 3198/3921 81% [================================================== ] 3199/3921 81% [================================================== ] 3200/3921 81% [================================================== ] 3201/3921 81% [================================================== ] 3202/3921 81% [================================================== ] 3203/3921 81% [================================================== ] 3204/3921 81% [================================================== ] 3205/3921 81% [================================================== ] 3206/3921 81% [================================================== ] 3207/3921 81% [================================================== ] 3208/3921 81% [================================================== ] 3209/3921 81% [================================================== ] 3210/3921 81% [================================================== ] 3211/3921 81% [================================================== ] 3212/3921 81% [================================================== ] 3213/3921 81% [================================================== ] 3214/3921 81% [================================================== ] 3215/3921 81% [================================================== ] 3216/3921 82% [================================================== ] 3217/3921 82% [================================================== ] 3218/3921 82% [================================================== ] 3219/3921 82% [================================================== ] 3220/3921 82% [================================================== ] 3221/3921 82% [================================================== ] 3222/3921 82% [================================================== ] 3223/3921 82% [================================================== ] 3224/3921 82% [================================================== ] 3225/3921 82% [=================================================== ] 3226/3921 82% [=================================================== ] 3227/3921 82% [=================================================== ] 3228/3921 82% [=================================================== ] 3229/3921 82% [=================================================== ] 3230/3921 82% [=================================================== ] 3231/3921 82% [=================================================== ] 3232/3921 82% [=================================================== ] 3233/3921 82% [=================================================== ] 3234/3921 82% [=================================================== ] 3235/3921 82% [=================================================== ] 3236/3921 82% [=================================================== ] 3237/3921 82% [=================================================== ] 3238/3921 82% [=================================================== ] 3239/3921 82% [=================================================== ] 3240/3921 82% [=================================================== ] 3241/3921 82% [=================================================== ] 3242/3921 82% [=================================================== ] 3243/3921 82% [=================================================== ] 3244/3921 82% [=================================================== ] 3245/3921 82% [=================================================== ] 3246/3921 82% [=================================================== ] 3247/3921 82% [=================================================== ] 3248/3921 82% [=================================================== ] 3249/3921 82% [=================================================== ] 3250/3921 82% [=================================================== ] 3251/3921 82% [=================================================== ] 3252/3921 82% [=================================================== ] 3253/3921 82% [=================================================== ] 3254/3921 82% [=================================================== ] 3255/3921 83% [=================================================== ] 3256/3921 83% [=================================================== ] 3257/3921 83% [=================================================== ] 3258/3921 83% [=================================================== ] 3259/3921 83% [=================================================== ] 3260/3921 83% [=================================================== ] 3261/3921 83% [=================================================== ] 3262/3921 83% [=================================================== ] 3263/3921 83% [=================================================== ] 3264/3921 83% [=================================================== ] 3265/3921 83% [=================================================== ] 3266/3921 83% [=================================================== ] 3267/3921 83% [=================================================== ] 3268/3921 83% [=================================================== ] 3269/3921 83% [=================================================== ] 3270/3921 83% [=================================================== ] 3271/3921 83% [=================================================== ] 3272/3921 83% [=================================================== ] 3273/3921 83% [=================================================== ] 3274/3921 83% [=================================================== ] 3275/3921 83% [=================================================== ] 3276/3921 83% [=================================================== ] 3277/3921 83% [=================================================== ] 3278/3921 83% [=================================================== ] 3279/3921 83% [=================================================== ] 3280/3921 83% [=================================================== ] 3281/3921 83% [=================================================== ] 3282/3921 83% [=================================================== ] 3283/3921 83% [=================================================== ] 3284/3921 83% [=================================================== ] 3285/3921 83% [=================================================== ] 3286/3921 83% [=================================================== ] 3287/3921 83% [=================================================== ] 3288/3921 83% [==================================================== ] 3289/3921 83% [==================================================== ] 3290/3921 83% [==================================================== ] 3291/3921 83% [==================================================== ] 3292/3921 83% [==================================================== ] 3293/3921 83% [==================================================== ] 3294/3921 84% [==================================================== ] 3295/3921 84% [==================================================== ] 3296/3921 84% [==================================================== ] 3297/3921 84% [==================================================== ] 3298/3921 84% [==================================================== ] 3299/3921 84% [==================================================== ] 3300/3921 84% [==================================================== ] 3301/3921 84% [==================================================== ] 3302/3921 84% [==================================================== ] 3303/3921 84% [==================================================== ] 3304/3921 84% [==================================================== ] 3305/3921 84% [==================================================== ] 3306/3921 84% [==================================================== ] 3307/3921 84% [==================================================== ] 3308/3921 84% [==================================================== ] 3309/3921 84% [==================================================== ] 3310/3921 84% [==================================================== ] 3311/3921 84% [==================================================== ] 3312/3921 84% [==================================================== ] 3313/3921 84% [==================================================== ] 3314/3921 84% [==================================================== ] 3315/3921 84% [==================================================== ] 3316/3921 84% [==================================================== ] 3317/3921 84% [==================================================== ] 3318/3921 84% [==================================================== ] 3319/3921 84% [==================================================== ] 3320/3921 84% [==================================================== ] 3321/3921 84% [==================================================== ] 3322/3921 84% [==================================================== ] 3323/3921 84% [==================================================== ] 3324/3921 84% [==================================================== ] 3325/3921 84% [==================================================== ] 3326/3921 84% [==================================================== ] 3327/3921 84% [==================================================== ] 3328/3921 84% [==================================================== ] 3329/3921 84% [==================================================== ] 3330/3921 84% [==================================================== ] 3331/3921 84% [==================================================== ] 3332/3921 84% [==================================================== ] 3333/3921 85% [==================================================== ] 3334/3921 85% [==================================================== ] 3335/3921 85% [==================================================== ] 3336/3921 85% [==================================================== ] 3337/3921 85% [==================================================== ] 3338/3921 85% [==================================================== ] 3339/3921 85% [==================================================== ] 3340/3921 85% [==================================================== ] 3341/3921 85% [==================================================== ] 3342/3921 85% [==================================================== ] 3343/3921 85% [==================================================== ] 3344/3921 85% [==================================================== ] 3345/3921 85% [==================================================== ] 3346/3921 85% [==================================================== ] 3347/3921 85% [==================================================== ] 3348/3921 85% [==================================================== ] 3349/3921 85% [==================================================== ] 3350/3921 85% [==================================================== ] 3351/3921 85% [===================================================== ] 3352/3921 85% [===================================================== ] 3353/3921 85% [===================================================== ] 3354/3921 85% [===================================================== ] 3355/3921 85% [===================================================== ] 3356/3921 85% [===================================================== ] 3357/3921 85% [===================================================== ] 3358/3921 85% [===================================================== ] 3359/3921 85% [===================================================== ] 3360/3921 85% [===================================================== ] 3361/3921 85% [===================================================== ] 3362/3921 85% [===================================================== ] 3363/3921 85% [===================================================== ] 3364/3921 85% [===================================================== ] 3365/3921 85% [===================================================== ] 3366/3921 85% [===================================================== ] 3367/3921 85% [===================================================== ] 3368/3921 85% [===================================================== ] 3369/3921 85% [===================================================== ] 3370/3921 85% [===================================================== ] 3371/3921 85% [===================================================== ] 3372/3921 85% [===================================================== ] 3373/3921 86% [===================================================== ] 3374/3921 86% [===================================================== ] 3375/3921 86% [===================================================== ] 3376/3921 86% [===================================================== ] 3377/3921 86% [===================================================== ] 3378/3921 86% [===================================================== ] 3379/3921 86% [===================================================== ] 3380/3921 86% [===================================================== ] 3381/3921 86% [===================================================== ] 3382/3921 86% [===================================================== ] 3383/3921 86% [===================================================== ] 3384/3921 86% [===================================================== ] 3385/3921 86% [===================================================== ] 3386/3921 86% [===================================================== ] 3387/3921 86% [===================================================== ] 3388/3921 86% [===================================================== ] 3389/3921 86% [===================================================== ] 3390/3921 86% [===================================================== ] 3391/3921 86% [===================================================== ] 3392/3921 86% [===================================================== ] 3393/3921 86% [===================================================== ] 3394/3921 86% [===================================================== ] 3395/3921 86% [===================================================== ] 3396/3921 86% [===================================================== ] 3397/3921 86% [===================================================== ] 3398/3921 86% [===================================================== ] 3399/3921 86% [===================================================== ] 3400/3921 86% [===================================================== ] 3401/3921 86% [===================================================== ] 3402/3921 86% [===================================================== ] 3403/3921 86% [===================================================== ] 3404/3921 86% [===================================================== ] 3405/3921 86% [===================================================== ] 3406/3921 86% [===================================================== ] 3407/3921 86% [===================================================== ] 3408/3921 86% [===================================================== ] 3409/3921 86% [===================================================== ] 3410/3921 86% [===================================================== ] 3411/3921 86% [===================================================== ] 3412/3921 87% [===================================================== ] 3413/3921 87% [===================================================== ] 3414/3921 87% [===================================================== ] 3415/3921 87% [====================================================== ] 3416/3921 87% [====================================================== ] 3417/3921 87% [====================================================== ] 3418/3921 87% [====================================================== ] 3419/3921 87% [====================================================== ] 3420/3921 87% [====================================================== ] 3421/3921 87% [====================================================== ] 3422/3921 87% [====================================================== ] 3423/3921 87% [====================================================== ] 3424/3921 87% [====================================================== ] 3425/3921 87% [====================================================== ] 3426/3921 87% [====================================================== ] 3427/3921 87% [====================================================== ] 3428/3921 87% [====================================================== ] 3429/3921 87% [====================================================== ] 3430/3921 87% [====================================================== ] 3431/3921 87% [====================================================== ] 3432/3921 87% [====================================================== ] 3433/3921 87% [====================================================== ] 3434/3921 87% [====================================================== ] 3435/3921 87% [====================================================== ] 3436/3921 87% [====================================================== ] 3437/3921 87% [====================================================== ] 3438/3921 87% [====================================================== ] 3439/3921 87% [====================================================== ] 3440/3921 87% [====================================================== ] 3441/3921 87% [====================================================== ] 3442/3921 87% [====================================================== ] 3443/3921 87% [====================================================== ] 3444/3921 87% [====================================================== ] 3445/3921 87% [====================================================== ] 3446/3921 87% [====================================================== ] 3447/3921 87% [====================================================== ] 3448/3921 87% [====================================================== ] 3449/3921 87% [====================================================== ] 3450/3921 87% [====================================================== ] 3451/3921 88% [====================================================== ] 3452/3921 88% [====================================================== ] 3453/3921 88% [====================================================== ] 3454/3921 88% [====================================================== ] 3455/3921 88% [====================================================== ] 3456/3921 88% [====================================================== ] 3457/3921 88% [====================================================== ] 3458/3921 88% [====================================================== ] 3459/3921 88% [====================================================== ] 3460/3921 88% [====================================================== ] 3461/3921 88% [====================================================== ] 3462/3921 88% [====================================================== ] 3463/3921 88% [====================================================== ] 3464/3921 88% [====================================================== ] 3465/3921 88% [====================================================== ] 3466/3921 88% [====================================================== ] 3467/3921 88% [====================================================== ] 3468/3921 88% [====================================================== ] 3469/3921 88% [====================================================== ] 3470/3921 88% [====================================================== ] 3471/3921 88% [====================================================== ] 3472/3921 88% [====================================================== ] 3473/3921 88% [====================================================== ] 3474/3921 88% [====================================================== ] 3475/3921 88% [====================================================== ] 3476/3921 88% [====================================================== ] 3477/3921 88% [====================================================== ] 3478/3921 88% [======================================================= ] 3479/3921 88% [======================================================= ] 3480/3921 88% [======================================================= ] 3481/3921 88% [======================================================= ] 3482/3921 88% [======================================================= ] 3483/3921 88% [======================================================= ] 3484/3921 88% [======================================================= ] 3485/3921 88% [======================================================= ] 3486/3921 88% [======================================================= ] 3487/3921 88% [======================================================= ] 3488/3921 88% [======================================================= ] 3489/3921 88% [======================================================= ] 3490/3921 89% [======================================================= ] 3491/3921 89% [======================================================= ] 3492/3921 89% [======================================================= ] 3493/3921 89% [======================================================= ] 3494/3921 89% [======================================================= ] 3495/3921 89% [======================================================= ] 3496/3921 89% [======================================================= ] 3497/3921 89% [======================================================= ] 3498/3921 89% [======================================================= ] 3499/3921 89% [======================================================= ] 3500/3921 89% [======================================================= ] 3501/3921 89% [======================================================= ] 3502/3921 89% [======================================================= ] 3503/3921 89% [======================================================= ] 3504/3921 89% [======================================================= ] 3505/3921 89% [======================================================= ] 3506/3921 89% [======================================================= ] 3507/3921 89% [======================================================= ] 3508/3921 89% [======================================================= ] 3509/3921 89% [======================================================= ] 3510/3921 89% [======================================================= ] 3511/3921 89% [======================================================= ] 3512/3921 89% [======================================================= ] 3513/3921 89% [======================================================= ] 3514/3921 89% [======================================================= ] 3515/3921 89% [======================================================= ] 3516/3921 89% [======================================================= ] 3517/3921 89% [======================================================= ] 3518/3921 89% [======================================================= ] 3519/3921 89% [======================================================= ] 3520/3921 89% [======================================================= ] 3521/3921 89% [======================================================= ] 3522/3921 89% [======================================================= ] 3523/3921 89% [======================================================= ] 3524/3921 89% [======================================================= ] 3525/3921 89% [======================================================= ] 3526/3921 89% [======================================================= ] 3527/3921 89% [======================================================= ] 3528/3921 89% [======================================================= ] 3529/3921 90% [======================================================= ] 3530/3921 90% [======================================================= ] 3531/3921 90% [======================================================= ] 3532/3921 90% [======================================================= ] 3533/3921 90% [======================================================= ] 3534/3921 90% [======================================================= ] 3535/3921 90% [======================================================= ] 3536/3921 90% [======================================================= ] 3537/3921 90% [======================================================= ] 3538/3921 90% [======================================================= ] 3539/3921 90% [======================================================= ] 3540/3921 90% [======================================================= ] 3541/3921 90% [======================================================== ] 3542/3921 90% [======================================================== ] 3543/3921 90% [======================================================== ] 3544/3921 90% [======================================================== ] 3545/3921 90% [======================================================== ] 3546/3921 90% [======================================================== ] 3547/3921 90% [======================================================== ] 3548/3921 90% [======================================================== ] 3549/3921 90% [======================================================== ] 3550/3921 90% [======================================================== ] 3551/3921 90% [======================================================== ] 3552/3921 90% [======================================================== ] 3553/3921 90% [======================================================== ] 3554/3921 90% [======================================================== ] 3555/3921 90% [======================================================== ] 3556/3921 90% [======================================================== ] 3557/3921 90% [======================================================== ] 3558/3921 90% [======================================================== ] 3559/3921 90% [======================================================== ] 3560/3921 90% [======================================================== ] 3561/3921 90% [======================================================== ] 3562/3921 90% [======================================================== ] 3563/3921 90% [======================================================== ] 3564/3921 90% [======================================================== ] 3565/3921 90% [======================================================== ] 3566/3921 90% [======================================================== ] 3567/3921 90% [======================================================== ] 3568/3921 90% [======================================================== ] 3569/3921 91% [======================================================== ] 3570/3921 91% [======================================================== ] 3571/3921 91% [======================================================== ] 3572/3921 91% [======================================================== ] 3573/3921 91% [======================================================== ] 3574/3921 91% [======================================================== ] 3575/3921 91% [======================================================== ] 3576/3921 91% [======================================================== ] 3577/3921 91% [======================================================== ] 3578/3921 91% [======================================================== ] 3579/3921 91% [======================================================== ] 3580/3921 91% [======================================================== ] 3581/3921 91% [======================================================== ] 3582/3921 91% [======================================================== ] 3583/3921 91% [======================================================== ] 3584/3921 91% [======================================================== ] 3585/3921 91% [======================================================== ] 3586/3921 91% [======================================================== ] 3587/3921 91% [======================================================== ] 3588/3921 91% [======================================================== ] 3589/3921 91% [======================================================== ] 3590/3921 91% [======================================================== ] 3591/3921 91% [======================================================== ] 3592/3921 91% [======================================================== ] 3593/3921 91% [======================================================== ] 3594/3921 91% [======================================================== ] 3595/3921 91% [======================================================== ] 3596/3921 91% [======================================================== ] 3597/3921 91% [======================================================== ] 3598/3921 91% [======================================================== ] 3599/3921 91% [======================================================== ] 3600/3921 91% [======================================================== ] 3601/3921 91% [======================================================== ] 3602/3921 91% [======================================================== ] 3603/3921 91% [======================================================== ] 3604/3921 91% [========================================================= ] 3605/3921 91% [========================================================= ] 3606/3921 91% [========================================================= ] 3607/3921 91% [========================================================= ] 3608/3921 92% [========================================================= ] 3609/3921 92% [========================================================= ] 3610/3921 92% [========================================================= ] 3611/3921 92% [========================================================= ] 3612/3921 92% [========================================================= ] 3613/3921 92% [========================================================= ] 3614/3921 92% [========================================================= ] 3615/3921 92% [========================================================= ] 3616/3921 92% [========================================================= ] 3617/3921 92% [========================================================= ] 3618/3921 92% [========================================================= ] 3619/3921 92% [========================================================= ] 3620/3921 92% [========================================================= ] 3621/3921 92% [========================================================= ] 3622/3921 92% [========================================================= ] 3623/3921 92% [========================================================= ] 3624/3921 92% [========================================================= ] 3625/3921 92% [========================================================= ] 3626/3921 92% [========================================================= ] 3627/3921 92% [========================================================= ] 3628/3921 92% [========================================================= ] 3629/3921 92% [========================================================= ] 3630/3921 92% [========================================================= ] 3631/3921 92% [========================================================= ] 3632/3921 92% [========================================================= ] 3633/3921 92% [========================================================= ] 3634/3921 92% [========================================================= ] 3635/3921 92% [========================================================= ] 3636/3921 92% [========================================================= ] 3637/3921 92% [========================================================= ] 3638/3921 92% [========================================================= ] 3639/3921 92% [========================================================= ] 3640/3921 92% [========================================================= ] 3641/3921 92% [========================================================= ] 3642/3921 92% [========================================================= ] 3643/3921 92% [========================================================= ] 3644/3921 92% [========================================================= ] 3645/3921 92% [========================================================= ] 3646/3921 92% [========================================================= ] 3647/3921 93% [========================================================= ] 3648/3921 93% [========================================================= ] 3649/3921 93% [========================================================= ] 3650/3921 93% [========================================================= ] 3651/3921 93% [========================================================= ] 3652/3921 93% [========================================================= ] 3653/3921 93% [========================================================= ] 3654/3921 93% [========================================================= ] 3655/3921 93% [========================================================= ] 3656/3921 93% [========================================================= ] 3657/3921 93% [========================================================= ] 3658/3921 93% [========================================================= ] 3659/3921 93% [========================================================= ] 3660/3921 93% [========================================================= ] 3661/3921 93% [========================================================= ] 3662/3921 93% [========================================================= ] 3663/3921 93% [========================================================= ] 3664/3921 93% [========================================================= ] 3665/3921 93% [========================================================= ] 3666/3921 93% [========================================================= ] 3667/3921 93% [========================================================= ] 3668/3921 93% [========================================================== ] 3669/3921 93% [========================================================== ] 3670/3921 93% [========================================================== ] 3671/3921 93% [========================================================== ] 3672/3921 93% [========================================================== ] 3673/3921 93% [========================================================== ] 3674/3921 93% [========================================================== ] 3675/3921 93% [========================================================== ] 3676/3921 93% [========================================================== ] 3677/3921 93% [========================================================== ] 3678/3921 93% [========================================================== ] 3679/3921 93% [========================================================== ] 3680/3921 93% [========================================================== ] 3681/3921 93% [========================================================== ] 3682/3921 93% [========================================================== ] 3683/3921 93% [========================================================== ] 3684/3921 93% [========================================================== ] 3685/3921 93% [========================================================== ] 3686/3921 94% [========================================================== ] 3687/3921 94% [========================================================== ] 3688/3921 94% [========================================================== ] 3689/3921 94% [========================================================== ] 3690/3921 94% [========================================================== ] 3691/3921 94% [========================================================== ] 3692/3921 94% [========================================================== ] 3693/3921 94% [========================================================== ] 3694/3921 94% [========================================================== ] 3695/3921 94% [========================================================== ] 3696/3921 94% [========================================================== ] 3697/3921 94% [========================================================== ] 3698/3921 94% [========================================================== ] 3699/3921 94% [========================================================== ] 3700/3921 94% [========================================================== ] 3701/3921 94% [========================================================== ] 3702/3921 94% [========================================================== ] 3703/3921 94% [========================================================== ] 3704/3921 94% [========================================================== ] 3705/3921 94% [========================================================== ] 3706/3921 94% [========================================================== ] 3707/3921 94% [========================================================== ] 3708/3921 94% [========================================================== ] 3709/3921 94% [========================================================== ] 3710/3921 94% [========================================================== ] 3711/3921 94% [========================================================== ] 3712/3921 94% [========================================================== ] 3713/3921 94% [========================================================== ] 3714/3921 94% [========================================================== ] 3715/3921 94% [========================================================== ] 3716/3921 94% [========================================================== ] 3717/3921 94% [========================================================== ] 3718/3921 94% [========================================================== ] 3719/3921 94% [========================================================== ] 3720/3921 94% [========================================================== ] 3721/3921 94% [========================================================== ] 3722/3921 94% [========================================================== ] 3723/3921 94% [========================================================== ] 3724/3921 94% [========================================================== ] 3725/3921 95% [========================================================== ] 3726/3921 95% [========================================================== ] 3727/3921 95% [========================================================== ] 3728/3921 95% [========================================================== ] 3729/3921 95% [========================================================== ] 3730/3921 95% [========================================================== ] 3731/3921 95% [=========================================================== ] 3732/3921 95% [=========================================================== ] 3733/3921 95% [=========================================================== ] 3734/3921 95% [=========================================================== ] 3735/3921 95% [=========================================================== ] 3736/3921 95% [=========================================================== ] 3737/3921 95% [=========================================================== ] 3738/3921 95% [=========================================================== ] 3739/3921 95% [=========================================================== ] 3740/3921 95% [=========================================================== ] 3741/3921 95% [=========================================================== ] 3742/3921 95% [=========================================================== ] 3743/3921 95% [=========================================================== ] 3744/3921 95% [=========================================================== ] 3745/3921 95% [=========================================================== ] 3746/3921 95% [=========================================================== ] 3747/3921 95% [=========================================================== ] 3748/3921 95% [=========================================================== ] 3749/3921 95% [=========================================================== ] 3750/3921 95% [=========================================================== ] 3751/3921 95% [=========================================================== ] 3752/3921 95% [=========================================================== ] 3753/3921 95% [=========================================================== ] 3754/3921 95% [=========================================================== ] 3755/3921 95% [=========================================================== ] 3756/3921 95% [=========================================================== ] 3757/3921 95% [=========================================================== ] 3758/3921 95% [=========================================================== ] 3759/3921 95% [=========================================================== ] 3760/3921 95% [=========================================================== ] 3761/3921 95% [=========================================================== ] 3762/3921 95% [=========================================================== ] 3763/3921 95% [=========================================================== ] 3764/3921 95% [=========================================================== ] 3765/3921 96% [=========================================================== ] 3766/3921 96% [=========================================================== ] 3767/3921 96% [=========================================================== ] 3768/3921 96% [=========================================================== ] 3769/3921 96% [=========================================================== ] 3770/3921 96% [=========================================================== ] 3771/3921 96% [=========================================================== ] 3772/3921 96% [=========================================================== ] 3773/3921 96% [=========================================================== ] 3774/3921 96% [=========================================================== ] 3775/3921 96% [=========================================================== ] 3776/3921 96% [=========================================================== ] 3777/3921 96% [=========================================================== ] 3778/3921 96% [=========================================================== ] 3779/3921 96% [=========================================================== ] 3780/3921 96% [=========================================================== ] 3781/3921 96% [=========================================================== ] 3782/3921 96% [=========================================================== ] 3783/3921 96% [=========================================================== ] 3784/3921 96% [=========================================================== ] 3785/3921 96% [=========================================================== ] 3786/3921 96% [=========================================================== ] 3787/3921 96% [=========================================================== ] 3788/3921 96% [=========================================================== ] 3789/3921 96% [=========================================================== ] 3790/3921 96% [=========================================================== ] 3791/3921 96% [=========================================================== ] 3792/3921 96% [=========================================================== ] 3793/3921 96% [=========================================================== ] 3794/3921 96% [============================================================ ] 3795/3921 96% [============================================================ ] 3796/3921 96% [============================================================ ] 3797/3921 96% [============================================================ ] 3798/3921 96% [============================================================ ] 3799/3921 96% [============================================================ ] 3800/3921 96% [============================================================ ] 3801/3921 96% [============================================================ ] 3802/3921 96% [============================================================ ] 3803/3921 96% [============================================================ ] 3804/3921 97% [============================================================ ] 3805/3921 97% [============================================================ ] 3806/3921 97% [============================================================ ] 3807/3921 97% [============================================================ ] 3808/3921 97% [============================================================ ] 3809/3921 97% [============================================================ ] 3810/3921 97% [============================================================ ] 3811/3921 97% [============================================================ ] 3812/3921 97% [============================================================ ] 3813/3921 97% [============================================================ ] 3814/3921 97% [============================================================ ] 3815/3921 97% [============================================================ ] 3816/3921 97% [============================================================ ] 3817/3921 97% [============================================================ ] 3818/3921 97% [============================================================ ] 3819/3921 97% [============================================================ ] 3820/3921 97% [============================================================ ] 3821/3921 97% [============================================================ ] 3822/3921 97% [============================================================ ] 3823/3921 97% [============================================================ ] 3824/3921 97% [============================================================ ] 3825/3921 97% [============================================================ ] 3826/3921 97% [============================================================ ] 3827/3921 97% [============================================================ ] 3828/3921 97% [============================================================ ] 3829/3921 97% [============================================================ ] 3830/3921 97% [============================================================ ] 3831/3921 97% [============================================================ ] 3832/3921 97% [============================================================ ] 3833/3921 97% [============================================================ ] 3834/3921 97% [============================================================ ] 3835/3921 97% [============================================================ ] 3836/3921 97% [============================================================ ] 3837/3921 97% [============================================================ ] 3838/3921 97% [============================================================ ] 3839/3921 97% [============================================================ ] 3840/3921 97% [============================================================ ] 3841/3921 97% [============================================================ ] 3842/3921 97% [============================================================ ] 3843/3921 98% [============================================================ ] 3844/3921 98% [============================================================ ] 3845/3921 98% [============================================================ ] 3846/3921 98% [============================================================ ] 3847/3921 98% [============================================================ ] 3848/3921 98% [============================================================ ] 3849/3921 98% [============================================================ ] 3850/3921 98% [============================================================ ] 3851/3921 98% [============================================================ ] 3852/3921 98% [============================================================ ] 3853/3921 98% [============================================================ ] 3854/3921 98% [============================================================ ] 3855/3921 98% [============================================================ ] 3856/3921 98% [============================================================ ] 3857/3921 98% [============================================================= ] 3858/3921 98% [============================================================= ] 3859/3921 98% [============================================================= ] 3860/3921 98% [============================================================= ] 3861/3921 98% [============================================================= ] 3862/3921 98% [============================================================= ] 3863/3921 98% [============================================================= ] 3864/3921 98% [============================================================= ] 3865/3921 98% [============================================================= ] 3866/3921 98% [============================================================= ] 3867/3921 98% [============================================================= ] 3868/3921 98% [============================================================= ] 3869/3921 98% [============================================================= ] 3870/3921 98% [============================================================= ] 3871/3921 98% [============================================================= ] 3872/3921 98% [============================================================= ] 3873/3921 98% [============================================================= ] 3874/3921 98% [============================================================= ] 3875/3921 98% [============================================================= ] 3876/3921 98% [============================================================= ] 3877/3921 98% [============================================================= ] 3878/3921 98% [============================================================= ] 3879/3921 98% [============================================================= ] 3880/3921 98% [============================================================= ] 3881/3921 98% [============================================================= ] 3882/3921 99% [============================================================= ] 3883/3921 99% [============================================================= ] 3884/3921 99% [============================================================= ] 3885/3921 99% [============================================================= ] 3886/3921 99% [============================================================= ] 3887/3921 99% [============================================================= ] 3888/3921 99% [============================================================= ] 3889/3921 99% [============================================================= ] 3890/3921 99% [============================================================= ] 3891/3921 99% [============================================================= ] 3892/3921 99% [============================================================= ] 3893/3921 99% [============================================================= ] 3894/3921 99% [============================================================= ] 3895/3921 99% [============================================================= ] 3896/3921 99% [============================================================= ] 3897/3921 99% [============================================================= ] 3898/3921 99% [============================================================= ] 3899/3921 99% [============================================================= ] 3900/3921 99% [============================================================= ] 3901/3921 99% [============================================================= ] 3902/3921 99% [============================================================= ] 3903/3921 99% [============================================================= ] 3904/3921 99% [============================================================= ] 3905/3921 99% [============================================================= ] 3906/3921 99% [============================================================= ] 3907/3921 99% [============================================================= ] 3908/3921 99% [============================================================= ] 3909/3921 99% [============================================================= ] 3910/3921 99% [============================================================= ] 3911/3921 99% [============================================================= ] 3912/3921 99% [============================================================= ] 3913/3921 99% [============================================================= ] 3914/3921 99% [============================================================= ] 3915/3921 99% [============================================================= ] 3916/3921 99% [============================================================= ] 3917/3921 99% [============================================================= ] 3918/3921 99% [============================================================= ] 3919/3921 99% [============================================================= ] 3920/3921 99% [==============================================================] 3921/3921 100% operation complete, 3921 objects in 74479 NAND pages. ln -snf /home/autobuild/autobuild/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-16/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-16/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-16/buildroot' >>> Buildroot 2022.11-rc1-155-ge3c14de0df Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.9 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 >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> acsccid 1.1.8 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> axel 2.17.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> crun 1.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.libcrun: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dhrystone 2 Collecting legal info >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> gcr 3.40.0 Collecting legal info COPYING: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.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.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> p11-kit 0.24.1 Collecting legal info COPYING: OK (sha256: 2e1ba993904df807a10c3eda1e5c272338edc35674b679773a8b3ad460731054) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg2 2.3.8 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> gnutls 3.7.8 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libksba 1.6.2 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> latencytop 0.5 Collecting legal info latencytop.c: OK (sha256: 34d1db30ab21eaedb2c191b2787632a960090a0c63da9f5b481d84b23b98c438) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libhdhomerun 20210624 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> mraa 2.2.0 Collecting legal info COPYING: OK (sha256: fac52622ed3badd86b34857b21777ab90296d6ccbc2ac0fd457c09fdeefa9ef1) >>> nmon 16n Collecting legal info lmon16n.c: OK (md5: a8172601fdc05f3bc58455cbd3f4475e) lmon16n.c: OK (sha1: 024a3b56179838f0e04bf1706cc9ba56595301a8) lmon16n.c: OK (sha256: c0012cc2d925dee940c37ceae297abac64ba5a5c30e575e7418b04028613f5f2) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> openblas 0.3.21 Collecting legal info LICENSE: OK (sha256: 190b5a9c8d9723fe958ad33916bd7346d96fab3c5ea90832bb02d854f620fcff) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> openssh 9.1p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> patch 2.7.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> quota 4.06 Collecting legal info COPYING: OK (sha256: 32a5fd41e7a257f7f0373988ea8d45cebdbf376060703c242c11c000751b1203) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> reaver 1.6.6 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> samba4 4.15.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-heimdal 7.7.1 Collecting legal info LICENSE: OK (sha256: 0c4b07bf5b98f7a1d01f8e60722d6c6747ef052c2aa6d2043daf690d4e1b0a7f) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> host-perl-parse-yapp 1.21 Collecting legal info lib/Parse/Yapp.pm: OK (sha256: a5d97e3ee50ba12b7897841a117790f723795e4a61e5ad1668dc064956c84e96) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tpm2-tools 5.2 Collecting legal info doc/LICENSE: OK (sha256: f6995d52c8b8e4d2c3bace7fc9c330a77a90d808166fbad4d7ead7e8ba2fc66c) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> zsh 5.9 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-16/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-16/buildroot'